Skip to content

Releases: operator-framework/api

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

v0.3.21

18 Nov 18:30
820e285
Compare
Choose a tag to compare

Introduces the OperatorCondition CRD

v0.3.20

27 Oct 17:38
1b99ae1
Compare
Choose a tag to compare

CSV WebhookDefinition ContainerPorts now default to 443

v0.3.19

27 Oct 17:26
69e6f9b
Compare
Choose a tag to compare
  • Updates the OLM CSV's CRD to include min (1) and max (65535) values for WebhookDescription containerPorts.

v0.3.18

20 Oct 20:47
0031546
Compare
Choose a tag to compare

Adds support for using custom operator categories during operatorhub validation.

v0.3.17

28 Sep 18:59
87cbe73
Compare
Choose a tag to compare

Adds new optional bundle object validator that inspects bundle objects like PodDisruptionBudgets and PriorityClasses.

v0.3.16

24 Sep 16:48
v0.3.16
00844b5
Compare
Choose a tag to compare

Adds a "properties" field to bundle lookups.

v0.3.15

17 Sep 18:55
cee94f1
Compare
Choose a tag to compare
Merge pull request #65 from awgreene/conversion-webhook

Add ConversionWebhook const