Skip to content

Releases: operator-framework/api

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.

v0.3.24

02 Dec 15:39
51ac5ad
Compare
Choose a tag to compare

Add OperatorUpgradeable condition type to OperatorCondition api

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

v0.3.23

30 Nov 19:13
615f3c0
Compare
Choose a tag to compare

Update OperatorConditionSpec

The first change is the addition of a field named ServiceAccounts
which represents the list of ServiceAccounts that should be listed in
the RoleBinding that allows the service accoutns to update the
operator's OperatorCondition object.

The second change is the addition of a field named Deployments which
represents the list of deployments whose containers should be updated to
include the OPERATOR_CONDITION_NAME environment variable.

v0.3.22

20 Nov 20:47
f55ec86
Compare
Choose a tag to compare

Operatorhub category validation fix