Skip to content

Releases: zabbix-community/helm-zabbix

zabbix-7.0.3

14 Jan 20:26
7a99602
Compare
Choose a tag to compare

Caution

Pay attention to changes of release 7.0.0: https://github.com/zabbix-community/helm-zabbix/releases/tag/zabbix-7.0.0

  • fix: removed global nodeSelector to apply the parameter individually

PRs:

Thanks @rfrozza

zabbix-7.0.2

13 Jan 10:20
a967ba8
Compare
Choose a tag to compare

Caution

Pay attention to changes of release 7.0.0: https://github.com/zabbix-community/helm-zabbix/releases/tag/zabbix-7.0.0

  • Added namespace declaration to manifests.

PRs:

Thanks @mustdiechik

zabbix-7.0.1

12 Jan 18:30
Compare
Choose a tag to compare

Caution

Pay attention to changes of release 7.0.0: https://github.com/zabbix-community/helm-zabbix/releases/tag/zabbix-7.0.0

  • Fixed some errors during install when I used the LoadBalancer service type to expose zabbix-web.
  • Adjusted the values.yaml of example to add support 7.x.x release.
  • Changed '*' by '-' in documentation to solve the warnings reported by VSCode IDE in bullet list.

PRs:

zabbix-7.0.0

12 Jan 16:13
353ad54
Compare
Choose a tag to compare

Caution

Re-installation of your Release will be necessary due to breaking changes in this new major version of the helm chart. Make sure you do not lose any data!

  • DB-Create-Upgrade job used to prepare database and schema when using Zabbix Server native High Availability has been changed to be a pre-install / pre-upgrade Helm hook. This solves problems with ArgoCD and when using helm install --wait
  • Changed and streamlined values under postgresAccess
  • Dropped support of combination of postgresql.enabled=true together with zabbixServer.zabbixServerHA.enabled=true due to limitations of Helm in combination with above mentioned pre-install/pre-upgrade hook
  • All labels of all manifests have been unified to fulfill the best practices / standards
  • Removed all pre 1.21 Kubernetes compatibility switches (v1beta1, ...)
  • Renamed numerous values in values.yaml to better fit their naming to what they are meant for
  • when using zabbixAgent.runAsDaemonSet=true, zabbix agent pods now default to use hostNetwork: true

Read more details in the README.md of the chart

Fixes:

PRs:

Thanks @fibbs

zabbix-6.1.2

13 Dec 14:10
a0c823b
Compare
Choose a tag to compare
  • Updated documentation
  • Bump chart version
  • Bump zabbix version in doc/examples/kind/values.yaml file
  • Bump postgresql and timescaledb version in doc/examples/kind/values.yaml file
  • Disabled ha in doc/examples/kind/values.yaml file
  • Fixed pullSecrets values field for webdriver deployment

Fixes:

PRs:

Thanks @aeciopires @Nyralei

zabbix-6.1.1

27 Nov 18:12
47b3ed0
Compare
Choose a tag to compare

When changing the structure of the Helm Chart to allow Zabbix Server HA mode to be disabled, we missed the fact that still the environment variable ZBX_NODEADDRESS has to be set to a proper IP or host name under which the Zabbix Server will be reachable from the web frontend. Only the ZBX_HANODENAME actually switches HA mode on and off by being set or not set. This release fixes this bug.

PRs:

Thanks @fibbs

zabbix-6.1.0

26 Nov 09:54
4213069
Compare
Choose a tag to compare
  • Updated chart version
  • Updated chart documentation
  • Updated Zabbix version
  • Changed helm version
  • Removed support for non-default Kubernetes features and Custom Resource objects: IngressRoute, Route. More info: #123
  • Removed support for karpenter due to the more generalistic approach. More info: #121
  • Added support to deploy any arbitrary manifests together with this Helm Chart by embedding them in the .Values.extraManifests list. More info: #121
  • From now on, the keys to use for a unifiedSecret to configure postgresql access globally for all relevant components that this Helm Chart deploys, can be configured in values.yamlfile. It is now possible to use a different Schema other than "public" in Postgresql database, when using an external database. More info: #127

Fixes:

PRs:

Thanks @fibbs @sinux-l5d @angelnu

zabbix-6.0.0

18 Nov 15:18
0e64ae5
Compare
Choose a tag to compare
  • Updated chart version
  • Updated chart documentation
  • Updated Zabbix version
  • Changed helm version
  • Fix bug in volumeMount of Zabbix Agent/Proxy
  • Fully support Zabbix 6.0+ Server High Availability (see Support of native Zabbix Server High Availability section)
    • No breaking changes in values.yaml file, but nevertheless you might want to review your values.yaml's zabbixServer.zabbixServerHA section

Fixes:

PR:

Thanks @fibbs @crowleym @Elbandi @filicivi @aeciopires

zabbix-5.0.2

24 Sep 05:55
309d77f
Compare
Choose a tag to compare
  • Updated chart version
  • Updated chart documentation
  • Updated Zabbix version
  • Changed helm and helm-docs version
  • Fix bug in volumeMount of Zabbix Agent
  • Commented unnecessary helm values of example

Fixes:

PR:

Thanks @aeciopires @bonzonkim and @siegy22

zabbix-5.0.1

03 Jul 00:38
d3632b5
Compare
Choose a tag to compare
  • Bump chart version
  • Updated docs
  • Updated helm version in Makefile

Fixes:

PR:

Thanks @aeciopires @mkaspar