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

Clean before deploying #263

Merged
merged 3 commits into from
Oct 15, 2015
Merged

Conversation

ajkannan
Copy link

Fixes #260

Note: I changed the settings location to ~/.m2/settings.xml for deployment. I don't spot any difference because this is copied in before_install, but it'd be good to get a second opinion on that.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 15, 2015
@ajkannan ajkannan added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 15, 2015
@ajkannan
Copy link
Author

Working on verifying the changes locally, will update soon.

@mziccard
Copy link
Contributor

As I said in #262 I am not sure that it is worth removing -DskipTests=true. This will cause build to take longer and I am not sure the tests will detect the error we experienced in #260.

Using ~/.m2/settings should do no harm.

@ajkannan
Copy link
Author

Testing locally, the tests do in fact detect the error experienced in #260, so I'm in favor of keeping it. It's a good safeguard for the future and only costs ~3-5 minutes in build time.

@ajkannan ajkannan removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 15, 2015
@@ -32,7 +32,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" -a "${TRAVIS_BRANCH}" == "master" -

cd ..
utilities/update_docs_version.sh # Update version in READMEs
mvn deploy -DskipTests=true --settings target/travis/settings.xml -P sign-deploy
mvn clean deploy --settings ~/.m2/settings.xml -P sign-deploy
else
mvn deploy -DskipTests=true -Dgpg.skip=true --settings target/travis/settings.xml

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

aozarov added a commit that referenced this pull request Oct 15, 2015
@aozarov aozarov merged commit 1cc1d3a into googleapis:master Oct 15, 2015
@ajkannan ajkannan deleted the clean-before-deploy branch October 15, 2015 22:08
github-actions bot pushed a commit that referenced this pull request Jun 23, 2022
🤖 I have created a release *beep* *boop*
---


## [2.2.1](googleapis/java-api-gateway@v2.2.0...v2.2.1) (2022-06-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#261](googleapis/java-api-gateway#261)) ([7845c6e](googleapis/java-api-gateway@7845c6e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
🤖 I have created a release \*beep\* \*boop\* 
---
### [0.118.3](https://www.github.com/googleapis/java-resourcemanager/compare/v0.118.2...v0.118.3) (2020-11-02)


### Dependencies

* update dependency com.google.apis:google-api-services-cloudresourcemanager to v1-rev20200921-1.30.10 ([googleapis#255](https://www.github.com/googleapis/java-resourcemanager/issues/255)) ([8610562](https://www.github.com/googleapis/java-resourcemanager/commit/861056287c4718ac7b510de565560c733fbbf1c1))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.2 ([googleapis#260](https://www.github.com/googleapis/java-resourcemanager/issues/260)) ([a13f466](https://www.github.com/googleapis/java-resourcemanager/commit/a13f46662b9c959d366b6c69b523cc2b8496baa5))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.12.1 ([googleapis#275](https://www.github.com/googleapis/java-resourcemanager/issues/275)) ([1f58283](https://www.github.com/googleapis/java-resourcemanager/commit/1f5828385eab49727ea0b9541d80642d84cf12d4))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.13.0 ([googleapis#279](https://www.github.com/googleapis/java-resourcemanager/issues/279)) ([403fb14](https://www.github.com/googleapis/java-resourcemanager/commit/403fb141eedb4e152a083d21e6b92abcec03981a))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([googleapis#295](https://www.github.com/googleapis/java-resourcemanager/issues/295)) ([7cc7f27](https://www.github.com/googleapis/java-resourcemanager/commit/7cc7f276064880b81344eb2673baa3277dc5314c))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
…onnectivity to v1.2.1 (googleapis#263)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-networkconnectivity](https://togithub.com/googleapis/java-) | `1.2.0` -> `1.2.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-networkconnectivity/1.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-networkconnectivity/1.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-networkconnectivity/1.2.1/compatibility-slim/1.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-networkconnectivity/1.2.1/confidence-slim/1.2.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

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/java-networkconnectivity).
github-actions bot pushed a commit that referenced this pull request Jul 1, 2022
gcr.io/repo-automation-bots/owlbot-java:latest@sha256:ee698481139bf3df35cd83d2f17f9670ee914d6184f8909a81d672a6abaf0e72
github-actions bot pushed a commit that referenced this pull request Jul 14, 2022
Source-Link: googleapis/synthtool@18d4e9b
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
github-actions bot pushed a commit that referenced this pull request Jul 18, 2022
…-info-reports-plugin to v3.4.0 (#263)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) | `3.3.0` -> `3.4.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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, click this checkbox.

---

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/java-appengine-admin).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
github-actions bot pushed a commit that referenced this pull request Jul 20, 2022
Source-Link: googleapis/synthtool@7336562
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
…onfig to v1.5.3 (#263)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.5.1` -> `1.5.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/compatibility-slim/1.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/confidence-slim/1.5.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config</summary>

### [`v1.5.3`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;153-httpsgithubcomgoogleapisjava-shared-configcomparev152v153-2022-07-27)

[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.5.2...v1.5.3)

##### Dependencies

-   update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#&#8203;497](https://togithub.com/googleapis/java-shared-config/issues/497)) ([1fc6ab4](https://togithub.com/googleapis/java-shared-config/commit/1fc6ab445624cd4f9c8b161d109f346a9e5ed09a))
-   Update doclet to latest version 1.6.0 ([38fb7c3](https://togithub.com/googleapis/java-shared-config/commit/38fb7c3957fb6c9b2da10f9e463cc93a8b80a3a4))

### [`v1.5.2`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;152-httpsgithubcomgoogleapisjava-shared-configcomparev151v152-2022-07-25)

[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.5.1...v1.5.2)

##### Dependencies

-   update dependency com.puppycrawl.tools:checkstyle to v10 ([#&#8203;435](https://togithub.com/googleapis/java-shared-config/issues/435)) ([bfc8ce1](https://togithub.com/googleapis/java-shared-config/commit/bfc8ce1deca6292147d002d3afe22a09840aa5d6))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#&#8203;488](https://togithub.com/googleapis/java-shared-config/issues/488)) ([39b91ee](https://togithub.com/googleapis/java-shared-config/commit/39b91ee1283f0a5fbbe63e8bfd1ec97ab4ab377e))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#&#8203;489](https://togithub.com/googleapis/java-shared-config/issues/489)) ([cc3bcfa](https://togithub.com/googleapis/java-shared-config/commit/cc3bcfa2d6717441a8d5b5048fa78c2cf7aabf2b))

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

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

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/java-gkehub).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


## [3.1.3](googleapis/java-service-management@v3.1.2...v3.1.3) (2022-08-02)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-service-management/issues/1485)) ([#263](googleapis/java-service-management#263)) ([f74bd95](googleapis/java-service-management@f74bd95))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#268](googleapis/java-service-management#268)) ([b5095c6](googleapis/java-service-management@b5095c6))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Aug 16, 2022
…to v1.0.2 (#263)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-domains](https://togithub.com/googleapis/java-domains) | `1.0.1` -> `1.0.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-domains/1.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-domains/1.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-domains/1.0.2/compatibility-slim/1.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-domains/1.0.2/confidence-slim/1.0.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

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/java-domains).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OC4wIn0=-->
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…ator_java versions (#263)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472750037

Source-Link: googleapis/googleapis@88f2ea3

Source-Link: googleapis/googleapis-gen@230a558
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…ator_java versions (#263)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472750037

Source-Link: googleapis/googleapis@88f2ea3

Source-Link: googleapis/googleapis-gen@230a558
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


## [2.2.5](googleapis/java-dms@v2.2.4...v2.2.5) (2022-09-15)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#262](googleapis/java-dms#262)) ([3c8d7d0](googleapis/java-dms@3c8d7d0))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…cies to v3.0.3 (#263)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `3.0.2` -> `3.0.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/compatibility-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/confidence-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-dependencies</summary>

### [`v3.0.3`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;303-httpsgithubcomgoogleapisjava-shared-dependenciescomparev302v303-2022-09-14)

[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.2...v3.0.3)

##### Dependencies

-   Google-cloud-core 2.8.12 ([#&#8203;799](https://togithub.com/googleapis/java-shared-dependencies/issues/799)) ([1b3db8d](https://togithub.com/googleapis/java-shared-dependencies/commit/1b3db8d1e17c49ebae79fc96164fa9058e1df6e3))
-   Moving gson to first-party-dependencies ([#&#8203;800](https://togithub.com/googleapis/java-shared-dependencies/issues/800)) ([a41fcc1](https://togithub.com/googleapis/java-shared-dependencies/commit/a41fcc11d32e02e5af2837561792e3919f6d4b3f))
-   Update dependency com.google.protobuf:protobuf-bom to v3.21.6 ([#&#8203;797](https://togithub.com/googleapis/java-shared-dependencies/issues/797)) ([bc5fdc9](https://togithub.com/googleapis/java-shared-dependencies/commit/bc5fdc9b3af7973c28f063a9ac156fe2af562814))
-   Update gax.version to v2.19.1 ([#&#8203;798](https://togithub.com/googleapis/java-shared-dependencies/issues/798)) ([84e5487](https://togithub.com/googleapis/java-shared-dependencies/commit/84e5487b2e3dce4bb60badecebde788c3cb702b8))
-   Update google.core.version to v2.8.11 ([#&#8203;793](https://togithub.com/googleapis/java-shared-dependencies/issues/793)) ([63c1297](https://togithub.com/googleapis/java-shared-dependencies/commit/63c129722aa0b821031ff5b4c11004adf7b12044))

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

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

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/java-essential-contacts).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.4](googleapis/java-essential-contacts@v2.3.3...v2.3.4) (2022-09-15)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#263](googleapis/java-essential-contacts#263)) ([f20e6bd](googleapis/java-essential-contacts@f20e6bd))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
* chore(bazel): update protobuf to v3.21.7

PiperOrigin-RevId: 477955264

Source-Link: googleapis/googleapis@a724450

Source-Link: googleapis/googleapis-gen@4abcbca
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.2](https://togithub.com/googleapis/java-vpcaccess/compare/v2.4.1...v2.4.2) (2022-10-04)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#248](https://togithub.com/googleapis/java-vpcaccess/issues/248)) ([5b2b929](https://togithub.com/googleapis/java-vpcaccess/commit/5b2b929b0e9c66d66a3eae0e0cc358dc600a7263))
* Update dependency click to v8.1.3 ([#251](https://togithub.com/googleapis/java-vpcaccess/issues/251)) ([c1237a1](https://togithub.com/googleapis/java-vpcaccess/commit/c1237a1785b1024af3f149803dd0b723b52cc492))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#265](https://togithub.com/googleapis/java-vpcaccess/issues/265)) ([e02a743](https://togithub.com/googleapis/java-vpcaccess/commit/e02a743c1ba36a946092d819eae7ee79be769cc8))
* Update dependency google-api-core to v2.10.1 ([#252](https://togithub.com/googleapis/java-vpcaccess/issues/252)) ([7af82b1](https://togithub.com/googleapis/java-vpcaccess/commit/7af82b1f9f5acb52d006aed7b5403f1605d12516))
* Update dependency google-auth to v2.11.1 ([#249](https://togithub.com/googleapis/java-vpcaccess/issues/249)) ([0676437](https://togithub.com/googleapis/java-vpcaccess/commit/067643731bf77a9e68446b78c9a591149acf2f06))
* Update dependency google-cloud-storage to v2.5.0 ([#253](https://togithub.com/googleapis/java-vpcaccess/issues/253)) ([751ed61](https://togithub.com/googleapis/java-vpcaccess/commit/751ed61a1a5911a7ee9551fc3f4da7cc50b70bd2))
* Update dependency google-crc32c to v1.5.0 ([#254](https://togithub.com/googleapis/java-vpcaccess/issues/254)) ([68579c2](https://togithub.com/googleapis/java-vpcaccess/commit/68579c2b367fbf8cc9f31e90bdbd6f6e07c6ac60))
* Update dependency googleapis-common-protos to v1.56.4 ([#250](https://togithub.com/googleapis/java-vpcaccess/issues/250)) ([5e35764](https://togithub.com/googleapis/java-vpcaccess/commit/5e35764584cb713523012e6c220c7932b8f85e38))
* Update dependency importlib-metadata to v4.12.0 ([#255](https://togithub.com/googleapis/java-vpcaccess/issues/255)) ([40c7466](https://togithub.com/googleapis/java-vpcaccess/commit/40c7466b198837c88fe044af49d53fe2274dd0d4))
* Update dependency jeepney to v0.8.0 ([#256](https://togithub.com/googleapis/java-vpcaccess/issues/256)) ([0f89b33](https://togithub.com/googleapis/java-vpcaccess/commit/0f89b33cff859bc2586443529a2fa85eb4fa597b))
* Update dependency jinja2 to v3.1.2 ([#263](https://togithub.com/googleapis/java-vpcaccess/issues/263)) ([75b456f](https://togithub.com/googleapis/java-vpcaccess/commit/75b456fd38c6767a8ea3148f977c98041ae8bc41))
* Update dependency markupsafe to v2.1.1 ([#257](https://togithub.com/googleapis/java-vpcaccess/issues/257)) ([3ee1cd9](https://togithub.com/googleapis/java-vpcaccess/commit/3ee1cd91048b54225b50ca328407f1aa5bb0cf64))
* Update dependency protobuf to v3.20.2 ([#258](https://togithub.com/googleapis/java-vpcaccess/issues/258)) ([8ae2677](https://togithub.com/googleapis/java-vpcaccess/commit/8ae267757536a60a682e4abdeb3972123926e2e3))
* Update dependency pyjwt to v2.5.0 ([#259](https://togithub.com/googleapis/java-vpcaccess/issues/259)) ([671c181](https://togithub.com/googleapis/java-vpcaccess/commit/671c181a9c549e932ae5c840e65bb291c755dc8b))
* Update dependency requests to v2.28.1 ([#260](https://togithub.com/googleapis/java-vpcaccess/issues/260)) ([3479841](https://togithub.com/googleapis/java-vpcaccess/commit/34798413c2c11cbfe14e1ce06c27c6efa48f85a5))
* Update dependency typing-extensions to v4.3.0 ([#261](https://togithub.com/googleapis/java-vpcaccess/issues/261)) ([506b7f1](https://togithub.com/googleapis/java-vpcaccess/commit/506b7f115b914c6ad3b5b2a006cab93dbf6eaa36))
* Update dependency zipp to v3.8.1 ([#262](https://togithub.com/googleapis/java-vpcaccess/issues/262)) ([f04cc47](https://togithub.com/googleapis/java-vpcaccess/commit/f04cc478d5f8ee23e09dd2c992453bf85a4d396d))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [2.2.8](https://togithub.com/googleapis/java-shell/compare/v2.2.7...v2.2.8) (2022-10-05)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#269](https://togithub.com/googleapis/java-shell/issues/269)) ([3944799](https://togithub.com/googleapis/java-shell/commit/3944799d13d51da71701dcbccfd7d90c8aa075ea))
* Update dependency jinja2 to v3.1.2 ([#258](https://togithub.com/googleapis/java-shell/issues/258)) ([6165485](https://togithub.com/googleapis/java-shell/commit/6165485bd0638cd07641b395f80c1fcc4c2f9f20))
* Update dependency keyring to v23.9.3 ([#259](https://togithub.com/googleapis/java-shell/issues/259)) ([e029ee8](https://togithub.com/googleapis/java-shell/commit/e029ee8f05b4e76418ea16ff1c11fee13da8c426))
* Update dependency markupsafe to v2.1.1 ([#260](https://togithub.com/googleapis/java-shell/issues/260)) ([c03c15b](https://togithub.com/googleapis/java-shell/commit/c03c15b292e31c3a09444ef6965e3a03d7a791d5))
* Update dependency protobuf to v3.20.2 ([#261](https://togithub.com/googleapis/java-shell/issues/261)) ([1ece3f4](https://togithub.com/googleapis/java-shell/commit/1ece3f4ecff8a51b6fa586d3a02f46f13393da17))
* Update dependency protobuf to v4 ([#266](https://togithub.com/googleapis/java-shell/issues/266)) ([1d1109d](https://togithub.com/googleapis/java-shell/commit/1d1109d90d45da53c80f83d22ec8c67a469ad864))
* Update dependency pyjwt to v2.5.0 ([#262](https://togithub.com/googleapis/java-shell/issues/262)) ([5f020d2](https://togithub.com/googleapis/java-shell/commit/5f020d2c19387b16eff4f31ed9de36efc7398a97))
* Update dependency requests to v2.28.1 ([#263](https://togithub.com/googleapis/java-shell/issues/263)) ([766a315](https://togithub.com/googleapis/java-shell/commit/766a31530b33017f04bd6a9659808baef2f15872))
* Update dependency typing-extensions to v4.3.0 ([#264](https://togithub.com/googleapis/java-shell/issues/264)) ([d19294f](https://togithub.com/googleapis/java-shell/commit/d19294f2f0fec1134cf6bac698700b0ff87a7bad))
* Update dependency zipp to v3.8.1 ([#265](https://togithub.com/googleapis/java-shell/issues/265)) ([cf2e926](https://togithub.com/googleapis/java-shell/commit/cf2e926dd44227acac44927a7955767934bd99fd))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit to renovate-bot/google-cloud-java that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit to renovate-bot/google-cloud-java that referenced this pull request Oct 5, 2022
github-actions bot pushed a commit that referenced this pull request Oct 6, 2022
…e to v1.4.6 (#263)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-filestore](https://togithub.com/googleapis/java-filestore) | `1.4.5` -> `1.4.6` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-filestore/1.4.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-filestore/1.4.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-filestore/1.4.6/compatibility-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-filestore/1.4.6/confidence-slim/1.4.5)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

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/java-filestore).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants