Skip to content

Releases: ErKatta/zbxctl

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:31
441ea4e

zbxctl v0.3.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

  • 4929d42 Add a dedicated version command to zbxctl to inspect client version, build metadata
  • 4f6a170 Add first-class inventory resource and decouple host monitoring from asset CMDB
  • 8732d3c Add kubectl-style edit command with full docs and tests
  • 441ea4e Add zbxctl update command for in-place self-updating
  • 16ac29b Add zbxctl update command for in-place self-updating
  • 31335ff Support reading declarative manifests from stdin (-f -)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 02:59

zbxctl v0.2.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

  • 1f3bc48 Add .nojekyll and workflow_dispatch trigger for github pages
  • 645e8cf Add automated pkg.go.dev and Go proxy notification on release
  • f75c761 Add version command with human, json, and short output formats
  • f556c85 Align with kubectl by introducing cluster-info and universal get --count flag
  • c3b1521 Fix installation download URLs to match GoReleaser release asset naming

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 01:06

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 ./...