Releases: operator-framework/api
Releases · operator-framework/api
v0.3.24
Add OperatorUpgradeable condition type to OperatorCondition api
This condition type is used to signify that the operator is
upgradeable.
v0.3.23
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.