Skip to content

Releases: operator-framework/api

v0.7.0

16 Mar 19:53
f572176
Compare
Choose a tag to compare

Introduces new fields on the CSV spec and status for the operand deletion feature

v0.6.1

11 Mar 20:50
4fbc8b5
Compare
Choose a tag to compare

Expand validation to annotations

v0.6.0

22 Feb 19:16
v0.6.0
718d279
Compare
Choose a tag to compare
  • pkg/operators/v1alpha1/subscription_types.go: make config and resources structs optional via pointer
  • add shorName for operatorcondition

v0.4.1

01 Feb 18:56
775f204
Compare
Choose a tag to compare
  • fix error on missing icon

v0.5.3

28 Jan 21:15
f8c87b6
Compare
Choose a tag to compare

contains fix to the operatorhub bundle validation suite

v0.5.2

19 Jan 14:19
c7ab943
Compare
Choose a tag to compare
  • chore: bump controller-runtime to 0.8.0

v0.5.1

16 Dec 20:44
87dc993
Compare
Choose a tag to compare

Change the OperatorUpgradeable condition type to Upgradeable.

v0.5.0

14 Dec 20:55
15d24f1
Compare
Choose a tag to compare
  • Remove operatorCondition lastTransitionTime
  • Bump yq dependency to v3
  • deps: bump k8s deps to v1.20

v0.4.0

11 Dec 22:22
640da4e
Compare
Choose a tag to compare
  • Bump controller-runtime to 0.7.0
  • Update go version to 1.15

v0.3.25

03 Dec 14:50
4247282
Compare
Choose a tag to compare

Use string as OperatorUpgradeable type instead of intermediate
type ConditionType.

Add utils func FindConditionType to look up Condition type.