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

mvn install fails with "secret key not available" ? #33

Closed
jgeewax opened this issue Mar 19, 2015 · 3 comments
Closed

mvn install fails with "secret key not available" ? #33

jgeewax opened this issue Mar 19, 2015 · 3 comments
Assignees
Labels
api: core 🚨 This issue needs some love. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@jgeewax
Copy link

jgeewax commented Mar 19, 2015

What I did:

$ sudo apt-get install mvn2
$ git clone https://github.com/GoogleCloudPlatform/gcloud-java.git
$ cd gcloud-java
$ mvn install

Error I got:

[INFO] Building jar: /usr/local/google/home/jjg/gcdjavasample/gcloud-java/target/gcloud-java-0.0.3-javadoc.jar
[INFO] [failsafe:integration-test {execution: default}]
[INFO] [failsafe:verify {execution: default}]
[INFO] Failsafe report directory: /usr/local/google/home/jjg/gcdjavasample/gcloud-java/target/failsafe-reports
[INFO] [gpg:sign {execution: sign-artifacts}]
gpg: no default secret key: secret key not available
gpg: signing failed: secret key not available
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Exit code: 2
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Exit code: 2
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
    at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Exit code: 2
    at org.apache.maven.plugin.gpg.GpgSigner.generateSignatureForFile(GpgSigner.java:168)
    at org.apache.maven.plugin.gpg.AbstractGpgSigner.generateSignatureForArtifact(AbstractGpgSigner.java:205)
    at org.apache.maven.plugin.gpg.GpgSignAttachedMojo.execute(GpgSignAttachedMojo.java:140)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
    ... 17 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39 seconds
[INFO] Finished at: Thu Mar 19 11:10:53 EDT 2015
[INFO] Final Memory: 75M/1366M
[INFO] ------------------------------------------------------------------------
@jgeewax jgeewax added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: core labels Mar 19, 2015
@jgeewax jgeewax added this to the Core Stable milestone Mar 19, 2015
@aozarov
Copy link
Contributor

aozarov commented Mar 19, 2015

signing was needed for deploy and I, wrongly, assumed no one should bother
with mvn install (which could have been made to pass with the addition
-Dpgp.skip-true).
I moved the signing to the deploy phase and now install does not try sign
the artifact.

@aozarov aozarov closed this as completed Mar 19, 2015
@jgeewax
Copy link
Author

jgeewax commented Mar 19, 2015

just checked - LGTM :)

garrettjonesgoogle pushed a commit to garrettjonesgoogle/gcloud-java that referenced this issue Mar 29, 2016
Fix a bug that cause local test helper to fail when searching an emulator with an older cloud SDK
@bitsondatadev
Copy link

Above should be -Dgpg.skip=true for those seeing this in a search.

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
github-actions bot pushed a commit that referenced this issue Jun 21, 2022
…onfig to v1.5.0 (#33)

[![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-bare-metal-solution).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jul 1, 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 issue Jul 14, 2022
…i-cloud to v0.2.0 (#33)

* chore(deps): update dependency com.google.cloud:google-cloud-gke-multi-cloud to v0.2.0

* 🦉 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 issue Aug 9, 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 issue 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 |
|---|---|---|---|---|---|
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `==2.11.0` -> `==2.12.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth/2.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-auth/2.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-auth/2.12.0/compatibility-slim/2.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-auth/2.12.0/confidence-slim/2.11.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 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-apikeys).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit that referenced this issue 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 |
|---|---|---|---|---|---|
| [importlib-metadata](https://github.com/python/importlib_metadata) | `==4.8.3` -> `==4.12.0` | [![age](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.12.0/compatibility-slim/4.8.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.12.0/confidence-slim/4.8.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### 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-beyondcorp-appgateways).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit that referenced this issue 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 |
|---|---|---|---|---|---|
| [requests](https://requests.readthedocs.io) ([source](https://github.com/psf/requests), [changelog](https://github.com/psf/requests/blob/master/HISTORY.md)) | `==2.27.1` -> `==2.28.1` | [![age](https://badges.renovateapi.com/packages/pypi/requests/2.28.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/requests/2.28.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/requests/2.28.1/compatibility-slim/2.27.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/requests/2.28.1/confidence-slim/2.27.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### 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-beyondcorp-appconnections).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [0.1.1](https://github.com/googleapis/java-apikeys/compare/v0.1.0...v0.1.1) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#24](https://github.com/googleapis/java-apikeys/issues/24)) ([c36a4bd](https://github.com/googleapis/java-apikeys/commit/c36a4bdbbb000ccdf08e7b7885610e7043ec1280))
* Update dependency certifi to v2022.9.24 ([#26](https://github.com/googleapis/java-apikeys/issues/26)) ([5c48922](https://github.com/googleapis/java-apikeys/commit/5c4892242fca9d7d9ed1be2f7d73beebf8b7d1d4))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#41](https://github.com/googleapis/java-apikeys/issues/41)) ([c7c5d9a](https://github.com/googleapis/java-apikeys/commit/c7c5d9a56229c4e29b4b352703fa73ca40641f9b))
* Update dependency gcp-releasetool to v1.8.8 ([#27](https://github.com/googleapis/java-apikeys/issues/27)) ([b8107e0](https://github.com/googleapis/java-apikeys/commit/b8107e0ce160ca22b06e6efd880393b03f589c53))
* Update dependency google-api-core to v2.10.1 ([#32](https://github.com/googleapis/java-apikeys/issues/32)) ([4c14ba7](https://github.com/googleapis/java-apikeys/commit/4c14ba7eb28dcd9bc941afce436b4d22fa73d1c2))
* Update dependency google-auth to v2.12.0 ([#33](https://github.com/googleapis/java-apikeys/issues/33)) ([b0e01fd](https://github.com/googleapis/java-apikeys/commit/b0e01fdf175815945a84e6332138add7afe240e2))
* Update dependency google-cloud-core to v2.3.2 ([#28](https://github.com/googleapis/java-apikeys/issues/28)) ([c17bb57](https://github.com/googleapis/java-apikeys/commit/c17bb576de5e2b114c90a4d8a28501bf971d3d8d))
* Update dependency google-cloud-storage to v2.5.0 ([#34](https://github.com/googleapis/java-apikeys/issues/34)) ([e00a1db](https://github.com/googleapis/java-apikeys/commit/e00a1db4c8448dea255c15077f0d107797a620c1))
* Update dependency google-crc32c to v1.5.0 ([#36](https://github.com/googleapis/java-apikeys/issues/36)) ([a1c086d](https://github.com/googleapis/java-apikeys/commit/a1c086d9daeac170e135227fe059ba4a6917826c))
* Update dependency googleapis-common-protos to v1.56.4 ([#29](https://github.com/googleapis/java-apikeys/issues/29)) ([d371811](https://github.com/googleapis/java-apikeys/commit/d371811a4badb6b89cf799eda3de7459ccba90ec))
* Update dependency importlib-metadata to v4.12.0 ([#37](https://github.com/googleapis/java-apikeys/issues/37)) ([8f236fa](https://github.com/googleapis/java-apikeys/commit/8f236fab6835fbac003247927a280b197685e633))
* Update dependency jeepney to v0.8.0 ([#38](https://github.com/googleapis/java-apikeys/issues/38)) ([2f4f580](https://github.com/googleapis/java-apikeys/commit/2f4f580f41fa5a2f21719effba4662d21fe36090))
* Update dependency jinja2 to v3.1.2 ([#16](https://github.com/googleapis/java-apikeys/issues/16)) ([ea003ed](https://github.com/googleapis/java-apikeys/commit/ea003edbec2c585fa8a63f97840d0e31cc61ca8d))
* Update dependency keyring to v23.9.3 ([#17](https://github.com/googleapis/java-apikeys/issues/17)) ([b137955](https://github.com/googleapis/java-apikeys/commit/b1379557fde7c6b26d4487f1792c7c40d3df5224))
* Update dependency markupsafe to v2.1.1 ([#18](https://github.com/googleapis/java-apikeys/issues/18)) ([361de85](https://github.com/googleapis/java-apikeys/commit/361de8589a24764e982f977ecd732e8af4535414))
* Update dependency protobuf to v3.20.2 ([#19](https://github.com/googleapis/java-apikeys/issues/19)) ([05d348a](https://github.com/googleapis/java-apikeys/commit/05d348a94e5513ad1f0c9c005d03949aa5090dbc))
* Update dependency protobuf to v4 ([#25](https://github.com/googleapis/java-apikeys/issues/25)) ([4637321](https://github.com/googleapis/java-apikeys/commit/46373215ede0dfb790a1aca8fa46e223f3839e5f))
* Update dependency pyjwt to v2.5.0 ([#20](https://github.com/googleapis/java-apikeys/issues/20)) ([bc8c04d](https://github.com/googleapis/java-apikeys/commit/bc8c04d21a3317d9e96ecccc727657931ff83e87))
* Update dependency requests to v2.28.1 ([#21](https://github.com/googleapis/java-apikeys/issues/21)) ([5999441](https://github.com/googleapis/java-apikeys/commit/5999441135647ddfb89beaa58ed3b14ddd6cc8a4))
* Update dependency typing-extensions to v4.3.0 ([#22](https://github.com/googleapis/java-apikeys/issues/22)) ([d73ba17](https://github.com/googleapis/java-apikeys/commit/d73ba178a8a57b8269d86f761ec10f63e5d29142))
* Update dependency zipp to v3.8.1 ([#23](https://github.com/googleapis/java-apikeys/issues/23)) ([0257db8](https://github.com/googleapis/java-apikeys/commit/0257db815b637b38e22fb877ae19e3c92604bded))

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


## [0.1.3](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/compare/v0.1.2...v0.1.3) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#46](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/46)) ([1e6735e](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/1e6735e41277aa976822811b2c22476181f708f0))
* Update dependency certifi to v2022.9.24 ([#25](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/25)) ([3b9b8aa](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/3b9b8aa1594ec7c1de1908a3127aff5f396bab39))
* Update dependency charset-normalizer to v2.1.1 ([#29](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/29)) ([4a3a828](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/4a3a828f40e6f68eff4f7e88fb8b181d8ecc1c59))
* Update dependency click to v8.1.3 ([#31](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/31)) ([d80efdb](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/d80efdb42d2f46fb986c6b9bd11f06b190641d4e))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#50](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/50)) ([75bf58d](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/75bf58d798d5a0c71fa6c63a435d133b7891cd0d))
* Update dependency gcp-releasetool to v1.8.8 ([#26](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/26)) ([8a9177f](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/8a9177f6d7fa2e4f9d4d856b6525805050062fc0))
* Update dependency google-api-core to v2.10.1 ([#32](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/32)) ([26a3505](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/26a3505f3d4fb399eee74369f7549491c5dbc96b))
* Update dependency google-auth to v2.12.0 ([#33](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/33)) ([2ec1a53](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/2ec1a536fbfe801a1cdfcd8a86846c185e71021c))
* Update dependency google-cloud-core to v2.3.2 ([#27](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/27)) ([7c89e4e](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/7c89e4e6a0dba51a9c927e7202b7ad98aa4d5939))
* Update dependency google-cloud-storage to v2.5.0 ([#34](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/34)) ([dafdb14](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/dafdb14eb19ebe242b8dda14e2f571692019fd19))
* Update dependency googleapis-common-protos to v1.56.4 ([#28](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/28)) ([639d08f](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/639d08f0f64ebe5b77eb57bb01a13beaece510e7))
* Update dependency importlib-metadata to v4.12.0 ([#36](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/36)) ([015498c](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/015498c4c895c2c6a232664aab321825e3c579e9))
* Update dependency keyring to v23.9.3 ([#39](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/39)) ([516e8d0](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/516e8d0e1a894d3c341e4706dcdf9a95c6196ee1))
* Update dependency markupsafe to v2.1.1 ([#40](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/40)) ([cc83a35](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/cc83a35082fafc720d864e6e4f92a32d60966619))
* Update dependency protobuf to v3.20.2 ([#41](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/41)) ([7f03dc0](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/7f03dc0a024d8a4d845f38d0ac515f07a5c11fb8))
* Update dependency protobuf to v4 ([#47](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/47)) ([291e576](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/291e5760e8d6d52cb8be03c80a2b3c6a1e60c590))
* Update dependency pyjwt to v2.5.0 ([#42](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/42)) ([f15a0dc](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/f15a0dcb0d2e097a8fd778a0c8dcb180dc2586ea))
* Update dependency requests to v2.28.1 ([#43](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/43)) ([125b1ea](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/125b1ea84d4bfc7f8976b2274cd7f0f26fbdcf28))
* Update dependency typing-extensions to v4.3.0 ([#44](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/44)) ([8fb2625](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/8fb26256d4c4c4f9f5dd4947282f88e55ce9345e))
* Update dependency zipp to v3.8.1 ([#45](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/issues/45)) ([6f0398b](https://github.com/googleapis/java-beyondcorp-clientconnectorservices/commit/6f0398b2bd7967356a475d1764dec464b7788038))

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


## 0.1.0 (2022-10-03)


### Features

* Initial generation ([f949b6c](https://github.com/googleapis/java-beyondcorp-appgateways/commit/f949b6c984ef3949dd25ae7001461fc748b41383))


### Dependencies

* Update dependency certifi to v2022.9.24 ([#15](https://github.com/googleapis/java-beyondcorp-appgateways/issues/15)) ([f39faf5](https://github.com/googleapis/java-beyondcorp-appgateways/commit/f39faf5018bee4dd97d2f7fe1af939a6342a7c74))
* Update dependency charset-normalizer to v2.1.1 ([#19](https://github.com/googleapis/java-beyondcorp-appgateways/issues/19)) ([8e04672](https://github.com/googleapis/java-beyondcorp-appgateways/commit/8e04672bed8909d4cbdef5f0082cad591893fd8b))
* Update dependency click to v8.1.3 ([#20](https://github.com/googleapis/java-beyondcorp-appgateways/issues/20)) ([110cfc1](https://github.com/googleapis/java-beyondcorp-appgateways/commit/110cfc1e67534d2c0bbf792909188d61193e3e8c))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#4](https://github.com/googleapis/java-beyondcorp-appgateways/issues/4)) ([ae72d96](https://github.com/googleapis/java-beyondcorp-appgateways/commit/ae72d964c2f530475bec6115e3031f015e98c860))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#9](https://github.com/googleapis/java-beyondcorp-appgateways/issues/9)) ([66e5eb8](https://github.com/googleapis/java-beyondcorp-appgateways/commit/66e5eb8f56d01fdcea675a17cdf3532fb247bd49))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#11](https://github.com/googleapis/java-beyondcorp-appgateways/issues/11)) ([e814638](https://github.com/googleapis/java-beyondcorp-appgateways/commit/e81463819fb8bdfcc3a198656ae0981d668e01aa))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#40](https://github.com/googleapis/java-beyondcorp-appgateways/issues/40)) ([a33ad2c](https://github.com/googleapis/java-beyondcorp-appgateways/commit/a33ad2cef639334b95e7fa31a9898024260fa21a))
* Update dependency gcp-releasetool to v1.8.8 ([#16](https://github.com/googleapis/java-beyondcorp-appgateways/issues/16)) ([4725cb5](https://github.com/googleapis/java-beyondcorp-appgateways/commit/4725cb556890ff4e46d1d6150d6bffeb6143a1c9))
* Update dependency google-api-core to v2.10.1 ([#21](https://github.com/googleapis/java-beyondcorp-appgateways/issues/21)) ([181cfe4](https://github.com/googleapis/java-beyondcorp-appgateways/commit/181cfe47cf9d5524a850c7d11c3d9b1e83bdc236))
* Update dependency google-auth to v2.12.0 ([#22](https://github.com/googleapis/java-beyondcorp-appgateways/issues/22)) ([8e7a29a](https://github.com/googleapis/java-beyondcorp-appgateways/commit/8e7a29a26ca1fb1987865cdc6cc8bb52738d0ecc))
* Update dependency google-cloud-core to v2.3.2 ([#17](https://github.com/googleapis/java-beyondcorp-appgateways/issues/17)) ([f7a7014](https://github.com/googleapis/java-beyondcorp-appgateways/commit/f7a70144037f80bd1985bf1580fec3d27a19c73e))
* Update dependency google-cloud-storage to v2.5.0 ([#23](https://github.com/googleapis/java-beyondcorp-appgateways/issues/23)) ([e556549](https://github.com/googleapis/java-beyondcorp-appgateways/commit/e55654922de060cfebd4642b9e38dcf0440b21a2))
* Update dependency google-crc32c to v1.5.0 ([#24](https://github.com/googleapis/java-beyondcorp-appgateways/issues/24)) ([78de4f8](https://github.com/googleapis/java-beyondcorp-appgateways/commit/78de4f85ec715948ecd725cb903c2bcf09c97bfb))
* Update dependency googleapis-common-protos to v1.56.4 ([#18](https://github.com/googleapis/java-beyondcorp-appgateways/issues/18)) ([bd0ca69](https://github.com/googleapis/java-beyondcorp-appgateways/commit/bd0ca69ad2950e077ce74b3168d2c976a509a22a))
* Update dependency importlib-metadata to v4.12.0 ([#33](https://github.com/googleapis/java-beyondcorp-appgateways/issues/33)) ([cf0391b](https://github.com/googleapis/java-beyondcorp-appgateways/commit/cf0391bc5bbaf88daf6eb5a5d41c7c836be21542))
* Update dependency jeepney to v0.8.0 ([#34](https://github.com/googleapis/java-beyondcorp-appgateways/issues/34)) ([81795ce](https://github.com/googleapis/java-beyondcorp-appgateways/commit/81795ce3d13bbb6425e5b0129aeded33f2940fe5))
* Update dependency jinja2 to v3.1.2 ([#35](https://github.com/googleapis/java-beyondcorp-appgateways/issues/35)) ([004033b](https://github.com/googleapis/java-beyondcorp-appgateways/commit/004033b5c118e6fdbaf06aa0fdca5435e97d0c96))
* Update dependency keyring to v23.9.3 ([#36](https://github.com/googleapis/java-beyondcorp-appgateways/issues/36)) ([145c446](https://github.com/googleapis/java-beyondcorp-appgateways/commit/145c446ce85a298fb8543cea6d2c1fcb25ed2123))
* Update dependency markupsafe to v2.1.1 ([#25](https://github.com/googleapis/java-beyondcorp-appgateways/issues/25)) ([7fca8c4](https://github.com/googleapis/java-beyondcorp-appgateways/commit/7fca8c4a2c1b9e82a489a5bd18b0788153cfa6f6))
* Update dependency protobuf to v3.20.2 ([#26](https://github.com/googleapis/java-beyondcorp-appgateways/issues/26)) ([33f6adc](https://github.com/googleapis/java-beyondcorp-appgateways/commit/33f6adc5783d5021bd0112c2ac34bd196986fa09))
* Update dependency pyjwt to v2.5.0 ([#27](https://github.com/googleapis/java-beyondcorp-appgateways/issues/27)) ([7d63d69](https://github.com/googleapis/java-beyondcorp-appgateways/commit/7d63d69dbf7d9be0a310546c0d0193ad6e9f168c))
* Update dependency requests to v2.28.1 ([#28](https://github.com/googleapis/java-beyondcorp-appgateways/issues/28)) ([d484f4d](https://github.com/googleapis/java-beyondcorp-appgateways/commit/d484f4d26cefae1ab3afe6ea0063e31d8a9448fc))

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


## 0.1.0 (2022-10-03)


### Features

* Initial generation ([dea3a0f](https://github.com/googleapis/java-beyondcorp-appconnections/commit/dea3a0f653c1da85555cfed02a901cb695fb0f2e))


### Dependencies

* Update dependency cachetools to v5 ([#36](https://github.com/googleapis/java-beyondcorp-appconnections/issues/36)) ([a522388](https://github.com/googleapis/java-beyondcorp-appconnections/commit/a52238843e98ef1f433d827927d7cbac7b47088f))
* Update dependency certifi to v2022.9.24 ([#16](https://github.com/googleapis/java-beyondcorp-appconnections/issues/16)) ([e53cb54](https://github.com/googleapis/java-beyondcorp-appconnections/commit/e53cb54b9cdffd3402d11af785b3b67408984e5d))
* Update dependency click to v8.1.3 ([#21](https://github.com/googleapis/java-beyondcorp-appconnections/issues/21)) ([04460f1](https://github.com/googleapis/java-beyondcorp-appconnections/commit/04460f131873a2418f38594ec86fa1e8b7b77f2a))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#4](https://github.com/googleapis/java-beyondcorp-appconnections/issues/4)) ([34cb549](https://github.com/googleapis/java-beyondcorp-appconnections/commit/34cb549e102fb7395ad64abf1dbdc4fda092bf48))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#10](https://github.com/googleapis/java-beyondcorp-appconnections/issues/10)) ([58dba07](https://github.com/googleapis/java-beyondcorp-appconnections/commit/58dba07e7458f2ad815b4368910571f6dc845ed5))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#12](https://github.com/googleapis/java-beyondcorp-appconnections/issues/12)) ([374bcd6](https://github.com/googleapis/java-beyondcorp-appconnections/commit/374bcd603524ef7d48b9eb769f7ef8d16ece8a3d))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#40](https://github.com/googleapis/java-beyondcorp-appconnections/issues/40)) ([0236600](https://github.com/googleapis/java-beyondcorp-appconnections/commit/0236600aa40b0f68f987508ed534348d66fd09c7))
* Update dependency gcp-releasetool to v1.8.8 ([#17](https://github.com/googleapis/java-beyondcorp-appconnections/issues/17)) ([c886c3e](https://github.com/googleapis/java-beyondcorp-appconnections/commit/c886c3e32e3adc9fa49c797b5e1d05ae86f43a65))
* Update dependency google-api-core to v2.10.1 ([#22](https://github.com/googleapis/java-beyondcorp-appconnections/issues/22)) ([24ee847](https://github.com/googleapis/java-beyondcorp-appconnections/commit/24ee8474025aae2b75067c70a7220f1a074cf6ed))
* Update dependency google-auth to v2.12.0 ([#23](https://github.com/googleapis/java-beyondcorp-appconnections/issues/23)) ([53c011f](https://github.com/googleapis/java-beyondcorp-appconnections/commit/53c011ffa18634c94d9b34b52738d75a1d2325c9))
* Update dependency google-cloud-core to v2.3.2 ([#18](https://github.com/googleapis/java-beyondcorp-appconnections/issues/18)) ([81ecd1f](https://github.com/googleapis/java-beyondcorp-appconnections/commit/81ecd1f945674a258b5a14e955719298ebe98d5c))
* Update dependency google-cloud-storage to v2.5.0 ([#24](https://github.com/googleapis/java-beyondcorp-appconnections/issues/24)) ([39f5b47](https://github.com/googleapis/java-beyondcorp-appconnections/commit/39f5b47dfed3e3c9343b922da0c822c59f5811ca))
* Update dependency google-crc32c to v1.5.0 ([#25](https://github.com/googleapis/java-beyondcorp-appconnections/issues/25)) ([d07b5b4](https://github.com/googleapis/java-beyondcorp-appconnections/commit/d07b5b480c8e341453ea3caef43692d414fd818e))
* Update dependency googleapis-common-protos to v1.56.4 ([#19](https://github.com/googleapis/java-beyondcorp-appconnections/issues/19)) ([ff460f4](https://github.com/googleapis/java-beyondcorp-appconnections/commit/ff460f40beb4d94b20afe44d0993fcdf941f99d0))
* Update dependency importlib-metadata to v4.12.0 ([#26](https://github.com/googleapis/java-beyondcorp-appconnections/issues/26)) ([acef6c0](https://github.com/googleapis/java-beyondcorp-appconnections/commit/acef6c0b20c20316b0cdea7a90a5c1e0d000ba1f))
* Update dependency jeepney to v0.8.0 ([#27](https://github.com/googleapis/java-beyondcorp-appconnections/issues/27)) ([b1ea79a](https://github.com/googleapis/java-beyondcorp-appconnections/commit/b1ea79ab99fb7baaa67f3529da1c9d21449312b9))
* Update dependency jinja2 to v3.1.2 ([#28](https://github.com/googleapis/java-beyondcorp-appconnections/issues/28)) ([8623f43](https://github.com/googleapis/java-beyondcorp-appconnections/commit/8623f431b605b8bddcad6b6c895f6d27ec3f0845))
* Update dependency keyring to v23.9.3 ([#29](https://github.com/googleapis/java-beyondcorp-appconnections/issues/29)) ([76a1829](https://github.com/googleapis/java-beyondcorp-appconnections/commit/76a1829319213bfb04fcc56379aa075a7e03ab7b))
* Update dependency markupsafe to v2.1.1 ([#30](https://github.com/googleapis/java-beyondcorp-appconnections/issues/30)) ([45cda26](https://github.com/googleapis/java-beyondcorp-appconnections/commit/45cda2646a527e12ae4389c677824c55f307db89))
* Update dependency protobuf to v3.20.2 ([#31](https://github.com/googleapis/java-beyondcorp-appconnections/issues/31)) ([f6a93cf](https://github.com/googleapis/java-beyondcorp-appconnections/commit/f6a93cf1dd6c76301eccf985db7cceb564e4c2f6))
* Update dependency protobuf to v4 ([#37](https://github.com/googleapis/java-beyondcorp-appconnections/issues/37)) ([49d9de2](https://github.com/googleapis/java-beyondcorp-appconnections/commit/49d9de25ac12a2a38811441bb76712d2c350f7de))
* Update dependency pyjwt to v2.5.0 ([#32](https://github.com/googleapis/java-beyondcorp-appconnections/issues/32)) ([e8ab209](https://github.com/googleapis/java-beyondcorp-appconnections/commit/e8ab2090eab251f7f4977335c428fa046a0fa542))
* Update dependency requests to v2.28.1 ([#33](https://github.com/googleapis/java-beyondcorp-appconnections/issues/33)) ([204c276](https://github.com/googleapis/java-beyondcorp-appconnections/commit/204c2765f435e7b927981958aa2564b5926ea9f8))
* Update dependency typing-extensions to v4.3.0 ([#34](https://github.com/googleapis/java-beyondcorp-appconnections/issues/34)) ([8c315d8](https://github.com/googleapis/java-beyondcorp-appconnections/commit/8c315d8edfc370b8d0465a0b297c9390c0fa96a0))
* Update dependency zipp to v3.8.1 ([#35](https://github.com/googleapis/java-beyondcorp-appconnections/issues/35)) ([f34b231](https://github.com/googleapis/java-beyondcorp-appconnections/commit/f34b231ea09e946b9550c30abf4ed239efaec292))

---
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
api: core 🚨 This issue needs some love. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

4 participants