Skip to content

Commit

Permalink
Merge branch 'main' into chore/add-hint-for-pod-template
Browse files Browse the repository at this point in the history
  • Loading branch information
xeniape committed Aug 19, 2024
2 parents 3a6f6ec + 9ce3aa7 commit 791ed24
Show file tree
Hide file tree
Showing 20 changed files with 2,040 additions and 27,079 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ jobs:
steps:
- name: Install preflight
run: |
wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64
wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.0/preflight-linux-amd64
chmod +x preflight-linux-amd64
- name: Check container
run: |
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

### Changed

- Reduce CRD size from `1.7MB` to `111KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#488]):
- `podOverrides`
- `affinity`
- `volumes`
- `volumeMounts`

### Fixed

- Pass gitsync credentials through properly and use a fine-grained access token ([#489]).

[#488]: https://github.com/stackabletech/airflow-operator/pull/488
[#489]: https://github.com/stackabletech/airflow-operator/pull/489

## [24.7.0] - 2024-07-24

### Added
Expand Down
Loading

0 comments on commit 791ed24

Please sign in to comment.