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
9 changes: 8 additions & 1 deletion docs/data/flink_connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License


aws6:
name: "Apache Flink AWS Connectors 6.0.0"
source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-connector-aws-6.0.0/flink-connector-aws-6.0.0-src.tgz"
source_release_asc_url: "https://downloads.apache.org/flink/flink-connector-aws-6.0.0/flink-connector-aws-6.0.0-src.tgz.asc"
source_release_sha512_url: "https://downloads.apache.org/flink/flink-connector-aws-6.0.0/flink-connector-aws-6.0.0-src.tgz.sha512"
compatibility: ["2.0.x"]

aws5:
name: "Apache Flink AWS Connectors 5.1.0"
source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-connector-aws-5.1.0/flink-connector-aws-5.1.0-src.tgz"
Expand Down
5 changes: 5 additions & 0 deletions docs/data/release_archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,11 @@ release_archive:
version: 5.1.0
release_date: "2026-01-13"
filename: "aws"
- name: "Flink AWS Connectors"
connector: "aws"
version: 6.0.0
release_date: "TBA"
filename: "aws"

flink_shaded:
-
Expand Down