Skip to content

Commit 7300266

Browse files
chore: Prepare v3.22.0-beta.0 release (#4249)
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 0e2d71e commit 7300266

File tree

74 files changed

+6445
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+6445
-249
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-beta.0
26+
VERSION := v3.22.0-beta.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-beta.0
7+
version: 3.22.0-beta.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-beta.0
11+
appVersion: v3.22.0-beta.0

charts/gatekeeper/README.md

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

charts/gatekeeper/crds/assign-customresourcedefinition.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
gatekeeper.sh/system: "yes"
99
name: assign.mutations.gatekeeper.sh
@@ -288,6 +288,8 @@ spec:
288288
provider:
289289
description: Provider is the name of the external data provider.
290290
type: string
291+
required:
292+
- provider
291293
type: object
292294
fromMetadata:
293295
description: FromMetadata assigns a value from the specified metadata field.
@@ -310,7 +312,6 @@ spec:
310312
glob characters will take on the same value as was used to
311313
expand the matching glob in `location`.
312314

313-
314315
Available Tests:
315316
* MustExist - the path must exist or do not mutate
316317
* MustNotExist - the path must not exist or do not mutate.
@@ -641,6 +642,8 @@ spec:
641642
provider:
642643
description: Provider is the name of the external data provider.
643644
type: string
645+
required:
646+
- provider
644647
type: object
645648
fromMetadata:
646649
description: FromMetadata assigns a value from the specified metadata field.
@@ -663,7 +666,6 @@ spec:
663666
glob characters will take on the same value as was used to
664667
expand the matching glob in `location`.
665668

666-
667669
Available Tests:
668670
* MustExist - the path must exist or do not mutate
669671
* MustNotExist - the path must not exist or do not mutate.
@@ -994,6 +996,8 @@ spec:
994996
provider:
995997
description: Provider is the name of the external data provider.
996998
type: string
999+
required:
1000+
- provider
9971001
type: object
9981002
fromMetadata:
9991003
description: FromMetadata assigns a value from the specified metadata field.
@@ -1016,7 +1020,6 @@ spec:
10161020
glob characters will take on the same value as was used to
10171021
expand the matching glob in `location`.
10181022

1019-
10201023
Available Tests:
10211024
* MustExist - the path must exist or do not mutate
10221025
* MustNotExist - the path must not exist or do not mutate.

charts/gatekeeper/crds/assignimage-customresourcedefinition.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
gatekeeper.sh/system: "yes"
99
name: assignimage.mutations.gatekeeper.sh
@@ -278,7 +278,6 @@ spec:
278278
glob characters will take on the same value as was used to
279279
expand the matching glob in `location`.
280280
281-
282281
Available Tests:
283282
* MustExist - the path must exist or do not mutate
284283
* MustNotExist - the path must not exist or do not mutate.

charts/gatekeeper/crds/assignmetadata-customresourcedefinition.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
gatekeeper.sh/system: "yes"
99
name: assignmetadata.mutations.gatekeeper.sh
@@ -259,6 +259,8 @@ spec:
259259
provider:
260260
description: Provider is the name of the external data provider.
261261
type: string
262+
required:
263+
- provider
262264
type: object
263265
fromMetadata:
264266
description: FromMetadata assigns a value from the specified metadata field.
@@ -561,6 +563,8 @@ spec:
561563
provider:
562564
description: Provider is the name of the external data provider.
563565
type: string
566+
required:
567+
- provider
564568
type: object
565569
fromMetadata:
566570
description: FromMetadata assigns a value from the specified metadata field.
@@ -863,6 +867,8 @@ spec:
863867
provider:
864868
description: Provider is the name of the external data provider.
865869
type: string
870+
required:
871+
- provider
866872
type: object
867873
fromMetadata:
868874
description: FromMetadata assigns a value from the specified metadata field.

charts/gatekeeper/crds/config-customresourcedefinition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
gatekeeper.sh/system: "yes"
99
name: configs.config.gatekeeper.sh

charts/gatekeeper/crds/configpodstatus-customresourcedefinition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
gatekeeper.sh/system: "yes"
99
name: configpodstatuses.status.gatekeeper.sh

charts/gatekeeper/crds/connection-customresourcedefinition.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
gatekeeper.sh/system: "yes"
99
name: connections.connection.gatekeeper.sh
@@ -20,7 +20,7 @@ spec:
2020
- name: v1alpha1
2121
schema:
2222
openAPIV3Schema:
23-
description: Connection is the Schema for the connections API
23+
description: Connection is the Schema for the connections API.
2424
properties:
2525
apiVersion:
2626
description: |-
@@ -40,7 +40,7 @@ spec:
4040
metadata:
4141
type: object
4242
spec:
43-
description: ConnectionSpec defines the desired state of Connection
43+
description: ConnectionSpec defines the desired state of Connection.
4444
properties:
4545
config:
4646
x-kubernetes-preserve-unknown-fields: true
@@ -52,11 +52,11 @@ spec:
5252
- driver
5353
type: object
5454
status:
55-
description: ConnectionStatus defines the observed state of Connection
55+
description: ConnectionStatus defines the observed state of Connection.
5656
properties:
5757
byPod:
5858
items:
59-
description: ConnectionPodStatusStatus defines the observed state of ConnectionPodStatus
59+
description: ConnectionPodStatusStatus defines the observed state of ConnectionPodStatus.
6060
properties:
6161
active:
6262
description: Indicator for alive connection with at least one successful publish

charts/gatekeeper/crds/connectionpodstatus-customresourcedefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
labels:
88
gatekeeper.sh/system: "yes"
99
name: connectionpodstatuses.status.gatekeeper.sh
@@ -20,7 +20,7 @@ spec:
2020
- name: v1alpha1
2121
schema:
2222
openAPIV3Schema:
23-
description: ConnectionPodStatus is the Schema for the connectionpodstatuses API
23+
description: ConnectionPodStatus is the Schema for the connectionpodstatuses API.
2424
properties:
2525
apiVersion:
2626
description: |-

0 commit comments

Comments
 (0)