Skip to content

Commit

Permalink
Merge pull request #120 from newrelic/release/v0.0.7
Browse files Browse the repository at this point in the history
chore(release): Updates for v0.0.7
  • Loading branch information
jwelch92 authored Oct 15, 2020
2 parents 9605830 + 7aa49c0 commit 35cafa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<a name="v0.0.7"></a>
## [v0.0.7] - 2020-10-15
### Features
- add parent kubernetes object references

<a name="v0.0.6"></a>
## [v0.0.6] - 2020-09-08
## [v0.0.6] - 2020-09-09
### Bug Fixes
- rollback ns change
- update manager namespace created
Expand Down Expand Up @@ -94,7 +99,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.6...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.7...HEAD
[v0.0.7]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.6...v0.0.7
[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
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.6
newTag: v0.0.7

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

0 comments on commit 35cafa9

Please sign in to comment.