Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.50.0 lyft #65

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from
Open

Release 2.50.0 lyft #65

wants to merge 10,000 commits into from

Conversation

nji302
Copy link

@nji302 nji302 commented Dec 19, 2023

No +1 necessary, just wanted the team to have visibility into which branch to use

robertwb and others added 30 commits July 28, 2023 10:03
Legacy runners can still override the Pipeline-object-taking run_pipeline
method, but this now has a default implementation.

As part of this it was necessary to refactor environments to make loopback
less of a special case.
Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
* fix jenkins Go PostCommit runs

* Reinstate further push work.

* revert changes to build.gradle.kts

---------

Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
…apache#27751)

Bumps [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) from 1.45.2 to 1.46.0.
- [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
- [Commits](fsouza/fake-gcs-server@v1.45.2...v1.46.0)

---
updated-dependencies:
- dependency-name: github.com/fsouza/fake-gcs-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Vertex AI Model Handler Private Endpoint Support

* linting

* Trailing whitespace

* import order

* Extra context on experiments

* Trailing whitespace
Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.4.0 to 3.5.0.
- [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md)
- [Commits](nipunn1313/mypy-protobuf@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: mypy-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [prism] Fusion base, reshuffle, cogbk.

* silence logging, better message

* precise reshuffle strategy filtering

* Remove leftover comments

* remove decommissioned function

* fix typos.

---------

Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
…#27752)

Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.11.73 to 1.11.74.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.11.73...feature/s3/manager/v1.11.74)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rebecca Szper <98840847+rszper@users.noreply.github.com>
* Standardize workflow files

* Fix job names

* Resolve comments

* Fix removing m2/setting.xml
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.37.1...service/s3/v1.38.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…apache#27769)

Bumps [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) from 1.46.0 to 1.47.0.
- [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
- [Commits](fsouza/fake-gcs-server@v1.46.0...v1.47.0)

---
updated-dependencies:
- dependency-name: github.com/fsouza/fake-gcs-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [apache#23043] Re-enable single iteration for the Go SDK.

* more debuging

* don't drop plan

* debug text.

* Fix beam23043

* clean up debugging.

* update unit test.

* go fmt

---------

Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
* Inline external action

* Temporarily run on non-self-hosted

* Add sha

* Update beam_PreCommit_Website_Stage_GCS.yml

* Update beam_PreCommit_Website_Stage_GCS.yml

* Update beam_PreCommit_Website_Stage_GCS.yml

* Update beam_PreCommit_Website_Stage_GCS.yml

* Update beam_PreCommit_Website_Stage_GCS.yml

* Go back to self hosted runners

* Attribution
nji302 and others added 30 commits November 10, 2023 09:19
**_Context_**
On multiple occasions, we see pipeline restarts with a transient
UNAVAILABLE error with grpc code 14.

**_Solution_**

1. Leverage the retry config that grpc supports . Inspired from
https://github.com/grpc/grpc/blob/1088046a5774854e07d634f95eace8639367b9f1/examples/python/retry/retry_client.py#L28
This reverts commit 052202f.
deploy occurred_at changes to Beam apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet