Skip to content

Commit

Permalink
Merge pull request #107 from newrelic/release/v0.0.5
Browse files Browse the repository at this point in the history
chore(release): Updates for v0.0.5
  • Loading branch information
thande authored Sep 1, 2020
2 parents a578636 + 03c8adf commit a01a1cf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 14 deletions.
44 changes: 31 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="v0.0.5"></a>
## [v0.0.5] - 2020-08-25
### Features
- support for secrets in the headers of webhook alerts channels
- add schema for headers and payload definition

<a name="v0.0.4"></a>
## [v0.0.4] - 2020-08-10
<a name="v0.0.3"></a>
Expand All @@ -12,40 +18,50 @@
- **alertChannel:** add initial support for alertChannel CRD

<a name="v0.0.2"></a>
## v0.0.2 - 2020-06-11
## [v0.0.2] - 2020-06-11
### Bug Fixes
- set LeaderElectionID
- use per-function contexts and printer package
- revert gnostic version to pre-case-change
- try go 1.14
- go.mod wrangling
- skip go mod tidy

### Documentation Updates
- update the README
- update the other examples
- update policy example
- revert go version change

### Features
- support kubectl diff
- **ci:** add release workflow + goreleaser

<a name="v0.0.1"></a>
## v0.0.1 - 2020-05-29
### Bug Fixes
- log only when error occurs
- **build:** Fix manifest generation with renamed configs dir
- **build:** Disable CGO for all compiling operations
- **build:** ensure we generate the interfaces
- **build:** no trailing slash for BUILD_DIR, use updated CONFIG_ROOT for make deploy
- **build:** Fix manifest generation with renamed configs dir
- **build:** Correct spelling of DOCKER_IMAGE
- **changelog:** reference correct repo in git-chglog config
- **config:** increase memory for operator
- **rbac:** update rbac permissions

### Documentation Updates
- update the README
- update the other examples
- update policy example
- revert go version change
- **README:** cleaned up instructions for running
- **build:** Documentation driven development
- **build:** Recommend kustomize build ... | kubectl apply -f -
- **build:** Correct url for kustomize build in quick start
- **build:** Need to install cert-manager
- **build:** Documentation driven development
- **build:** Correct url for kustomize build in quick start
- **policy:** change example policy to create nrql & apm conditions
- **readme:** reorganize the README a bit
- **readme:** update table of contents
- **readme:** update examples, update helpful commands, other minor updates

### Features
- support kubectl diff
- **alerts:** add apm alerts methods to interface
- **api:** merged upstream changes and revved API version
- **api:** extend the CRD to include API key and region
Expand All @@ -56,19 +72,21 @@
- **api:** fixing more linting
- **api:** added kubbernetes secrets support
- **api:** added secrets rbac bindings
- **ci:** add release workflow + goreleaser
- **ci:** add release
- **conditions:** adds initial template for APM conditions
- **examples:** add secrets example yaml, continue doc updates
- **manager:** add switch for dev logging
- **manager:** Add custom version / service info headers
- **manager:** Add version flag, and version / appName vars to pass through
- **policy:** added update logic to conditions created by policy controller
- **policy:** Added most of reconcile function
- **policy:** added tests and default webhook for policy
- **policy:** Adds policy scaffolding.
- **policy:** add defaulting and validation logic
- **policy:** added policy condition creation and deletion
- **policy:** added tests and default webhook for policy
- **policy:** Added most of reconcile function

[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.4...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.5...HEAD
[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
[v0.0.2]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.1...v0.0.2
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.4
newTag: v0.0.5

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

0 comments on commit a01a1cf

Please sign in to comment.