File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v0.0.8 " ></a >
2
+ ## [ v0.0.8] - 2021-07-09
3
+ ### Bug Fixes
4
+ - namespace's prefix deleted(manager.yaml)
5
+ - ** float:** check type
6
+ - ** float:** typo
7
+
8
+ ### Features
9
+ - support for managing channels from policy
10
+ - ** alertCondition:** support for lost signal
11
+ - ** nrqlCondition:** add ability to create Baseline NRQL Alerts
12
+ - ** types:** keeping fields as pointers
13
+
1
14
<a name =" v0.0.7 " ></a >
2
15
## [ v0.0.7] - 2020-10-15
3
16
### Features
99
112
- ** policy:** added policy condition creation and deletion
100
113
- ** policy:** Added most of reconcile function
101
114
102
- [ Unreleased ] : https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.7...HEAD
115
+ [ Unreleased ] : https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.8...HEAD
116
+ [ v0.0.8 ] : https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.7...v0.0.8
103
117
[ v0.0.7 ] : https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.6...v0.0.7
104
118
[ v0.0.6 ] : https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.5...v0.0.6
105
119
[ v0.0.5 ] : https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.4...v0.0.5
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : newrelic/kubernetes-operator
8
- newTag : v0.0.7
8
+ newTag : v0.0.8
9
9
10
10
# This enables the New Relic agent for the New Relic Operator
11
11
patchesStrategicMerge :
You can’t perform that action at this time.
0 commit comments