Skip to content

Commit

Permalink
chore(release): Updates for v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tooooots committed Sep 9, 2020
1 parent 1d5663c commit 54a62f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<a name="v0.0.6"></a>
## [v0.0.6] - 2020-09-08
### Bug Fixes
- rollback ns change
- update manager namespace created

### Documentation Updates
- remove hardcoded examples in README

<a name="v0.0.5"></a>
## [v0.0.5] - 2020-08-25
## [v0.0.5] - 2020-09-01
### Features
- support for secrets in the headers of webhook alerts channels
- add schema for headers and payload definition
Expand Down Expand Up @@ -85,7 +94,8 @@
- **policy:** added policy condition creation and deletion
- **policy:** Added most of reconcile function

[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.5...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.6...HEAD
[v0.0.6]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.5...v0.0.6
[v0.0.5]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.4...v0.0.5
[v0.0.4]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.3...v0.0.4
[v0.0.3]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.2...v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: controller
newName: newrelic/kubernetes-operator
newTag: v0.0.5
newTag: v0.0.6

# This enables the New Relic agent for the New Relic Operator
patchesStrategicMerge:
Expand Down

0 comments on commit 54a62f0

Please sign in to comment.