Skip to content

Releases: operator-framework/api

v0.10.2

21 Jul 14:58
a3fa2bd
Compare
Choose a tag to compare

Add ResolutionFailed condition type for subscription #138
Add storage spec to scorecard config #135

v0.10.1

30 Jun 12:03
1329f80
Compare
Choose a tag to compare

Add conditions array to OperatorGroup v1 status #133
Add validation to CSV name length #134

v0.6.2

14 Jun 16:21
0d11688
Compare
Choose a tag to compare
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]>

v0.10.0

10 Jun 20:26
392ae39
Compare
Choose a tag to compare
  • chore: bump k8s to 1.21 (#130)
  • Introduce verify github action (#127)
  • Update generated deepcopy (#128)

v0.9.2

03 Jun 17:30
0dcbd99
Compare
Choose a tag to compare

Regen go-bindata for crd changes for OperatorCondition

v0.9.1

27 May 02:26
083a907
Compare
Choose a tag to compare

pkg/operators/v2: Add ConditionType to v2 api

v0.9.0

26 May 17:10
bb9b80e
Compare
Choose a tag to compare

pkg/operators/v2: Add OperatorCondition v2 with spec.conditions array

v0.8.1

10 May 17:11
1c3cb2e
Compare
Choose a tag to compare
  • pkg/validation: set v1 and v1beta1 CRD defaults using the correct function (#118)
  • rename k8s optional key for k8s-version (#111)

v0.8.0

08 Apr 18:46
v0.8.0
01e8bf8
Compare
Choose a tag to compare
  • Add .status.message and .status.startTime to InstallPlan. (#108)
  • add checks for operatorhub validator (#103)
  • Update OWNERS (#107)
  • Add optional go-apidiff test to CI

v0.7.1

24 Mar 13:43
4f51a5d
Compare
Choose a tag to compare
Merge pull request #101 from jchunkins/add_fields_csv

Add skips & relatedImages to CSV Spec