This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/beam.git
omit ca2f7ac4ba9 Bump actions/checkout from 3 to 4
add 97dea715f8f Add all GHA runs to
http://metrics.beam.apache.org/d/CTYdoxP4z/ga-post-commits-status?orgId=1
(#28615)
add c2677e28c66 Bump google.golang.org/grpc from 1.58.1 to 1.58.2 in /sdks
(#28607)
add 1b6de5d407b [Python BQ] Follow up of #28592: Allow setting a fixed
number of Storage API streams (#28618)
add 0be5a67243d Move release guide from website to new contributor-docs/
home
add f635ade0e70 Merge pull request #28619: Move release guide from website
to new contributor-docs/ home
add 68cf802626a [Fix Python Bigtable dataloss bug] Stop unsetting
timestamps of -1 (#28624)
add 437204e6817 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#28639)
add 042ac5249b0 Update Python container image deps in preparation for
2.51.0
add 648c74ce2b9 Merge pull request #28625: Update Python base container
deps
add 81f88087f38 Remove feature branches page from website
add c6e4a3a6860 Remove design documents link from website
add de6cc236907 Merge pull request #28642: Remove 'Feature Branches' and
'Design Documents' from Contribute section of website
add 7d742851974 add viewfs to HA_SCHEMES to support ViewFs file system
(#28616)
add 85ec2607536 Move java dependency upgrades from wiki to contributor-docs
add 362a887d475 Merge pull request #28646: Move java dependency upgrades
from wiki to contributor-docs
add dd9d8d01a39 Remove special PyMap, PyFlatMap, etc. (#28546)
add ead1b05b368 Update readme with latest info (#28651)
add fd0527a425d Run metrics job daily to catch any failed runs (#28652)
add 72b6645ec55 Add Bigtable xlang bug to release notes for versions
2.49.0 and 2.50.0 (#28633)
add adb1a94e53d Fix broken release guide link (#28654)
add a1ecc8b61a2 Migrate "beam_PerformanceTests_AvroIOIT" Jenkins jobs to
GitHub Actions (#28580)
add aa406cd7633 Bump actions/checkout from 3 to 4
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 (ca2f7ac4ba9)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-4 (aa406cd7633)
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/actions/setup-k8s-access/action.yml | 73 +++++
.github/actions/test-arguments-action/action.yml | 96 ++++++
.github/workflows/README.md | 12 +-
...t_Go.yml => beam_PerformanceTests_AvroIOIT.yml} | 53 ++--
...yml => beam_PerformanceTests_AvroIOIT_HDFS.yml} | 69 +++--
.../beam_PostCommit_BeamMetrics_Publish.yml | 4 +-
.../config_AvroIOIT.txt | 18 +-
.../config_AvroIOIT_HDFS.txt | 18 +-
...Commit_Python_CrossLanguage_Gcp_Dataflow.groovy | 2 +-
...stCommit_Python_CrossLanguage_Gcp_Direct.groovy | 2 +-
.test-infra/metrics/sync/github/sync_workflows.py | 18 +-
CHANGES.md | 3 +
.../images/cut-release-branch.png | Bin
.../images/release-guide-1.png | Bin
.../images/tag-rc-commit.png | Bin
contributor-docs/java-dependency-upgrades.md | 130 ++++++++
.../release-guide.md | 344 ++++++++++-----------
sdks/go.mod | 12 +-
sdks/go.sum | 19 +-
...ueryStorageWriteApiSchemaTransformProvider.java | 37 ++-
.../BigtableWriteSchemaTransformProvider.java | 13 +-
.../BigtableWriteSchemaTransformProviderIT.java | 19 +-
.../sdk/io/hdfs/HadoopFileSystemRegistrar.java | 2 +-
.../io/external/xlang_bigqueryio_it_test.py | 44 ++-
sdks/python/apache_beam/io/gcp/bigquery.py | 9 +
sdks/python/apache_beam/io/gcp/bigtableio.py | 7 +-
.../apache_beam/io/gcp/bigtableio_it_test.py | 18 ++
.../python/apache_beam/testing/analyzers/README.md | 5 +-
sdks/python/apache_beam/yaml/README.md | 44 +--
sdks/python/apache_beam/yaml/yaml_mapping.py | 9 +-
sdks/python/apache_beam/yaml/yaml_provider.py | 16 +-
sdks/python/apache_beam/yaml/yaml_transform.py | 14 +-
.../apache_beam/yaml/yaml_transform_scope_test.py | 37 ++-
.../python/apache_beam/yaml/yaml_transform_test.py | 141 +++++----
.../apache_beam/yaml/yaml_transform_unit_test.py | 58 +---
.../container/py310/base_image_requirements.txt | 26 +-
.../container/py311/base_image_requirements.txt | 24 +-
.../container/py38/base_image_requirements.txt | 26 +-
.../container/py39/base_image_requirements.txt | 26 +-
website/www/site/content/en/blog/beam-2.49.0.md | 1 +
website/www/site/content/en/blog/beam-2.50.0.md | 1 +
website/www/site/content/en/contribute/_index.md | 2 +-
.../site/content/en/contribute/feature-branches.md | 95 ------
.../documentation/io/built-in/google-bigquery.md | 2 +-
.../partials/section-menu/en/contribute.html | 3 -
45 files changed, 907 insertions(+), 645 deletions(-)
create mode 100644 .github/actions/setup-k8s-access/action.yml
create mode 100644 .github/actions/test-arguments-action/action.yml
copy .github/workflows/{beam_PostCommit_Go.yml =>
beam_PerformanceTests_AvroIOIT.yml} (66%)
copy .github/workflows/{beam_PerformanceTests_BigQueryIO_Batch_Java_Avro.yml
=> beam_PerformanceTests_AvroIOIT_HDFS.yml} (55%)
copy .test-infra/metrics/influxdb/gsutil/.boto =>
.github/workflows/performance-tests-job-configs/config_AvroIOIT.txt (71%)
copy .test-infra/metrics/influxdb/gsutil/.boto =>
.github/workflows/performance-tests-job-configs/config_AvroIOIT_HDFS.txt (70%)
rename {website/www/site/static =>
contributor-docs}/images/cut-release-branch.png (100%)
rename {website/www/site/static =>
contributor-docs}/images/release-guide-1.png (100%)
rename {website/www/site/static => contributor-docs}/images/tag-rc-commit.png
(100%)
create mode 100644 contributor-docs/java-dependency-upgrades.md
rename {website/www/site/content/en/contribute =>
contributor-docs}/release-guide.md (82%)
delete mode 100644 website/www/site/content/en/contribute/feature-branches.md