Releases: stakater/IngressMonitorController
Releases · stakater/IngressMonitorController
v2.2.13
v2.2.12
v2.2.11
Changelog
- 9f6145d Merge pull request #668 from Mahagon/fix_prometheus_cant_reach_metrics
- e2ac660 [skip-ci] Update artifacts
- a52831a fix(cert-manager): add support for self-signed issuer and update values.yaml
- 444397c fix(cert-manager): add validation for cert-manager CRDs requirement
- 00f83cc fix(metrics): add cert-manager configuration options to README
- e87924a fix(metrics): add serverName to the ServiceMonitor
- e3de830 fix(metrics): call flag.Parse() before constructing metricsServerOptions
- 6d961e0 fix(metrics): correct typo in metrics-reader rolebinding name
- 7811287 fix(metrics): expose metrics on :8443 and add cert-manager TLS support
- a2970d2 fix(metrics): remove app label from ServiceMonitor
- 6653d65 fix(metrics): update ClusterRoleBinding for metrics reader and add ServiceMonitor configuration options
- 06b1fbe fix(metrics): update labels in ServiceMonitor for consistency
v2.2.10
Changelog
- 17af1d9 Merge pull request #664 from Mahagon/fix_statuscake_duplication
- 5c745cb [skip-ci] Update artifacts
- 1b46950 fix(controller): enhance error handling in handleDelete and removeMonitorIfExists functions
- 2ff2917 fix(controller): handle errors in findMonitorServicesThatContainsMonitor function
- b909d9f fix(grafana): reset probes variable in the loop
- 07fa8a9 fix(statuscake): fixes duplication bug, if statuscake api ratelimit hits
- 4383df4 fix(statuscake): implement retry logic for rate limit handling in doRequest
- cdfa3c9 fix(statuscake): improve 429 handling using x-ratelimit-reset header
- 26053f8 fix(statuscake): surface fetch errors with HTTP status in GetAll
- 9e7e7a0 fix(uptimerobot): improve error msgs and add max rate limit retries (3)
- e645c8c fix(uptimerobot): update GetByName error handling to log status code without returning error
- fcaf078 fix: propagate GetAll errors across all monitor providers
v2.2.9
Changelog
- 6dd6198 Merge pull request #662 from Mahagon/master
- 9d30cd1 Merge pull request #663 from Mahagon/fix_namespace_cache
- 9403ab9 [skip-ci] Update artifacts
- dde1401 feat(statuscake): add StatusCake Heartbeat monitor type support
- 9b642bd fix(cache): handle empty namespaces in buildDefaultNamespaces function
- 65ccb33 fix(cache): use global cache when WATCH_NAMESPACE is empty
- 01bb211 fix(docs): update file path for endpointmonitor_types.go in contributing guide
- 021a76a test(cache): add unit tests for watch namespace cache configuration
v2.2.8
v2.2.7
Changelog
- d7af042 Add timeout to statuscake endpointmonitor (#7)
- b544ac3 Edited error message for clarity
- fda9268 Fixed example config for AppInsights
- ba89da9 Merge pull request #648 from PascalBourdier/may-be-not-nil
- 7f6b9ec Merge pull request #651 from stakater/KhizerJaan-patch-1
- 12fc8d9 Merge pull request #657 from stakater/renovate/go-golang.org-x-crypto-vulnerability
- a389cfe Set minimum to 5
- a947fb3 Update appinsights-configuration.md
- f2dcc7d Update appinsights-configuration.md
- e3aae47 chore(deps): update module golang.org/x/crypto to v0.45.0 [security]
- 3298b7b fix: avoid nil exception
- 0a74a4d fix: use errors pkg for comparison