Skip to content

Commit cb7d17d

Browse files
committed
Update manifests to v1.3.2
Signed-off-by: Derek Wang <[email protected]>
1 parent 816a8e7 commit cb7d17d

File tree

15 files changed

+33
-33
lines changed

15 files changed

+33
-33
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ GIT_TREE_STATE=$(shell if [[ -z "`git status --porcelain`" ]]; then echo "clean"
2727
DOCKER_PUSH?=false
2828
DOCKER_BUILD_ARGS?=
2929
IMAGE_NAMESPACE?=quay.io/numaproj
30-
VERSION?=v1.3.1
31-
BASE_VERSION:=v1.3.1
30+
VERSION?=v1.3.2
31+
BASE_VERSION:=v1.3.2
3232

3333
override LDFLAGS += \
3434
-X ${PACKAGE}.version=${VERSION} \

Diff for: api/openapi-spec/swagger.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "Numaflow",
5-
"version": "v1.3.1"
5+
"version": "v1.3.2"
66
},
77
"paths": {},
88
"definitions": {

Diff for: config/advanced-install/namespaced-controller-wo-crds.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ spec:
315315
- controller
316316
env:
317317
- name: NUMAFLOW_IMAGE
318-
value: quay.io/numaproj/numaflow:v1.3.1
318+
value: quay.io/numaproj/numaflow:v1.3.2
319319
- name: NAMESPACE
320320
valueFrom:
321321
fieldRef:
@@ -356,7 +356,7 @@ spec:
356356
key: controller.leader.election.lease.renew.period
357357
name: numaflow-cmd-params-config
358358
optional: true
359-
image: quay.io/numaproj/numaflow:v1.3.1
359+
image: quay.io/numaproj/numaflow:v1.3.2
360360
imagePullPolicy: Always
361361
livenessProbe:
362362
httpGet:

Diff for: config/advanced-install/namespaced-controller/kustomization.yaml

+2-2
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.3.1
15+
newTag: v1.3.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.3.1
31+
value: quay.io/numaproj/numaflow:v1.3.2
3232
- patch: |-
3333
apiVersion: v1
3434
kind: ConfigMap

Diff for: config/advanced-install/namespaced-numaflow-server.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ spec:
268268
key: server.daemon.client.protocol
269269
name: numaflow-cmd-params-config
270270
optional: true
271-
image: quay.io/numaproj/numaflow:v1.3.1
271+
image: quay.io/numaproj/numaflow:v1.3.2
272272
imagePullPolicy: Always
273273
livenessProbe:
274274
httpGet:
@@ -304,7 +304,7 @@ spec:
304304
key: server.base.href
305305
name: numaflow-cmd-params-config
306306
optional: true
307-
image: quay.io/numaproj/numaflow:v1.3.1
307+
image: quay.io/numaproj/numaflow:v1.3.2
308308
imagePullPolicy: Always
309309
name: server-init
310310
volumeMounts:
@@ -323,7 +323,7 @@ spec:
323323
key: server.disable.auth
324324
name: numaflow-cmd-params-config
325325
optional: true
326-
image: quay.io/numaproj/numaflow:v1.3.1
326+
image: quay.io/numaproj/numaflow:v1.3.2
327327
imagePullPolicy: Always
328328
name: server-secrets-init
329329
securityContext:

Diff for: config/advanced-install/namespaced-numaflow-server/kustomization.yaml

+1-1
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.3.1
15+
newTag: v1.3.2
1616

1717
patches:
1818
- patch: |-

Diff for: config/advanced-install/numaflow-server.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ spec:
279279
key: server.daemon.client.protocol
280280
name: numaflow-cmd-params-config
281281
optional: true
282-
image: quay.io/numaproj/numaflow:v1.3.1
282+
image: quay.io/numaproj/numaflow:v1.3.2
283283
imagePullPolicy: Always
284284
livenessProbe:
285285
httpGet:
@@ -315,7 +315,7 @@ spec:
315315
key: server.base.href
316316
name: numaflow-cmd-params-config
317317
optional: true
318-
image: quay.io/numaproj/numaflow:v1.3.1
318+
image: quay.io/numaproj/numaflow:v1.3.2
319319
imagePullPolicy: Always
320320
name: server-init
321321
volumeMounts:
@@ -334,7 +334,7 @@ spec:
334334
key: server.disable.auth
335335
name: numaflow-cmd-params-config
336336
optional: true
337-
image: quay.io/numaproj/numaflow:v1.3.1
337+
image: quay.io/numaproj/numaflow:v1.3.2
338338
imagePullPolicy: Always
339339
name: server-secrets-init
340340
securityContext:

Diff for: config/advanced-install/numaflow-server/kustomization.yaml

+1-1
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.3.1
17+
newTag: v1.3.2
1818

Diff for: config/base/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010

1111
images:
1212
- name: quay.io/numaproj/numaflow
13-
newTag: v1.3.1
13+
newTag: v1.3.2
1414

1515
patches:
1616
- patch: |-
@@ -25,4 +25,4 @@ patches:
2525
- name: controller-manager
2626
env:
2727
- name: NUMAFLOW_IMAGE
28-
value: quay.io/numaproj/numaflow:v1.3.1
28+
value: quay.io/numaproj/numaflow:v1.3.2

Diff for: config/extensions/webhook/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ namespace: numaflow-system
1111

1212
images:
1313
- name: quay.io/numaproj/numaflow
14-
newTag: v1.3.1
14+
newTag: v1.3.2
1515

Diff for: config/install.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25790,7 +25790,7 @@ spec:
2579025790
- controller
2579125791
env:
2579225792
- name: NUMAFLOW_IMAGE
25793-
value: quay.io/numaproj/numaflow:v1.3.1
25793+
value: quay.io/numaproj/numaflow:v1.3.2
2579425794
- name: NAMESPACE
2579525795
valueFrom:
2579625796
fieldRef:
@@ -25831,7 +25831,7 @@ spec:
2583125831
key: controller.leader.election.lease.renew.period
2583225832
name: numaflow-cmd-params-config
2583325833
optional: true
25834-
image: quay.io/numaproj/numaflow:v1.3.1
25834+
image: quay.io/numaproj/numaflow:v1.3.2
2583525835
imagePullPolicy: Always
2583625836
livenessProbe:
2583725837
httpGet:
@@ -25933,7 +25933,7 @@ spec:
2593325933
key: server.base.href
2593425934
name: numaflow-cmd-params-config
2593525935
optional: true
25936-
image: quay.io/numaproj/numaflow:v1.3.1
25936+
image: quay.io/numaproj/numaflow:v1.3.2
2593725937
imagePullPolicy: Always
2593825938
name: dex-init
2593925939
volumeMounts:
@@ -26049,7 +26049,7 @@ spec:
2604926049
key: server.daemon.client.protocol
2605026050
name: numaflow-cmd-params-config
2605126051
optional: true
26052-
image: quay.io/numaproj/numaflow:v1.3.1
26052+
image: quay.io/numaproj/numaflow:v1.3.2
2605326053
imagePullPolicy: Always
2605426054
livenessProbe:
2605526055
httpGet:
@@ -26085,7 +26085,7 @@ spec:
2608526085
key: server.base.href
2608626086
name: numaflow-cmd-params-config
2608726087
optional: true
26088-
image: quay.io/numaproj/numaflow:v1.3.1
26088+
image: quay.io/numaproj/numaflow:v1.3.2
2608926089
imagePullPolicy: Always
2609026090
name: server-init
2609126091
volumeMounts:
@@ -26104,7 +26104,7 @@ spec:
2610426104
key: server.disable.auth
2610526105
name: numaflow-cmd-params-config
2610626106
optional: true
26107-
image: quay.io/numaproj/numaflow:v1.3.1
26107+
image: quay.io/numaproj/numaflow:v1.3.2
2610826108
imagePullPolicy: Always
2610926109
name: server-secrets-init
2611026110
securityContext:

Diff for: config/namespace-install.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25672,7 +25672,7 @@ spec:
2567225672
- controller
2567325673
env:
2567425674
- name: NUMAFLOW_IMAGE
25675-
value: quay.io/numaproj/numaflow:v1.3.1
25675+
value: quay.io/numaproj/numaflow:v1.3.2
2567625676
- name: NAMESPACE
2567725677
valueFrom:
2567825678
fieldRef:
@@ -25713,7 +25713,7 @@ spec:
2571325713
key: controller.leader.election.lease.renew.period
2571425714
name: numaflow-cmd-params-config
2571525715
optional: true
25716-
image: quay.io/numaproj/numaflow:v1.3.1
25716+
image: quay.io/numaproj/numaflow:v1.3.2
2571725717
imagePullPolicy: Always
2571825718
livenessProbe:
2571925719
httpGet:
@@ -25814,7 +25814,7 @@ spec:
2581425814
key: server.base.href
2581525815
name: numaflow-cmd-params-config
2581625816
optional: true
25817-
image: quay.io/numaproj/numaflow:v1.3.1
25817+
image: quay.io/numaproj/numaflow:v1.3.2
2581825818
imagePullPolicy: Always
2581925819
name: dex-init
2582025820
volumeMounts:
@@ -25929,7 +25929,7 @@ spec:
2592925929
key: server.daemon.client.protocol
2593025930
name: numaflow-cmd-params-config
2593125931
optional: true
25932-
image: quay.io/numaproj/numaflow:v1.3.1
25932+
image: quay.io/numaproj/numaflow:v1.3.2
2593325933
imagePullPolicy: Always
2593425934
livenessProbe:
2593525935
httpGet:
@@ -25965,7 +25965,7 @@ spec:
2596525965
key: server.base.href
2596625966
name: numaflow-cmd-params-config
2596725967
optional: true
25968-
image: quay.io/numaproj/numaflow:v1.3.1
25968+
image: quay.io/numaproj/numaflow:v1.3.2
2596925969
imagePullPolicy: Always
2597025970
name: server-init
2597125971
volumeMounts:
@@ -25984,7 +25984,7 @@ spec:
2598425984
key: server.disable.auth
2598525985
name: numaflow-cmd-params-config
2598625986
optional: true
25987-
image: quay.io/numaproj/numaflow:v1.3.1
25987+
image: quay.io/numaproj/numaflow:v1.3.2
2598825988
imagePullPolicy: Always
2598925989
name: server-secrets-init
2599025990
securityContext:

Diff for: config/validating-webhook-install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
value: numaflow-webhook
136136
- name: CLUSTER_ROLE_NAME
137137
value: numaflow-webhook
138-
image: quay.io/numaproj/numaflow:v1.3.1
138+
image: quay.io/numaproj/numaflow:v1.3.2
139139
imagePullPolicy: Always
140140
name: webhook
141141
serviceAccountName: numaflow-webhook-sa

Diff for: rust/numaflow-models/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numaflow-models"
3-
version = "1.3.1"
3+
version = "0.0.0-pre"
44
authors = ["The Numaproj Authors"]
55
description = "Numaflow models"
66
license = "Apache-2.0 license"

Diff for: rust/numaflow-models/src/apis/configuration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl Default for Configuration {
4646
fn default() -> Self {
4747
Configuration {
4848
base_path: "http://localhost".to_owned(),
49-
user_agent: Some("OpenAPI-Generator/v1.3.1/rust".to_owned()),
49+
user_agent: Some("OpenAPI-Generator/v1.3.2/rust".to_owned()),
5050
client: reqwest::Client::new(),
5151
basic_auth: None,
5252
oauth_access_token: None,

0 commit comments

Comments
 (0)