From b6014ab2c04f0ff695a940858d59943b86ed21de Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 10 Feb 2026 15:20:59 -0500 Subject: [PATCH 1/2] Update rust harness version for edition2024 --- template/dockerfiles/rust/draft.yaml | 6 +++--- test/integration/rust/helm.yaml | 2 +- test/integration/rust/kustomize.yaml | 2 +- test/integration/rust/manifest.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/template/dockerfiles/rust/draft.yaml b/template/dockerfiles/rust/draft.yaml index 1c9e491b0..7d42c1b26 100644 --- a/template/dockerfiles/rust/draft.yaml +++ b/template/dockerfiles/rust/draft.yaml @@ -17,9 +17,9 @@ variables: type: "string" kind: "containerImageVersion" default: - value: "1.83.0" + value: "1.85.0" description: "the version of rust used by the application" - exampleValues: ["1.83.0", "1.82.0", "1.70.0", "1.65.0", "1.60"] + exampleValues: ["1.85.0", "1.84.0", "1.83.0", "1.70.0", "1.65.0"] versions: ">=0.0.1" - name: "DOCKERFILENAME" type: "string" @@ -28,4 +28,4 @@ variables: value: "Dockerfile" disablePrompt: true description: "the name of the Dockerfile" - versions: ">=0.0.1" \ No newline at end of file + versions: ">=0.0.1" diff --git a/test/integration/rust/helm.yaml b/test/integration/rust/helm.yaml index 18a2bffcd..143f62a6b 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.83.0" + value: "1.85.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/kustomize.yaml b/test/integration/rust/kustomize.yaml index 8bd61b09c..0e15489c8 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.83.0" + value: "1.85.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/manifest.yaml b/test/integration/rust/manifest.yaml index 4f3dae2c3..1d54ba77d 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.83.0" + value: "1.85.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" From ac369892501d60401c4b0c59cecb4a97396f9e92 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 10 Feb 2026 15:39:41 -0500 Subject: [PATCH 2/2] Update rust harness version for time crate --- 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 7d42c1b26..cbbfc9b4f 100644 --- a/template/dockerfiles/rust/draft.yaml +++ b/template/dockerfiles/rust/draft.yaml @@ -17,9 +17,9 @@ variables: type: "string" kind: "containerImageVersion" default: - value: "1.85.0" + value: "1.88.0" description: "the version of rust used by the application" - exampleValues: ["1.85.0", "1.84.0", "1.83.0", "1.70.0", "1.65.0"] + exampleValues: ["1.88.0", "1.87.0", "1.86.0", "1.85.0", "1.83.0"] versions: ">=0.0.1" - name: "DOCKERFILENAME" type: "string" diff --git a/test/integration/rust/helm.yaml b/test/integration/rust/helm.yaml index 143f62a6b..3e379a10b 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.85.0" + value: "1.88.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/kustomize.yaml b/test/integration/rust/kustomize.yaml index 0e15489c8..06137c281 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.85.0" + value: "1.88.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/manifest.yaml b/test/integration/rust/manifest.yaml index 1d54ba77d..54c26bf60 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.85.0" + value: "1.88.0" - name: "BUILDERVERSION" value: "null" - name: "PORT"