Releases: operator-framework/api
Releases · operator-framework/api
v0.19.0
What's Changed
- Separate Category and Capability Validation by @kevinrizza in #304
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- OCPBUGS-17157: operators/v1alpha1: expose CSV copied logic by @stevekuznetsov in #289
- OCPBUGS-17157: CatalogSource: add configurations for gRPC server memory footprint by @stevekuznetsov in #288
- [chore] Update github.com/emicklei/go-restful/v3 to v3.10.2 by @tmshort in #290
- OCPBUGS-17791: CatalogSource: update GoDoc by @stevekuznetsov in #291
- catalogsource: allow configuring gRPC server to use well-known opm by @stevekuznetsov in #293
- catalogsource: update dir name by @stevekuznetsov in #294
- CatalogSource: require fields when extracting FBC by @stevekuznetsov in #295
- Add config for packageserver wakeup interval by @tmshort in #298
- build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #299
- Bump k8s dependencies by @awgreene in #301
New Contributors
- @stevekuznetsov made their first contribution in #289
- @tmshort made their first contribution in #290
Full Changelog: v0.17.7...v0.18.0
v0.17.7
What's Changed
- updating dependencies by @acornett21 in #284
- Adds codecov integration by @m1kola in #285
- Fix min kube version validation by @kutluhanmetin in #286
- Makes codecov-action optional by @m1kola in #287
New Contributors
- @acornett21 made their first contribution in #284
- @kutluhanmetin made their first contribution in #286
Full Changelog: v0.17.6...v0.17.7
v0.17.6
v0.17.5
v0.17.4
What's Changed
- (bugfix): make k8s 1.25 validation logic check api group before issuing a warning by @everettraven in #274
- build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #277
- Bump k8s to 1.26 by @rashmigottipati in #278
- Improve ClusterServiceVersion schema by @TheRealJon in #168
- Update multi-arch validator to check node affinity for multi-platform environments by @jaypoulz in #276
- New condition types by @m1kola in #282
New Contributors
- @dependabot made their first contribution in #277
- @rashmigottipati made their first contribution in #278
- @TheRealJon made their first contribution in #168
- @jaypoulz made their first contribution in #276
- @m1kola made their first contribution in #282
Full Changelog: v0.17.3...v0.17.4
v0.17.3
Default to legacy psa settings (#273) The catalogSource api was recently updated to support running the associated pod in a "restricted" workflow as defined by the Pod Security Admission controller. By default, the catalogSource pods have been configured to run in "restricted" mode, which is disruptive to customers managing and deploying their own catalogSources as they need to rebuild their catalogs to run in "restricted" mode if a namespace is marked as "restricted". In an effort to provide users with a bit more time to rebuilt their catalogSources, this change configures catalogSources to run in "legacy" mode by default. A series of other changes will be made to update the namespaces associated with marketplace and olm to support catalogSources running in "legacy" mode by default. Signed-off-by: Alexander Greene <greene.al1991@gmail.com>
v0.17.2
What's Changed
- bump k8s to 1.25 and go to 1.19 by @laxmikantbpandhare in #260
- Makefile: Remove the -v go mod tidy flag to fix the verify check by @timflannagan in #262
- go.*,pkg: Remove the duplicate github.com/blang/semver dependency by @timflannagan in #264
- crds,Makefile: Bump controller-tools version to v0.9.0 by @timflannagan in #263
- (makefile) Upgrade mikefarah/yq to v4 by @anik120 in #267
- update k8s 1.25 validation logic by @everettraven in #270
- Add grokspawn, oceanc80 to approvers/lgtmers by @grokspawn in #268
Full Changelog: v0.17.0...v0.17.2
v0.17.1
What's Changed
- Fix a panic when reading annotations if the bundle is not there by @bcrochet in #255
- introduce spec.runAsRoot field by @grokspawn in #258
- (catsrc) move runAsRoot to spec.GrpcConfig from top level spec by @anik120 in #259
- (catsrc) rename grpcPodConfig.runAsRoot to grpcPodConfig.SecurityContextConfig by @anik120 in #261
New Contributors
- @bcrochet made their first contribution in #255
- @grokspawn made their first contribution in #258
Full Changelog: v0.16.0...v0.17.1
v0.17.0
What's Changed
- Fix a panic when reading annotations if the bundle is not there by @bcrochet in #255
- introduce spec.runAsRoot field by @grokspawn in #258
- (catsrc) move runAsRoot to spec.GrpcConfig from top level spec by @anik120 in #259
- (catsrc) rename grpcPodConfig.runAsRoot to grpcPodConfig.SecurityContextConfig by @anik120 in #261
New Contributors
- @bcrochet made their first contribution in #255
- @grokspawn made their first contribution in #258
Full Changelog: v0.16.0...v0.17.0