Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 01:06
· 21 commits to main since this release

zbxctl v0.1.0 Release 馃殌

zbxctl is an open-source CLI & automation engine for Zabbix 7.0+ LTS inspired by dtctl and kubectl.

Verified Compatibility

  • Zabbix 7.0+ LTS
  • Go 1.22+

Changelog

  • 6da97d4 Add the CGO_ENABLED=0 environment variable to disable CGO during testing on macOS. This prevents the dynamic linking issues that cause the LC_UUID load command error.
  • 91348bb Avoid powershell build failure due to command misinterpretation
  • 09b0041 Avoid running test with Race Detector in macOS
  • 52091cd Enforce CGO_ENABLED=0 on binary build to eliminate macos clang warnings
  • d9c49f0 Fix yaml indentation across github workflows
  • cd41757 Fix zbxctl logo filename
  • 4cfcb26 Initial commit of zbxctl
  • 53d0575 Update CI workflow to exclude non-Go files from go vet
  • 2f9412d Upgrade goreleaser-action to v6 for GoReleaser v2 config support
  • 59e62fe Use bash shell defaults for cross-platform go vet ./...