Skip to content

Commit 43e1eaa

Browse files
committed
Merge branch 'main' into feat/opa-authorizer
2 parents 3a80b31 + f109eb5 commit 43e1eaa

18 files changed

+10310
-104
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nix/** linguist-generated
2+
Cargo.nix linguist-generated
3+
crate-hashes.json linguist-generated

.github/pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
# Acceptance
3333
- [ ] Feature Tracker has been updated
3434
- [ ] Proper release label has been added
35+
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated
3536
```

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ jobs:
328328
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
329329
with:
330330
submodules: recursive
331+
- uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # tag=v25
331332
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
332333
with:
333334
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}

.github/workflows/pr_reviewdog.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
with:
7676
github_token: ${{ secrets.GITHUB_TOKEN }}
7777
locale: "US"
78+
# Ignore spellchecking generated files
79+
exclude: |
80+
./Cargo.nix
7881
7982
languagetool:
8083
runs-on: ubuntu-latest

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ target/
99

1010
*.tgz
1111

12-
Cargo.nix
13-
crate-hashes.json
1412
result
1513
image.tar
1614

17-
tilt_options.json
15+
tilt_options.json

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
2020
- [BREAKING] `.spec.clusterConfig.listenerClass` has been split to `.spec.nameNodes.config.listenerClass` and `.spec.dataNodes.config.listenerClass`, migration will be required when using `external-unstable` ([#450], [#462]).
2121
- [BREAKING] Removed legacy node selector on roleGroups ([#454]).
2222
- Change default value of `dfs.ha.nn.not-become-active-in-safemode` from `true` to `false` ([#458]).
23+
- Removed support for Hadoop `3.2` ([#475]).
2324

2425
### Fixed
2526

@@ -33,6 +34,7 @@ All notable changes to this project will be documented in this file.
3334
[#460]: https://github.com/stackabletech/hdfs-operator/pull/460
3435
[#462]: https://github.com/stackabletech/hdfs-operator/pull/462
3536
[#474]: https://github.com/stackabletech/hdfs-operator/pull/474
37+
[#475]: https://github.com/stackabletech/hdfs-operator/pull/475
3638

3739
## [23.11.0] - 2023-11-24
3840

0 commit comments

Comments
 (0)