Skip to content

Commit bb0103c

Browse files
chore: Prepare v3.18.1 release (#3749)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JaydipGabani <[email protected]>
1 parent 2959637 commit bb0103c

File tree

13 files changed

+44
-43
lines changed

13 files changed

+44
-43
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LOG_LEVEL ?= "INFO"
2222
GENERATE_VAP ?= false
2323
GENERATE_VAPBINDING ?= false
2424

25-
VERSION := v3.18.0
25+
VERSION := v3.18.1
2626

2727
KIND_VERSION ?= 0.17.0
2828
KIND_CLUSTER_FILE ?= test/bats/tests/kindcluster.yml

charts/gatekeeper/Chart.yaml

+2-2
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.18.0
7+
version: 3.18.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.18.0
11+
appVersion: v3.18.1

charts/gatekeeper/README.md

+5-5
Large diffs are not rendered by default.

charts/gatekeeper/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ enableK8sNativeValidation: true
4747
image:
4848
repository: openpolicyagent/gatekeeper
4949
crdRepository: openpolicyagent/gatekeeper-crds
50-
release: v3.18.0
50+
release: v3.18.1
5151
pullPolicy: IfNotPresent
5252
pullSecrets: []
5353
preInstall:
5454
crdRepository:
5555
image:
5656
repository: null
57-
tag: v3.18.0
57+
tag: v3.18.1
5858
postUpgrade:
5959
labelNamespace:
6060
serviceAccount:
@@ -63,7 +63,7 @@ postUpgrade:
6363
enabled: false
6464
image:
6565
repository: openpolicyagent/gatekeeper-crds
66-
tag: v3.18.0
66+
tag: v3.18.1
6767
pullPolicy: IfNotPresent
6868
pullSecrets: []
6969
extraNamespaces: []
@@ -97,7 +97,7 @@ postInstall:
9797
extraRules: []
9898
image:
9999
repository: openpolicyagent/gatekeeper-crds
100-
tag: v3.18.0
100+
tag: v3.18.1
101101
pullPolicy: IfNotPresent
102102
pullSecrets: []
103103
extraNamespaces: []
@@ -141,7 +141,7 @@ preUninstall:
141141
enabled: false
142142
image:
143143
repository: openpolicyagent/gatekeeper-crds
144-
tag: v3.18.0
144+
tag: v3.18.1
145145
pullPolicy: IfNotPresent
146146
pullSecrets: []
147147
priorityClassName: ""

cmd/build/helmify/static/Chart.yaml

+2-2
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.18.0
7+
version: 3.18.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.18.0
11+
appVersion: v3.18.1

cmd/build/helmify/static/README.md

+5-5
Large diffs are not rendered by default.

cmd/build/helmify/static/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ enableK8sNativeValidation: true
4747
image:
4848
repository: openpolicyagent/gatekeeper
4949
crdRepository: openpolicyagent/gatekeeper-crds
50-
release: v3.18.0
50+
release: v3.18.1
5151
pullPolicy: IfNotPresent
5252
pullSecrets: []
5353
preInstall:
5454
crdRepository:
5555
image:
5656
repository: null
57-
tag: v3.18.0
57+
tag: v3.18.1
5858
postUpgrade:
5959
labelNamespace:
6060
serviceAccount:
@@ -63,7 +63,7 @@ postUpgrade:
6363
enabled: false
6464
image:
6565
repository: openpolicyagent/gatekeeper-crds
66-
tag: v3.18.0
66+
tag: v3.18.1
6767
pullPolicy: IfNotPresent
6868
pullSecrets: []
6969
extraNamespaces: []
@@ -97,7 +97,7 @@ postInstall:
9797
extraRules: []
9898
image:
9999
repository: openpolicyagent/gatekeeper-crds
100-
tag: v3.18.0
100+
tag: v3.18.1
101101
pullPolicy: IfNotPresent
102102
pullSecrets: []
103103
extraNamespaces: []
@@ -141,7 +141,7 @@ preUninstall:
141141
enabled: false
142142
image:
143143
repository: openpolicyagent/gatekeeper-crds
144-
tag: v3.18.0
144+
tag: v3.18.1
145145
pullPolicy: IfNotPresent
146146
pullSecrets: []
147147
priorityClassName: ""

config/manager/manager.yaml

+2-2
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.18.0
59+
image: openpolicyagent/gatekeeper:v3.18.1
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.18.0
154+
image: openpolicyagent/gatekeeper:v3.18.1
155155
env:
156156
# used by Gatekeeper
157157
- name: POD_NAMESPACE

deploy/gatekeeper.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5084,6 +5084,7 @@ spec:
50845084
- --operation=audit
50855085
- --operation=status
50865086
- --operation=mutation-status
5087+
- --operation=generate
50875088
- --logtostderr
50885089
- --disable-opa-builtin={http.send}
50895090
- --disable-cert-rotation
@@ -5108,7 +5109,7 @@ spec:
51085109
value: manager
51095110
- name: OTEL_RESOURCE_ATTRIBUTES
51105111
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5111-
image: openpolicyagent/gatekeeper:v3.18.0
5112+
image: openpolicyagent/gatekeeper:v3.18.1
51125113
imagePullPolicy: Always
51135114
livenessProbe:
51145115
httpGet:
@@ -5227,7 +5228,7 @@ spec:
52275228
value: manager
52285229
- name: OTEL_RESOURCE_ATTRIBUTES
52295230
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5230-
image: openpolicyagent/gatekeeper:v3.18.0
5231+
image: openpolicyagent/gatekeeper:v3.18.1
52315232
imagePullPolicy: Always
52325233
livenessProbe:
52335234
httpGet:

manifest_staging/charts/gatekeeper/Chart.yaml

+2-2
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.18.0
7+
version: 3.18.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.18.0
11+
appVersion: v3.18.1

0 commit comments

Comments
 (0)