Features
This version adds icon and background synchronization to ZabbixCI, take a look at the new --help
information or available documentation to learn more. The ability to use regex matching has also been added as an advanced config option. v0.2.0 also includes various smaller fixes and improvements and should be considered the new stable version, even if you don't synchronize images.
Major changes
- The default value for
TEMPLATE_PREFIX_PATH
has been changed from""
to"templates"
What's Changed
- ♻️ Cleanup of codebase by @wouterdebruijn in #82
- ✨ Added Cache manager ensuring safe filesystem operations by @wouterdebruijn in #89
- ✨ Image support by @wouterdebruijn in #83
- ✨ Dynamically generate icons in different sizes by @wouterdebruijn in #91
- ✨ Added regex matching to whitelist/blacklist by @wouterdebruijn in #96
- ♻️ Refactor of tests cleaning up errors and speeding up testing by @wouterdebruijn in #97
- ♻️ Finalization of new image features by @wouterdebruijn in #98
- 🐛 Removed Git dependency on
zabbixci version
call by @wouterdebruijn in #99 - 🔧 Added docker labels and PR builds by @wouterdebruijn in #100
- ✨ Added exception for unresponsive ssh credentials by @wouterdebruijn in #102
- 👷 Accounted for new dependencies in docker and python builds by @wouterdebruijn in #103
- 🔖 Release v0.2.0 by @wouterdebruijn in #104
- ✨ Added customized argument parser to handle boolean values by @wouterdebruijn in #105
- 🐛 Minor fixes for v0.2.0 release by @wouterdebruijn in #106
Full Changelog: v0.1.2...v0.2.0