Installation
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.18.0/install.sh | bash -s
What's Changed
- 🌱 Remove nil/blank checks for installed bundle labels by @tmshort in #1405
- 🌱 Bump the k8s-dependencies group with 2 updates by @dependabot in #1406
- 🌱 Bump mkdocs-material from 9.5.41 to 9.5.42 by @dependabot in #1398
- ✨ Fix a typo in the catalogs installation step by @itroyano in #1411
- 🌱 Bump Python to 3.12 and MarkupSafe to 3.0.2 by @m1kola in #1408
- 🌱 Bump github.com/operator-framework/operator-registry from 1.47.0 to 1.48.0 by @dependabot in #1412
- 🌱 Bump pymdown-extensions from 10.11.2 to 10.12 by @dependabot in #1415
- 🌱 Loosen certificate checks by @tmshort in #1413
- 🌱 Bump mkdocs-material from 9.5.42 to 9.5.43 by @dependabot in #1419
- 🌱 Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 by @dependabot in #1420
- ✨ Populate/update cache on ClusterCatalog reconcile by @m1kola in #1284
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 by @dependabot in #1416
- 🌱 Bump watchdog from 4.0.2 to 6.0.0 by @dependabot in #1423
- 🌱 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 by @dependabot in #1422
- ✨ Add support for kubectl printer columns by @tmshort in #1421
- 🌱 Test Registry by @dtfranz in #1425
- 🌱 (chore): configure Codecov to include only relevant directories for coverage by @camilamacedo86 in #1431
- 🌱 Bump mkdocs-material from 9.5.43 to 9.5.44 by @dependabot in #1427
- 📖 docs: add local build and deploy instructions to CONTRIBUTING.md by @camilamacedo86 in #1430
- 📖 fix(docs): fix apiVersion for clustercatalogs. Replace 'catalogd.operatorframework.io/v1alpha1' with 'olm.operatorframework.io/v1alpha1' by @camilamacedo86 in #1433
- ⚠️ Bump catalogd to v0.36.0 by @m1kola in #1434
- 🐛 fix: resolve JSONPath error in caBundle readiness check by adding kubectl_wait_for_query function by @camilamacedo86 in #1429
- ✨ Use a separate namespace for each e2e test by @tmshort in #1428
- 🌱 Bump regex from 2024.9.11 to 2024.11.6 by @dependabot in #1436
- 🐛 fix: put annotations in deployment's pod template by @joelanford in #1432
- 📖 [Docs] Document the granting of API access by @bentito in #1407
- ✨ reduce use of carvel validators by @everettraven in #1269
- 🌱 Bump packaging from 24.1 to 24.2 by @dependabot in #1438
- ⚠️ updates from api audit by @grokspawn in #1404
- ⚠️ Move
.spec.install.namespace
and.spec.install.serviceAccount
to.spec.namespace
and.spec.serviceAccount
by @everettraven in #1439
New Contributors
- @camilamacedo86 made their first contribution in #1431
Full Changelog: v0.17.0...v0.18.0