Skip to content

Releases: operator-framework/api

v0.6.1

11 Mar 20:50
4fbc8b5

Choose a tag to compare

Expand validation to annotations

v0.6.0

22 Feb 19:16
v0.6.0
718d279

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

Choose a tag to compare

  • fix error on missing icon

v0.5.3

28 Jan 21:15
f8c87b6

Choose a tag to compare

contains fix to the operatorhub bundle validation suite

v0.5.2

19 Jan 14:19
c7ab943

Choose a tag to compare

  • chore: bump controller-runtime to 0.8.0

v0.5.1

16 Dec 20:44
87dc993

Choose a tag to compare

Change the OperatorUpgradeable condition type to Upgradeable.

v0.5.0

14 Dec 20:55
15d24f1

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

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

Choose a tag to compare

Use string as OperatorUpgradeable type instead of intermediate
type ConditionType.

Add utils func FindConditionType to look up Condition type.

v0.3.24

02 Dec 15:39
51ac5ad

Choose a tag to compare

Add OperatorUpgradeable condition type to OperatorCondition api

This condition type is used to signify that the operator is
upgradeable.