v0.0.8 - 2021-07-09
- namespace's prefix deleted(manager.yaml)
- float: check type
- float: typo
- support for managing channels from policy
- alertCondition: support for lost signal
- nrqlCondition: add ability to create Baseline NRQL Alerts
- types: keeping fields as pointers
v0.0.7 - 2020-10-15
- add parent kubernetes object references
v0.0.6 - 2020-09-09
- rollback ns change
- update manager namespace created
- remove hardcoded examples in README
v0.0.5 - 2020-09-01
- support for secrets in the headers of webhook alerts channels
- add schema for headers and payload definition
v0.0.4 - 2020-08-10
v0.0.3 - 2020-08-05
- buikd: match release manager docker image tag with goreleaser
- add instructions for monitoring with the go agent
- alertChannel: add initial support for alertChannel CRD
v0.0.2 - 2020-06-11
- 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
- update the README
- update the other examples
- update policy example
- revert go version change
- support kubectl diff
- ci: add release workflow + goreleaser
- 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: Correct spelling of DOCKER_IMAGE
- changelog: reference correct repo in git-chglog config
- config: increase memory for operator
- rbac: update rbac permissions
- README: cleaned up instructions for running
- build: Recommend kustomize build ... | kubectl apply -f -
- 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
- 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
- api: fixed the tests
- api: refactored alerts client behavior to read from condition
- api: added webhook tests
- api: fixing linting
- api: fixing more linting
- api: added kubbernetes secrets support
- api: added secrets rbac bindings
- 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 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 most of reconcile function