diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e2f310e..927f2193 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 @@ -187,7 +193,7 @@ jobs: - name: 'Release with JReleaser' env: - JRELEASER_BRANCH: master + 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 }} @@ -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:${{ needs.set-release-version.outputs.HEAD }} diff --git a/connect-file-pulse-api/pom.xml b/connect-file-pulse-api/pom.xml index a02584ee..a7c0543c 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.1 kafka-connect-filepulse-api diff --git a/connect-file-pulse-dataformat/pom.xml b/connect-file-pulse-dataformat/pom.xml index 621279ec..11859984 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.1 4.0.0 diff --git a/connect-file-pulse-expression/pom.xml b/connect-file-pulse-expression/pom.xml index 69141f71..ea7d43cc 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.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 4aa3803c..abfed2cb 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.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 8bed44e5..d762fec5 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.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 8b3299a4..20c6f10b 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.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 f45d85f3..190e7625 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.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 90b95b80..d90bdc3d 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.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 e29d144f..aab12444 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.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 09c126ef..fafba08c 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.1 4.0.0 diff --git a/connect-file-pulse-filesystems/pom.xml b/connect-file-pulse-filesystems/pom.xml index 0c9141b1..a9c3fecd 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.1 4.0.0 diff --git a/connect-file-pulse-filters/pom.xml b/connect-file-pulse-filters/pom.xml index 8d327a1a..c2533fe1 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.1 kafka-connect-filepulse-filters diff --git a/connect-file-pulse-plugin/pom.xml b/connect-file-pulse-plugin/pom.xml index 0ba432ee..683a163d 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.1 kafka-connect-filepulse-plugin diff --git a/pom.xml b/pom.xml index 4db4cb3a..2a3d0e62 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ io.streamthoughts kafka-connect-filepulse-reactor pom - 2.15.0-SNAPSHOT + 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 γ«γγ£γ¦ε€ζγγγγγΌγΈ (->γͺγͺγΈγγ«) / γ’γγ¬γΉ: γ’γΌγ: γγγ©γ«γ ι³ε£°γγ©γ¦γΆ γ«γδ»γ ι θ²εθ»’ ζεζ‘ε€§ γ’γγ€γ«
AltStyle γ«γγ£γ¦ε€ζγγγγγΌγΈ (->γͺγͺγΈγγ«) / γ’γγ¬γΉ: γ’γΌγ: γγγ©γ«γ ι³ε£°γγ©γ¦γΆ γ«γδ»γ ι θ²εθ»’ ζεζ‘ε€§ γ’γγ€γ«