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

Add encrypted json credentials file #214

Closed

Conversation

mziccard
Copy link
Contributor

@mziccard mziccard commented Oct 6, 2015

This PR adds an encrypted JSON credentials file to the travis branch to be used for integration tests, as required by #211.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 6, 2015
@jgeewax
Copy link

jgeewax commented Oct 6, 2015

Where is the key for this stored/

@mziccard
Copy link
Contributor Author

mziccard commented Oct 6, 2015

As an environment variable in travis, see here. This was created with the command:

travis encrypt-file gcloud-devel-travis.json

And can be decrypted with:

openssl aes-256-cbc -K $encrypted_56010ceb7eb8_key -iv $encrypted_56010ceb7eb8_iv -in gcloud-devel-travis.json.enc -out gcloud-devel-travis.json -d

@mziccard mziccard mentioned this pull request Oct 6, 2015
2 tasks
@jgeewax
Copy link

jgeewax commented Oct 6, 2015

LGTM then

@aozarov
Copy link
Contributor

aozarov commented Oct 6, 2015

@mziccard We already have an encrypted file. would that be an issue - considering this?

@aozarov
Copy link
Contributor

aozarov commented Oct 6, 2015

Is it possible to use different names for these environment variables?
Or is there a way to add metdata/notes in Travis for each value?

Now we have 4 of them and using these names its hard to tell which one is used for what?

@mziccard
Copy link
Contributor Author

mziccard commented Oct 6, 2015

@aozarov It's incredible this problem has been open/closed with a workaround for ages and we still have to go for the workaround? You are right, we must encrypt everything in one file. I will have to provide the API key to @ajkannan (or he has to provide my the gpg keys) and we must do another PR for that.

@mziccard
Copy link
Contributor Author

mziccard commented Oct 6, 2015

The variables names are chosen by travis.

@mziccard mziccard added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 6, 2015
@mziccard
Copy link
Contributor Author

mziccard commented Oct 6, 2015

Close with #215.

@mziccard mziccard closed this Oct 6, 2015
github-actions bot pushed a commit that referenced this pull request Jun 21, 2022
…onfig to v1.5.0 (#214)

[![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://github.com/googleapis/java-shared-config) | `1.4.0` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/compatibility-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/confidence-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v1.5.0`](https://github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;150-httpsgithubcomgoogleapisjava-shared-configcomparev140v150-2022-06-10)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v1.4.0...v1.5.0)

##### Features

-   add build scripts for native image testing in Java 17 ([#&#8203;1440](https://github.com/googleapis/java-shared-config/issues/1440)) ([#&#8203;475](https://github.com/googleapis/java-shared-config/issues/475)) ([e4dfc1b](https://github.com/googleapis/java-shared-config/commit/e4dfc1ba29295158c78c8fcf94467d2a6a33538a))
-   to produce Java 8 compatible bytecode when using JDK 9+ ([2468276](https://github.com/googleapis/java-shared-config/commit/2468276145cdfe1ca911b52f765e026e77661a09))

##### Dependencies

-   update surefire.version to v3.0.0-m7 ([bbfe663](https://github.com/googleapis/java-shared-config/commit/bbfe66393af3e49612c9c1e4334ba39c133ea1d0))

</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-shell).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
…manager to v0.118.0-alpha (googleapis#214)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-resourcemanager](https://github.com/GoogleCloudPlatform/google-cloud-java) | minor | `0.117.2-alpha` -> `0.118.0-alpha` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-resourcemanager).
github-actions bot pushed a commit that referenced this pull request Jun 30, 2022
Source-Link: googleapis/synthtool@7a220e2
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
github-actions bot pushed a commit that referenced this pull request Jul 1, 2022
…s to v0.3.0 (#214)

[![WhiteSource 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-workflows](https://github.com/googleapis/java-) | `0.2.1` -> `0.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-workflows/0.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-workflows/0.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-workflows/0.3.0/compatibility-slim/0.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-workflows/0.3.0/confidence-slim/0.2.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-workflows).
github-actions bot pushed a commit that referenced this pull request Jul 6, 2022
…onfig to v1.5.1 (#214)

[![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://github.com/googleapis/java-shared-config) | `1.5.0` -> `1.5.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.1/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.1/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v1.5.1`](https://github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;151-httpsgithubcomgoogleapisjava-shared-configcomparev150v151-2022-06-30)

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

##### Dependencies

-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#&#8203;482](https://github.com/googleapis/java-shared-config/issues/482)) ([fbfc6dc](https://github.com/googleapis/java-shared-config/commit/fbfc6dc1329faaead3a3114c8599d9267722e7f0))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#&#8203;483](https://github.com/googleapis/java-shared-config/issues/483)) ([336cb78](https://github.com/googleapis/java-shared-config/commit/336cb7827b36583228c9e2b85871ae72f4c55975))

</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-tpu).
github-actions bot pushed a commit that referenced this pull request Jul 14, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Jul 18, 2022
…-info-reports-plugin to v3.4.0 (#214)

[![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/) ([source](https://github.com/apache/maven-project-info-reports-plugin)) | `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-life-sciences).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
github-actions bot pushed a commit that referenced this pull request Jul 27, 2022
Source-Link: googleapis/synthtool@48f8857
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
…onfig to v1.5.3 (#214)

[![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://github.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://github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;153-httpsgithubcomgoogleapisjava-shared-configcomparev152v153-2022-07-27)

[Compare Source](https://github.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://github.com/googleapis/java-shared-config/issues/497)) ([1fc6ab4](https://github.com/googleapis/java-shared-config/commit/1fc6ab445624cd4f9c8b161d109f346a9e5ed09a))
-   Update doclet to latest version 1.6.0 ([38fb7c3](https://github.com/googleapis/java-shared-config/commit/38fb7c3957fb6c9b2da10f9e463cc93a8b80a3a4))

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

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

##### Dependencies

-   update dependency com.puppycrawl.tools:checkstyle to v10 ([#&#8203;435](https://github.com/googleapis/java-shared-config/issues/435)) ([bfc8ce1](https://github.com/googleapis/java-shared-config/commit/bfc8ce1deca6292147d002d3afe22a09840aa5d6))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#&#8203;488](https://github.com/googleapis/java-shared-config/issues/488)) ([39b91ee](https://github.com/googleapis/java-shared-config/commit/39b91ee1283f0a5fbbe63e8bfd1ec97ab4ab377e))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#&#8203;489](https://github.com/googleapis/java-shared-config/issues/489)) ([cc3bcfa](https://github.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-debugger-client).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Aug 18, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 468309184

Source-Link: googleapis/googleapis@260cd02

Source-Link: googleapis/googleapis-gen@221f16a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjIxZjE2YTc1OGFiZGRhNTY0MmU3YWEzM2IzZTc2NDM4ZTE5ODYwOCJ9

fix: set longer polling timeouts for filestore UpdateInstance
PiperOrigin-RevId: 466057148

Source-Link: googleapis/googleapis@d89cf3d

Source-Link: googleapis/googleapis-gen@17aa403
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTdhYTQwMzJkNGM5MzRmZTViZTQ0ZjhmZTEyYmI5NmM4NjY0NDk0ZCJ9
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…ator_java versions (#214)

- [ ] 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
… to v0.7.3 (#214)

[![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-dataflow](https://github.com/googleapis/java-dataflow) | `0.7.2` -> `0.7.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dataflow/0.7.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dataflow/0.7.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dataflow/0.7.3/compatibility-slim/0.7.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dataflow/0.7.3/confidence-slim/0.7.2)](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-dataflow).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4zIn0=-->
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
🤖 I have created a release *beep* *boop*
---


## [1.3.3](googleapis/java-resource-settings@v1.3.2...v1.3.3) (2022-09-15)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#213](googleapis/java-resource-settings#213)) ([6eebe08](googleapis/java-resource-settings@6eebe08))

---
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
🤖 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
🤖 I have created a release *beep* *boop*
---


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


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#213](googleapis/java-apigee-connect#213)) ([dfc1067](googleapis/java-apigee-connect@dfc1067))

---
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 19, 2022
🤖 I have created a release *beep* *boop*
---


## [1.4.3](googleapis/java-filestore@v1.4.2...v1.4.3) (2022-09-15)


### Bug Fixes

* Set longer polling timeouts for filestore RestoreInstance ([#214](googleapis/java-filestore#214)) ([7788227](googleapis/java-filestore@7788227))
* set longer polling timeouts for filestore UpdateInstance ([7788227](googleapis/java-filestore@7788227))


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#222](googleapis/java-filestore#222)) ([fff6297](googleapis/java-filestore@fff6297))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#224](googleapis/java-filestore#224)) ([ff9d1e6](googleapis/java-filestore@ff9d1e6))

---
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 30, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [certifi](https://github.com/certifi/python-certifi) | `==2022.9.14` -> `==2022.9.24` | [![age](https://badges.renovateapi.com/packages/pypi/certifi/2022.9.24/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/certifi/2022.9.24/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/certifi/2022.9.24/compatibility-slim/2022.9.14)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/certifi/2022.9.24/confidence-slim/2022.9.14)](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 this update 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-data-fusion).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [0.6.3](https://github.com/googleapis/java-network-security/compare/v0.6.2...v0.6.3) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#207](https://github.com/googleapis/java-network-security/issues/207)) ([029e72d](https://github.com/googleapis/java-network-security/commit/029e72d297156998a329702a833d804e029ccb7b))
* Update dependency charset-normalizer to v2.1.1 ([#211](https://github.com/googleapis/java-network-security/issues/211)) ([e0a6193](https://github.com/googleapis/java-network-security/commit/e0a6193d8f90f38dd5295ff565782279615d1ae1))
* Update dependency click to v8.1.3 ([#212](https://github.com/googleapis/java-network-security/issues/212)) ([9930985](https://github.com/googleapis/java-network-security/commit/99309859d1a48f071bd3d8ac22ef2b7fa49302c2))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#232](https://github.com/googleapis/java-network-security/issues/232)) ([8b476b6](https://github.com/googleapis/java-network-security/commit/8b476b6e1eb9af0d03789e8d6e1a9085d75fe44e))
* Update dependency gcp-releasetool to v1.8.8 ([#208](https://github.com/googleapis/java-network-security/issues/208)) ([d735a5e](https://github.com/googleapis/java-network-security/commit/d735a5eeccd4733b741c28bd6a856d1c64f7893e))
* Update dependency google-auth to v2.12.0 ([#214](https://github.com/googleapis/java-network-security/issues/214)) ([a755a2c](https://github.com/googleapis/java-network-security/commit/a755a2c7a5e16141feecea9c1bcab3179add8747))
* Update dependency google-cloud-core to v2.3.2 ([#209](https://github.com/googleapis/java-network-security/issues/209)) ([6d383ee](https://github.com/googleapis/java-network-security/commit/6d383eebd10b12db9b4a384dcbc0366583b1ff77))
* Update dependency google-cloud-storage to v2.5.0 ([#215](https://github.com/googleapis/java-network-security/issues/215)) ([afb2d3f](https://github.com/googleapis/java-network-security/commit/afb2d3fea0206b184ff5b32fdbbdc26da09136ea))
* Update dependency google-crc32c to v1.5.0 ([#216](https://github.com/googleapis/java-network-security/issues/216)) ([c08d726](https://github.com/googleapis/java-network-security/commit/c08d726b14a6760db9912b22e969038b5be43c43))
* Update dependency googleapis-common-protos to v1.56.4 ([#210](https://github.com/googleapis/java-network-security/issues/210)) ([ad50258](https://github.com/googleapis/java-network-security/commit/ad50258922000e0cc395f332063d23935034e0d4))
* Update dependency importlib-metadata to v4.12.0 ([#217](https://github.com/googleapis/java-network-security/issues/217)) ([d219a01](https://github.com/googleapis/java-network-security/commit/d219a0141f8327f443e67bbe82022d48b419dbff))
* Update dependency jeepney to v0.8.0 ([#218](https://github.com/googleapis/java-network-security/issues/218)) ([b3f23df](https://github.com/googleapis/java-network-security/commit/b3f23dfc8df6c5903a0c9164205d1fab691cc4fc))
* Update dependency jinja2 to v3.1.2 ([#219](https://github.com/googleapis/java-network-security/issues/219)) ([e15aa1c](https://github.com/googleapis/java-network-security/commit/e15aa1c1da41bd4de442c98ed6423d9c95835707))
* Update dependency keyring to v23.9.3 ([#220](https://github.com/googleapis/java-network-security/issues/220)) ([b9d7944](https://github.com/googleapis/java-network-security/commit/b9d794459a09bc4b92163da024cd55075c1843bd))
* Update dependency protobuf to v3.20.2 ([#222](https://github.com/googleapis/java-network-security/issues/222)) ([43cd2ec](https://github.com/googleapis/java-network-security/commit/43cd2ec1604e6c4c7c89a1560a283ccad307793c))
* Update dependency protobuf to v4 ([#228](https://github.com/googleapis/java-network-security/issues/228)) ([13df18e](https://github.com/googleapis/java-network-security/commit/13df18e136adfcc43554f105cd530094e9c0822f))
* Update dependency pyjwt to v2.5.0 ([#223](https://github.com/googleapis/java-network-security/issues/223)) ([1ed858a](https://github.com/googleapis/java-network-security/commit/1ed858a4f640f7448c06c43d3a863473b9b29cca))
* Update dependency requests to v2.28.1 ([#224](https://github.com/googleapis/java-network-security/issues/224)) ([8a0cdd4](https://github.com/googleapis/java-network-security/commit/8a0cdd43ad47b806cd645fa6bcb025a7aac5472e))

---
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
🤖 I have created a release *beep* *boop*
---


## [1.3.4](https://github.com/googleapis/java-data-fusion/compare/v1.3.3...v1.3.4) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#214](https://github.com/googleapis/java-data-fusion/issues/214)) ([3ac2b6a](https://github.com/googleapis/java-data-fusion/commit/3ac2b6a8004222b6c471fd3cb6e793f4120f5eaa))
* Update dependency charset-normalizer to v2.1.1 ([#218](https://github.com/googleapis/java-data-fusion/issues/218)) ([ecb78d9](https://github.com/googleapis/java-data-fusion/commit/ecb78d94ff2a3176669f36c4ebfbf33e0d63100d))
* Update dependency click to v8.1.3 ([#219](https://github.com/googleapis/java-data-fusion/issues/219)) ([55da366](https://github.com/googleapis/java-data-fusion/commit/55da366fc6f6ffe9e84d35cd3ab5e9185d966f51))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#239](https://github.com/googleapis/java-data-fusion/issues/239)) ([6a8d58e](https://github.com/googleapis/java-data-fusion/commit/6a8d58e3a6fcca398cbf422f102e88b228006af2))
* Update dependency gcp-releasetool to v1.8.8 ([#215](https://github.com/googleapis/java-data-fusion/issues/215)) ([8960212](https://github.com/googleapis/java-data-fusion/commit/8960212db7e396a8fb6fa207e18b684b1290606d))
* Update dependency google-api-core to v2.10.1 ([#220](https://github.com/googleapis/java-data-fusion/issues/220)) ([8fc6032](https://github.com/googleapis/java-data-fusion/commit/8fc6032d92efc52ea97541016a5123f845e2d4e1))
* Update dependency google-auth to v2.12.0 ([#221](https://github.com/googleapis/java-data-fusion/issues/221)) ([9bf5b47](https://github.com/googleapis/java-data-fusion/commit/9bf5b47d66a217aef100119b9bf51cb1d4db71f9))
* Update dependency google-cloud-core to v2.3.2 ([#216](https://github.com/googleapis/java-data-fusion/issues/216)) ([5a58540](https://github.com/googleapis/java-data-fusion/commit/5a58540c82a619a5874b0010d14bed7249fb1a64))
* Update dependency google-cloud-storage to v2.5.0 ([#222](https://github.com/googleapis/java-data-fusion/issues/222)) ([a80e034](https://github.com/googleapis/java-data-fusion/commit/a80e03487815a464c91bb7dbd49052c877e47934))
* Update dependency google-crc32c to v1.5.0 ([#223](https://github.com/googleapis/java-data-fusion/issues/223)) ([baf7b4e](https://github.com/googleapis/java-data-fusion/commit/baf7b4e360917b34cdbb1261525a296b865e22f2))
* Update dependency googleapis-common-protos to v1.56.4 ([#217](https://github.com/googleapis/java-data-fusion/issues/217)) ([e1b167b](https://github.com/googleapis/java-data-fusion/commit/e1b167be2d12bb0d761e9dbe4c860ab845342ff9))
* Update dependency importlib-metadata to v4.12.0 ([#232](https://github.com/googleapis/java-data-fusion/issues/232)) ([8d6dffe](https://github.com/googleapis/java-data-fusion/commit/8d6dffee83ebeb9cb8b7d7a625469e7b032ed556))
* Update dependency jeepney to v0.8.0 ([#233](https://github.com/googleapis/java-data-fusion/issues/233)) ([1652c6a](https://github.com/googleapis/java-data-fusion/commit/1652c6a4c023fd3b78200e33e7f2b60861bc8545))
* Update dependency jinja2 to v3.1.2 ([#234](https://github.com/googleapis/java-data-fusion/issues/234)) ([9b2740d](https://github.com/googleapis/java-data-fusion/commit/9b2740d823ff15287ccdf8eee291eb5251285fa5))
* Update dependency keyring to v23.9.3 ([#235](https://github.com/googleapis/java-data-fusion/issues/235)) ([c285f06](https://github.com/googleapis/java-data-fusion/commit/c285f06ef8f35f4911c216d3cd5118b59d13a046))
* Update dependency markupsafe to v2.1.1 ([#224](https://github.com/googleapis/java-data-fusion/issues/224)) ([3f68198](https://github.com/googleapis/java-data-fusion/commit/3f681989ac8b93c369e83550d1bc2189399fd59e))
* Update dependency protobuf to v3.20.2 ([#225](https://github.com/googleapis/java-data-fusion/issues/225)) ([9081b6e](https://github.com/googleapis/java-data-fusion/commit/9081b6e4cd82fe1fda99333747385a7fe414a3c3))
* Update dependency requests to v2.28.1 ([#227](https://github.com/googleapis/java-data-fusion/issues/227)) ([a5433f7](https://github.com/googleapis/java-data-fusion/commit/a5433f743d8be8aa5543ed4a3e82232bdd4cf6f3))
* Update dependency typing-extensions to v4.3.0 ([#228](https://github.com/googleapis/java-data-fusion/issues/228)) ([62a71c3](https://github.com/googleapis/java-data-fusion/commit/62a71c3e9811dca4fe7587ce49d6beda1b57c778))

---
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
🤖 I have created a release *beep* *boop*
---


## [1.3.1](https://github.com/googleapis/java-storage-transfer/compare/v1.3.0...v1.3.1) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#217](https://github.com/googleapis/java-storage-transfer/issues/217)) ([525eb68](https://github.com/googleapis/java-storage-transfer/commit/525eb68ffd624a0d914b0efe7797cb01cbe6eba7))
* Update dependency certifi to v2022.9.24 ([#197](https://github.com/googleapis/java-storage-transfer/issues/197)) ([acb777c](https://github.com/googleapis/java-storage-transfer/commit/acb777c7b4dc8ac7ff42c947f4cc09011314d41d))
* Update dependency charset-normalizer to v2.1.1 ([#202](https://github.com/googleapis/java-storage-transfer/issues/202)) ([9363afb](https://github.com/googleapis/java-storage-transfer/commit/9363afb0cb1bb395da6e4a07a5fa602017d7fa5f))
* Update dependency click to v8.1.3 ([#203](https://github.com/googleapis/java-storage-transfer/issues/203)) ([06e6914](https://github.com/googleapis/java-storage-transfer/commit/06e6914cddfa822a32fe885d251aac840a31a9a8))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#220](https://github.com/googleapis/java-storage-transfer/issues/220)) ([80c1ee1](https://github.com/googleapis/java-storage-transfer/commit/80c1ee1f098ceac65903928464b7ee906fe847ae))
* Update dependency gcp-releasetool to v1.8.8 ([#198](https://github.com/googleapis/java-storage-transfer/issues/198)) ([e46fb34](https://github.com/googleapis/java-storage-transfer/commit/e46fb34b9fd7f8791549ac3cc1d614842927a704))
* Update dependency google-api-core to v2.10.1 ([#204](https://github.com/googleapis/java-storage-transfer/issues/204)) ([69ea208](https://github.com/googleapis/java-storage-transfer/commit/69ea20859d3bcaecdc7074345ee29ca54117c257))
* Update dependency google-auth to v2.11.1 ([#199](https://github.com/googleapis/java-storage-transfer/issues/199)) ([da34dfc](https://github.com/googleapis/java-storage-transfer/commit/da34dfcb8929aabf4de4d91d9d8326c78c219b98))
* Update dependency google-auth to v2.12.0 ([#214](https://github.com/googleapis/java-storage-transfer/issues/214)) ([3817337](https://github.com/googleapis/java-storage-transfer/commit/381733712f0cee4dbf9acc5c65c1244847f814e3))
* Update dependency google-cloud-core to v2.3.2 ([#200](https://github.com/googleapis/java-storage-transfer/issues/200)) ([5d5e3b0](https://github.com/googleapis/java-storage-transfer/commit/5d5e3b00f85f5b97243755c481d306291809a2d3))
* Update dependency googleapis-common-protos to v1.56.4 ([#201](https://github.com/googleapis/java-storage-transfer/issues/201)) ([99f53b0](https://github.com/googleapis/java-storage-transfer/commit/99f53b0d29d7e4ad5e429b6dd2e733bfbb2ad56f))
* Update dependency importlib-metadata to v4.12.0 ([#215](https://github.com/googleapis/java-storage-transfer/issues/215)) ([cb618d7](https://github.com/googleapis/java-storage-transfer/commit/cb618d7cd8a73f98cccf352b2f8255edb29f22f5))
* Update dependency jeepney to v0.8.0 ([#216](https://github.com/googleapis/java-storage-transfer/issues/216)) ([3c8bdd8](https://github.com/googleapis/java-storage-transfer/commit/3c8bdd8f3b9273973efbf7fab858dd748cbab29e))
* Update dependency protobuf to v4 ([#218](https://github.com/googleapis/java-storage-transfer/issues/218)) ([39bd5b0](https://github.com/googleapis/java-storage-transfer/commit/39bd5b094db2db56c2d6c5e6609c0d50acf04879))
* Update dependency pyjwt to v2.5.0 ([#195](https://github.com/googleapis/java-storage-transfer/issues/195)) ([9fca654](https://github.com/googleapis/java-storage-transfer/commit/9fca654f963c433109d5b83ec7e0fb79250250db))
* Update dependency requests to v2.28.1 ([#196](https://github.com/googleapis/java-storage-transfer/issues/196)) ([720f83b](https://github.com/googleapis/java-storage-transfer/commit/720f83b338b76d2c8b9b3a072a7bd9c33d56b861))

---
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
🤖 I have created a release *beep* *boop*
---


## [1.2.1](https://github.com/googleapis/java-datastream/compare/v1.2.0...v1.2.1) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#208](https://github.com/googleapis/java-datastream/issues/208)) ([706b28f](https://github.com/googleapis/java-datastream/commit/706b28f6a75a99b1ecfa9a42a6fafd7b0a7be082))
* Update dependency charset-normalizer to v2.1.1 ([#213](https://github.com/googleapis/java-datastream/issues/213)) ([f69342c](https://github.com/googleapis/java-datastream/commit/f69342c4a1cdbea9dc5c9af5e6a211e947418c94))
* Update dependency click to v8.1.3 ([#214](https://github.com/googleapis/java-datastream/issues/214)) ([f3e4b82](https://github.com/googleapis/java-datastream/commit/f3e4b8266df4aeb0730b7cd01bc78b6fbac6bc85))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#229](https://github.com/googleapis/java-datastream/issues/229)) ([9222b21](https://github.com/googleapis/java-datastream/commit/9222b21216e0a9495e150975c27e33caefbe79a7))
* Update dependency gcp-releasetool to v1.8.8 ([#209](https://github.com/googleapis/java-datastream/issues/209)) ([e4e0263](https://github.com/googleapis/java-datastream/commit/e4e026352db0352b964bbf558646d8a6836f2179))
* Update dependency google-api-core to v2.10.1 ([#216](https://github.com/googleapis/java-datastream/issues/216)) ([1400a42](https://github.com/googleapis/java-datastream/commit/1400a4276bb83693ea913644d5d46e17aff7c65e))
* Update dependency google-auth to v2.11.1 ([#210](https://github.com/googleapis/java-datastream/issues/210)) ([a26ae6b](https://github.com/googleapis/java-datastream/commit/a26ae6bce25655a94285f938fb18b00a6381ccc7))
* Update dependency google-cloud-core to v2.3.2 ([#211](https://github.com/googleapis/java-datastream/issues/211)) ([3e4c2ea](https://github.com/googleapis/java-datastream/commit/3e4c2ea3237787dcee9cfdb904f297b84003c014))
* Update dependency google-cloud-storage to v2.5.0 ([#215](https://github.com/googleapis/java-datastream/issues/215)) ([143936d](https://github.com/googleapis/java-datastream/commit/143936d3f44c9c6d6eda8876dfd8720e44825375))
* Update dependency google-crc32c to v1.5.0 ([#217](https://github.com/googleapis/java-datastream/issues/217)) ([7586620](https://github.com/googleapis/java-datastream/commit/7586620d0de34d7a1aa4711a5fe9686c583339f1))
* Update dependency googleapis-common-protos to v1.56.4 ([#212](https://github.com/googleapis/java-datastream/issues/212)) ([b280bbd](https://github.com/googleapis/java-datastream/commit/b280bbdf38b24404835265ea8cbaed5d62d1a6d6))
* Update dependency importlib-metadata to v4.12.0 ([#218](https://github.com/googleapis/java-datastream/issues/218)) ([9eb3d08](https://github.com/googleapis/java-datastream/commit/9eb3d08d1eb5dc9fc6b463e81687b194ba4a4514))
* Update dependency jeepney to v0.8.0 ([#219](https://github.com/googleapis/java-datastream/issues/219)) ([ce4b583](https://github.com/googleapis/java-datastream/commit/ce4b5834e859e78d20fb344539ba9d75e503097c))
* Update dependency jinja2 to v3.1.2 ([#220](https://github.com/googleapis/java-datastream/issues/220)) ([ff6a152](https://github.com/googleapis/java-datastream/commit/ff6a152f174f28cd3d84f92150d8b0f9bb4a2e89))
* Update dependency keyring to v23.9.3 ([#221](https://github.com/googleapis/java-datastream/issues/221)) ([0c80201](https://github.com/googleapis/java-datastream/commit/0c802014c9c5820ee3fc7e2154e17ab8772f5861))
* Update dependency markupsafe to v2.1.1 ([#222](https://github.com/googleapis/java-datastream/issues/222)) ([1524422](https://github.com/googleapis/java-datastream/commit/1524422274abbe79270bbbbcb07b27b8dac49206))
* Update dependency protobuf to v3.20.2 ([#223](https://github.com/googleapis/java-datastream/issues/223)) ([9d11085](https://github.com/googleapis/java-datastream/commit/9d11085091075a864e7f7628baa9c068d7cdb8f8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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. do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants