Skip to content

Commit 6eb1c8f

Browse files
authored
Merge pull request #138 from newrelic/release/v0.0.8
chore(release): Updates for v0.0.8
2 parents 5e1bd54 + 508624c commit 6eb1c8f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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
@@ -99,7 +112,8 @@
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

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: Kustomization
55
images:
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
1111
patchesStrategicMerge:

0 commit comments

Comments
 (0)