Skip to content

Commit 3350319

Browse files
chore: Prepare v3.15.1 release (#3304)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: sozercan <[email protected]>
1 parent 3ac0636 commit 3350319

File tree

15 files changed

+47
-45
lines changed

15 files changed

+47
-45
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENABLE_PUBSUB ?= false
1313
AUDIT_CONNECTION ?= "audit"
1414
AUDIT_CHANNEL ?= "audit"
1515

16-
VERSION := v3.15.0
16+
VERSION := v3.15.1
1717

1818
KIND_VERSION ?= 0.17.0
1919
# note: k8s version pinned since KIND image availability lags k8s releases

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

charts/gatekeeper/README.md

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

charts/gatekeeper/templates/gatekeeper-audit-deployment.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ spec:
3333
{{- toYaml .Values.auditPodAnnotations | trim | nindent 8 }}
3434
{{- end }}
3535
labels:
36-
{{- include "gatekeeper.podLabels" . | nindent 8 }}
36+
{{- include "gatekeeper.podLabels" . | nindent 8 }}
37+
{{- include "gatekeeper.commonLabels" . | nindent 8 }}
3738
app: '{{ template "gatekeeper.name" . }}'
3839
chart: '{{ template "gatekeeper.name" . }}'
3940
control-plane: audit-controller

charts/gatekeeper/templates/gatekeeper-controller-manager-deployment.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ spec:
3232
{{- toYaml .Values.podAnnotations | trim | nindent 8 }}
3333
{{- end }}
3434
labels:
35-
{{- include "gatekeeper.podLabels" . | nindent 8 }}
35+
{{- include "gatekeeper.podLabels" . | nindent 8 }}
36+
{{- include "gatekeeper.commonLabels" . | nindent 8 }}
3637
app: '{{ template "gatekeeper.name" . }}'
3738
chart: '{{ template "gatekeeper.name" . }}'
3839
control-plane: controller-manager

charts/gatekeeper/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ externaldataProviderResponseCacheTTL: 3m
4444
image:
4545
repository: openpolicyagent/gatekeeper
4646
crdRepository: openpolicyagent/gatekeeper-crds
47-
release: v3.15.0
47+
release: v3.15.1
4848
pullPolicy: IfNotPresent
4949
pullSecrets: []
5050
preInstall:
5151
crdRepository:
5252
image:
5353
repository: null
54-
tag: v3.15.0
54+
tag: v3.15.1
5555
postUpgrade:
5656
labelNamespace:
5757
enabled: false
5858
image:
5959
repository: openpolicyagent/gatekeeper-crds
60-
tag: v3.15.0
60+
tag: v3.15.1
6161
pullPolicy: IfNotPresent
6262
pullSecrets: []
6363
extraNamespaces: []
@@ -88,7 +88,7 @@ postInstall:
8888
extraRules: []
8989
image:
9090
repository: openpolicyagent/gatekeeper-crds
91-
tag: v3.15.0
91+
tag: v3.15.1
9292
pullPolicy: IfNotPresent
9393
pullSecrets: []
9494
extraNamespaces: []
@@ -129,7 +129,7 @@ preUninstall:
129129
enabled: false
130130
image:
131131
repository: openpolicyagent/gatekeeper-crds
132-
tag: v3.15.0
132+
tag: v3.15.1
133133
pullPolicy: IfNotPresent
134134
pullSecrets: []
135135
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.15.0
7+
version: 3.15.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.15.0
11+
appVersion: v3.15.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
@@ -44,20 +44,20 @@ externaldataProviderResponseCacheTTL: 3m
4444
image:
4545
repository: openpolicyagent/gatekeeper
4646
crdRepository: openpolicyagent/gatekeeper-crds
47-
release: v3.15.0
47+
release: v3.15.1
4848
pullPolicy: IfNotPresent
4949
pullSecrets: []
5050
preInstall:
5151
crdRepository:
5252
image:
5353
repository: null
54-
tag: v3.15.0
54+
tag: v3.15.1
5555
postUpgrade:
5656
labelNamespace:
5757
enabled: false
5858
image:
5959
repository: openpolicyagent/gatekeeper-crds
60-
tag: v3.15.0
60+
tag: v3.15.1
6161
pullPolicy: IfNotPresent
6262
pullSecrets: []
6363
extraNamespaces: []
@@ -88,7 +88,7 @@ postInstall:
8888
extraRules: []
8989
image:
9090
repository: openpolicyagent/gatekeeper-crds
91-
tag: v3.15.0
91+
tag: v3.15.1
9292
pullPolicy: IfNotPresent
9393
pullSecrets: []
9494
extraNamespaces: []
@@ -129,7 +129,7 @@ preUninstall:
129129
enabled: false
130130
image:
131131
repository: openpolicyagent/gatekeeper-crds
132-
tag: v3.15.0
132+
tag: v3.15.1
133133
pullPolicy: IfNotPresent
134134
pullSecrets: []
135135
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.15.0
59+
image: openpolicyagent/gatekeeper:v3.15.1
6060
imagePullPolicy: Always
6161
name: manager
6262
ports:
@@ -150,7 +150,7 @@ spec:
150150
- --disable-cert-rotation
151151
command:
152152
- /manager
153-
image: openpolicyagent/gatekeeper:v3.15.0
153+
image: openpolicyagent/gatekeeper:v3.15.1
154154
env:
155155
# used by Gatekeeper
156156
- name: POD_NAMESPACE

deploy/gatekeeper.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3749,7 +3749,7 @@ spec:
37493749
value: manager
37503750
- name: OTEL_RESOURCE_ATTRIBUTES
37513751
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
3752-
image: openpolicyagent/gatekeeper:v3.15.0
3752+
image: openpolicyagent/gatekeeper:v3.15.1
37533753
imagePullPolicy: Always
37543754
livenessProbe:
37553755
httpGet:
@@ -3868,7 +3868,7 @@ spec:
38683868
value: manager
38693869
- name: OTEL_RESOURCE_ATTRIBUTES
38703870
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
3871-
image: openpolicyagent/gatekeeper:v3.15.0
3871+
image: openpolicyagent/gatekeeper:v3.15.1
38723872
imagePullPolicy: Always
38733873
livenessProbe:
38743874
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.15.0
7+
version: 3.15.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.15.0
11+
appVersion: v3.15.1

0 commit comments

Comments
 (0)