Skip to content

Commit b2ce4fc

Browse files
authored
Merge pull request #112 from newrelic/release/v0.0.6
chore(release): Updates for v0.0.6
2 parents 1d5663c + 54a62f0 commit b2ce4fc

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
<a name="v0.0.6"></a>
2+
## [v0.0.6] - 2020-09-08
3+
### Bug Fixes
4+
- rollback ns change
5+
- update manager namespace created
6+
7+
### Documentation Updates
8+
- remove hardcoded examples in README
9+
110
<a name="v0.0.5"></a>
2-
## [v0.0.5] - 2020-08-25
11+
## [v0.0.5] - 2020-09-01
312
### Features
413
- support for secrets in the headers of webhook alerts channels
514
- add schema for headers and payload definition
@@ -85,7 +94,8 @@
8594
- **policy:** added policy condition creation and deletion
8695
- **policy:** Added most of reconcile function
8796

88-
[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.5...HEAD
97+
[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.6...HEAD
98+
[v0.0.6]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.5...v0.0.6
8999
[v0.0.5]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.4...v0.0.5
90100
[v0.0.4]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.3...v0.0.4
91101
[v0.0.3]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.2...v0.0.3

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.5
8+
newTag: v0.0.6
99

1010
# This enables the New Relic agent for the New Relic Operator
1111
patchesStrategicMerge:

0 commit comments

Comments
 (0)