This is an automated email from the ASF dual-hosted git repository. echauchot pushed a commit to branch ci_utils in repository https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
commit e6e2136fb44c01e5ebe2e2ac57eb4361073343f2 Author: Etienne Chauchot <[email protected]> AuthorDate: Wed Nov 29 10:59:12 2023 +0100 [FLINK-34137] Bump to flink 1.17.2 --- .github/workflows/_testing.yml | 10 +++++----- pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_testing.yml b/.github/workflows/_testing.yml index 84eb71d..f7b2534 100644 --- a/.github/workflows/_testing.yml +++ b/.github/workflows/_testing.yml @@ -25,7 +25,7 @@ jobs: specific-version: uses: ./.github/workflows/ci.yml with: - flink_version: 1.17.1 + flink_version: 1.17.2 connector_branch: ci_utils # we can test connectors against flink snapshots but enable archunit tests only when tested against # the flink version used for the connector build. @@ -35,18 +35,18 @@ jobs: flink_version: 1.16-SNAPSHOT skip_archunit_tests: true # we need to test the connectors against last 2 flink major versions. - # let's say the connector under test was built against flink 1.17.1, disable the archunit tests when tested against 1.16.2 + # let's say the connector under test was built against flink 1.17.2, disable the archunit tests when tested against 1.16.2 non-main-version-without-archunit-tests: uses: ./.github/workflows/ci.yml with: flink_version: 1.16.2 skip_archunit_tests: true # we need to test the connectors against last 2 flink major versions. - # let's say the connector under test was built against flink 1.17.1, leave the archunit tests enabled when tested against 1.17.1 + # let's say the connector under test was built against flink 1.17.2, leave the archunit tests enabled when tested against 1.17.2 main-version-with-archunit-tests: uses: ./.github/workflows/ci.yml with: - flink_version: 1.17.1 + flink_version: 1.17.2 flink118-java17-version: uses: ./.github/workflows/ci.yml with: @@ -74,7 +74,7 @@ jobs: flink: 1.16.1 # By not specifying a branch, it should default to the branch that triggers this workflow }, { - flink: 1.17.1, + flink: 1.17.2, # By specifying this branch, it should check out this specified branch branch: ci_utils }, { diff --git a/pom.xml b/pom.xml index 046c5e1..8de083e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ under the License. <packaging>pom</packaging> <properties> - <flink.version>1.17.1</flink.version> + <flink.version>1.17.2</flink.version> <japicmp.referenceVersion>1.16.0</japicmp.referenceVersion> <archunit.version>1.0.0</archunit.version> <slf4j.version>1.7.36</slf4j.version>
