|
| 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 | + |
1 | 7 | <a name="v0.0.4"></a>
|
2 | 8 | ## [v0.0.4] - 2020-08-10
|
3 | 9 | <a name="v0.0.3"></a>
|
|
12 | 18 | - **alertChannel:** add initial support for alertChannel CRD
|
13 | 19 |
|
14 | 20 | <a name="v0.0.2"></a>
|
15 |
| -## v0.0.2 - 2020-06-11 |
| 21 | +## [v0.0.2] - 2020-06-11 |
16 | 22 | ### Bug Fixes
|
17 | 23 | - set LeaderElectionID
|
18 | 24 | - use per-function contexts and printer package
|
19 | 25 | - revert gnostic version to pre-case-change
|
20 | 26 | - try go 1.14
|
21 | 27 | - go.mod wrangling
|
22 | 28 | - 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 |
23 | 43 | - log only when error occurs
|
| 44 | +- **build:** Fix manifest generation with renamed configs dir |
24 | 45 | - **build:** Disable CGO for all compiling operations
|
25 | 46 | - **build:** ensure we generate the interfaces
|
26 | 47 | - **build:** no trailing slash for BUILD_DIR, use updated CONFIG_ROOT for make deploy
|
27 |
| -- **build:** Fix manifest generation with renamed configs dir |
28 | 48 | - **build:** Correct spelling of DOCKER_IMAGE
|
| 49 | +- **changelog:** reference correct repo in git-chglog config |
29 | 50 | - **config:** increase memory for operator
|
30 | 51 | - **rbac:** update rbac permissions
|
31 | 52 |
|
32 | 53 | ### Documentation Updates
|
33 |
| -- update the README |
34 |
| -- update the other examples |
35 |
| -- update policy example |
36 |
| -- revert go version change |
37 | 54 | - **README:** cleaned up instructions for running
|
38 |
| -- **build:** Documentation driven development |
39 | 55 | - **build:** Recommend kustomize build ... | kubectl apply -f -
|
40 |
| -- **build:** Correct url for kustomize build in quick start |
41 | 56 | - **build:** Need to install cert-manager
|
| 57 | +- **build:** Documentation driven development |
| 58 | +- **build:** Correct url for kustomize build in quick start |
42 | 59 | - **policy:** change example policy to create nrql & apm conditions
|
43 | 60 | - **readme:** reorganize the README a bit
|
44 | 61 | - **readme:** update table of contents
|
45 | 62 | - **readme:** update examples, update helpful commands, other minor updates
|
46 | 63 |
|
47 | 64 | ### Features
|
48 |
| -- support kubectl diff |
49 | 65 | - **alerts:** add apm alerts methods to interface
|
50 | 66 | - **api:** merged upstream changes and revved API version
|
51 | 67 | - **api:** extend the CRD to include API key and region
|
|
56 | 72 | - **api:** fixing more linting
|
57 | 73 | - **api:** added kubbernetes secrets support
|
58 | 74 | - **api:** added secrets rbac bindings
|
59 |
| -- **ci:** add release workflow + goreleaser |
| 75 | +- **ci:** add release |
60 | 76 | - **conditions:** adds initial template for APM conditions
|
61 | 77 | - **examples:** add secrets example yaml, continue doc updates
|
62 | 78 | - **manager:** add switch for dev logging
|
63 | 79 | - **manager:** Add custom version / service info headers
|
64 | 80 | - **manager:** Add version flag, and version / appName vars to pass through
|
65 | 81 | - **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 |
67 | 83 | - **policy:** Adds policy scaffolding.
|
68 | 84 | - **policy:** add defaulting and validation logic
|
69 | 85 | - **policy:** added policy condition creation and deletion
|
70 |
| -- **policy:** added tests and default webhook for policy |
| 86 | +- **policy:** Added most of reconcile function |
71 | 87 |
|
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 |
73 | 90 | [v0.0.4]: https://github.com/newrelic/newrelic-kubernetes-operator/compare/v0.0.3...v0.0.4
|
74 | 91 | [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 |
0 commit comments