Skip to content

Commit e37ad65

Browse files
chore: Prepare v3.19.0-rc.1 release (#3879)
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 3fd777c commit e37ad65

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
@@ -22,7 +22,7 @@ LOG_LEVEL ?= "INFO"
2222
GENERATE_VAP ?= false
2323
GENERATE_VAPBINDING ?= false
2424

25-
VERSION := v3.19.0-rc.0
25+
VERSION := v3.19.0-rc.1
2626

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

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.19.0-rc.0
7+
version: 3.19.0-rc.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.19.0-rc.0
11+
appVersion: v3.19.0-rc.1

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
@@ -47,14 +47,14 @@ enableK8sNativeValidation: true
4747
image:
4848
repository: openpolicyagent/gatekeeper
4949
crdRepository: openpolicyagent/gatekeeper-crds
50-
release: v3.19.0-rc.0
50+
release: v3.19.0-rc.1
5151
pullPolicy: IfNotPresent
5252
pullSecrets: []
5353
preInstall:
5454
crdRepository:
5555
image:
5656
repository: null
57-
tag: v3.19.0-rc.0
57+
tag: v3.19.0-rc.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.19.0-rc.0
66+
tag: v3.19.0-rc.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.19.0-rc.0
100+
tag: v3.19.0-rc.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.19.0-rc.0
144+
tag: v3.19.0-rc.1
145145
pullPolicy: IfNotPresent
146146
pullSecrets: []
147147
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.19.0-rc.0
7+
version: 3.19.0-rc.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.19.0-rc.0
11+
appVersion: v3.19.0-rc.1

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
@@ -47,14 +47,14 @@ enableK8sNativeValidation: true
4747
image:
4848
repository: openpolicyagent/gatekeeper
4949
crdRepository: openpolicyagent/gatekeeper-crds
50-
release: v3.19.0-rc.0
50+
release: v3.19.0-rc.1
5151
pullPolicy: IfNotPresent
5252
pullSecrets: []
5353
preInstall:
5454
crdRepository:
5555
image:
5656
repository: null
57-
tag: v3.19.0-rc.0
57+
tag: v3.19.0-rc.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.19.0-rc.0
66+
tag: v3.19.0-rc.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.19.0-rc.0
100+
tag: v3.19.0-rc.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.19.0-rc.0
144+
tag: v3.19.0-rc.1
145145
pullPolicy: IfNotPresent
146146
pullSecrets: []
147147
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.19.0-rc.0
59+
image: openpolicyagent/gatekeeper:v3.19.0-rc.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.19.0-rc.0
154+
image: openpolicyagent/gatekeeper:v3.19.0-rc.1
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
@@ -5100,7 +5100,7 @@ spec:
51005100
value: manager
51015101
- name: OTEL_RESOURCE_ATTRIBUTES
51025102
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5103-
image: openpolicyagent/gatekeeper:v3.19.0-rc.0
5103+
image: openpolicyagent/gatekeeper:v3.19.0-rc.1
51045104
imagePullPolicy: Always
51055105
livenessProbe:
51065106
httpGet:
@@ -5219,7 +5219,7 @@ spec:
52195219
value: manager
52205220
- name: OTEL_RESOURCE_ATTRIBUTES
52215221
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5222-
image: openpolicyagent/gatekeeper:v3.19.0-rc.0
5222+
image: openpolicyagent/gatekeeper:v3.19.0-rc.1
52235223
imagePullPolicy: Always
52245224
livenessProbe:
52255225
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.19.0-rc.0
7+
version: 3.19.0-rc.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.19.0-rc.0
11+
appVersion: v3.19.0-rc.1

0 commit comments

Comments
 (0)