Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump operator-rs to 0.62.0 #454

Merged
merged 35 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
12aa5c2
upgrade operator-rs and remove extra space
NickLarsenNZ Jan 11, 2024
514995d
remove legacy node selector code
NickLarsenNZ Jan 11, 2024
c0f4185
remove legacy node selector code
NickLarsenNZ Jan 12, 2024
e33d5ef
use new label builders, and change return type
NickLarsenNZ Jan 12, 2024
f1ae481
use new label builders
NickLarsenNZ Jan 12, 2024
2d522e0
fix import
NickLarsenNZ Jan 12, 2024
9fd5d00
make discover snafu errors
NickLarsenNZ Jan 12, 2024
ed073fc
fix volume builders
NickLarsenNZ Jan 15, 2024
f57e140
bump operator-rs for kvp goodies
NickLarsenNZ Jan 15, 2024
02970bf
upgrade rust to 1.75.0
NickLarsenNZ Jan 16, 2024
d4d9ddb
fix the label filter/map
NickLarsenNZ Jan 16, 2024
33b6773
bump operator-rs to 0.62.0 for labels iterator functionality (in prev…
NickLarsenNZ Jan 19, 2024
883ed0c
style: convert enum variants with comments/attributes to blocks (only…
NickLarsenNZ Jan 19, 2024
825348a
style: reorder imorts (only for the enums that was touched in this PR)
NickLarsenNZ Jan 22, 2024
4a95bb4
use cloned instead of map
NickLarsenNZ Jan 22, 2024
19bc72e
update changelog
NickLarsenNZ Jan 22, 2024
78567cd
use new parse_insert method
NickLarsenNZ Jan 22, 2024
3bea319
Merge remote-tracking branch 'origin/main' into chore/bump-operator-r…
NickLarsenNZ Jan 22, 2024
6a3095f
fix error handling after merge
NickLarsenNZ Jan 22, 2024
30d9752
use module Result typedef for module level errors
NickLarsenNZ Jan 22, 2024
084689e
make regenerate-charts
NickLarsenNZ Jan 22, 2024
5c0aa63
ci: upgrade toolchain (stackabletech/operator-templating#310)
NickLarsenNZ Jan 22, 2024
ee4331c
fix poor error variant name
NickLarsenNZ Jan 22, 2024
7160e88
Merge remote-tracking branch 'origin/main' into chore/bump-operator-r…
NickLarsenNZ Jan 23, 2024
f2d4333
Apply suggestions from code review
NickLarsenNZ Jan 23, 2024
6bf0af7
remove outdated operator-rs version entry
NickLarsenNZ Jan 23, 2024
8b25f33
rename kerberos::check_if_supported to kerberos::is_supported
NickLarsenNZ Jan 23, 2024
e7160ad
fix kerberos::is_supported bool
NickLarsenNZ Jan 23, 2024
1bcc490
update nixpkgs to get rust 1.75
NickLarsenNZ Jan 24, 2024
9e978fe
double deref
NickLarsenNZ Jan 24, 2024
af6efe3
disambiguate label errors
NickLarsenNZ Jan 26, 2024
2353cc7
fix: kerberos::is_not_supported
NickLarsenNZ Jan 26, 2024
3fff997
Merge remote-tracking branch 'origin/main' into chore/bump-operator-r…
NickLarsenNZ Feb 1, 2024
cda1b2b
Merge remote-tracking branch 'origin/main' into chore/bump-operator-r…
NickLarsenNZ Feb 1, 2024
0e928ae
style: error text lower case, remove square brackets
NickLarsenNZ Feb 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@1.74.0
- uses: dtolnay/rust-toolchain@1.75.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
with:
key: udeps
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@1.74.0
- uses: dtolnay/rust-toolchain@1.75.0
with:
components: rustfmt
- run: cargo fmt --all -- --check
Expand All @@ -139,7 +139,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@1.74.0
- uses: dtolnay/rust-toolchain@1.75.0
with:
components: clippy
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@1.74.0
- uses: dtolnay/rust-toolchain@1.75.0
with:
components: rustfmt
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
Expand All @@ -195,7 +195,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@1.74.0
- uses: dtolnay/rust-toolchain@1.75.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
with:
key: test
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
with:
version: v3.13.3
- name: Set up cargo
uses: dtolnay/rust-toolchain@1.74.0
uses: dtolnay/rust-toolchain@1.75.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
with:
key: charts
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@1.74.0
- uses: dtolnay/rust-toolchain@1.75.0
with:
components: rustfmt
# This step checks if the current run was triggered by a push to a pr (or a pr being created).
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,22 @@ All notable changes to this project will be documented in this file.

### Changed

- `operator-rs` `0.56.1` -> `0.57.0` ([#433]).
- Use new label builders ([#454]).

### Removed

- [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]).
- [BREAKING] Removed legacy node selector on roleGroups ([#454]).
- Change default value of `dfs.ha.nn.not-become-active-in-safemode` from `true` to `false` ([#458]).

### Fixed

- Include hdfs principals `dfs.journalnode.kerberos.principal`, `dfs.namenode.kerberos.principal`
and `dfs.datanode.kerberos.principal` in the discovery ConfigMap in case Kerberos is enabled ([#451]).

[#433]: https://github.com/stackabletech/hdfs-operator/pull/433
[#450]: https://github.com/stackabletech/hdfs-operator/pull/450
[#451]: https://github.com/stackabletech/hdfs-operator/pull/451
[#454]: https://github.com/stackabletech/hdfs-operator/pull/454
[#458]: https://github.com/stackabletech/hdfs-operator/pull/458
[#460]: https://github.com/stackabletech/hdfs-operator/pull/460
[#462]: https://github.com/stackabletech/hdfs-operator/pull/462
Expand Down
132 changes: 72 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading