Skip to content

Commit 46eedee

Browse files
committed
Merge branch 'main' into feature/upgrade
2 parents 6ae8e0b + 15af195 commit 46eedee

File tree

13 files changed

+381
-386
lines changed

13 files changed

+381
-386
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
CARGO_TERM_COLOR: always
2626
CARGO_INCREMENTAL: '0'
2727
CARGO_PROFILE_DEV_DEBUG: '0'
28-
RUST_TOOLCHAIN_VERSION: "1.79.0"
28+
RUST_TOOLCHAIN_VERSION: "1.80.0"
2929
RUSTFLAGS: "-D warnings"
3030
RUSTDOCFLAGS: "-D warnings"
3131
RUST_LOG: "info"
@@ -430,7 +430,7 @@ jobs:
430430
steps:
431431
- name: Install preflight
432432
run: |
433-
wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64
433+
wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.0/preflight-linux-amd64
434434
chmod +x preflight-linux-amd64
435435
- name: Check container
436436
run: |

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Reduce CRD size from `1.4MB` to `136KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#574]):
10+
- `podOverrides`
11+
- `affinity`
12+
13+
[#574]: https://github.com/stackabletech/hdfs-operator/pull/574
14+
715
## [24.7.0] - 2024-07-24
816

917
### Added

0 commit comments

Comments
 (0)