Releases: djerfy/zabbix-kubernetes-discovery
Releases · djerfy/zabbix-kubernetes-discovery
v1.4.20
🐛 Fixes
- Fix
kubernetes.systempod.desired
missing key
v1.4.19
🐛 Fixes
- System pod filtering (discovery/item outputs)
v1.4.18
🐛 Fixes
- Rename items/triggers in the readme (namespace added)
🎉 Features
- Add
systempod
monitoring (need to update your zabbix template)
- Add
enabled
option on each component
✨ Improvements
- Use python from a virtual environment
- Upgrade supercronic (from 0.2.28 to 0.2.33)
- Upgrade ubuntu base image (from 22.04 to 24.04)
- Upgrade dependencies in github-actions
- Upgrade python modules (requests, kubernetes and urllib3)
v1.4.17
🐛 Fixes
- Fix error during parsing labels (with
=
and/or :
separators)
- Fix volume metadata (for labels filter)
✨ Improvements
- Reduce discovery schedule from
0 * * * *
to */30 * * * *
- Reduce item schedule from
*/3 * * * *
to */2 * * * *
v1.4.16
🐛 Fixes
- Arguments order passed in functions
v1.4.15
✨ Improvements
- Improve
include
& exclude
conditions
v1.4.14
✨ Improvements
- Added
include_name
and include_namespace
options for each objects
v1.4.13
🎉 Features
- Ignore ephemeral volumes (starts with the same name of pod)
✨ Improvements
- Improve Trivy scan (github-actions)
v1.4.12
🎉 Features
- Upgrade Supercronic (from v0.2.26 to v0.2.28)
🐛 Fixes
- Cronjob when the last job is running
v1.4.10
🎉 Features
- Use
match_label
per object (node, deployment, statefulset, ...)
- Upgrade Supercronic (from v0.2.1 to v0.2.26)