Skip to content

Commit

Permalink
kafka:3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Nov 11, 2024
1 parent 2fce693 commit 163e58a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kafka_install_parent_dir: /usr/local

kafka_mirror: https://archive.apache.org/dist/kafka
kafka_scala_ver: '2.13'
kafka_ver: 3.8.1
kafka_ver: 3.9.0

kafka_checksums:
'1.0.0':
Expand Down Expand Up @@ -183,3 +183,8 @@ kafka_checksums:
'2.12': sha512:72BE5D3468901E0A1C5F3C6A678ACB934A4CB8A3C08E9C452EA9E5FCEE8B84F2F53EB9B5331D7B04D635AAF283E219C30D1B8AFB56C9E74DF7870FCBEC424A86
# https://downloads.apache.org/kafka/3.8.1/kafka_2.13-3.8.1.tgz.sha512
'2.13': sha512:B43FADA353B7DCA51C0F90ACF594EC1CE06B2344C046D4059D4DEAB0615E0E3E76E92ECCDBDFA1ADAD1FBDE76C5F25E71ACD0DB013FB4B1778827448B5285EDF
'3.9.0':
# https://downloads.apache.org/kafka/3.9.0/kafka_2.12-3.9.0.tgz.sha512
'2.12': sha512:D2571C4DBDF5365621ECEEF9B36F44B2635D6B4131A86504395A874BB5B55C06D17D32308288D1A29CF55CC13343932CE7B2DA4EAD26B1EBDBEDB9E468611F12
# https://downloads.apache.org/kafka/3.9.0/kafka_2.13-3.9.0.tgz.sha512
'2.13': sha512:5324C1F44D4C84EA469712C2CC3D2D15545C3716EDBB5353722DF9C661FCC78B031FCF07D1C4F0309C5FDB32686665DFB0CFFE55210CD3A1FE2A370538CB4E6D
2 changes: 1 addition & 1 deletion dl-checksums.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dl_ver() {
}


dl_ver ${1:-3.8.1}
dl_ver ${1:-3.9.0}

0 comments on commit 163e58a

Please sign in to comment.