-
Notifications
You must be signed in to change notification settings - Fork 75
Comparing changes
Open a pull request
base repository: googleapis/sdk-platform-java
base: v2.38.0
head repository: googleapis/sdk-platform-java
compare: v2.38.1
- 6 commits
- 409 files changed
- 6 contributors
Commits on Mar 15, 2024
-
fix(deps): add detector-resource-support dependencies (#2559)
b/329410901 --------- Co-authored-by: Blake Li <blakeli@google.com>
Configuration menu - View commit details
-
Copy full SHA for 53f2c85 - Browse repository at this point
Copy the full SHA 53f2c85View commit details -
chore(main): release 2.38.1-SNAPSHOT (#2579)
🤖 I have created a release *beep* *boop* --- <details><summary>2.38.1-SNAPSHOT</summary> ### Updating meta-information for bleeding-edge SNAPSHOT release. </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b580e9 - Browse repository at this point
Copy the full SHA 7b580e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f472756 - Browse repository at this point
Copy the full SHA f472756View commit details -
deps: update google api dependencies (#2582)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api.grpc:grpc-google-common-protos](https://togithub.com/googleapis/sdk-platform-java) | `2.36.0` -> `2.37.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.api.grpc:grpc-google-iam-v1](https://togithub.com/googleapis/sdk-platform-java) | `1.31.0` -> `1.32.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.api.grpc:proto-google-common-protos](https://togithub.com/googleapis/sdk-platform-java) | `2.36.0` -> `2.37.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.api.grpc:proto-google-iam-v1](https://togithub.com/googleapis/sdk-platform-java) | `1.31.0` -> `1.32.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/sdk-platform-java (com.google.api.grpc:grpc-google-common-protos)</summary> ### [`v2.37.0`](https://togithub.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2370-2024-02-29) [Compare Source](https://togithub.com/googleapis/sdk-platform-java/compare/v2.36.0...v2.37.0) ##### Features - improve batching summary errors ([#​2509](https://togithub.com/googleapis/sdk-platform-java/issues/2509)) ([d6964a4](https://togithub.com/googleapis/sdk-platform-java/commit/d6964a4cfda60ef7c5f1871b215a9cf222361e7e)) ##### Bug Fixes - adjust release please config to reflect file location change. ([#​2524](https://togithub.com/googleapis/sdk-platform-java/issues/2524)) ([1e5af1e](https://togithub.com/googleapis/sdk-platform-java/commit/1e5af1e651a079220b8a63952b7dbc68586d9b7d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for dd03d93 - Browse repository at this point
Copy the full SHA dd03d93View commit details -
chore: update common-protos-manually (#2583)
Following the [instructions](https://g3doc.corp.google.com/company/teams/cloud-sdk/client-libraries/team/automation/docs/owlbot-usage-guide.md?cl=head#how-will-i-test-my-githubowlbotyaml-file), I ran: ``` cd sdk-platform-java docker run --rm --user $(id -u):$(id -g) -v $(pwd):/repo -v /tmp/googleapis-gen:/googleapis-gen -w /repo --env HOME=/tmp gcr.io/cloud-devrel-public-resources/owlbot-cli:latest copy-code --source-repo=/googleapis-gen --config-file=java-common-protos/.OwlBot.yaml docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo gcr.io/cloud-devrel-public-resources/owlbot-java:latest ``` --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f5adfc - Browse repository at this point
Copy the full SHA 9f5adfcView commit details -
chore(main): release 2.38.1 (#2581)
🤖 I have created a release *beep* *boop* --- <details><summary>2.38.1</summary> ## [2.38.1](v2.38.0...v2.38.1) (2024-03-15) ### Bug Fixes * **deps:** add detector-resource-support dependencies ([#2559](#2559)) ([53f2c85](53f2c85)) * Update shopping and chat common protos. ([#2580](#2580)) ([f472756](f472756)) ### Dependencies * update google api dependencies ([#2582](#2582)) ([dd03d93](dd03d93)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Blake Li <blakeli@google.com>
Configuration menu - View commit details
-
Copy full SHA for 6dee917 - Browse repository at this point
Copy the full SHA 6dee917View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.38.0...v2.38.1