Releases: coralogix/coralogix-operator
Releases · coralogix/coralogix-operator
v0.2.4
What's Changed
- support setting integration name for alert by @alexandermarston in #167
- Push to dockerhub only on new tags by @assafad1 in #184
- Improve resources status by @assafad1 in #186
- Improve alert updates by @assafad1 in #191
New Contributors
- @alexandermarston made their first contribution in #167
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Revert "Reconcile for owned resources (#180)" (#189) This reverts commit 3e400e355f1ff2a223a1e391dac572565868d336.
v0.2.2
What's Changed
- [CHORE] upgrading helm chart by @nicolastakashi in #110
- [CHORE] recreating alert if not found in remote by @nicolastakashi in #111
- [REFACTOR] prometheus rules reconcile by @nicolastakashi in #113
- [CHORE] refactoring prometheus rule controller by @nicolastakashi in #116
- Refactoring record group rule set controller by @nicolastakashi in #117
- [CHORE] removing reschedule on sucess by @nicolastakashi in #115
- [FIX] empty rule group by @nicolastakashi in #118
- [FIX] default recording rule interval by @nicolastakashi in #119
- [FIX] split timezone by @nicolastakashi in #120
- updating recording-rules api by @OrNovo in #123
- [CHORE] adding recording rule group set by @nicolastakashi in #124
- [CHORE] adding recording rule group set suffix flag by @nicolastakashi in #125
- outbound-webhooks by @OrNovo in #121
- Remove webhooks old api by @OrNovo in #127
- fixing alert-controller bugs and add tests by @OrNovo in #129
- refactor webhooks controller by @OrNovo in #130
- Fixing bug recording rules finalizer by @OrNovo in #132
- fixing prometheusRule_controller logic by @OrNovo in #134
- [CHORE] enforcing default value instead of block cr onboarding by @nicolastakashi in #136
- Alert manger controller by @OrNovo in #138
- Update CODEOWNERS by @celaus in #141
- adding coralogixOperator.secretKey function by @dougEfresh in #100
- Recognize sendResolved property of alertmanager by @celaus in #144
- Empty NotificationGroups are not allowed by @celaus in #148
New Contributors
- @celaus made their first contribution in #141
- @dougEfresh made their first contribution in #100
Full Changelog: v0.2.1...v0.2.2
v0.2.1
patch - adding severity option to prometheusrules alert (#104)
v0.2.0
feat: helm allow disabling prometheus rules (#96)
v0.1.20
patch - adding reconcile tests for recordingrulegroupset and rulegrou…
v0.1.19
Quality improvements (#90) * patch - adding alert reconcile test and fixing bug saving alert's id instead of unique-id
v0.1.18
patch - make prometheus-rule controller optional (#88)
v0.1.16
fix: panic in case of Coralogix API returns an error (#81)
v0.1.15
patch - adding MoreThanUsual to promql alert condition (#76)