diff --git a/Makefile b/Makefile index 4e1ee98fa4..e192635512 100644 --- a/Makefile +++ b/Makefile @@ -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} \ diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index e0be1c1a7f..d1eb913985 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Numaflow", - "version": "latest" + "version": "v1.3.0-rc1" }, "paths": {}, "definitions": { diff --git a/config/advanced-install/namespaced-controller-wo-crds.yaml b/config/advanced-install/namespaced-controller-wo-crds.yaml index 20ca3f2913..be97413e96 100644 --- a/config/advanced-install/namespaced-controller-wo-crds.yaml +++ b/config/advanced-install/namespaced-controller-wo-crds.yaml @@ -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: @@ -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: diff --git a/config/advanced-install/namespaced-controller/kustomization.yaml b/config/advanced-install/namespaced-controller/kustomization.yaml index 46d0b2bace..35ec460f7d 100644 --- a/config/advanced-install/namespaced-controller/kustomization.yaml +++ b/config/advanced-install/namespaced-controller/kustomization.yaml @@ -12,7 +12,7 @@ resources: images: - name: quay.io/numaproj/numaflow - newTag: latest + newTag: v1.3.0-rc1 patches: # For release scripts @@ -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 diff --git a/config/advanced-install/namespaced-numaflow-server.yaml b/config/advanced-install/namespaced-numaflow-server.yaml index 5262b8056f..49b8bc79ca 100644 --- a/config/advanced-install/namespaced-numaflow-server.yaml +++ b/config/advanced-install/namespaced-numaflow-server.yaml @@ -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: @@ -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: @@ -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: diff --git a/config/advanced-install/namespaced-numaflow-server/kustomization.yaml b/config/advanced-install/namespaced-numaflow-server/kustomization.yaml index 8ed0832bd1..445041b36f 100644 --- a/config/advanced-install/namespaced-numaflow-server/kustomization.yaml +++ b/config/advanced-install/namespaced-numaflow-server/kustomization.yaml @@ -12,7 +12,7 @@ resources: images: - name: quay.io/numaproj/numaflow - newTag: latest + newTag: v1.3.0-rc1 patches: - patch: |- diff --git a/config/advanced-install/numaflow-server.yaml b/config/advanced-install/numaflow-server.yaml index 5e7982d7a3..2a84f1ebbf 100644 --- a/config/advanced-install/numaflow-server.yaml +++ b/config/advanced-install/numaflow-server.yaml @@ -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: @@ -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: @@ -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: diff --git a/config/advanced-install/numaflow-server/kustomization.yaml b/config/advanced-install/numaflow-server/kustomization.yaml index 129e9ef931..53a837c7c6 100644 --- a/config/advanced-install/numaflow-server/kustomization.yaml +++ b/config/advanced-install/numaflow-server/kustomization.yaml @@ -14,5 +14,5 @@ namespace: numaflow-system images: - name: quay.io/numaproj/numaflow - newTag: latest + newTag: v1.3.0-rc1 diff --git a/config/base/kustomization.yaml b/config/base/kustomization.yaml index c3ce1ec912..73ef5d41b0 100644 --- a/config/base/kustomization.yaml +++ b/config/base/kustomization.yaml @@ -10,7 +10,7 @@ resources: images: - name: quay.io/numaproj/numaflow - newTag: latest + newTag: v1.3.0-rc1 patches: - patch: |- @@ -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 diff --git a/config/extensions/webhook/kustomization.yaml b/config/extensions/webhook/kustomization.yaml index d0baf4140b..bf0e68a0ec 100644 --- a/config/extensions/webhook/kustomization.yaml +++ b/config/extensions/webhook/kustomization.yaml @@ -11,5 +11,5 @@ namespace: numaflow-system images: - name: quay.io/numaproj/numaflow - newTag: latest + newTag: v1.3.0-rc1 diff --git a/config/install.yaml b/config/install.yaml index 7905eb6e56..561edf90f6 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/config/namespace-install.yaml b/config/namespace-install.yaml index 5e5b823e35..ea2039d0e1 100644 --- a/config/namespace-install.yaml +++ b/config/namespace-install.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/config/validating-webhook-install.yaml b/config/validating-webhook-install.yaml index d018657882..07e2c0e196 100644 --- a/config/validating-webhook-install.yaml +++ b/config/validating-webhook-install.yaml @@ -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 diff --git a/serving/Cargo.lock b/serving/Cargo.lock index e27de24107..4b409948d0 100644 --- a/serving/Cargo.lock +++ b/serving/Cargo.lock @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "numaflow-models" -version = "0.0.0-pre" +version = "1.3.0-rc1" dependencies = [ "k8s-openapi", "kube", diff --git a/serving/numaflow-models/Cargo.toml b/serving/numaflow-models/Cargo.toml index 6a38e0cc01..257d92e3f9 100644 --- a/serving/numaflow-models/Cargo.toml +++ b/serving/numaflow-models/Cargo.toml @@ -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" diff --git a/serving/numaflow-models/src/apis/configuration.rs b/serving/numaflow-models/src/apis/configuration.rs index 0b61f68f34..72f501e7fd 100644 --- a/serving/numaflow-models/src/apis/configuration.rs +++ b/serving/numaflow-models/src/apis/configuration.rs @@ -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,