Skip to content

Commit bd5f1c8

Browse files
🌱 Bump Rancher to latest v2.12.3 patch version (#1867)
* Bump Rancher to latest v2.12.3 patch version Signed-off-by: Furkat Gofurov <[email protected]> * Bump Go version to 1.24.9 Signed-off-by: Furkat Gofurov <[email protected]> --------- Signed-off-by: Furkat Gofurov <[email protected]>
1 parent e349443 commit bd5f1c8

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

‎.github/workflows/test_chart.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
CONTROLLER_IMAGE_VERSION: v0.0.1
1818
PULL_POLICY: Never
1919
CERT_MANAGER_VERSION: v1.16.3
20-
RANCHER_VERSION: v2.12.1
20+
RANCHER_VERSION: v2.12.3
2121

2222
jobs:
2323
prime-test:

‎charts/rancher-turtles/Chart.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ annotations:
1818
catalog.cattle.io/namespace: rancher-turtles-system
1919
catalog.cattle.io/os: linux
2020
catalog.cattle.io/permits-os: linux
21-
catalog.cattle.io/rancher-version: '>= 2.12.1-0 < 2.13.0-0'
21+
catalog.cattle.io/rancher-version: '>= 2.12.3-0 < 2.13.0-0'
2222
catalog.cattle.io/release-name: rancher-turtles
2323
catalog.cattle.io/scope: management
2424
catalog.cattle.io/type: cluster-tool

‎examples/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/turtles/examples
22

3-
go 1.24.4
3+
go 1.24.9
44

55
require (
66
github.com/agnivade/levenshtein v1.2.1

‎exp/clusterclass/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/turtles/exp/clusterclass
22

3-
go 1.24.4
3+
go 1.24.9
44

55
require (
66
github.com/go-logr/logr v1.4.3

‎exp/day2/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/turtles/exp/day2
22

3-
go 1.24.4
3+
go 1.24.9
44

55
replace github.com/rancher/turtles => ../..
66

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/turtles
22

3-
go 1.24.4
3+
go 1.24.9
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

‎internal/controllers/testdata/import_sample.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ spec:
192192
value: 726f86e0-b3bc-41f1-9757-8a0ee24560f4
193193
- name: CATTLE_INGRESS_IP_DOMAIN
194194
value: sslip.io
195-
image: rancher/rancher-agent:v2.12.1
195+
image: rancher/rancher-agent:v2.12.3
196196
volumeMounts:
197197
- name: cattle-credentials
198198
mountPath: /cattle-credentials

‎scripts/turtles-dev.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
RANCHER_CHANNEL=${RANCHER_CHANNEL:-latest}
2626
RANCHER_PASSWORD=${RANCHER_PASSWORD:-rancheradmin}
27-
RANCHER_VERSION=${RANCHER_VERSION:-v2.12.1}
27+
RANCHER_VERSION=${RANCHER_VERSION:-v2.12.3}
2828
RANCHER_IMAGE=${RANCHER_IMAGE:-rancher/rancher:$RANCHER_VERSION}
2929
CLUSTER_NAME=${CLUSTER_NAME:-capi-test}
3030
DAY2_CONTROLLER_IMAGE=${DAY2_CONTROLLER_IMAGE:-ghcr.io/rancher/turtles}

‎scripts/turtles-quickstart.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set -e
1919

2020
RANCHER_CHANNEL=${RANCHER_CHANNEL:-latest}
21-
RANCHER_VERSION=${RANCHER_VERSION:-v2.12.1}
21+
RANCHER_VERSION=${RANCHER_VERSION:-v2.12.3}
2222
RANCHER_IMAGE=${RANCHER_IMAGE:-rancher/rancher:$RANCHER_VERSION}
2323
RANCHER_CLUSTER_NAME=${RANCHER_CLUSTER_NAME:-rancher-cluster}
2424
RANCHER_TURTLES_VERSION=${RANCHER_TURTLES_VERSION:-v0.23.0}

‎test/e2e/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Most notable ones:
163163

164164
```yaml
165165
variables:
166-
RANCHER_VERSION: "v2.12.1" # Default rancher version to install
166+
RANCHER_VERSION: "v2.12.3" # Default rancher version to install
167167
RANCHER_HOSTNAME: "localhost" # Your ngrok domain
168168
NGROK_API_KEY: "" # Key and token values for establishing ingress
169169
NGROK_AUTHTOKEN: ""

0 commit comments

Comments
 (0)