This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/sdks/cloud.google.com/go/pubsub-1.30.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard d35ee921c7c Bump cloud.google.com/go/pubsub from 1.28.0 to 1.30.0 in
/sdks
add 4b2c03b35b2 Remove myself from Go reviewers (#26076)
add e3eedce8a1e [BEAM-20807] Support Beam Go docker images on ARM64.
(#26047)
add dbf0f18b9e1 Add XGBoost example notebook (#25904)
add dc1ab49975f Bump google.golang.org/grpc from 1.53.0 to 1.54.0 in /sdks
(#26068)
add c6422aa2966 Bump cloud.google.com/go/pubsub from 1.28.0 to 1.30.0 in
/sdks
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 (d35ee921c7c)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/pubsub-1.30.0
(c6422aa2966)
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/REVIEWERS.yml | 1 -
.../notebooks/beam-ml/run_inference_xgboost.ipynb | 369 +++++++++++++++++++++
sdks/go.mod | 2 +-
sdks/go.sum | 4 +-
sdks/go/container/Dockerfile | 4 +-
sdks/go/container/build.gradle | 2 +
6 files changed, 377 insertions(+), 5 deletions(-)
create mode 100644 examples/notebooks/beam-ml/run_inference_xgboost.ipynb