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