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

Commit 5200282

Browse files
authored
Merge pull request #189 from font/release-v0.2.0-rc.0
Release v0.2.0-rc.0
2 parents a7e0d95 + 55ae9ab commit 5200282

File tree

6 files changed

+976
-893
lines changed

6 files changed

+976
-893
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ jobs:
105105
```
106106
kubectl apply -f https://raw.githubusercontent.com/${{ github.repository }}/${{ env.RELEASE_VERSION }}/deploy/gatekeeper-operator.yaml
107107
```
108-
draft: false
108+
draft: true
109109
prerelease: false

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)