Skip to content

Commit a50c1a2

Browse files
chore: Prepare v3.21.0 release (#4247)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JaydipGabani <20255485+JaydipGabani@users.noreply.github.com>
1 parent dedfccc commit a50c1a2

File tree

13 files changed

+43
-43
lines changed

13 files changed

+43
-43
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GENERATE_VAP ?= true
2323
GENERATE_VAPBINDING ?= true
2424
SYNC_VAP_ENFORCEMENT_SCOPE ?= false
2525

26-
VERSION := v3.21.0-rc.1
26+
VERSION := v3.21.0
2727

2828
KIND_VERSION ?= 0.29.0
2929
KIND_CLUSTER_FILE ?= ""

charts/gatekeeper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: gatekeeper
44
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
55
keywords:
66
- open policy agent
7-
version: 3.21.0-rc.1
7+
version: 3.21.0
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.21.0-rc.1
11+
appVersion: v3.21.0

charts/gatekeeper/README.md

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

charts/gatekeeper/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ extraVolumes: []
5454
image:
5555
repository: openpolicyagent/gatekeeper
5656
crdRepository: openpolicyagent/gatekeeper-crds
57-
release: v3.21.0-rc.1
57+
release: v3.21.0
5858
pullPolicy: IfNotPresent
5959
pullSecrets: []
6060
preInstall:
6161
crdRepository:
6262
image:
6363
repository: null
64-
tag: v3.21.0-rc.1
64+
tag: v3.21.0
6565
postUpgrade:
6666
labelNamespace:
6767
serviceAccount:
@@ -70,7 +70,7 @@ postUpgrade:
7070
enabled: false
7171
image:
7272
repository: openpolicyagent/gatekeeper-crds
73-
tag: v3.21.0-rc.1
73+
tag: v3.21.0
7474
pullPolicy: IfNotPresent
7575
pullSecrets: []
7676
extraNamespaces: []
@@ -104,7 +104,7 @@ postInstall:
104104
extraRules: []
105105
image:
106106
repository: openpolicyagent/gatekeeper-crds
107-
tag: v3.21.0-rc.1
107+
tag: v3.21.0
108108
pullPolicy: IfNotPresent
109109
pullSecrets: []
110110
extraNamespaces: []
@@ -148,7 +148,7 @@ preUninstall:
148148
enabled: false
149149
image:
150150
repository: openpolicyagent/gatekeeper-crds
151-
tag: v3.21.0-rc.1
151+
tag: v3.21.0
152152
pullPolicy: IfNotPresent
153153
pullSecrets: []
154154
priorityClassName: ""

cmd/build/helmify/static/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: gatekeeper
44
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
55
keywords:
66
- open policy agent
7-
version: 3.21.0-rc.1
7+
version: 3.21.0
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.21.0-rc.1
11+
appVersion: v3.21.0

cmd/build/helmify/static/README.md

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

cmd/build/helmify/static/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ extraVolumes: []
5454
image:
5555
repository: openpolicyagent/gatekeeper
5656
crdRepository: openpolicyagent/gatekeeper-crds
57-
release: v3.21.0-rc.1
57+
release: v3.21.0
5858
pullPolicy: IfNotPresent
5959
pullSecrets: []
6060
preInstall:
6161
crdRepository:
6262
image:
6363
repository: null
64-
tag: v3.21.0-rc.1
64+
tag: v3.21.0
6565
postUpgrade:
6666
labelNamespace:
6767
serviceAccount:
@@ -70,7 +70,7 @@ postUpgrade:
7070
enabled: false
7171
image:
7272
repository: openpolicyagent/gatekeeper-crds
73-
tag: v3.21.0-rc.1
73+
tag: v3.21.0
7474
pullPolicy: IfNotPresent
7575
pullSecrets: []
7676
extraNamespaces: []
@@ -104,7 +104,7 @@ postInstall:
104104
extraRules: []
105105
image:
106106
repository: openpolicyagent/gatekeeper-crds
107-
tag: v3.21.0-rc.1
107+
tag: v3.21.0
108108
pullPolicy: IfNotPresent
109109
pullSecrets: []
110110
extraNamespaces: []
@@ -148,7 +148,7 @@ preUninstall:
148148
enabled: false
149149
image:
150150
repository: openpolicyagent/gatekeeper-crds
151-
tag: v3.21.0-rc.1
151+
tag: v3.21.0
152152
pullPolicy: IfNotPresent
153153
pullSecrets: []
154154
priorityClassName: ""

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
- "--operation=webhook"
5757
- "--operation=mutation-webhook"
5858
- "--disable-opa-builtin={http.send}"
59-
image: openpolicyagent/gatekeeper:v3.21.0-rc.1
59+
image: openpolicyagent/gatekeeper:v3.21.0
6060
imagePullPolicy: Always
6161
name: manager
6262
ports:
@@ -151,7 +151,7 @@ spec:
151151
- --disable-cert-rotation
152152
command:
153153
- /manager
154-
image: openpolicyagent/gatekeeper:v3.21.0-rc.1
154+
image: openpolicyagent/gatekeeper:v3.21.0
155155
env:
156156
# used by Gatekeeper
157157
- name: POD_NAMESPACE

deploy/gatekeeper.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5495,7 +5495,7 @@ spec:
54955495
value: manager
54965496
- name: OTEL_RESOURCE_ATTRIBUTES
54975497
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5498-
image: openpolicyagent/gatekeeper:v3.21.0-rc.1
5498+
image: openpolicyagent/gatekeeper:v3.21.0
54995499
imagePullPolicy: Always
55005500
livenessProbe:
55015501
httpGet:
@@ -5614,7 +5614,7 @@ spec:
56145614
value: manager
56155615
- name: OTEL_RESOURCE_ATTRIBUTES
56165616
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5617-
image: openpolicyagent/gatekeeper:v3.21.0-rc.1
5617+
image: openpolicyagent/gatekeeper:v3.21.0
56185618
imagePullPolicy: Always
56195619
livenessProbe:
56205620
httpGet:

manifest_staging/charts/gatekeeper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: gatekeeper
44
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
55
keywords:
66
- open policy agent
7-
version: 3.21.0-rc.1
7+
version: 3.21.0
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.21.0-rc.1
11+
appVersion: v3.21.0

0 commit comments

Comments
 (0)