This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a change to branch 20260624_zizmorInitial
in repository https://gitbox.apache.org/repos/asf/beam.git
discard db7b8635e89 fix another workflow
discard 64dc5c573d8 add comment
discard 84a5c0460f7 add rule about action hashes
discard 5527eab19fe Initial zizmor findings
add eed2511dcce Add "-Pjava21Home" to stage docker step (#39181)
add 7b3e2df2ed6 Bump transformers (#39195)
add c38839082de Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks
(#39199)
add 22613182291 Bump docker/build-push-action from 7.2.0 to 7.3.0 (#39198)
add db9f9d56022 Bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#39197)
add 70329063989 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#39200)
add a2a14f511e9 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in
/sdks (#39201)
add 95e783d0eef Install wget
add fff406dd6c1 Merge pull request #39189 from apache/validate-275-rc1
add 956fe0c90e4 [Flink] Bound SDF self-checkpoint residual state on the
portable runner (#39191)
add b9a506743a1 Bump cryptography from 47.0.0 to 48.0.1 in Python
container images (#39204)
add 371a33a54b4 Bump docker/login-action from 4.2.0 to 4.3.0 (#39208)
add 8d1728e8455 Bump docker/setup-buildx-action from 4.1.0 to 4.2.0
(#39209)
add a3d32977f46 Bump github.com/testcontainers/testcontainers-go from
0.42.0 to 0.43.0 in /sdks (#39053)
add 0ec08474e61 Bump docker/login-action from 4.3.0 to 4.4.0 (#39217)
add d2e1d913f33 Initial zizmor findings
add fee656a2534 add rule about action hashes
add 0d262d27c28 add comment
add ea94c6be8fb fix another workflow
add 29141942b5a redo build release candidate workflow after change
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (db7b8635e89)
\
N -- N -- N refs/heads/20260624_zizmorInitial (29141942b5a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/beam_PostCommit_Go.yml | 2 +-
.../workflows/beam_PostCommit_Go_Dataflow_ARM.yml | 2 +-
.../beam_PostCommit_Java_Examples_Dataflow_ARM.yml | 2 +-
.github/workflows/beam_PostCommit_Python_Arm.yml | 2 +-
.../beam_PostCommit_XVR_GoUsingJava_Dataflow.yml | 2 +-
.../workflows/beam_PreCommit_CommunityMetrics.yml | 2 +-
.github/workflows/beam_PreCommit_PythonDocker.yml | 2 +-
.../workflows/beam_Publish_Beam_SDK_Snapshots.yml | 2 +-
.../workflows/beam_Publish_Python_VLLM_Image.yml | 2 +-
...beam_Python_ValidatesContainer_Dataflow_ARM.yml | 2 +-
.github/workflows/build_release_candidate.yml | 8 +-
.github/workflows/build_runner_image.yml | 6 +-
.github/workflows/build_wheels.yml | 2 +-
.github/workflows/finalize_release.yml | 2 +-
.../republish_released_docker_containers.yml | 2 +-
.../workflows/run_rc_validation_go_wordcount.yml | 2 +
CHANGES.md | 1 +
.../FlinkStreamingPortablePipelineTranslator.java | 1 -
.../functions/FlinkExecutableStageFunction.java | 19 ++--
.../FlinkStreamingPortablePipelineTranslator.java | 1 -
.../functions/FlinkExecutableStageFunction.java | 19 ++--
.../streaming/ExecutableStageDoFnOperator.java | 18 ++-
.../control/BundleCheckpointHandlers.java | 24 +++-
.../control/BundleCheckpointHandlersTest.java | 125 +++++++++++++++++++++
sdks/go.mod | 40 +++----
sdks/go.sum | 80 ++++++-------
.../go/test/integration/io/xlang/jdbc/jdbc_test.go | 6 +-
.../online_clustering/clustering_pipeline/setup.py | 2 +-
.../container/ml/py310/base_image_requirements.txt | 2 +-
.../container/ml/py310/gpu_image_requirements.txt | 2 +-
.../container/ml/py311/base_image_requirements.txt | 2 +-
.../container/ml/py311/gpu_image_requirements.txt | 2 +-
.../container/ml/py312/base_image_requirements.txt | 2 +-
.../container/ml/py312/gpu_image_requirements.txt | 2 +-
.../container/ml/py313/base_image_requirements.txt | 2 +-
.../container/py310/base_image_requirements.txt | 2 +-
.../container/py311/base_image_requirements.txt | 2 +-
.../container/py312/base_image_requirements.txt | 2 +-
.../container/py313/base_image_requirements.txt | 2 +-
.../container/py314/base_image_requirements.txt | 2 +-
sdks/python/setup.py | 2 +-
41 files changed, 285 insertions(+), 119 deletions(-)
create mode 100644
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/control/BundleCheckpointHandlersTest.java