Skip to content

Commit

Permalink
Merge pull request #138 from newrelic/release/v0.0.8
Browse files Browse the repository at this point in the history
chore(release): Updates for v0.0.8
  • Loading branch information
thande authored Jul 10, 2021
2 parents 5e1bd54 + 508624c commit 6eb1c8f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v0.0.8"></a>
## [v0.0.8] - 2021-07-09
### Bug Fixes
- namespace's prefix deleted(manager.yaml)
- **float:** check type
- **float:** typo

### Features
- support for managing channels from policy
- **alertCondition:** support for lost signal
- **nrqlCondition:** add ability to create Baseline NRQL Alerts
- **types:** keeping fields as pointers

<a name="v0.0.7"></a>
## [v0.0.7] - 2020-10-15
### Features
Expand Down Expand Up @@ -99,7 +112,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.7...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.8...HEAD
[v0.0.8]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.7...v0.0.8
[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
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.7
newTag: v0.0.8

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

0 comments on commit 6eb1c8f

Please sign in to comment.