From f52b3edf37efd009689312f266ebc50eac74a136 Mon Sep 17 00:00:00 2001 From: Florian Hussonnois Date: 2024εΉ΄3月22ζ—₯ 21:56:54 +0100 Subject: [PATCH 1/5] chore: update release workflow --- .github/workflows/release.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e2f310e8..d270b8324 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,11 @@ on: required: true description: "Create a Tag" default: true + generateDoc: + type: boolean + required: true + description: "Generate doc for release" + default: true env: JAVA_VERSION: '11' JAVA_DISTRO: 'zulu' @@ -68,6 +73,7 @@ jobs: echo "RELEASE_VERSION=$RELEASE_VERSION">> $GITHUB_ENV - name: 'Update Documentation' + if: "${{ github.event.inputs.generateDoc == 'true' }}" run: | DOC_BASEDIR="./docs/content/en/docs" RELEASE_DOC_VERSION=$(echo ${{ env.RELEASE_VERSION }} | sed 's/\([0-9]\)\s*$/\x/') @@ -118,7 +124,7 @@ jobs: git add "./docs/*" find . -name 'pom.xml' | xargs git add git commit -m "ci: release version ${{ env.RELEASE_VERSION }} πŸŽ‰" - git push --atomic origin HEAD:master + git push --atomic origin HEAD:${GITHUB_REF#refs/heads/} HEAD=$(git rev-parse HEAD) echo "HEAD=$HEAD">> $GITHUB_OUTPUT echo "RELEASE_VERSION=$RELEASE_VERSION">> $GITHUB_OUTPUT @@ -217,4 +223,4 @@ jobs: run: | find . -name 'pom.xml' | xargs git add git commit -m "ci: bump version for next iteration to ${{ env.NEXT_VERSION }} πŸ€–" - git push origin HEAD:master + git push origin HEAD:${GITHUB_REF#refs/heads/} From 705bc2404b294eeaa263b0c413f712dfa1ad16de Mon Sep 17 00:00:00 2001 From: Florian Hussonnois Date: 2024εΉ΄3月22ζ—₯ 22:17:21 +0100 Subject: [PATCH 2/5] chore: update release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d270b8324..f971da73a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -193,7 +193,7 @@ jobs: - name: 'Release with JReleaser' env: - JRELEASER_BRANCH: master + JRELEASER_BRANCH: ${GITHUB_REF#refs/heads/} JRELEASER_GITHUB_TOKEN: ${{ secrets.PAT }} JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }} JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} From fdd5601d2118fa6122d601dda5b33c50aa593483 Mon Sep 17 00:00:00 2001 From: Florian Hussonnois Date: 2024εΉ΄3月22ζ—₯ 22:32:09 +0100 Subject: [PATCH 3/5] build: set mvn version --- connect-file-pulse-api/pom.xml | 2 +- connect-file-pulse-dataformat/pom.xml | 2 +- connect-file-pulse-expression/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml | 2 +- .../filepulse-azure-storage-fs/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml | 2 +- .../filepulse-google-cloud-storage-fs/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-local-fs/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml | 2 +- connect-file-pulse-filesystems/pom.xml | 2 +- connect-file-pulse-filters/pom.xml | 2 +- connect-file-pulse-plugin/pom.xml | 2 +- pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/connect-file-pulse-api/pom.xml b/connect-file-pulse-api/pom.xml index a02584ee4..54b8957b2 100644 --- a/connect-file-pulse-api/pom.xml +++ b/connect-file-pulse-api/pom.xml @@ -22,7 +22,7 @@ limitations under the License. io.streamthoughts kafka-connect-filepulse-reactor - 2.15.0-SNAPSHOT + 2.14.0 kafka-connect-filepulse-api diff --git a/connect-file-pulse-dataformat/pom.xml b/connect-file-pulse-dataformat/pom.xml index 621279ec7..2f00f78ee 100644 --- a/connect-file-pulse-dataformat/pom.xml +++ b/connect-file-pulse-dataformat/pom.xml @@ -11,7 +11,7 @@ kafka-connect-filepulse-reactor io.streamthoughts - 2.15.0-SNAPSHOT + 2.14.0 4.0.0 diff --git a/connect-file-pulse-expression/pom.xml b/connect-file-pulse-expression/pom.xml index 69141f713..c44a0f490 100644 --- a/connect-file-pulse-expression/pom.xml +++ b/connect-file-pulse-expression/pom.xml @@ -11,7 +11,7 @@ kafka-connect-filepulse-reactor io.streamthoughts - 2.15.0-SNAPSHOT + 2.14.0 4.0.0 diff --git a/connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml index 4aa3803c7..896b69dab 100644 --- a/connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml @@ -12,7 +12,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.15.0-SNAPSHOT + 2.14.0 4.0.0 diff --git a/connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml index 8bed44e5c..042d0756d 100644 --- a/connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml @@ -11,7 +11,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.15.0-SNAPSHOT + 2.14.0 4.0.0 diff --git a/connect-file-pulse-filesystems/filepulse-azure-storage-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-azure-storage-fs/pom.xml index 8b3299a48..c43e1df7a 100644 --- a/connect-file-pulse-filesystems/filepulse-azure-storage-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-azure-storage-fs/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.15.0-SNAPSHOT + 2.14.0 Kafka Connect Source File Pulse Azure Storage FS diff --git a/connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml index f45d85f35..03c905515 100644 --- a/connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml @@ -10,7 +10,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.15.0-SNAPSHOT + 2.14.0 4.0.0 kafka-connect-filepulse-commons-fs diff --git a/connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml index 90b95b808..f9b857f14 100644 --- a/connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.15.0-SNAPSHOT + 2.14.0 Kafka Connect Source File Pulse Google Cloud Storage FS diff --git a/connect-file-pulse-filesystems/filepulse-local-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-local-fs/pom.xml index e29d144ff..280b6f638 100644 --- a/connect-file-pulse-filesystems/filepulse-local-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-local-fs/pom.xml @@ -11,7 +11,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.15.0-SNAPSHOT + 2.14.0 4.0.0 diff --git a/connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml index 09c126efe..afae56dcf 100644 --- a/connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml @@ -11,7 +11,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.15.0-SNAPSHOT + 2.14.0 4.0.0 diff --git a/connect-file-pulse-filesystems/pom.xml b/connect-file-pulse-filesystems/pom.xml index 0c9141b15..aaa50c4d1 100644 --- a/connect-file-pulse-filesystems/pom.xml +++ b/connect-file-pulse-filesystems/pom.xml @@ -20,7 +20,7 @@ limitations under the License. kafka-connect-filepulse-reactor io.streamthoughts - 2.15.0-SNAPSHOT + 2.14.0 4.0.0 diff --git a/connect-file-pulse-filters/pom.xml b/connect-file-pulse-filters/pom.xml index 8d327a1ab..36f26e0a9 100644 --- a/connect-file-pulse-filters/pom.xml +++ b/connect-file-pulse-filters/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-reactor - 2.15.0-SNAPSHOT + 2.14.0 kafka-connect-filepulse-filters diff --git a/connect-file-pulse-plugin/pom.xml b/connect-file-pulse-plugin/pom.xml index 0ba432eeb..225dee402 100644 --- a/connect-file-pulse-plugin/pom.xml +++ b/connect-file-pulse-plugin/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-reactor - 2.15.0-SNAPSHOT + 2.14.0 kafka-connect-filepulse-plugin diff --git a/pom.xml b/pom.xml index 4db4cb3a0..8ea24b6d0 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-reactor pom - 2.15.0-SNAPSHOT + 2.14.0 Kafka Connect Source File Pulse Reactor Connect File Pulse is a multipurpose source connector for streaming files from a local filesystem to From c7f8ad0897a88a656c4586d312edd03f8cea20ef Mon Sep 17 00:00:00 2001 From: Florian Hussonnois Date: 2024εΉ΄3月22ζ—₯ 22:49:02 +0100 Subject: [PATCH 4/5] chore: update release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f971da73a..927f2193b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -193,7 +193,7 @@ jobs: - name: 'Release with JReleaser' env: - JRELEASER_BRANCH: ${GITHUB_REF#refs/heads/} + JRELEASER_BRANCH: ${{ needs.set-release-version.outputs.HEAD }} JRELEASER_GITHUB_TOKEN: ${{ secrets.PAT }} JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }} JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} @@ -223,4 +223,4 @@ jobs: run: | find . -name 'pom.xml' | xargs git add git commit -m "ci: bump version for next iteration to ${{ env.NEXT_VERSION }} πŸ€–" - git push origin HEAD:${GITHUB_REF#refs/heads/} + git push origin HEAD:${{ needs.set-release-version.outputs.HEAD }} From de6a235e61a23ea67c158ccc21136364a6f50dad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: 2024εΉ΄3月22ζ—₯ 21:50:01 +0000 Subject: [PATCH 5/5] =?UTF-8?q?ci:=20release=20version=202.14.1=20?= =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- connect-file-pulse-api/pom.xml | 2 +- connect-file-pulse-dataformat/pom.xml | 2 +- connect-file-pulse-expression/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml | 2 +- .../filepulse-azure-storage-fs/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml | 2 +- .../filepulse-google-cloud-storage-fs/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-local-fs/pom.xml | 2 +- connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml | 2 +- connect-file-pulse-filesystems/pom.xml | 2 +- connect-file-pulse-filters/pom.xml | 2 +- connect-file-pulse-plugin/pom.xml | 2 +- pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/connect-file-pulse-api/pom.xml b/connect-file-pulse-api/pom.xml index 54b8957b2..a7c0543ce 100644 --- a/connect-file-pulse-api/pom.xml +++ b/connect-file-pulse-api/pom.xml @@ -22,7 +22,7 @@ limitations under the License. io.streamthoughts kafka-connect-filepulse-reactor - 2.14.0 + 2.14.1 kafka-connect-filepulse-api diff --git a/connect-file-pulse-dataformat/pom.xml b/connect-file-pulse-dataformat/pom.xml index 2f00f78ee..118599848 100644 --- a/connect-file-pulse-dataformat/pom.xml +++ b/connect-file-pulse-dataformat/pom.xml @@ -11,7 +11,7 @@ kafka-connect-filepulse-reactor io.streamthoughts - 2.14.0 + 2.14.1 4.0.0 diff --git a/connect-file-pulse-expression/pom.xml b/connect-file-pulse-expression/pom.xml index c44a0f490..ea7d43ccc 100644 --- a/connect-file-pulse-expression/pom.xml +++ b/connect-file-pulse-expression/pom.xml @@ -11,7 +11,7 @@ kafka-connect-filepulse-reactor io.streamthoughts - 2.14.0 + 2.14.1 4.0.0 diff --git a/connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml index 896b69dab..abfed2cb6 100644 --- a/connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-aliyunoss-fs/pom.xml @@ -12,7 +12,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.14.0 + 2.14.1 4.0.0 diff --git a/connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml index 042d0756d..d762fec5f 100644 --- a/connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-amazons3-fs/pom.xml @@ -11,7 +11,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.14.0 + 2.14.1 4.0.0 diff --git a/connect-file-pulse-filesystems/filepulse-azure-storage-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-azure-storage-fs/pom.xml index c43e1df7a..20c6f10ba 100644 --- a/connect-file-pulse-filesystems/filepulse-azure-storage-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-azure-storage-fs/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.14.0 + 2.14.1 Kafka Connect Source File Pulse Azure Storage FS diff --git a/connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml index 03c905515..190e7625d 100644 --- a/connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-commons-fs/pom.xml @@ -10,7 +10,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.14.0 + 2.14.1 4.0.0 kafka-connect-filepulse-commons-fs diff --git a/connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml index f9b857f14..d90bdc3d9 100644 --- a/connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.14.0 + 2.14.1 Kafka Connect Source File Pulse Google Cloud Storage FS diff --git a/connect-file-pulse-filesystems/filepulse-local-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-local-fs/pom.xml index 280b6f638..aab12444a 100644 --- a/connect-file-pulse-filesystems/filepulse-local-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-local-fs/pom.xml @@ -11,7 +11,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.14.0 + 2.14.1 4.0.0 diff --git a/connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml b/connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml index afae56dcf..fafba08c7 100644 --- a/connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml +++ b/connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml @@ -11,7 +11,7 @@ io.streamthoughts kafka-connect-filepulse-filesystems - 2.14.0 + 2.14.1 4.0.0 diff --git a/connect-file-pulse-filesystems/pom.xml b/connect-file-pulse-filesystems/pom.xml index aaa50c4d1..a9c3fecd6 100644 --- a/connect-file-pulse-filesystems/pom.xml +++ b/connect-file-pulse-filesystems/pom.xml @@ -20,7 +20,7 @@ limitations under the License. kafka-connect-filepulse-reactor io.streamthoughts - 2.14.0 + 2.14.1 4.0.0 diff --git a/connect-file-pulse-filters/pom.xml b/connect-file-pulse-filters/pom.xml index 36f26e0a9..c2533fe12 100644 --- a/connect-file-pulse-filters/pom.xml +++ b/connect-file-pulse-filters/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-reactor - 2.14.0 + 2.14.1 kafka-connect-filepulse-filters diff --git a/connect-file-pulse-plugin/pom.xml b/connect-file-pulse-plugin/pom.xml index 225dee402..683a163d9 100644 --- a/connect-file-pulse-plugin/pom.xml +++ b/connect-file-pulse-plugin/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-reactor - 2.14.0 + 2.14.1 kafka-connect-filepulse-plugin diff --git a/pom.xml b/pom.xml index 8ea24b6d0..2a3d0e62a 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-reactor pom - 2.14.0 + 2.14.1 Kafka Connect Source File Pulse Reactor Connect File Pulse is a multipurpose source connector for streaming files from a local filesystem to

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /