Skip to content

Releases: unioslo/zabbix-cli

DEB 2.2.1-1

05 May 07:02
0d38138
Compare
Choose a tag to compare
Merge pull request #123 from usit-gd/master

Update Debian build system: use pybuild and require python3

Version 2.2.1

19 Dec 13:57
Compare
Choose a tag to compare

About

New minor release, 2.2.1.

Changelog

Bugs

  • PR #120: fix interface_ip in create_host_interface

Thanks to @pipol31

RPM 2.2.1-1

10 Jan 09:03
Compare
Choose a tag to compare
rpm/2.2.1-1

Release 2.2.1-1 rpm spec

Version 2.2.0

19 Dec 13:41
Compare
Choose a tag to compare

About

New minor release, 2.2.0.

Changelog

Enhancements

  • PR #112: Add ability to import valueMaps in import_configuration

Bugs

  • PR #108: Whitespace erroneously removed in group names in create_maintenance_definition
  • Issue #118: Python3 error in create_user: Unicode-objects must be encoded before hashing

Thanks to @1pintbeer and @bmanojlovic

RPM 2.2.0-1

04 Dec 15:55
Compare
Choose a tag to compare
rpm/2.2.0-1

Release 2.2.0-1 rpm spec

RPM 2.1.1-3

26 Nov 08:40
Compare
Choose a tag to compare

This is the first Python3 RPM. The package is Python3 only.

RPM 2.1.1-2

20 Nov 09:08
Compare
Choose a tag to compare
rpm/2.1.1-2

Release 2.1.1-2 rpm spec

Version 2.1.1

09 May 06:50
Compare
Choose a tag to compare

About

New patch release, 2.1.1.

The release contains minor changes to docs and linting. It fixes an issue where argparse is required when it shouldn't be.

Changelog

Bugs

  • Issue #107: Remove argparse as requirement when not required

RPM 2.1.1-1

20 Nov 09:04
Compare
Choose a tag to compare
rpm/2.1.1-1

Release 2.1.1-1 rpm spec

Version 2.1.0

03 May 08:02
Compare
Choose a tag to compare

About

New minor release, 2.1.0.

The release has some changed/new commands. Some major code refactoring is also done.

Changelog

Some important issues closed since last version.

Enhancements

  • Issue #99: Add linked templates in show_template
  • Issue #84: Add connected server info to intro message
  • Issue #100: Use native dicts instead of ast.literal_eval (huge code refactoring)
  • Issue #72: Allow certificate verification to be configured
  • Issue #105: New command to show_usergroup_permissions
  • Issue #104: New command show_hostgroup_permissions

Bugs

  • Issue #101: Fix string and exception concatenation
  • Issue #102: Fix use of iteritems/broken python3 support