Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
- The operator helm-chart now grants RBAC `patch` permissions on `events.k8s.io/events`.
This applies to the operator and the product ClusterRole, in the future we might be able to remove the `events`
permissions for the product entirely ([#660]).

### Fixed

Expand Down Expand Up @@ -66,6 +69,7 @@
[#649]: https://github.com/stackabletech/airflow-operator/pull/649
[#651]: https://github.com/stackabletech/airflow-operator/pull/651
[#656]: https://github.com/stackabletech/airflow-operator/pull/656
[#660]: https://github.com/stackabletech/airflow-operator/pull/660

## [25.3.0] - 2025-03-21

Expand Down
1 change: 1 addition & 0 deletions deploy/helm/airflow-operator/templates/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ rules:
- events
verbs:
- create
- patch
{{ if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
- apiGroups:
- security.openshift.io
Expand Down