Skip to content

fix(kinesisanalytics-flink-alpha): mark deprecated flink runtimes as deprecated#37155

Merged
mergify[bot] merged 3 commits intoaws:mainfrom
aemada-aws:fix/kinesisanalytics-flink-integ
Mar 18, 2026
Merged

fix(kinesisanalytics-flink-alpha): mark deprecated flink runtimes as deprecated#37155
mergify[bot] merged 3 commits intoaws:mainfrom
aemada-aws:fix/kinesisanalytics-flink-integ

Conversation

@aemada-aws
Copy link
Copy Markdown
Collaborator

@aemada-aws aemada-aws commented Mar 3, 2026

Issue # (if applicable)

N/A — Integration test remediation.

Reason for this change

integ.application.lit fails because it creates Flink applications using deprecated runtimes (FLINK-1_6, FLINK-1_8, FLINK-1_11, FLINK-1_13). These runtimes are EOL in Amazon Managed Service for Apache Flink:

  • FLINK 1.6, 1.8, 1.11: Dead since Feb/Jul 2025
  • FLINK 1.13: Deprecating, support ends Oct 16, 2025

Ref: https://docs.aws.amazon.com/managed-flink/latest/java/release-version-list.html

Description of changes

Removed deprecated runtimes from the test array. Kept only currently supported versions: FLINK_1_15, FLINK_1_18, FLINK_1_19, FLINK_1_20.

Added @deprecated tags to deprecated ones.

Describe any new or updated permissions being added

N/A

Description of how you validated changes

yarn integ test/integ.application.lit.js \
  --disable-update-workflow --update-on-failed --force \
  --parallel-regions us-east-1

Destructive change: 4 AWS::KinesisAnalyticsV2::Application resources and 4 AWS::CloudWatch::Alarm resources removed (the deprecated runtime versions).

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

…rom integ test

Remove FLINK_1_6, FLINK_1_8, FLINK_1_11, and FLINK_1_13 from
integ.application.lit — these runtimes are deprecated/EOL in Amazon
Managed Service for Apache Flink. Keep only supported versions:
FLINK_1_15, FLINK_1_18, FLINK_1_19, FLINK_1_20.

Ref: https://docs.aws.amazon.com/managed-flink/latest/java/release-version-list.html
@aws-cdk-automation aws-cdk-automation requested a review from a team March 3, 2026 23:52
@github-actions github-actions Bot added the p2 label Mar 3, 2026
@mergify mergify Bot added the contribution/core This is a PR that came from AWS. label Mar 3, 2026
@mergify mergify Bot temporarily deployed to automation March 3, 2026 23:53 Inactive
@mergify mergify Bot temporarily deployed to automation March 3, 2026 23:53 Inactive
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 3, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
Please try merge from main to avoid findings unrelated to the PR.


TestsPassed ✅SkippedFailed
Security Guardian Results24 ran24 passed
TestResult
No test annotations available

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 3, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
Please try merge from main to avoid findings unrelated to the PR.


TestsPassed ✅SkippedFailed
Security Guardian Results with resolved templates24 ran24 passed
TestResult
No test annotations available

@aemada-aws aemada-aws changed the title fix(kinesisanalytics-flink-alpha): remove deprecated Flink runtimes from integ test chore(kinesisanalytics-flink-alpha): remove deprecated Flink runtimes from integ test Mar 6, 2026
@aemada-aws aemada-aws marked this pull request as ready for review March 6, 2026 09:57
@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Mar 6, 2026
@leonmk-aws leonmk-aws self-assigned this Mar 13, 2026
Copy link
Copy Markdown
Contributor

@leonmk-aws leonmk-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this PR should become a fix and properly deprecate the versions that are removed from this integ test, what do you think ?

@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Mar 13, 2026
Mark FLINK_1_6, FLINK_1_8, FLINK_1_11, and FLINK_1_13 as deprecated
in the Runtime class. These versions are deprecated by Amazon Managed
Service for Apache Flink and have reached end of support.
@aemada-aws aemada-aws changed the title chore(kinesisanalytics-flink-alpha): remove deprecated Flink runtimes from integ test fix(kinesisanalytics-flink-alpha): mark deprecated flink runtimes as deprecated Mar 18, 2026
@aemada-aws
Copy link
Copy Markdown
Collaborator Author

@leonmk-aws done, marked the deprecated ones with @deprecated

@aemada-aws aemada-aws requested a review from leonmk-aws March 18, 2026 14:09
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 18, 2026

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 18, 2026

Merge Queue Status

  • Entered queue2026-03-18 14:50 UTC · Rule: default-squash
  • Checks passed · in-place
  • Merged2026-03-18 15:21 UTC · at 959e0f24cbd5ac7c6e03a70a8cc4a0ef06e40853

This pull request spent 30 minutes 53 seconds in the queue, including 30 minutes 40 seconds running CI.

Required conditions to merge

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 18, 2026

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify Bot merged commit 0a89447 into aws:main Mar 18, 2026
23 of 24 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

contribution/core This is a PR that came from AWS. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants