Skip to content

Releases: jelmersnoeck/ingress-monitor

v0.3.1

24 Mar 17:56
aa9efbe
Compare
Choose a tag to compare
  • use logrus instead of stdlib log package

v0.3.0

18 Jan 19:58
1778538
Compare
Choose a tag to compare

This allows users to set up SSL Checks with StatusCake.

v0.2.0

31 Oct 10:48
12edec6
Compare
Choose a tag to compare

Added

  • Log when something goes wrong with GarbageCollection.
  • Use a queue based system to sync items.
  • Added /_healthz endpoint and set up probes.
  • Added /metrics endpoint for Prometheus.

Fixed

  • Correct RBAC rules for the ServiceAccount.
  • Fixed an issue where StatusCake is returning another error for empty data updates.

Changed

  • Set up lower resource requests/limits for the Deployment.
  • MonitorTemplate is now namespace scoped instead of cluster scoped.
  • The operator now uses cache informers to reconcile state.

Upgrade Path

  • Stop the operator
  • Remove the MonitorTemplate and Provider CRD specifications
  • Update your own MonitorTemplate and Provider templates to be namespaced
  • Apply the new MonitorTemplate and Provider CRD specifications
  • Apply the new MonitorTemplate and Provider templates
  • Run the new operator

v0.2.0-rc.2

29 Oct 10:50
f6d63ad
Compare
Choose a tag to compare
v0.2.0-rc.2 Pre-release
Pre-release
Merge pull request #33 from jelmersnoeck/statuscake-empty-data-check

Extra empty data check.

v0.2.0-rc.1

27 Oct 08:00
6837928
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release
Merge pull request #31 from jbowes/fix-typo

Fix typo in test error assertion

v0.1.1

03 Sep 05:54
f62de0f
Compare
Choose a tag to compare

Fixes

  • Always post StatusCodes to StatusCake, ensuring we error on faulty codes.
  • Handle monitor data changes with StatusCake, where an update caused the ID to reset to 0 and create a new monitor.