Skip to content

Releases: zabbix-community/helm-zabbix

zabbix-4.0.1

06 Aug 21:18
b832317
Compare
Choose a tag to compare

This version contains the follow changes:

  • Added the artifacthub-pkg.yml file
  • Fix some bugs
  • Improvements in documentation
  • fixes #44

@aeciopires

zabbix-4.0.0

06 Aug 15:52
bb031c1
Compare
Choose a tag to compare

This version contains the follow changes:

  • Will be used Postgresql 15.x and Zabbix 6.x.
  • Allow install zabbix-agent2 as deployment and sidecar container. More info: #20
  • This release changes parameter names in preparation for addressing these issues in the future and use camelCase pattern where is possible. More info: #18 and #21
    • db_access -> postgresAccess
    • db_access.use_unified_secret -> postgresAccess.useUnifiedSecret
    • db_access.unified_secret_name -> postgresAccess.unifiedSecretName
    • db_access.unified_secret_autocreate -> postgresAccess.unifiedSecretAutoCreate
    • db_access.db_server_host -> postgresAccess.host
    • db_access.db_server_port -> postgresAccess.port
    • db_access.postgres_user -> postgresAccess.user
    • db_access.postgres_password -> postgresAccess.password
    • db_access.postgres_db -> postgresAccess.database
    • db_access.postgres_password_secret -> postgresAccess.passwordSecret
    • db_access.postgres_password_secret_key -> postgresAccess.passwordSecretKey
    • ingressroute -> ingressRoute
    • postgresql.existing_claim_name -> postgresql.existingClaimName
    • postgresql.storage_size -> postgresql.storageSize
    • postgresql.storage_class -> postgresql.storageClass
    • zabbix_image_tag -> zabbixImageTag
    • zabbixagent -> zabbixAgent
    • zabbixproxy -> zabbixProxy
    • zabbixserver -> zabbixServer
    • zabbixserver.pod_anti_affinity -> zabbixServer.podAntiAffinity
    • zabbixserver.ha_nodes_autoclean -> zabbixServer.haNodesAutoClean
    • zabbixserver.ha_nodes_autoclean.delete_older_than_seconds -> zabbixServer.haNodesAutoClean.deleteOlderThanSeconds
    • zabbixweb -> zabbixWeb
    • zabbixweb.pod_anti_affinity -> zabbixWeb.podAntiAffinity
    • zabbixweb.saml_certs_secret_name -> zabbixWeb.samlCertsSecretName
    • zabbixwebservice -> zabbixWebService
    • zabbixwebservice.pod_anti_affinity -> zabbixWebService.podAntiAffinity
    • zabbixwebservice.ignore_url_cert_errors -> zabbixWebService.ignoreURLCertErrors

Fixes:

  • This release changes parameter names in preparation for addressing these issues in the future. More info: #18 and #21
  • #20

PRs:

Thanks @aeciopires @sa-ChristianAnton @alezkv @mustdiechik @Nyralei

zabbix-3.4.4

16 Feb 10:08
5f94e86
Compare
Choose a tag to compare

This version contains the follow changes:

Thanks @sa-ChristianAnton

zabbix-3.4.3

02 Jan 11:27
cb518f3
Compare
Choose a tag to compare

zabbix-3.4.2

06 Dec 19:16
55a40e2
Compare
Choose a tag to compare

This version contains the follow changes:

@aeciopires

zabbix-3.4.1

01 Dec 16:08
d58c0ec
Compare
Choose a tag to compare

zabbix-3.4.0

24 Nov 16:02
e637f6b
Compare
Choose a tag to compare

zabbix-3.3.1

04 Nov 21:37
39a6dd0
Compare
Choose a tag to compare

This version contains the follow changes:

  • job init-db-schema needs env variables of zbx server
  • Minor improvement on jobs

@aeciopires

zabbix-3.3.0

10 Oct 20:35
216fac3
Compare
Choose a tag to compare

This version contains the follow changes:

  • Added extra specs in cronjob #5
  • Adjusted if statement #4

@aeciopires

zabbix-3.2.2

11 Sep 19:37
Compare
Choose a tag to compare

This version contains the follow changes:

  • Changed workflow of chart release
  • Fixed path of chart README.md
  • Added new metadata in Chart.yaml
  • Moved artifacthub-repo.yml to the right place
  • Fixed upper/lower case
  • Fixed forgotten/wronly changed paths
  • Bumped chart version
  • Moved path of chart to "zabbix"
  • Changed README referrals to be to "zabbix"
  • Updated artifact-hub ID

@aeciopires