You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,9 @@ All notable changes to this project will be documented in this file.
11
11
- Enable the [restart-controller](https://docs.stackable.tech/home/nightly/commons-operator/restarter/), so that the Pods are automatically restarted on config changes ([#888]).
12
12
- Added support for `2.7.2` ([#893]).
13
13
14
-
### Removed
15
-
16
-
- Removed support for `1.27.0` and `2.4.0` ([#893]).
17
-
18
14
### Changed
19
15
16
+
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#894]).
20
17
- BREAKING: Reworked authorization config to closer match the Apache NiFi internal authorizer interfaces ([#884]).
21
18
22
19
### Fixed
@@ -25,12 +22,17 @@ All notable changes to this project will be documented in this file.
25
22
- The operator now utilizes the `.spec.clusterConfig.authorization.opa.package` property instead of hard-coding the package name to `nifi` ([#881]).
26
23
- An `initialAdminUser` can now be provided for file-based authorization (e.g. LDAP) ([#884]).
27
24
25
+
### Removed
26
+
27
+
- Removed support for `1.27.0` and `2.4.0` ([#893]).
description: 'The git repository URL that will be cloned, for example: `https://github.com/stackabletech/airflow-operator`.'
217
+
description: 'The git repository URL that will be cloned, for example: `https://github.com/stackabletech/airflow-operator` or `ssh://git@github.com:stackable-airflow/dags.git`.'
0 commit comments