Skip to content

Commit

Permalink
docs: add fix to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Mar 18, 2024
1 parent f6a59c2 commit 435236b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
- BREAKING: Fixed various issues in the CRD structure. `clusterConfig.credentialsSecret` is now mandatory ([#353]).
- Fixed ordering of variables written to the kubernetes executor pod template ([#372]).
- Fixed git-sync container running with KubernetesExecutor ([#381]).
- Add missing `pods/log` RBAC permission for airflow. Previously this caused brief error
messages in the airflow task logs (`User "system:serviceaccount:default:airflow-serviceaccount" cannot get resource "pods/log" in API group "" in the namespace "default".`) ([#406]).

### Removed

Expand All @@ -40,6 +42,7 @@
[#387]: https://github.com/stackabletech/airflow-operator/pull/387
[#401]: https://github.com/stackabletech/airflow-operator/pull/401
[#402]: https://github.com/stackabletech/airflow-operator/pull/402
[#406]: https://github.com/stackabletech/airflow-operator/pull/406

## [23.11.0] - 2023-11-24

Expand Down

0 comments on commit 435236b

Please sign in to comment.