This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
from 0fd0600 [docs] Update the deployment introduction for Flink agents
(#237)
new 9e506ac [hotfix] Fix option test
new 53d29e6 [ci] Add release scripts
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/{ci.yml => build_wheel.yml} | 46 ++++++-
.gitignore | 1 +
pom.xml | 145 +++++++++++++++++++++
.../create_python_option_from_java_option.py | 9 +-
tools/build.sh | 3 +-
tools/releasing/create_binary_release.sh | 111 ++++++++++++++++
tools/releasing/create_release_branch.sh | 76 +++++++++++
tools/releasing/create_source_release.sh | 82 ++++++++++++
tools/releasing/deploy_staging_jars.sh | 46 +++++++
9 files changed, 508 insertions(+), 11 deletions(-)
copy .github/workflows/{ci.yml => build_wheel.yml} (70%)
create mode 100755 tools/releasing/create_binary_release.sh
create mode 100755 tools/releasing/create_release_branch.sh
create mode 100755 tools/releasing/create_source_release.sh
create mode 100755 tools/releasing/deploy_staging_jars.sh