Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ download_tarball \
"https://archive.apache.org/dist/bookkeeper/bookkeeper-4.16.7" \
"bookkeeper-server-4.16.7-bin.tar.gz" sha512 asc
download_tarball \
"https://archive.apache.org/dist/bookkeeper/bookkeeper-4.17.2" \
"bookkeeper-server-4.17.2-bin.tar.gz" sha512 asc
"https://archive.apache.org/dist/bookkeeper/bookkeeper-4.17.4" \
"bookkeeper-server-4.17.4-bin.tar.gz" sha512 asc

# GPG key files
download_if_missing \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class BookKeeperClusterUtils {
public static final String VERSION_4_14_x = "4.14.8";
public static final String VERSION_4_15_x = "4.15.5";
public static final String VERSION_4_16_x = "4.16.7";
public static final String VERSION_4_17_x = "4.17.2";
public static final String VERSION_4_17_x = "4.17.4";

public static final List<String> OLD_CLIENT_VERSIONS =
Arrays.asList(VERSION_4_8_x, VERSION_4_9_x, VERSION_4_10_x, VERSION_4_11_x, VERSION_4_12_x,
Expand Down
Loading