Skip to content

Commit fa1e4d5

Browse files
committed
chore: Update image check versions
1 parent 05b48cc commit fa1e4d5

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

release/image-checks.sh

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ check_tags_for_operator kafka-operator "$SDP_RELEASE"
7777
check_tags_for_operator listener-operator "$SDP_RELEASE"
7878
check_tags_for_operator nifi-operator "$SDP_RELEASE"
7979
check_tags_for_operator opa-operator "$SDP_RELEASE"
80+
check_tags_for_operator opensearch-operator "$SDP_RELEASE"
8081
check_tags_for_operator secret-operator "$SDP_RELEASE"
8182
check_tags_for_operator spark-k8s-operator "$SDP_RELEASE"
8283
check_tags_for_operator superset-operator "$SDP_RELEASE"
@@ -86,45 +87,46 @@ check_tags_for_operator zookeeper-operator "$SDP_RELEASE"
8687
# Be sure to check the product versions for the release you a checking for.
8788
# This list was hand generated. It could be improved by evaluating conf.py.
8889
check_tags_for_product airflow 2.9.3 "$SDP_RELEASE"
89-
check_tags_for_product airflow 2.10.5 "$SDP_RELEASE"
90-
check_tags_for_product airflow 3.0.1 "$SDP_RELEASE"
9190
check_tags_for_product airflow 3.0.6 "$SDP_RELEASE"
91+
check_tags_for_product airflow 3.1.6 "$SDP_RELEASE"
9292
check_tags_for_product druid 30.0.1 "$SDP_RELEASE"
93-
check_tags_for_product druid 33.0.0 "$SDP_RELEASE"
9493
check_tags_for_product druid 34.0.0 "$SDP_RELEASE"
94+
check_tags_for_product druid 35.0.1 "$SDP_RELEASE"
9595
check_tags_for_product hadoop 3.3.6 "$SDP_RELEASE"
9696
check_tags_for_product hadoop 3.4.1 "$SDP_RELEASE"
97-
check_tags_for_product hbase 2.6.1 "$SDP_RELEASE"
98-
check_tags_for_product hbase 2.6.2 "$SDP_RELEASE"
97+
check_tags_for_product hbase 2.6.3 "$SDP_RELEASE"
98+
check_tags_for_product hbase 2.6.4 "$SDP_RELEASE"
9999
check_tags_for_product hive 3.1.3 "$SDP_RELEASE"
100100
check_tags_for_product hive 4.0.0 "$SDP_RELEASE"
101101
check_tags_for_product hive 4.0.1 "$SDP_RELEASE"
102102
check_tags_for_product hive 4.1.0 "$SDP_RELEASE"
103103
check_tags_for_product hive 4.2.0 "$SDP_RELEASE"
104104
check_tags_for_product kafka-testing-tools 1.0.0 "$SDP_RELEASE"
105-
check_tags_for_product kafka 3.7.2 "$SDP_RELEASE"
106-
check_tags_for_product kafka 3.9.0 "$SDP_RELEASE"
107105
check_tags_for_product kafka 3.9.1 "$SDP_RELEASE"
108-
check_tags_for_product kafka 4.0.0 "$SDP_RELEASE"
106+
check_tags_for_product kafka 4.1.1 "$SDP_RELEASE"
109107
check_tags_for_product krb5 1.21.1 "$SDP_RELEASE"
110-
check_tags_for_product nifi 1.27.0 "$SDP_RELEASE"
111108
check_tags_for_product nifi 1.28.1 "$SDP_RELEASE"
112-
check_tags_for_product nifi 2.4.0 "$SDP_RELEASE"
113109
check_tags_for_product nifi 2.6.0 "$SDP_RELEASE"
114-
check_tags_for_product omid 1.1.2 "$SDP_RELEASE"
110+
check_tags_for_product nifi 2.7.2 "$SDP_RELEASE"
115111
check_tags_for_product omid 1.1.3 "$SDP_RELEASE"
116-
check_tags_for_product opa 1.4.2 "$SDP_RELEASE"
117112
check_tags_for_product opa 1.8.0 "$SDP_RELEASE"
118-
check_tags_for_product spark-connect-client 3.5.6 "$SDP_RELEASE" stackable
119-
check_tags_for_product spark-k8s 3.5.5 "$SDP_RELEASE"
120-
check_tags_for_product spark-k8s 3.5.6 "$SDP_RELEASE"
121-
check_tags_for_product superset 4.0.2 "$SDP_RELEASE"
122-
check_tags_for_product superset 4.1.2 "$SDP_RELEASE"
113+
check_tags_for_product opa 1.12.3 "$SDP_RELEASE"
114+
check_tags_for_product opensearch 3.1.0 "$SDP_RELEASE"
115+
check_tags_for_product opensearch 3.4.0 "$SDP_RELEASE"
116+
check_tags_for_product opensearch-dashboards 3.1.0 "$SDP_RELEASE"
117+
check_tags_for_product opensearch-dashboards 3.4.0 "$SDP_RELEASE"
118+
check_tags_for_product spark-connect-client 3.5.7 "$SDP_RELEASE" stackable
119+
check_tags_for_product spark-connect-client 3.5.8 "$SDP_RELEASE" stackable
120+
check_tags_for_product spark-connect-client 4.0.1 "$SDP_RELEASE" stackable
121+
check_tags_for_product spark-connect-client 4.1.1 "$SDP_RELEASE" stackable
122+
check_tags_for_product spark-k8s 3.5.7 "$SDP_RELEASE"
123+
check_tags_for_product spark-k8s 3.5.8 "$SDP_RELEASE"
124+
check_tags_for_product spark-k8s 4.0.1 "$SDP_RELEASE"
125+
check_tags_for_product spark-k8s 4.1.1 "$SDP_RELEASE"
123126
check_tags_for_product superset 4.1.4 "$SDP_RELEASE"
127+
check_tags_for_product superset 6.0.0 "$SDP_RELEASE"
124128
check_tags_for_product tools 1.0.0 "$SDP_RELEASE"
125-
check_tags_for_product trino 451 "$SDP_RELEASE"
126-
check_tags_for_product trino 470 "$SDP_RELEASE"
127-
check_tags_for_product trino 476 "$SDP_RELEASE"
128-
check_tags_for_product vector 0.49.0 "$SDP_RELEASE"
129-
check_tags_for_product zookeeper 3.9.3 "$SDP_RELEASE"
129+
check_tags_for_product trino 477 "$SDP_RELEASE"
130+
check_tags_for_product trino 479 "$SDP_RELEASE"
131+
check_tags_for_product vector 0.52.0 "$SDP_RELEASE"
130132
check_tags_for_product zookeeper 3.9.4 "$SDP_RELEASE"

0 commit comments

Comments
 (0)