Releases: unioslo/zabbix-cli
Releases · unioslo/zabbix-cli
3.0.3
Release notes for 3.0.3
3.0.2
Release notes for 3.0.2
3.0.1
Release notes for 3.0.1
3.0.0
Release notes for 3.0.0
3.0.0-alpha.2
Release notes for 3.0.0-alpha.2
3.0.0-alpha.1
Release notes for 3.0.0-alpha.1
v3.0.0dev0
Release notes for v3.0.0dev0
2.3.2
What's Changed
- Fix Ubuntu version & add new Python versions to CI test matrix by @pederhan in #165
- Replace distutils.version with packaging.version by @pederhan in #164
- Refactor version comparisons by @pederhan in #166
- Fix username login param for Zabbix>=6.4 by @pederhan in #167
- Fix failed proxy retrieval on login by @pederhan in #171
- Fix
shell command
on Python 3 by @pederhan in #173 - Fix
export_configuration
for >= 6.2 by @pederhan in #175 - Suppress InsecureRequestWarning if
cert_verify = OFF
by @pederhan in #176 - Fix creating template group cache on <6.2.0 by @pederhan in #177
- Fix Array index out of bound in some cases by @pheuzoune in #158
- Fix host group type error on >= 6.2 by @pederhan in #178
New Contributors
- @pederhan made their first contribution in #165
- @pheuzoune made their first contribution in #158
Full Changelog: 2.3.1...2.3.2
Version 2.3.1
About
New minor release.
Changelog
Enchancements
- Events can now be closed when acknowledging them (#134, @talek)
load_balance_proxy_hosts
supports weighting (#153, @mbakke)move_proxy_hosts
takes an optional glob pattern (#153, @mbakke)
Bugs
- Macro context is no longer converted to uppercase (#155, @emanueleborin)
- Various typo and cosmetic fixes to documentation.
Version 2.3.0.
About
Release 2.3.0 🎉
Changelog
Enhancements
- New subcommands:
- Python 3.10 compatibility (#138, @kimriouxparadis)
- Python 2 support was dropped (#143, @paalbra)
- Documentation is now generated from code (#147, @mbakke)
- Support for Zabbix 6.0 (#148, @MelissaB79)