Installation
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.3.0/install.sh | bash -s
What's Changed
- Updates deppy by @m1kola in #249
- resolve operators on catalog availability change by @ankitathomas in #216
- (e2e) Use custom built test catalog for e2e testing by @anik120 in #250
- Switch tools to bingo by @ncdc in #252
- Makefile: build targets use go build directly by @joelanford in #253
- Cleanup: removes unnecessary constructor wrapper by @m1kola in #243
- Makes
OLMVariableSource
responsible for fetching by @m1kola in #245 - bump catalogd dependency to v0.3.0 by @joelanford in #259
- operator_controller_test: ensure we cleanup after each spec by @joelanford in #257
- add support for handling plain+v0 bundle types by @everettraven in #242
- Replaces "olm.bundle.path" with a constant by @m1kola in #260
- add feature gates infrastructure by @everettraven in #263
- bump go version to 1.20 by @joelanford in #271
- Adds linting CI workflow by @m1kola in #264
- Removes unnecessary
HaveLen
assertions by @m1kola in #272 - Adds codecov integration by @m1kola in #279
- bump controller-gen to v0.12.0 by @joelanford in #281
- Changes the structure of resolution packages by @m1kola in #273
- Removes resolver_test.go by @m1kola in #282
- PoC: Resolution CLI by @m1kola in #246
- add PSA labels to namespace for restricted enforcement by @joelanford in #287
- Cleans up kustomize files & gets rid of deprecated fields by @m1kola in #283
- move psa labels from deployment to namespace by @joelanford in #288
- use env vars for possible e2e test image substitution by @grokspawn in #289
- Remove Resource Limits by @dtfranz in #290
- Introduce CODEOWNERS by @awgreene in #155
- Bump Dependency Versions by @dtfranz in #295
New Contributors
- @ncdc made their first contribution in #252
- @grokspawn made their first contribution in #289
Full Changelog: v0.2.0...v0.3.0