Release v0.13.0 summary
Warning Before upgrading to v0.13.0 get familar with the below breaking changes list.
The v0.13.0 release has the following breaking changes:
-
Syntax for the
extraEnvproperty in BotKube Helm chart has changed.Before v0.13.0 In v0.13.0 extraEnv: HTTP_PROXY: <proxyURL>:<port>extraEnv: - name: HTTP_PROXY value: <proxyURL>:<port>REASON: It enabled an option to define more complex environment variable source. For the syntax, see the environment variable API document.
-
Syntax for the
notiftypeproperty in BotKube Helm chart has changed tonotification.type.Before v0.13.0 In v0.13.0 communications: {name}: notiftype: shortcommunications: {name}: notification: type: shortREASON: It enables an option to add more settings for notifications that are sent. For example, enable sending a related message in a thread, or editing a given message in place.
-
Syntax for the
clusternameproperty in BotKube Helm chart has changed toclusterName. REASON: Fix readability and improves consistency with defining environment variable name for this property. -
Syntax for the
botidproperty in BotKube Helm chart has changed tobotID.REASON: Fix readability and improves consistency with defining environment variable name for this property.
-
Syntax for the
configwatcherproperty in BotKube Helm chart has changed toconfigWatcher.REASON: Fix readability and improves consistency with defining environment variable name for this property.
-
The
CONFIG_PATHwas replaced byBOTKUBE_CONFIG_PATHS.REASON: Get rid of hard-coded config file names. Enable an option to split individual settings into multiple configuration files. The priority will be given to the last (right-most) file specified. Read more at https://botkube.io/configuration/.