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

chore(main): release 2.11.0 #1081

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Nov 3, 2022

🤖 I have created a release beep boop

2.11.0 (2022-11-30)

Features

Bug Fixes

  • ast: Add import generation for annotations on VariableExpr (#1076) (f5d5524)
  • deps: Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 (#1088) (0e75338)
  • Support testing nested argument method signatures and 'double' field assertions (#1094) (4bf419f)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners November 3, 2022 13:45
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 3, 2022
@release-please release-please bot changed the title chore(main): release 2.10.4 chore(main): release 2.11.0 Nov 7, 2022
@release-please release-please bot force-pushed the release-please--branches--main branch 2 times, most recently from f3114a8 to cb6bc56 Compare November 8, 2022 15:41
@release-please release-please bot force-pushed the release-please--branches--main branch 2 times, most recently from 3756c70 to 07bf5cc Compare November 21, 2022 14:41
@release-please release-please bot force-pushed the release-please--branches--main branch from 07bf5cc to 00f56b0 Compare November 28, 2022 17:05
@release-please release-please bot force-pushed the release-please--branches--main branch from 00f56b0 to b7964a4 Compare November 30, 2022 18:27
@sonarcloud
Copy link

sonarcloud bot commented Nov 30, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@blakeli0 blakeli0 merged commit 6cc7e9d into main Dec 1, 2022
@blakeli0 blakeli0 deleted the release-please--branches--main branch December 1, 2022 23:01
@release-please
Copy link
Contributor Author

release-please bot commented Dec 1, 2022

burkedavison added a commit that referenced this pull request Dec 8, 2022
* ci(showcase): add showcase IT coverage

* ci(showcase): rework showcase coverage for combined report

* chore(deps): update dependency gradle to v7.6 (#1101)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `7.5.1` -> `7.6` |

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- 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://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9-->

* ci(showcase): debug showcase integration coverage report in sonar

* ci(showcase): remove duplicate bazel coverage stage

* ci(showcase): invoke sonar after integration tests

* ci(showcase): debug with maven and sonar

* ci(showcase): attempt sonar workaround for lcov coverage parsing

* chore(showcase): create maven showcase module

* chore: relocate gapic-generator-java pom.xml to subfolder

* fix: ensure all tests work with new project structure

* fix: set surefire working directory, and revert source adjustments

* fix: formatter

* chore: relocate gapic-generator-java pom.xml to subfolder (#1105)

* chore: relocate gapic-generator-java pom.xml to subfolder

* fix: ensure all tests work with new project structure

* fix: set surefire working directory, and revert source adjustments

* fix: formatter

* chore: update showcase maven module to generate and verify golden source

* chore: update showcase maven module to generate and verify golden source

* chore: add showcase golden source to maven submodule

* chore: upload two coverage reports to sonar

* chore: show proto folder contents during verify_proto

* fix: only diff proto src/main/java, ignoring src/main/proto

* chore(main): release 2.11.0 (#1081)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

* chore: change showcase version to 0.0.1-SNAPSHOT

* chore: add mvn -version to sonar workflow

* fix: set showcase client to 0.0.1-SNAPSHOT

* fix: explicitly set shade plugin output directory

* chore: remove aggregator from build

* fix: coverage report locations

* fix: skip linting on generated showcase files

* fix: sonar coverage for non-standard directory structure (#1108)

* fix: exclude generated showcase from license header check

* fix: single-line 'find' syntax

* fix: use provided ignore flag

* ci(showcase): rework github actions for showcase golden and integration tests

* ci(showcase): simplify sonar github actions workflow

* ci(showcase): remove showcase from /test/integration golden suite

* ci(showcase): simplify showcase invocation

* fix(showcase): ensure generated showcase protos are not deleted

* ci(showcase): update workflow and documentation for showcase

* ci(showcase): disable snippet-bot for generated showcase client

* ci(showcase): disable snippet-bot for showcase (#1113)

Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
@release-trigger
Copy link

Triggered job: cloud-devrel/client-libraries/java/gapic-generator-java/release/stage (2022-12-09T22:12:01.292Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

suztomo pushed a commit that referenced this pull request Dec 16, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
suztomo pushed a commit that referenced this pull request Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: tagged autorelease: triggered kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant