Skip to content

Releases: djerfy/zabbix-kubernetes-discovery

v1.4.20

21 Nov 09:45
10c685a
Compare
Choose a tag to compare

🐛 Fixes

  • Fix kubernetes.systempod.desired missing key

v1.4.19

21 Nov 08:35
2992ea7
Compare
Choose a tag to compare

🐛 Fixes

  • System pod filtering (discovery/item outputs)

v1.4.18

14 Nov 11:18
8cac923
Compare
Choose a tag to compare

🐛 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

05 Aug 12:20
c1acfec
Compare
Choose a tag to compare

🐛 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

10 Jul 09:27
f480749
Compare
Choose a tag to compare

🐛 Fixes

  • Arguments order passed in functions

v1.4.15

10 Jul 09:08
7cf30b5
Compare
Choose a tag to compare

✨ Improvements

  • Improve include & exclude conditions

v1.4.14

10 Jul 07:55
d026015
Compare
Choose a tag to compare

✨ Improvements

  • Added include_name and include_namespace options for each objects

v1.4.13

04 Jan 15:19
de2f7ed
Compare
Choose a tag to compare

🎉 Features

  • Ignore ephemeral volumes (starts with the same name of pod)

✨ Improvements

  • Improve Trivy scan (github-actions)

v1.4.12

01 Dec 12:25
v1.4.12
11bcf0c
Compare
Choose a tag to compare

🎉 Features

  • Upgrade Supercronic (from v0.2.26 to v0.2.28)

🐛 Fixes

  • Cronjob when the last job is running

v1.4.10

26 Jul 12:14
a8830f1
Compare
Choose a tag to compare

🎉 Features

  • Use match_label per object (node, deployment, statefulset, ...)
  • Upgrade Supercronic (from v0.2.1 to v0.2.26)