| {{/* |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| */}}{{/* |
| Generates the Download page. |
| */}} |
| {{ $data := index .Site.Data (.Get 0) }} |
| |
| {{ range sort $data "release_date" "desc" }} |
| |
| ### Apache Flink |
| {{ range .flink }} |
| * Apache Flink {{ .version_long }} - {{ .release_date }} ([Source](https://archive.apache.org/dist/flink/flink-{{ .version_long }}/flink-{{ .version_long }}-src.tgz), [Binaries](https://archive.apache.org/dist/flink/flink-{{ .version_long }}){{ if ne .version_short nil }}, [Docs](https://nightlies.apache.org/flink/flink-docs-release-{{ .version_short }}), [Javadocs](https://nightlies.apache.org/flink/flink-docs-release-{{ .version_short }}/api/java), [Scaladocs](https://nightlies.apache.org/flink/flink-docs-release-{{ .version_short }}/api/scala/index.html) {{ end }}) {{ end }} |
| |
| ### Apache Flink connectors |
| {{ range .connectors }} |
| * {{ .name }} {{ .version }} - {{ .release_date }} ([Source](https://www.apache.org/dyn/closer.lua/flink/flink-connector-{{ .filename }}-{{ .version }}/flink-connector-{{ .filename }}-{{ .version }}-src.tgz)) {{ end }} |
| |
| ### Apache Flink CDC |
| {{ range .flink_cdc }} |
| * Apache Flink CDC {{ .version_long }} - {{ .release_date }} ([Source](https://archive.apache.org/dist/flink/flink-cdc-{{ .version_long }}/flink-cdc-{{ .version_long }}-src.tgz), [Binaries](https://archive.apache.org/dist/flink/flink-cdc-{{ .version_long }}/flink-cdc-{{ .version_long }}-bin.tar.gz)) {{ end }} |
| |
| ### Apache Flink Stateful Functions |
| {{ range .flink_statefun }} |
| * Apache Flink Stateful Functions {{ .version_long }} - {{ .release_date }} ([Source](https://archive.apache.org/dist/flink/flink-statefun-{{ .version_long }}/flink-statefun-{{ .version_long }}-src.tgz){{ if ne .version_short nil }}, [Docs](https://nightlies.apache.org/flink/flink-statefun-docs-release-{{ .version_short }}), [Javadocs](https://nightlies.apache.org/flink/flink-statefun-docs-release-{{ .version_short }}/api/java){{ end }}) {{ end }} |
| |
| ### Apache Flink Shaded |
| {{ range .flink_shaded }} |
| * Apache Flink Shaded {{ .name }} {{ .version }} - {{ .release_date }} ([Source](https://archive.apache.org/dist/flink/flink-shaded-{{ .version }}/flink-shaded-{{ .version }}-src.tgz)) {{ end }} |
| |
| ### Apache Flink ML |
| {{ range .flink_ml }} |
| * Apache Flink ML {{ .name }} {{ .version_long }} - {{ .release_date }} ([Source](https://archive.apache.org/dist/flink/flink-ml-{{ .version_long }}/flink-ml-{{ .version_long }}-src.tgz)) {{ end }} |
| |
| ### Apache Flink Kubernetes Operator |
| {{ range .flink_kubernetes_operator }} |
| * Apache Flink Kubernetes Operator {{ .name }} {{ .version_long }} - {{ .release_date }} ([Source](https://archive.apache.org/dist/flink/flink-kubernetes-operator-{{ .version_long }}//flink-kubernetes-operator-{{ .version_long }}-src.tgz), [Helm Chart](https://archive.apache.org/dist/flink/flink-kubernetes-operator-{{ .version_long }}//flink-kubernetes-operator-{{ .version_long }}-helm.tgz)) {{ end }} |
| |
| ### Apache Flink Table Store |
| {{ range .flink_table_store }} |
| * Apache Flink Table Store {{ .version_long }} - {{ .release_date }} ([Source](https://archive.apache.org/dist/flink/flink-table-store-{{ .version_long }}/flink-table-store-{{ .version_long }}-src.tgz), [Binaries](https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-dist/{{ .version_long }}/flink-table-store-dist-{{ .version_long }}.jar)) {{ end }} |
| |
| |
| {{ end }} |