From 59fd473bc4235c2a9ef70fe3aaa2d41b94ec8deb Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 14 Jun 2023 11:51:40 -0400 Subject: [PATCH 1/3] bump rust version to fix e2e --- template/dockerfiles/rust/draft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/dockerfiles/rust/draft.yaml b/template/dockerfiles/rust/draft.yaml index f912dd6f..3aaac9bc 100644 --- a/template/dockerfiles/rust/draft.yaml +++ b/template/dockerfiles/rust/draft.yaml @@ -9,9 +9,9 @@ variables: type: int - name: "VERSION" description: "the version of rust used by the application" - exampleValues: ["1.58.0","1.56", "1.55", "1.54", "1.53"] + exampleValues: ["1.60.0","1.58", "1.56", "1.54", "1.53"] variableDefaults: - name: "VERSION" - value: "1.58.0" + value: "1.60.0" - name: "PORT" - value: "80" \ No newline at end of file + value: "80" From c0c0e2b6f4cad058fded1b9466c70ceb07c031e9 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 14 Jun 2023 11:54:31 -0400 Subject: [PATCH 2/3] bump rust version in e2e --- test/integration/rust/helm.yaml | 2 +- test/integration/rust/kustomize.yaml | 2 +- test/integration/rust/manifest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/rust/helm.yaml b/test/integration/rust/helm.yaml index 99e3a0e8..16131144 100644 --- a/test/integration/rust/helm.yaml +++ b/test/integration/rust/helm.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.59.0" + value: "1.60.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/kustomize.yaml b/test/integration/rust/kustomize.yaml index 6c032392..8ecb061b 100644 --- a/test/integration/rust/kustomize.yaml +++ b/test/integration/rust/kustomize.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.59.0" + value: "1.60.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/manifest.yaml b/test/integration/rust/manifest.yaml index fc6044e9..15a95079 100644 --- a/test/integration/rust/manifest.yaml +++ b/test/integration/rust/manifest.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.59.0" + value: "1.60.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" From 2e692b2ca18915aa11b66c34f40939b8cf75612a Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 14 Jun 2023 12:09:04 -0400 Subject: [PATCH 3/3] bump rust more --- template/dockerfiles/rust/draft.yaml | 4 ++-- test/integration/rust/helm.yaml | 2 +- test/integration/rust/kustomize.yaml | 2 +- test/integration/rust/manifest.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/dockerfiles/rust/draft.yaml b/template/dockerfiles/rust/draft.yaml index 3aaac9bc..00848d00 100644 --- a/template/dockerfiles/rust/draft.yaml +++ b/template/dockerfiles/rust/draft.yaml @@ -9,9 +9,9 @@ variables: type: int - name: "VERSION" description: "the version of rust used by the application" - exampleValues: ["1.60.0","1.58", "1.56", "1.54", "1.53"] + exampleValues: ["1.70.0","1.65.0", "1.60", "1.54", "1.53"] variableDefaults: - name: "VERSION" - value: "1.60.0" + value: "1.70.0" - name: "PORT" value: "80" diff --git a/test/integration/rust/helm.yaml b/test/integration/rust/helm.yaml index 16131144..e2dabc89 100644 --- a/test/integration/rust/helm.yaml +++ b/test/integration/rust/helm.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.60.0" + value: "1.70.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/kustomize.yaml b/test/integration/rust/kustomize.yaml index 8ecb061b..29a8f43a 100644 --- a/test/integration/rust/kustomize.yaml +++ b/test/integration/rust/kustomize.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.60.0" + value: "1.70.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/manifest.yaml b/test/integration/rust/manifest.yaml index 15a95079..ecce1ce8 100644 --- a/test/integration/rust/manifest.yaml +++ b/test/integration/rust/manifest.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.60.0" + value: "1.70.0" - name: "BUILDERVERSION" value: "null" - name: "PORT"