This is an automated email from the ASF dual-hosted git repository.

sxnan pushed a change to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


    from 766f7c35 [hotfix] Cap setuptools<82 to pull in pkg_resources module 
(#526)
     new 35770b26 [AONE-80306915] Add internal fork workflow docs
     new 380d6446 [AONE-80306915] Add internal maintenance scripts
     new df247803 [internal] Update version to 0.1-vvr-SNAPSHOT

The 3 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:
 INTERNAL_DEVELOPMENT.md                         | 364 ++++++++++++++++++++++++
 README.md                                       |   6 +-
 api/pom.xml                                     |   2 +-
 dist/pom.xml                                    |   2 +-
 docs/config.toml                                |   4 +-
 e2e-test/agent-plan-compatibility-test/pom.xml  |   2 +-
 e2e-test/integration-test/pom.xml               |   2 +-
 e2e-test/pom.xml                                |   2 +-
 examples/pom.xml                                |   2 +-
 integrations/chat-models/ollama/pom.xml         |   2 +-
 integrations/chat-models/pom.xml                |   2 +-
 integrations/pom.xml                            |   2 +-
 plan/pom.xml                                    |   2 +-
 pom.xml                                         |   2 +-
 python/pyproject.toml                           |   2 +-
 runtime/pom.xml                                 |   2 +-
 tools/internal/README.md                        | 141 +++++++++
 tools/internal/create_release_branch.sh         | 209 ++++++++++++++
 tools/internal/create_release_publish_branch.sh | 174 +++++++++++
 tools/internal/list_patches.sh                  | 128 +++++++++
 tools/internal/sync_upstream.sh                 | 246 ++++++++++++++++
 tools/internal/update_version.sh                | 127 +++++++++
 22 files changed, 1409 insertions(+), 16 deletions(-)
 create mode 100644 INTERNAL_DEVELOPMENT.md
 create mode 100644 tools/internal/README.md
 create mode 100755 tools/internal/create_release_branch.sh
 create mode 100755 tools/internal/create_release_publish_branch.sh
 create mode 100755 tools/internal/list_patches.sh
 create mode 100755 tools/internal/sync_upstream.sh
 create mode 100755 tools/internal/update_version.sh

Reply via email to