Skip to content

Releases: gyselroth/kube-icinga

2.1.0-alpha3

29 Aug 12:25
90cf6b9
Compare
Choose a tag to compare
2.1.0-alpha3 Pre-release
Pre-release
v2.1.0-alpha3

typescript strict

2.1.0-alpha2

05 Apr 15:54
31c8be8
Compare
Choose a tag to compare
2.1.0-alpha2 Pre-release
Pre-release
v2.1.0-alpha2

readme satellite

2.1.0-alpha1

19 Mar 16:03
57a7d89
Compare
Choose a tag to compare
2.1.0-alpha1 Pre-release
Pre-release
v2.1.0-alpha1

travis unstable fix

2.0.1

22 Feb 08:46
483eca8
Compare
Choose a tag to compare
  • [FIX] none string environment variables not parsed correctly into config #10

2.0.0

21 Feb 10:56
9136830
Compare
Choose a tag to compare
  • [FIX] Fixes "(node:25116) UnhandledPromiseRejectionWarning: TypeError: result is not iterable" due error response from icinga
  • [FIX] Better error handling and catching various uncaught promises
  • [FIX] Docs fix regaring how to create icinga2 api user
  • [CHANGE] Upgrade to winston ^3.0.0 stable
  • [CHANGE] Log format is now in json and includes a timestamp
  • [FIX] Service protocol is now lower cases which fixes issues like check_command=TCP insteadof check_command=tcp
  • [FIX] Fixes icinga api username is now correctly read from ICINGA_API_USERNAME as documented (instead ICINGA_API_USER)
  • [FEATURE] Add support for service/host definitions in kubernetes annotations #1
  • [BREAKER!] Removed service.portNameAsCommand option, use kubernetes annotations
  • [FEATURE] Discover persistent volumes and create icinga services for those #4
  • [FIX] Fixed typo Definiton => Definition in default config example
  • [CHANGE] Added various new tests
  • [FIX] kube workes are in no namespace, remove icinga groups
  • [FIX] fixed Error: Invalid attribute specified: host_name\n for kube nodes
  • [FIX] fixed duplicate ingress objects (different path, same ingress names in different namespaces, ...)
  • [CHANGE] Added hostName setting, by default all resources (except nodes) get attached to single host object of their type (can be configured differently)
  • [CHANGE] Implemented workaround for icinga issue Icinga/icinga2#6012, restart icinga service after adding new objects
  • [FIX] Changing boolean values in config.json now reflects as configured (Set to false was not possible in v1.x)

1.0.1

01 Jun 12:40
Compare
Choose a tag to compare
  • [FIX] fixed protocol (service ports.protocol) lowercase
  • [CHANGE] config logger.level => log.level
  • [FIX] catch error objects from kube watchers

1.0.0

31 May 13:53
Compare
Choose a tag to compare

Initial release