Releases: gatekeeper/gatekeeper-operator
Gatekeeper Operator v0.2.1
No changes from v0.2.0 except updating operator-sdk.
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.2.1/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.2.0
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.2.0/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.2.0-rc.3
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.2.0-rc.3/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.2.0-rc.1
Includes All Changes From v0.2.0-rc.0
- Supports Gatekeeper
v3.5.2
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.2.0-rc.1/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.2.0-rc.0
NOTE: The deployment name for the operator has changed in this release from gatekeeper-operator-controller-manager
to gatekeeper-operator-controller
with #187 due to issues fixed in #168. Therefore, if updating to this operator, you must manually delete the old deployment name with kubectl delete deployments.apps gatekeeper-operator-controller-manager
before installing this version with the below command. This is only necessary if not using OLM as OLM will handle deleting the old deployment after successful upgrade.
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.2.0-rc.0/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.1.2-rc.0
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.1.2-rc.0/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.1.2
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.1.2/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.1.1
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.1.1/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.1.0-rc.1
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.1.0-rc.1/deploy/gatekeeper-operator.yaml
Gatekeeper Operator v0.1.0
To install the Gatekeeper Operator:
kubectl apply -f https://raw.githubusercontent.com/gatekeeper/gatekeeper-operator/v0.1.0/deploy/gatekeeper-operator.yaml