Skip to content

Commit

Permalink
Update manifests to v1.3.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Aug 9, 2024
1 parent 8e47d7f commit 179f596
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ GIT_TREE_STATE=$(shell if [[ -z "`git status --porcelain`" ]]; then echo "clean"
DOCKER_PUSH?=false
DOCKER_BUILD_ARGS?=
IMAGE_NAMESPACE?=quay.io/numaproj
VERSION?=latest
BASE_VERSION:=latest
VERSION?=v1.3.0-rc1
BASE_VERSION:=v1.3.0-rc1

override LDFLAGS += \
-X ${PACKAGE}.version=${VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Numaflow",
"version": "latest"
"version": "v1.3.0-rc1"
},
"paths": {},
"definitions": {
Expand Down
4 changes: 2 additions & 2 deletions config/advanced-install/namespaced-controller-wo-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.3.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -356,7 +356,7 @@ spec:
key: controller.leader.election.lease.renew.period
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:

images:
- name: quay.io/numaproj/numaflow
newTag: latest
newTag: v1.3.0-rc1

patches:
# For release scripts
Expand All @@ -28,7 +28,7 @@ patches:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.3.0-rc1
- patch: |-
apiVersion: v1
kind: ConfigMap
Expand Down
6 changes: 3 additions & 3 deletions config/advanced-install/namespaced-numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ spec:
key: server.daemon.client.protocol
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -304,7 +304,7 @@ spec:
key: server.base.href
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: server-init
volumeMounts:
Expand All @@ -323,7 +323,7 @@ spec:
key: server.disable.auth
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: server-secrets-init
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:

images:
- name: quay.io/numaproj/numaflow
newTag: latest
newTag: v1.3.0-rc1

patches:
- patch: |-
Expand Down
6 changes: 3 additions & 3 deletions config/advanced-install/numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ spec:
key: server.daemon.client.protocol
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -315,7 +315,7 @@ spec:
key: server.base.href
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: server-init
volumeMounts:
Expand All @@ -334,7 +334,7 @@ spec:
key: server.disable.auth
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: server-secrets-init
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion config/advanced-install/numaflow-server/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ namespace: numaflow-system

images:
- name: quay.io/numaproj/numaflow
newTag: latest
newTag: v1.3.0-rc1

4 changes: 2 additions & 2 deletions config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resources:

images:
- name: quay.io/numaproj/numaflow
newTag: latest
newTag: v1.3.0-rc1

patches:
- patch: |-
Expand All @@ -25,4 +25,4 @@ patches:
- name: controller-manager
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.3.0-rc1
2 changes: 1 addition & 1 deletion config/extensions/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ namespace: numaflow-system

images:
- name: quay.io/numaproj/numaflow
newTag: latest
newTag: v1.3.0-rc1

12 changes: 6 additions & 6 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24101,7 +24101,7 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.3.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -24142,7 +24142,7 @@ spec:
key: controller.leader.election.lease.renew.period
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -24244,7 +24244,7 @@ spec:
key: server.base.href
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: dex-init
volumeMounts:
Expand Down Expand Up @@ -24360,7 +24360,7 @@ spec:
key: server.daemon.client.protocol
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -24396,7 +24396,7 @@ spec:
key: server.base.href
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: server-init
volumeMounts:
Expand All @@ -24415,7 +24415,7 @@ spec:
key: server.disable.auth
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: server-secrets-init
securityContext:
Expand Down
12 changes: 6 additions & 6 deletions config/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23983,7 +23983,7 @@ spec:
- controller
env:
- name: NUMAFLOW_IMAGE
value: quay.io/numaproj/numaflow:latest
value: quay.io/numaproj/numaflow:v1.3.0-rc1
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -24024,7 +24024,7 @@ spec:
key: controller.leader.election.lease.renew.period
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -24125,7 +24125,7 @@ spec:
key: server.base.href
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: dex-init
volumeMounts:
Expand Down Expand Up @@ -24240,7 +24240,7 @@ spec:
key: server.daemon.client.protocol
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -24276,7 +24276,7 @@ spec:
key: server.base.href
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: server-init
volumeMounts:
Expand All @@ -24295,7 +24295,7 @@ spec:
key: server.disable.auth
name: numaflow-cmd-params-config
optional: true
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: server-secrets-init
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion config/validating-webhook-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
value: numaflow-webhook
- name: CLUSTER_ROLE_NAME
value: numaflow-webhook
image: quay.io/numaproj/numaflow:latest
image: quay.io/numaproj/numaflow:v1.3.0-rc1
imagePullPolicy: Always
name: webhook
serviceAccountName: numaflow-webhook-sa
2 changes: 1 addition & 1 deletion serving/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion serving/numaflow-models/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "numaflow-models"
version = "0.0.0-pre"
version = "1.3.0-rc1"
authors = ["The Numaproj Authors"]
description = "Numaflow models"
license = "Apache-2.0 license"
Expand Down
2 changes: 1 addition & 1 deletion serving/numaflow-models/src/apis/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Default for Configuration {
fn default() -> Self {
Configuration {
base_path: "http://localhost".to_owned(),
user_agent: Some("OpenAPI-Generator/latest/rust".to_owned()),
user_agent: Some("OpenAPI-Generator/v1.3.0-rc1/rust".to_owned()),
client: reqwest::Client::new(),
basic_auth: None,
oauth_access_token: None,
Expand Down

0 comments on commit 179f596

Please sign in to comment.