File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 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+
114<a name =" v0.0.7 " ></a >
215## [ v0.0.7] - 2020-10-15
316### Features
99112- ** policy:** added policy condition creation and deletion
100113- ** policy:** Added most of reconcile function
101114
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
103117[ v0.0.7 ] : https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.6...v0.0.7
104118[ v0.0.6 ] : https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.5...v0.0.6
105119[ 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
55images :
66- name : controller
77 newName : newrelic/kubernetes-operator
8- newTag : v0.0.7
8+ newTag : v0.0.8
99
1010# This enables the New Relic agent for the New Relic Operator
1111patchesStrategicMerge :
You can’t perform that action at this time.
0 commit comments