Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 55ae9ab

Browse files
committed
Release v0.2.0-rc.0
1 parent 25e8bbe commit 55ae9ab

File tree

5 files changed

+975
-892
lines changed

5 files changed

+975
-892
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22
# Detect the OS to set per-OS defaults
33
OS_NAME = $(shell uname -s)
44
# Current Operator version
5-
VERSION ?= v0.1.2
5+
VERSION ?= v0.2.0-rc.0
66
# Replaces Operator version
77
REPLACES_VERSION ?= $(VERSION)
88
# Current Gatekeeper version

bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
capabilities: Basic Install
1717
operators.operatorframework.io/builder: operator-sdk-v1.3.2
1818
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
19-
name: gatekeeper-operator.v0.1.2
19+
name: gatekeeper-operator.v0.2.0-rc.0
2020
namespace: placeholder
2121
spec:
2222
apiservicedefinitions: {}
@@ -283,7 +283,7 @@ spec:
283283
env:
284284
- name: RELATED_IMAGE_GATEKEEPER
285285
value: openpolicyagent/gatekeeper:v3.5.1
286-
image: quay.io/gatekeeper/gatekeeper-operator:v0.1.2
286+
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.0
287287
imagePullPolicy: Always
288288
livenessProbe:
289289
httpGet:
@@ -404,5 +404,5 @@ spec:
404404
maturity: alpha
405405
provider:
406406
name: Red Hat
407-
replaces: gatekeeper-operator.v0.1.1
408-
version: 0.1.2
407+
replaces: gatekeeper-operator.v0.1.2
408+
version: 0.2.0-rc.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ kind: Kustomization
1414
images:
1515
- name: controller
1616
newName: quay.io/gatekeeper/gatekeeper-operator
17-
newTag: v0.1.2
17+
newTag: v0.2.0-rc.0

config/manifests/bases/gatekeeper-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ spec:
4646
maturity: alpha
4747
provider:
4848
name: Red Hat
49-
replaces: gatekeeper-operator.v0.1.1
49+
replaces: gatekeeper-operator.v0.1.2
5050
version: 0.0.1

0 commit comments

Comments
 (0)