openinx commented on code in PR #531:
URL: https://github.com/apache/flink-web/pull/531#discussion_r866528803


##########
_config.yml:
##########
@@ -198,6 +198,24 @@ flink_kubernetes_operator_releases:
         asc_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-0.1.0/flink-kubernetes-operator-0.1.0-helm.tgz.asc";
         sha512_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-0.1.0/flink-kubernetes-operator-0.1.0-helm.tgz.sha512";
 
+flink_table_store_releases:
+  -
+    version_short: "0.1"
+    source_release:
+      name: "Apache Flink Table Store 0.1.0"
+      id: "010-table-store-download-source"
+      flink_version: "1.15.0"
+      url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-table-store-0.1.0/flink-table-store-0.1.0-src.tgz";
+      asc_url: 
"https://downloads.apache.org/flink/flink-table-store-0.1.0/flink-table-store-0.1.0-src.tgz.asc";
+      sha512_url: 
"https://downloads.apache.org/flink/flink-table-store-0.1.0/flink-table-store-0.1.0-src.tgz.sha512";
+    binaries_release:
+      name: "Apache Flink Table Store Binaries 0.1.0"
+      id: "010-kubernetes-operator-download-binaries"
+      flink_version: "1.15.0"
+      url: 
"https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-dist/0.1.0/flink-table-store-dist-0.1.0.jar";
+      asc_url: 
"https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-dist/0.1.0/flink-table-store-dist-0.1.0.jar.asc";
+      sha1_url: 
"https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-dist/0.1.0/flink-table-store-dist-0.1.0.jar.sha1";

Review Comment:
   `sha1` or `sha512` ?  Why the dist artifiact has the different sha algorithm 
as the source artifiacts ? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to