Skip to content

Commit 8126d0e

Browse files
Update changelog (#548)
1 parent f3eb0af commit 8126d0e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
8+
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
9+
restart ([#545]).
10+
- Fix OIDC endpoint construction in case the `rootPath` does not have a trailing slash ([#547]).
11+
12+
[#545]: https://github.com/stackabletech/airflow-operator/pull/545
13+
[#547]: https://github.com/stackabletech/airflow-operator/pull/547
14+
515
## [24.11.0] - 2024-11-18
616

717
### Added
@@ -26,8 +36,6 @@
2636

2737
- Pass gitsync credentials through properly and use a fine-grained access token ([#489]).
2838
- Failing to parse one `AirflowCluster`/`AuthenticationClass` should no longer cause the whole operator to stop functioning ([#520]).
29-
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#545]).
30-
- Fix OIDC endpoint construction in case the `rootPath` does not have a trailing slash ([#547]).
3139

3240
[#488]: https://github.com/stackabletech/airflow-operator/pull/488
3341
[#489]: https://github.com/stackabletech/airflow-operator/pull/489
@@ -37,8 +45,6 @@
3745
[#520]: https://github.com/stackabletech/airflow-operator/pull/520
3846
[#524]: https://github.com/stackabletech/airflow-operator/pull/524
3947
[#530]: https://github.com/stackabletech/airflow-operator/pull/530
40-
[#545]: https://github.com/stackabletech/airflow-operator/pull/545
41-
[#547]: https://github.com/stackabletech/airflow-operator/pull/547
4248

4349
## [24.7.0] - 2024-07-24
4450

0 commit comments

Comments
 (0)