-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversions.yaml
More file actions
35 lines (29 loc) · 1.4 KB
/
versions.yaml
File metadata and controls
35 lines (29 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
# IMPORTANT
# If you change the Rust toolchain version here, make sure to also change
# docker-images/ubi10-rust-builder/Dockerfile
rust_version: 1.93.0
# This nightly version is only used for cargo fmt invocations, because we use nightly-only
# rustfmt config options in rustfmt.toml. The version should be kept in line with the version
# used in the operator-rs repository.
rust_nightly_version: nightly-2026-02-24
# This edition is mostly used for rustfmt commands and the rustfmt config file. The edition should
# be kept in line with the edition in the operator-rs repository.
rust_edition: 2024
# IMPORTANT
# If you change the Hadolint version here, make sure to also change the hook
# refs in the local and templated .pre-commit-config.yaml files.
# And due to a bug you also need to update the version in .github/workflows/pr_pre_commit.yml
hadolint_version: v2.14.0
# IMPORTANT
# If you change the Python version here, make sure to also change it in
# .github/workflows/pr_pre-commit.yml
python_version: 3.14
# This Nix version is used in the operators pre-commit workflow as they require
# Nix to run some checks. Check for new versions here:
# https://github.com/NixOS/nix/tags
# Usually the latest version should just work and as such the version here can
# be bumped without any constraints.
nix_pkg_manager_version: 2.33.3
# Check https://pypi.org/project/jinja2-cli/#history for updates
jinja2_cli_version: 1.0.0