Releases: operator-framework/api
Releases · operator-framework/api
v0.11.1
What's Changed
- validator/good practices: Improve message by @camilamacedo86 in #206
- csv_validator: add check to ensure that the example is a valid JSON by @camilamacedo86 in #207
- fix(constraint): Correct the message field to be failureMessage by @dinhxuanvu in #211
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- chore(docs): emphasize release versioning requirements by @estroz in #162
- GoDoc operatorhub validator by @camilamacedo86 in #159
- fix: add missing allowed category by @camilamacedo86 in #164
- Fix Scorecard configuration ServiceAccount tag by @sergioifg94 in #166
- fix: clarifies message error regards service account by @camilamacedo86 in #174
- doc: fix layout of OperatorHub doc by @camilamacedo86 in #171
- deprecate: CommunityValidator by @camilamacedo86 in #199
- Add format to verify target by @awgreene in #200
- feat: update catalog source spec with config by @perdasilva in #173
- Add perdasilva to list of reviewers by @perdasilva in #201
- Introduce OLMConfig CRD by @awgreene in #198
- feat: add new validator to check/warning when the resource request is not defined for a container used/shipped in the bundle by @camilamacedo86 in #197
- feat(cel): Add CEL custom library for semver comparison by @dinhxuanvu in #202
- bugfix: make spec.grpcPodConfig.priorityClassName a *string by @perdasilva in #204
- feat(constraints): add compound constraints and olm.constraint value parser by @estroz in #203
- doc: further information and example of usage by @camilamacedo86 in #205
New Contributors
- @sergioifg94 made their first contribution in #166
- @perdasilva made their first contribution in #173
Full Changelog: v0.10.7...v0.11.0
v0.10.7
v0.10.6: Add Service Account Config to Scorecard (#153)
- Add Service Account Config to Scorecard (#153)
- feat: add new validator to only check the usage of deprecate apis (#156)
- Modified the controller-runtime and controller-tools versions (#154)
- Add validation for Kind and APIVersion (#152)
- Add Timestamp to Scorecard Test Results (#137)
- fix: Fix check to verify OCP label versions when it is =v4.x (#148)
- Add maxOpenShiftVersion test for parsing full version string (#147)
- Warn on maxOpenShiftVersion specifying more than major.minor (#146)
- feat: bump k8s to v0.22.0 (#145)
v0.10.5
Validate SA names do not match csv deployment spec (#144) OLM is unable to properly handle the case where a bundle author explicitly adds a hardcoded reference to a service account with a name that matches the name of the service account defined by the deployment spec in the CSV. This commit adds a validation method to ensure that the name of the service account in a bundle does not match deployment.Spec.Template.Spec.ServiceAccountName in the csv's spec
v0.10.4
v0.10.3
Merge pull request #139 from jchunkins/add_conditions Add conditions to catalog source
v0.10.2
v0.10.1
v0.6.2
OperatorCondition cherry-pick v0.6.x (#132) * Expand validation to annotations - Add validation function for well known case sensitive annotation names - Use new validation function in CSV and OperatorGroups - Add minimal OperatorGroup validator calling new function - Add / update unit tests and test data - update usage readme Signed-off-by: John Hunkins <[email protected]> * Add conditions array to OperatorCondition's spec The conditions array in the spec is now available for operator to create/update as the operator progresses through installation process. As the spec is updated, the object generation will be incremented and it can be used for tracking object changes. Signed-off-by: Vu Dinh <[email protected]> * Add OperatorCondition v2 with spec.conditions array Signed-off-by: Vu Dinh <[email protected]> * Add ConditionType to v2 api Signed-off-by: Vu Dinh <[email protected]> * Regen go-bindata for crd changes for OperatorCondition Signed-off-by: Vu Dinh <[email protected]> Co-authored-by: John Hunkins <[email protected]>