Skip to content

Commit 1cc39b7

Browse files
authored
chore: Pre-release updates for 26.7.0 (#605)
* chore: Bump pre-commit/prek hooks * chore(template): Bump pre-commit/prek hooks * chore(template): Run niv update * chore(template): Bump Rust toolchains
1 parent a0fd6b5 commit 1cc39b7

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
files: \.(yml|yaml)(\.j2)*$
2424

2525
- repo: https://github.com/igorshubovych/markdownlint-cli
26-
rev: 76b3d32d3f4b965e1d6425253c59407420ae2c43 # 0.47.0
26+
rev: a4d5d37e66ebcd6b3705204a1d6dbb56dea66338 # 0.49.0
2727
hooks:
2828
- id: markdownlint
2929
types: [text]
@@ -39,15 +39,15 @@ repos:
3939
# If you do not, you will need to delete the cached ruff binary shown in the
4040
# error message
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: 0839f92796ae388643a08a21640a029b322be5c2 # 0.15.2
42+
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # 0.15.20
4343
hooks:
4444
# Run the linter.
45-
- id: ruff
45+
- id: ruff-check
4646
# Run the formatter.
4747
- id: ruff-format
4848

4949
- repo: https://github.com/rhysd/actionlint
50-
rev: 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # 1.7.11
50+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # 1.7.12
5151
hooks:
5252
- id: actionlint
5353
types: [text]

config/versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# IMPORTANT
33
# If you change the Rust toolchain version here, make sure to also change
44
# docker-images/ubi10-rust-builder/Dockerfile
5-
rust_version: 1.93.0
5+
rust_version: 1.95.0
66

77
# This nightly version is only used for cargo fmt invocations, because we use nightly-only
88
# rustfmt config options in rustfmt.toml. The version should be kept in line with the version
99
# used in the operator-rs repository.
10-
rust_nightly_version: nightly-2026-02-24
10+
rust_nightly_version: nightly-2026-07-01
1111

1212
# This edition is mostly used for rustfmt commands and the rustfmt config file. The edition should
1313
# be kept in line with the edition in the operator-rs repository.

template/.pre-commit-config.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: detect-private-key
1616

1717
- repo: https://github.com/EmbarkStudios/cargo-deny
18-
rev: 8d76e7e991107da82c4a59cdc362a2739539f55d # 0.18.9
18+
rev: 1c9ca2b643ee15722178c1350501aabb024dd6f3 # 0.19.9
1919
hooks:
2020
- id: cargo-deny
2121
args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]
@@ -27,7 +27,7 @@ repos:
2727
args: ["--strict"]
2828

2929
- repo: https://github.com/igorshubovych/markdownlint-cli
30-
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # 0.45.0
30+
rev: a4d5d37e66ebcd6b3705204a1d6dbb56dea66338 # 0.49.0
3131
hooks:
3232
- id: markdownlint
3333
types: [text]
@@ -47,15 +47,15 @@ repos:
4747
# If you do not, you will need to delete the cached ruff binary shown in the
4848
# error message
4949
- repo: https://github.com/astral-sh/ruff-pre-commit
50-
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # 0.14.1
50+
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # 0.15.20
5151
hooks:
5252
# Run the linter.
5353
- id: ruff-check
5454
# Run the formatter.
5555
- id: ruff-format
5656

5757
- repo: https://github.com/rhysd/actionlint
58-
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
58+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # 1.7.12
5959
hooks:
6060
- id: actionlint
6161

template/nix/sources.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)