Skip to content

Commit 03c8adf

Browse files
committed
chore(release): Updates for v0.0.5
1 parent a578636 commit 03c8adf

File tree

2 files changed

+32
-14
lines changed

2 files changed

+32
-14
lines changed

CHANGELOG.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="v0.0.5"></a>
2+
## [v0.0.5] - 2020-08-25
3+
### Features
4+
- support for secrets in the headers of webhook alerts channels
5+
- add schema for headers and payload definition
6+
17
<a name="v0.0.4"></a>
28
## [v0.0.4] - 2020-08-10
39
<a name="v0.0.3"></a>
@@ -12,40 +18,50 @@
1218
- **alertChannel:** add initial support for alertChannel CRD
1319

1420
<a name="v0.0.2"></a>
15-
## v0.0.2 - 2020-06-11
21+
## [v0.0.2] - 2020-06-11
1622
### Bug Fixes
1723
- set LeaderElectionID
1824
- use per-function contexts and printer package
1925
- revert gnostic version to pre-case-change
2026
- try go 1.14
2127
- go.mod wrangling
2228
- skip go mod tidy
29+
30+
### Documentation Updates
31+
- update the README
32+
- update the other examples
33+
- update policy example
34+
- revert go version change
35+
36+
### Features
37+
- support kubectl diff
38+
- **ci:** add release workflow + goreleaser
39+
40+
<a name="v0.0.1"></a>
41+
## v0.0.1 - 2020-05-29
42+
### Bug Fixes
2343
- log only when error occurs
44+
- **build:** Fix manifest generation with renamed configs dir
2445
- **build:** Disable CGO for all compiling operations
2546
- **build:** ensure we generate the interfaces
2647
- **build:** no trailing slash for BUILD_DIR, use updated CONFIG_ROOT for make deploy
27-
- **build:** Fix manifest generation with renamed configs dir
2848
- **build:** Correct spelling of DOCKER_IMAGE
49+
- **changelog:** reference correct repo in git-chglog config
2950
- **config:** increase memory for operator
3051
- **rbac:** update rbac permissions
3152

3253
### Documentation Updates
33-
- update the README
34-
- update the other examples
35-
- update policy example
36-
- revert go version change
3754
- **README:** cleaned up instructions for running
38-
- **build:** Documentation driven development
3955
- **build:** Recommend kustomize build ... | kubectl apply -f -
40-
- **build:** Correct url for kustomize build in quick start
4156
- **build:** Need to install cert-manager
57+
- **build:** Documentation driven development
58+
- **build:** Correct url for kustomize build in quick start
4259
- **policy:** change example policy to create nrql & apm conditions
4360
- **readme:** reorganize the README a bit
4461
- **readme:** update table of contents
4562
- **readme:** update examples, update helpful commands, other minor updates
4663

4764
### Features
48-
- support kubectl diff
4965
- **alerts:** add apm alerts methods to interface
5066
- **api:** merged upstream changes and revved API version
5167
- **api:** extend the CRD to include API key and region
@@ -56,19 +72,21 @@
5672
- **api:** fixing more linting
5773
- **api:** added kubbernetes secrets support
5874
- **api:** added secrets rbac bindings
59-
- **ci:** add release workflow + goreleaser
75+
- **ci:** add release
6076
- **conditions:** adds initial template for APM conditions
6177
- **examples:** add secrets example yaml, continue doc updates
6278
- **manager:** add switch for dev logging
6379
- **manager:** Add custom version / service info headers
6480
- **manager:** Add version flag, and version / appName vars to pass through
6581
- **policy:** added update logic to conditions created by policy controller
66-
- **policy:** Added most of reconcile function
82+
- **policy:** added tests and default webhook for policy
6783
- **policy:** Adds policy scaffolding.
6884
- **policy:** add defaulting and validation logic
6985
- **policy:** added policy condition creation and deletion
70-
- **policy:** added tests and default webhook for policy
86+
- **policy:** Added most of reconcile function
7187

72-
[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.4...HEAD
88+
[Unreleased]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.5...HEAD
89+
[v0.0.5]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.4...v0.0.5
7390
[v0.0.4]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.3...v0.0.4
7491
[v0.0.3]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.2...v0.0.3
92+
[v0.0.2]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.1...v0.0.2

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.4
8+
newTag: v0.0.5
99

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

0 commit comments

Comments
 (0)