Skip to content

Commit 7b753ab

Browse files
Copilotdavidgamero
andcommitted
chore: Upgrade Rust version to 1.83.0 for ICU package compatibility
Co-authored-by: davidgamero <4248857+davidgamero@users.noreply.github.com>
1 parent 4cc0b29 commit 7b753ab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

template/dockerfiles/rust/draft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ variables:
1717
type: "string"
1818
kind: "containerImageVersion"
1919
default:
20-
value: "1.82.0"
20+
value: "1.83.0"
2121
description: "the version of rust used by the application"
22-
exampleValues: ["1.70.0", "1.65.0", "1.60", "1.54", "1.53"]
22+
exampleValues: ["1.83.0", "1.82.0", "1.70.0", "1.65.0", "1.60"]
2323
versions: ">=0.0.1"
2424
- name: "DOCKERFILENAME"
2525
type: "string"

test/integration/rust/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deployVariables:
1212
value: "host.minikube.internal:5001/testapp"
1313
languageVariables:
1414
- name: "VERSION"
15-
value: "1.82.0"
15+
value: "1.83.0"
1616
- name: "BUILDERVERSION"
1717
value: "null"
1818
- name: "PORT"

test/integration/rust/kustomize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deployVariables:
1212
value: "host.minikube.internal:5001/testapp"
1313
languageVariables:
1414
- name: "VERSION"
15-
value: "1.82.0"
15+
value: "1.83.0"
1616
- name: "BUILDERVERSION"
1717
value: "null"
1818
- name: "PORT"

test/integration/rust/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deployVariables:
1212
value: "host.minikube.internal:5001/testapp"
1313
languageVariables:
1414
- name: "VERSION"
15-
value: "1.82.0"
15+
value: "1.83.0"
1616
- name: "BUILDERVERSION"
1717
value: "null"
1818
- name: "PORT"

0 commit comments

Comments
 (0)