Skip to content

Commit c9dc38f

Browse files
committed
Update manifests to v1.4.2
1 parent fea792b commit c9dc38f

File tree

14 files changed

+32
-32
lines changed

14 files changed

+32
-32
lines changed

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.4.1
31-
BASE_VERSION:=v1.4.1
30+
VERSION?=v1.4.2
31+
BASE_VERSION:=v1.4.2
3232

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

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.4.1"
5+
"version": "v1.4.2"
66
},
77
"paths": {},
88
"definitions": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ spec:
317317
- controller
318318
env:
319319
- name: NUMAFLOW_IMAGE
320-
value: quay.io/numaproj/numaflow:v1.4.1
320+
value: quay.io/numaproj/numaflow:v1.4.2
321321
- name: NAMESPACE
322322
valueFrom:
323323
fieldRef:
@@ -358,7 +358,7 @@ spec:
358358
key: controller.leader.election.lease.renew.period
359359
name: numaflow-cmd-params-config
360360
optional: true
361-
image: quay.io/numaproj/numaflow:v1.4.1
361+
image: quay.io/numaproj/numaflow:v1.4.2
362362
imagePullPolicy: Always
363363
livenessProbe:
364364
httpGet:

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ spec:
323323
key: server.daemon.client.protocol
324324
name: numaflow-cmd-params-config
325325
optional: true
326-
image: quay.io/numaproj/numaflow:v1.4.1
326+
image: quay.io/numaproj/numaflow:v1.4.2
327327
imagePullPolicy: Always
328328
livenessProbe:
329329
httpGet:
@@ -361,7 +361,7 @@ spec:
361361
key: server.base.href
362362
name: numaflow-cmd-params-config
363363
optional: true
364-
image: quay.io/numaproj/numaflow:v1.4.1
364+
image: quay.io/numaproj/numaflow:v1.4.2
365365
imagePullPolicy: Always
366366
name: server-init
367367
volumeMounts:
@@ -380,7 +380,7 @@ spec:
380380
key: server.disable.auth
381381
name: numaflow-cmd-params-config
382382
optional: true
383-
image: quay.io/numaproj/numaflow:v1.4.1
383+
image: quay.io/numaproj/numaflow:v1.4.2
384384
imagePullPolicy: Always
385385
name: server-secrets-init
386386
securityContext:

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.4.1
15+
newTag: v1.4.2
1616

1717
patches:
1818
- patch: |-

config/advanced-install/numaflow-server.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ spec:
335335
key: server.daemon.client.protocol
336336
name: numaflow-cmd-params-config
337337
optional: true
338-
image: quay.io/numaproj/numaflow:v1.4.1
338+
image: quay.io/numaproj/numaflow:v1.4.2
339339
imagePullPolicy: Always
340340
livenessProbe:
341341
httpGet:
@@ -373,7 +373,7 @@ spec:
373373
key: server.base.href
374374
name: numaflow-cmd-params-config
375375
optional: true
376-
image: quay.io/numaproj/numaflow:v1.4.1
376+
image: quay.io/numaproj/numaflow:v1.4.2
377377
imagePullPolicy: Always
378378
name: server-init
379379
volumeMounts:
@@ -392,7 +392,7 @@ spec:
392392
key: server.disable.auth
393393
name: numaflow-cmd-params-config
394394
optional: true
395-
image: quay.io/numaproj/numaflow:v1.4.1
395+
image: quay.io/numaproj/numaflow:v1.4.2
396396
imagePullPolicy: Always
397397
name: server-secrets-init
398398
securityContext:

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.4.1
17+
newTag: v1.4.2
1818

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.4.1
13+
newTag: v1.4.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.4.1
28+
value: quay.io/numaproj/numaflow:v1.4.2

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.4.1
14+
newTag: v1.4.2
1515

config/install.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28597,7 +28597,7 @@ spec:
2859728597
- controller
2859828598
env:
2859928599
- name: NUMAFLOW_IMAGE
28600-
value: quay.io/numaproj/numaflow:v1.4.1
28600+
value: quay.io/numaproj/numaflow:v1.4.2
2860128601
- name: NAMESPACE
2860228602
valueFrom:
2860328603
fieldRef:
@@ -28638,7 +28638,7 @@ spec:
2863828638
key: controller.leader.election.lease.renew.period
2863928639
name: numaflow-cmd-params-config
2864028640
optional: true
28641-
image: quay.io/numaproj/numaflow:v1.4.1
28641+
image: quay.io/numaproj/numaflow:v1.4.2
2864228642
imagePullPolicy: Always
2864328643
livenessProbe:
2864428644
httpGet:
@@ -28740,7 +28740,7 @@ spec:
2874028740
key: server.base.href
2874128741
name: numaflow-cmd-params-config
2874228742
optional: true
28743-
image: quay.io/numaproj/numaflow:v1.4.1
28743+
image: quay.io/numaproj/numaflow:v1.4.2
2874428744
imagePullPolicy: Always
2874528745
name: dex-init
2874628746
volumeMounts:
@@ -28856,7 +28856,7 @@ spec:
2885628856
key: server.daemon.client.protocol
2885728857
name: numaflow-cmd-params-config
2885828858
optional: true
28859-
image: quay.io/numaproj/numaflow:v1.4.1
28859+
image: quay.io/numaproj/numaflow:v1.4.2
2886028860
imagePullPolicy: Always
2886128861
livenessProbe:
2886228862
httpGet:
@@ -28894,7 +28894,7 @@ spec:
2889428894
key: server.base.href
2889528895
name: numaflow-cmd-params-config
2889628896
optional: true
28897-
image: quay.io/numaproj/numaflow:v1.4.1
28897+
image: quay.io/numaproj/numaflow:v1.4.2
2889828898
imagePullPolicy: Always
2889928899
name: server-init
2890028900
volumeMounts:
@@ -28913,7 +28913,7 @@ spec:
2891328913
key: server.disable.auth
2891428914
name: numaflow-cmd-params-config
2891528915
optional: true
28916-
image: quay.io/numaproj/numaflow:v1.4.1
28916+
image: quay.io/numaproj/numaflow:v1.4.2
2891728917
imagePullPolicy: Always
2891828918
name: server-secrets-init
2891928919
securityContext:

config/namespace-install.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28478,7 +28478,7 @@ spec:
2847828478
- controller
2847928479
env:
2848028480
- name: NUMAFLOW_IMAGE
28481-
value: quay.io/numaproj/numaflow:v1.4.1
28481+
value: quay.io/numaproj/numaflow:v1.4.2
2848228482
- name: NAMESPACE
2848328483
valueFrom:
2848428484
fieldRef:
@@ -28519,7 +28519,7 @@ spec:
2851928519
key: controller.leader.election.lease.renew.period
2852028520
name: numaflow-cmd-params-config
2852128521
optional: true
28522-
image: quay.io/numaproj/numaflow:v1.4.1
28522+
image: quay.io/numaproj/numaflow:v1.4.2
2852328523
imagePullPolicy: Always
2852428524
livenessProbe:
2852528525
httpGet:
@@ -28620,7 +28620,7 @@ spec:
2862028620
key: server.base.href
2862128621
name: numaflow-cmd-params-config
2862228622
optional: true
28623-
image: quay.io/numaproj/numaflow:v1.4.1
28623+
image: quay.io/numaproj/numaflow:v1.4.2
2862428624
imagePullPolicy: Always
2862528625
name: dex-init
2862628626
volumeMounts:
@@ -28735,7 +28735,7 @@ spec:
2873528735
key: server.daemon.client.protocol
2873628736
name: numaflow-cmd-params-config
2873728737
optional: true
28738-
image: quay.io/numaproj/numaflow:v1.4.1
28738+
image: quay.io/numaproj/numaflow:v1.4.2
2873928739
imagePullPolicy: Always
2874028740
livenessProbe:
2874128741
httpGet:
@@ -28773,7 +28773,7 @@ spec:
2877328773
key: server.base.href
2877428774
name: numaflow-cmd-params-config
2877528775
optional: true
28776-
image: quay.io/numaproj/numaflow:v1.4.1
28776+
image: quay.io/numaproj/numaflow:v1.4.2
2877728777
imagePullPolicy: Always
2877828778
name: server-init
2877928779
volumeMounts:
@@ -28792,7 +28792,7 @@ spec:
2879228792
key: server.disable.auth
2879328793
name: numaflow-cmd-params-config
2879428794
optional: true
28795-
image: quay.io/numaproj/numaflow:v1.4.1
28795+
image: quay.io/numaproj/numaflow:v1.4.2
2879628796
imagePullPolicy: Always
2879728797
name: server-secrets-init
2879828798
securityContext:

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.4.1
138+
image: quay.io/numaproj/numaflow:v1.4.2
139139
imagePullPolicy: Always
140140
name: webhook
141141
serviceAccountName: numaflow-webhook-sa

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.4.1/rust".to_owned()),
49+
user_agent: Some("OpenAPI-Generator/v1.4.2/rust".to_owned()),
5050
client: reqwest::Client::new(),
5151
basic_auth: None,
5252
oauth_access_token: None,

0 commit comments

Comments
 (0)