Releases: jelmersnoeck/ingress-monitor
Releases · jelmersnoeck/ingress-monitor
v0.3.1
v0.3.0
This allows users to set up SSL Checks with StatusCake.
v0.2.0
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
Merge pull request #33 from jelmersnoeck/statuscake-empty-data-check Extra empty data check.
v0.2.0-rc.1
Merge pull request #31 from jbowes/fix-typo Fix typo in test error assertion
v0.1.1
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.