Skip to content

Commit 6f48c79

Browse files
committed
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@4d5535d
Reference-to: stackabletech/operator-templating@4d5535d (nightly rust, clippy fix, various updates)
1 parent f9c92f7 commit 6f48c79

File tree

12 files changed

+28
-19
lines changed

12 files changed

+28
-19
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- [ ] Helm chart can be installed and deployed operator works
1616
- [ ] Integration tests passed (for non trivial changes)
1717
- [ ] Changes need to be "offline" compatible
18+
- [ ] Links to generated (nightly) docs added
19+
- [ ] Release note snippet added
1820

1921
### Reviewer
2022

@@ -29,4 +31,7 @@
2931

3032
- [ ] Feature Tracker has been updated
3133
- [ ] Proper release label has been added
32-
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated
34+
- [ ] Links to generated (nightly) docs added
35+
- [ ] Release note snippet added
36+
- [ ] Add `type/deprecation` label & add to the [deprecation schedule](https://github.com/orgs/stackabletech/projects/44/views/1)
37+
- [ ] Add `type/experimental` label & add to the [experimental features tracker](https://github.com/orgs/stackabletech/projects/47)

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
CARGO_INCREMENTAL: '0'
2828
CARGO_PROFILE_DEV_DEBUG: '0'
2929
RUST_TOOLCHAIN_VERSION: "1.85.0"
30-
RUST_NIGHTLY_TOOLCHAIN_VERSION: "nightly-2025-01-15"
30+
RUST_NIGHTLY_TOOLCHAIN_VERSION: "nightly-2025-05-26"
3131
PYTHON_VERSION: "3.12"
3232
RUSTFLAGS: "-D warnings"
3333
RUSTDOCFLAGS: "-D warnings"

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
CARGO_TERM_COLOR: always
1010
NIX_PKG_MANAGER_VERSION: "2.28.3"
11-
RUST_TOOLCHAIN_VERSION: "nightly-2025-01-15"
11+
RUST_TOOLCHAIN_VERSION: "nightly-2025-05-26"
1212
HADOLINT_VERSION: "v2.12.0"
1313
PYTHON_VERSION: "3.12"
1414

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ repos:
8282
- id: cargo-rustfmt
8383
name: cargo-rustfmt
8484
language: system
85-
entry: cargo +nightly-2025-01-15 fmt --all -- --check
85+
entry: cargo +nightly-2025-05-26 fmt --all -- --check
8686
stages: [pre-commit, pre-merge-commit]
8787
pass_filenames: false
8888
files: \.rs$

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ This is enforced automatically when you submit a Pull Request where a bot will g
6262
## Support
6363

6464
Get started with the community edition! If you want professional support, [we offer subscription plans and custom licensing](https://stackable.tech/en/plans/).
65+
66+
## Sponsor
67+
68+
If you want to support our work but don't need professional support please consider [sponsoring](https://github.com/sponsors/stackabletech) our work.

.readme/partials/borrowed/links.md.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- markdownlint-disable MD041 -->
2-
{% if no_jenkins_job_badge %}{% else %}![Build Actions Status](https://ci.stackable.tech/buildStatus/icon?job={{operator_name}}%2doperator%2dit%2dnightly&subject=Integration%20Tests){% endif %}
32
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stackabletech/{{operator_name}}-operator/graphs/commit-activity)
43
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
54
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"rust-analyzer.rustfmt.overrideCommand": [
33
"rustfmt",
4-
"+nightly-2025-01-15",
4+
"+nightly-2025-05-26",
55
"--edition",
66
"2024",
77
"--"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<h1 align="center">Stackable Operator for Apache Hadoop</h1>
77

88
<!-- markdownlint-disable MD041 -->
9-
![Build Actions Status](https://ci.stackable.tech/buildStatus/icon?job=hdfs%2doperator%2dit%2dnightly&subject=Integration%20Tests)
109
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stackabletech/hdfs-operator/graphs/commit-activity)
1110
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
1211
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)
@@ -104,4 +103,8 @@ This is enforced automatically when you submit a Pull Request where a bot will g
104103

105104
Get started with the community edition! If you want professional support, [we offer subscription plans and custom licensing](https://stackable.tech/en/plans/).
106105

106+
## Sponsor
107+
108+
If you want to support our work but don't need professional support please consider [sponsoring](https://github.com/sponsors/stackabletech) our work.
109+
107110
<!-- markdownlint-disable MD041 MD022 MD032 -->

bors.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

default.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ rec {
114114
# (see https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#trailing-whitespace).
115115
# So, remove the trailing newline already here to avoid that an
116116
# unnecessary change is shown in Git.
117-
sed -i '$d' Cargo.nix
117+
if [[ "$(uname)" == "Darwin" ]]; then
118+
sed -i \"\" '$d' Cargo.nix
119+
else
120+
sed -i '$d' Cargo.nix
121+
fi
118122
'';
119123
}

0 commit comments

Comments
 (0)