Skip to content

Commit aeae0c3

Browse files
committed
Update templated files to rev 25c00f9 (#119)
Automatically created PR based on commit 25c00f933a396f45be5fed5e22e19624841ddbc3 in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: teozkr with message [rustc 1.65.0 and READMEs]
1 parent 9e14f90 commit aeae0c3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
4444
with:
4545
profile: minimal
46-
toolchain: "1.63.0"
46+
toolchain: "1.65.0"
4747
override: true
4848
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
4949
with:
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
151151
with:
152152
profile: minimal
153-
toolchain: "1.63.0"
153+
toolchain: "1.65.0"
154154
components: rustfmt
155155
override: true
156156
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # renovate: tag=v1.0.3
@@ -172,7 +172,7 @@ jobs:
172172
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
173173
with:
174174
profile: minimal
175-
toolchain: "1.63.0"
175+
toolchain: "1.65.0"
176176
components: clippy
177177
override: true
178178
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -206,7 +206,7 @@ jobs:
206206
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
207207
with:
208208
profile: minimal
209-
toolchain: "1.63.0"
209+
toolchain: "1.65.0"
210210
components: rustfmt
211211
override: true
212212
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -236,7 +236,7 @@ jobs:
236236
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
237237
with:
238238
profile: minimal
239-
toolchain: "1.63.0"
239+
toolchain: "1.65.0"
240240
override: true
241241
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
242242
with:
@@ -307,7 +307,7 @@ jobs:
307307
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
308308
with:
309309
profile: minimal
310-
toolchain: "1.63.0"
310+
toolchain: "1.65.0"
311311
override: true
312312
- name: Set up rust-cache
313313
uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -372,7 +372,7 @@ jobs:
372372
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
373373
with:
374374
profile: minimal
375-
toolchain: "1.63.0"
375+
toolchain: "1.65.0"
376376
components: rustfmt
377377
override: true
378378
- name: Install requirements for version tool

.readme/partials/borrowed/footer.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We develop and test our operators on the following cloud platforms:
2121
* GKE on Google Cloud Platform (GCP)
2222
* [IONOS Cloud Managed Kubernetes](https://cloud.ionos.com/managed/kubernetes)
2323
* K3s
24-
* Kubernetes 1.21-1.24
24+
* Kubernetes 1.21-1.25
2525

2626
We are currently working to support:
2727

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We develop and test our operators on the following cloud platforms:
5858
* GKE on Google Cloud Platform (GCP)
5959
* [IONOS Cloud Managed Kubernetes](https://cloud.ionos.com/managed/kubernetes)
6060
* K3s
61-
* Kubernetes 1.21-1.24
61+
* Kubernetes 1.21-1.25
6262

6363
We are currently working to support:
6464

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.63.0"
2+
channel = "1.65.0"

scripts/render_readme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
if ! command -v jinja2 &> /dev/null
66
then
77
echo "jinja2 could not be found. Use 'pip install jinja2-cli' to install it."
8-
exit
8+
exit 1
99
fi
1010

1111
SCRIPT_DIR=$(dirname "$0")

0 commit comments

Comments
 (0)