Skip to content

Commit a42882c

Browse files
committed
chore(25.3.0): Add airflow breaking change for dagsGitSync[].wait Duration
1 parent 6af4ef9 commit a42882c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ROOT/partials/release-notes/release-25.3.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ S3 bucket `region` can now be configured for `S3Connection`, `S3Bucket`, and inl
125125

126126
NOTE: Products that use the Hadoop S3 implementation previously defaulted to `us-east-2`, so if there are bucket connectivity problems, you will need to set the region `us-east-2` explicitly.
127127

128+
===== Airflow operator
129+
130+
The field `.spec.clusterConfig.dagsGitSync[].wait` changed from `uint8` to our human-readable `Duration` type.
131+
If you have specified a time without a unit, eg: `wait: 20`, you will need to add the applicable unit, eg: `wait: 20s`.
132+
128133
===== Druid operator
129134

130135
NOTE: All Druid versions are affected.

0 commit comments

Comments
 (0)