Skip to content

Commit 61adf4e

Browse files
committed
Update manifests to v1.2.2
1 parent 623cc4e commit 61adf4e

17 files changed

+1486
-103
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ GIT_TREE_STATE=$(shell if [[ -z "`git status --porcelain`" ]]; then echo "clean"
1717
DOCKER_PUSH?=false
1818
DOCKER_BUILD_ARGS?=
1919
IMAGE_NAMESPACE?=quay.io/numaproj
20-
VERSION?=v1.2.1
21-
BASE_VERSION:=v1.2.1
20+
VERSION?=v1.2.2
21+
BASE_VERSION:=v1.2.2
2222

2323
override LDFLAGS += \
2424
-X ${PACKAGE}.version=${VERSION} \

api/json-schema/schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,9 @@
670670
"description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
671671
}
672672
},
673+
"required": [
674+
"items"
675+
],
673676
"type": "object",
674677
"x-kubernetes-group-version-kind": [
675678
{
@@ -728,6 +731,9 @@
728731
"description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
729732
}
730733
},
734+
"required": [
735+
"items"
736+
],
731737
"type": "object",
732738
"x-kubernetes-group-version-kind": [
733739
{
@@ -1143,6 +1149,9 @@
11431149
"description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
11441150
}
11451151
},
1152+
"required": [
1153+
"items"
1154+
],
11461155
"type": "object",
11471156
"x-kubernetes-group-version-kind": [
11481157
{
@@ -1201,6 +1210,9 @@
12011210
"description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
12021211
}
12031212
},
1213+
"required": [
1214+
"items"
1215+
],
12041216
"type": "object",
12051217
"x-kubernetes-group-version-kind": [
12061218
{

api/openapi-spec/swagger.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "Numaflow",
5-
"version": "v1.2.1"
5+
"version": "v1.2.2"
66
},
77
"paths": {},
88
"definitions": {
@@ -654,6 +654,9 @@
654654
"io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingList": {
655655
"description": "ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.",
656656
"type": "object",
657+
"required": [
658+
"items"
659+
],
657660
"properties": {
658661
"apiVersion": {
659662
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
@@ -712,6 +715,9 @@
712715
"io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyList": {
713716
"description": "ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.",
714717
"type": "object",
718+
"required": [
719+
"items"
720+
],
715721
"properties": {
716722
"apiVersion": {
717723
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
@@ -1127,6 +1133,9 @@
11271133
"io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingList": {
11281134
"description": "ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.",
11291135
"type": "object",
1136+
"required": [
1137+
"items"
1138+
],
11301139
"properties": {
11311140
"apiVersion": {
11321141
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
@@ -1185,6 +1194,9 @@
11851194
"io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyList": {
11861195
"description": "ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.",
11871196
"type": "object",
1197+
"required": [
1198+
"items"
1199+
],
11881200
"properties": {
11891201
"apiVersion": {
11901202
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",

config/advanced-install/namespaced-controller-wo-crds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ spec:
306306
- controller
307307
env:
308308
- name: NUMAFLOW_IMAGE
309-
value: quay.io/numaproj/numaflow:v1.2.1
309+
value: quay.io/numaproj/numaflow:v1.2.2
310310
- name: NAMESPACE
311311
valueFrom:
312312
fieldRef:
@@ -347,7 +347,7 @@ spec:
347347
key: controller.leader.election.lease.renew.period
348348
name: numaflow-cmd-params-config
349349
optional: true
350-
image: quay.io/numaproj/numaflow:v1.2.1
350+
image: quay.io/numaproj/numaflow:v1.2.2
351351
imagePullPolicy: Always
352352
livenessProbe:
353353
httpGet:

config/advanced-install/namespaced-controller/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212

1313
images:
1414
- name: quay.io/numaproj/numaflow
15-
newTag: v1.2.1
15+
newTag: v1.2.2
1616

1717
patches:
1818
# For release scripts
@@ -28,7 +28,7 @@ patches:
2828
- name: controller-manager
2929
env:
3030
- name: NUMAFLOW_IMAGE
31-
value: quay.io/numaproj/numaflow:v1.2.1
31+
value: quay.io/numaproj/numaflow:v1.2.2
3232
- patch: |-
3333
apiVersion: v1
3434
kind: ConfigMap

config/advanced-install/namespaced-numaflow-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ spec:
258258
key: server.cors.allowed.origins
259259
name: numaflow-cmd-params-config
260260
optional: true
261-
image: quay.io/numaproj/numaflow:v1.2.1
261+
image: quay.io/numaproj/numaflow:v1.2.2
262262
imagePullPolicy: Always
263263
livenessProbe:
264264
httpGet:
@@ -294,7 +294,7 @@ spec:
294294
key: server.base.href
295295
name: numaflow-cmd-params-config
296296
optional: true
297-
image: quay.io/numaproj/numaflow:v1.2.1
297+
image: quay.io/numaproj/numaflow:v1.2.2
298298
imagePullPolicy: Always
299299
name: server-init
300300
volumeMounts:
@@ -313,7 +313,7 @@ spec:
313313
key: server.disable.auth
314314
name: numaflow-cmd-params-config
315315
optional: true
316-
image: quay.io/numaproj/numaflow:v1.2.1
316+
image: quay.io/numaproj/numaflow:v1.2.2
317317
imagePullPolicy: Always
318318
name: server-secrets-init
319319
securityContext:

config/advanced-install/namespaced-numaflow-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212

1313
images:
1414
- name: quay.io/numaproj/numaflow
15-
newTag: v1.2.1
15+
newTag: v1.2.2
1616

1717
patches:
1818
- patch: |-

config/advanced-install/numaflow-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ spec:
269269
key: server.cors.allowed.origins
270270
name: numaflow-cmd-params-config
271271
optional: true
272-
image: quay.io/numaproj/numaflow:v1.2.1
272+
image: quay.io/numaproj/numaflow:v1.2.2
273273
imagePullPolicy: Always
274274
livenessProbe:
275275
httpGet:
@@ -305,7 +305,7 @@ spec:
305305
key: server.base.href
306306
name: numaflow-cmd-params-config
307307
optional: true
308-
image: quay.io/numaproj/numaflow:v1.2.1
308+
image: quay.io/numaproj/numaflow:v1.2.2
309309
imagePullPolicy: Always
310310
name: server-init
311311
volumeMounts:
@@ -324,7 +324,7 @@ spec:
324324
key: server.disable.auth
325325
name: numaflow-cmd-params-config
326326
optional: true
327-
image: quay.io/numaproj/numaflow:v1.2.1
327+
image: quay.io/numaproj/numaflow:v1.2.2
328328
imagePullPolicy: Always
329329
name: server-secrets-init
330330
securityContext:

config/advanced-install/numaflow-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ namespace: numaflow-system
1414

1515
images:
1616
- name: quay.io/numaproj/numaflow
17-
newTag: v1.2.1
17+
newTag: v1.2.2
1818

0 commit comments

Comments
 (0)