Skip to content

Release 7 1 0 - #224

Merged
aeciopires merged 6 commits into
mainfrom
release-7-1-0
Jul 5, 2026
Merged

Release 7 1 0#224
aeciopires merged 6 commits into
mainfrom
release-7-1-0

Conversation

@aeciopires

@aeciopires aeciopires commented Jul 5, 2026

Copy link
Copy Markdown
Member

What this PR does / why we need it:

  • Bump version
  • Adjust in docs to support new versions about requirements to maintaining this repository
  • Added more information about the structure of this repository and workflow to publish new releases
  • Added SKILL.md about release-chart and CLAUDE.md files
  • Added new values in docs/example/kind/values.yaml to support 7.4.11 release and PostgreSQL 18.x and TimeScaleDB 2.28.x
  • Added new values in values.yaml to support 7.0.23 release

Fixed issues:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Variables are documented in values.yaml with Helm-Docs comments, as we build README.md using this utility

New helm values:

zabbixImageTag: "ubuntu-7.0.23"

zabbixAgent:
  # -- allows the pod to share the host's IPC namespace in DaemonSet mode (e.g., shared memory)
  daemonSetHostIPC: false 
  # -- allows the pod to see the processes on the host system in DaemonSet mode
  daemonSetHostPID: false 
  # -- Configures the update strategy for the zabbixAgent DaemonSet
  daemonSetUpdateStrategy: null
  # -- Type of update strategy for the zabbixAgent DaemonSet
  type: RollingUpdate
  # -- Rolling update configuration for the zabbixAgent DaemonSet
  rollingUpdate:
    # -- Maximum number of unavailable pods during the update
    maxUnavailable: 5
  # -- you can also use a percentage
  # maxUnavailable: 10%
  # -- If set, this item will be used to dynamically determine the agent hostname instead of using the Kubernetes node name. Example: "system.hostname"
   ZBX_HOSTNAMEITEM: "system.hostname"

@aeciopires aeciopires self-assigned this Jul 5, 2026
@aeciopires aeciopires added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Jul 5, 2026
@aeciopires
aeciopires merged commit be2dc44 into main Jul 5, 2026
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Development

Successfully merging this pull request may close these issues.

2 participants