Skip to content

Commit ff2c8ac

Browse files
authored
revert: new Zookeeper and Airflow versions (#595)
* fix: restore previous _latest_ airflow version * fix: restore previous _latest_ zookeeper version
1 parent 383aa74 commit ff2c8ac

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file.
2222
- testing-tools: Add the Python library Beautiful Soup 4 ([#536]).
2323
- java-base: Add `openjdk-devel` package for tool such as `jps` or `jmap` ([#537]).
2424
- java-base: Add JDK 21 ([#547]).
25-
- airflow: Add `2.7.3`, `2.8.3` ([#562], [#593]).
25+
- airflow: Add `2.7.3`, `2.8.1`, `2.8.3` ([#562], [#593]).
2626
- druid: Add `28.0.1` ([#558]).
2727
- kafka: Add `3.5.2`, `3.6.1` ([#559]).
2828
- nifi: Add version `1.25.0` using java 21 ([#552]).
@@ -32,7 +32,7 @@ All notable changes to this project will be documented in this file.
3232
- trino: Add version `440` ([#587]).
3333
- vector: Switch from version `0.33.0` to `0.35.0` ([#547], [#549]).
3434
- zookeeper: Add version `3.8.4` ([#591]).
35-
- zookeeper: Add version `3.9.2` ([#551], [#592]).
35+
- zookeeper: Add version `3.9.1`, `3.9.2` ([#551], [#592]).
3636
- hadoop: Add hdfs-utils ([#566]).
3737
- testing-tools: add pytest `8.0.1` ([#575]).
3838
- trino-cli: Command line for Trino version 440 ([#587])

conf.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
"tini": "0.19.0",
3333
"vector": "0.35.0",
3434
},
35+
{
36+
"product": "2.8.1",
37+
"git_sync": "v4.2.1",
38+
"python": "39",
39+
"statsd_exporter": "0.26.0",
40+
"tini": "0.19.0",
41+
"vector": "0.35.0",
42+
},
3543
{
3644
"product": "2.8.3",
3745
"git_sync": "v4.2.1",
@@ -425,6 +433,11 @@
425433
"java-base": "11",
426434
"jmx_exporter": "0.20.0"
427435
},
436+
{
437+
"product": "3.9.1",
438+
"java-base": "11",
439+
"jmx_exporter": "0.20.0"
440+
},
428441
{
429442
"product": "3.9.2",
430443
"java-base": "11",

0 commit comments

Comments
 (0)