diff --git a/release/image-checks.sh b/release/image-checks.sh index d5247e0..73a02bd 100755 --- a/release/image-checks.sh +++ b/release/image-checks.sh @@ -7,8 +7,8 @@ # # It could be improved in future to assert things exist, and provide a clear error message when they don't. -# This is a handy utility for checking the existance of images. -# It does currently reqiure manually choosing product versions to check, +# This is a handy utility for checking the existence of images. +# It does currently require manually choosing product versions to check, # but this list could be automated through conf.py read -p "Be sure to update the versions in this script before running. Press Enter to continue" @@ -66,7 +66,7 @@ check_tags_for_product() { } # How it was run for the previous release: -SDP_RELEASE=25.7.0 +SDP_RELEASE=26.3.0 check_tags_for_operator airflow-operator "$SDP_RELEASE" check_tags_for_operator commons-operator "$SDP_RELEASE" check_tags_for_operator druid-operator "$SDP_RELEASE" @@ -77,6 +77,7 @@ check_tags_for_operator kafka-operator "$SDP_RELEASE" check_tags_for_operator listener-operator "$SDP_RELEASE" check_tags_for_operator nifi-operator "$SDP_RELEASE" check_tags_for_operator opa-operator "$SDP_RELEASE" +check_tags_for_operator opensearch-operator "$SDP_RELEASE" check_tags_for_operator secret-operator "$SDP_RELEASE" check_tags_for_operator spark-k8s-operator "$SDP_RELEASE" check_tags_for_operator superset-operator "$SDP_RELEASE" @@ -86,45 +87,45 @@ check_tags_for_operator zookeeper-operator "$SDP_RELEASE" # Be sure to check the product versions for the release you a checking for. # This list was hand generated. It could be improved by evaluating conf.py. check_tags_for_product airflow 2.9.3 "$SDP_RELEASE" -check_tags_for_product airflow 2.10.5 "$SDP_RELEASE" -check_tags_for_product airflow 3.0.1 "$SDP_RELEASE" check_tags_for_product airflow 3.0.6 "$SDP_RELEASE" +check_tags_for_product airflow 3.1.6 "$SDP_RELEASE" check_tags_for_product druid 30.0.1 "$SDP_RELEASE" -check_tags_for_product druid 33.0.0 "$SDP_RELEASE" check_tags_for_product druid 34.0.0 "$SDP_RELEASE" -check_tags_for_product hadoop 3.3.6 "$SDP_RELEASE" -check_tags_for_product hadoop 3.4.1 "$SDP_RELEASE" -check_tags_for_product hbase 2.6.1 "$SDP_RELEASE" -check_tags_for_product hbase 2.6.2 "$SDP_RELEASE" +check_tags_for_product druid 35.0.1 "$SDP_RELEASE" +check_tags_for_product hadoop 3.4.2 "$SDP_RELEASE" +check_tags_for_product hbase 2.6.3 "$SDP_RELEASE" +check_tags_for_product hbase 2.6.4 "$SDP_RELEASE" check_tags_for_product hive 3.1.3 "$SDP_RELEASE" check_tags_for_product hive 4.0.0 "$SDP_RELEASE" check_tags_for_product hive 4.0.1 "$SDP_RELEASE" check_tags_for_product hive 4.1.0 "$SDP_RELEASE" check_tags_for_product hive 4.2.0 "$SDP_RELEASE" check_tags_for_product kafka-testing-tools 1.0.0 "$SDP_RELEASE" -check_tags_for_product kafka 3.7.2 "$SDP_RELEASE" -check_tags_for_product kafka 3.9.0 "$SDP_RELEASE" check_tags_for_product kafka 3.9.1 "$SDP_RELEASE" -check_tags_for_product kafka 4.0.0 "$SDP_RELEASE" +check_tags_for_product kafka 4.1.1 "$SDP_RELEASE" check_tags_for_product krb5 1.21.1 "$SDP_RELEASE" -check_tags_for_product nifi 1.27.0 "$SDP_RELEASE" check_tags_for_product nifi 1.28.1 "$SDP_RELEASE" -check_tags_for_product nifi 2.4.0 "$SDP_RELEASE" check_tags_for_product nifi 2.6.0 "$SDP_RELEASE" -check_tags_for_product omid 1.1.2 "$SDP_RELEASE" +check_tags_for_product nifi 2.7.2 "$SDP_RELEASE" check_tags_for_product omid 1.1.3 "$SDP_RELEASE" -check_tags_for_product opa 1.4.2 "$SDP_RELEASE" check_tags_for_product opa 1.8.0 "$SDP_RELEASE" -check_tags_for_product spark-connect-client 3.5.6 "$SDP_RELEASE" stackable -check_tags_for_product spark-k8s 3.5.5 "$SDP_RELEASE" -check_tags_for_product spark-k8s 3.5.6 "$SDP_RELEASE" -check_tags_for_product superset 4.0.2 "$SDP_RELEASE" -check_tags_for_product superset 4.1.2 "$SDP_RELEASE" +check_tags_for_product opa 1.12.3 "$SDP_RELEASE" +check_tags_for_product opensearch 3.1.0 "$SDP_RELEASE" +check_tags_for_product opensearch 3.4.0 "$SDP_RELEASE" +check_tags_for_product opensearch-dashboards 3.1.0 "$SDP_RELEASE" +check_tags_for_product opensearch-dashboards 3.4.0 "$SDP_RELEASE" +check_tags_for_product spark-connect-client 3.5.7 "$SDP_RELEASE" stackable +check_tags_for_product spark-connect-client 3.5.8 "$SDP_RELEASE" stackable +check_tags_for_product spark-connect-client 4.0.1 "$SDP_RELEASE" stackable +check_tags_for_product spark-connect-client 4.1.1 "$SDP_RELEASE" stackable +check_tags_for_product spark-k8s 3.5.7 "$SDP_RELEASE" +check_tags_for_product spark-k8s 3.5.8 "$SDP_RELEASE" +check_tags_for_product spark-k8s 4.0.1 "$SDP_RELEASE" +check_tags_for_product spark-k8s 4.1.1 "$SDP_RELEASE" check_tags_for_product superset 4.1.4 "$SDP_RELEASE" +check_tags_for_product superset 6.0.0 "$SDP_RELEASE" check_tags_for_product tools 1.0.0 "$SDP_RELEASE" -check_tags_for_product trino 451 "$SDP_RELEASE" -check_tags_for_product trino 470 "$SDP_RELEASE" -check_tags_for_product trino 476 "$SDP_RELEASE" -check_tags_for_product vector 0.49.0 "$SDP_RELEASE" -check_tags_for_product zookeeper 3.9.3 "$SDP_RELEASE" +check_tags_for_product trino 477 "$SDP_RELEASE" +check_tags_for_product trino 479 "$SDP_RELEASE" +check_tags_for_product vector 0.52.0 "$SDP_RELEASE" check_tags_for_product zookeeper 3.9.4 "$SDP_RELEASE"