googleapis / java-kms Public
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
feat: add ECDSA secp256k1 to the list of supported algorithms #531
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PiperOrigin-RevId: 379309757 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Jun 14 10:46:14 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 8d1d6694519ed9a1195067cd2138376ac1389883 Source-Link: googleapis/googleapis@8d1d669
PiperOrigin-RevId: 379592845 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Jun 15 15:51:32 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 5308b867571251f064b376b658108a77d1a5de6c Source-Link: googleapis/googleapis@5308b86
Committer: @miraleung PiperOrigin-RevId: 379784268 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jun 16 12:29:58 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 551681f25e36b11829e87e580281350461f4f3f5 Source-Link: googleapis/googleapis@551681f
Neenu1995
approved these changes
Jul 5, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this issue
Jul 5, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.43.0](https://www.github.com/googleapis/java-kms/compare/v1.42.3...v1.43.0) (2021-07-05) ### Features * add ECDSA secp256k1 to the list of supported algorithms ([#531](https://www.github.com/googleapis/java-kms/issues/531)) ([5a9fc94](https://www.github.com/googleapis/java-kms/commit/5a9fc945182078083b4e303de60e991c06e4a7e2)) ### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#533](https://www.github.com/googleapis/java-kms/issues/533)) ([99366b6](https://www.github.com/googleapis/java-kms/commit/99366b662a4373e43ef2f6f88a902b27a8df0209)) * replace IAMPolicy mixin in service config ([5a9fc94](https://www.github.com/googleapis/java-kms/commit/5a9fc945182078083b4e303de60e991c06e4a7e2)) * Update dependencies.sh to not break on mac ([#529](https://www.github.com/googleapis/java-kms/issues/529)) ([e5484ad](https://www.github.com/googleapis/java-kms/commit/e5484ad5fe5d8c4440ee48a7d112d28bc42cfd34)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#537](https://www.github.com/googleapis/java-kms/issues/537)) ([0dc89f6](https://www.github.com/googleapis/java-kms/commit/0dc89f6535a1dd09c6675a9db1940f018112db47)) --- 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: cloudkms
Issues related to the googleapis/java-kms API.
cla: yes
This human has signed the Contributor License Agreement.
context: full
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
This PR was generated using Autosynth.🌈
Synth log will be available here:
https://source.cloud.google.com/results/invocations/8d076c4f-cc21-48c5-a093-3970af873eee/targets
PiperOrigin-RevId: 379784268
Source-Link: googleapis/googleapis@551681f
PiperOrigin-RevId: 379592845
Source-Link: googleapis/googleapis@5308b86
PiperOrigin-RevId: 379309757
Source-Link: googleapis/googleapis@8d1d669
fix: replace IAMPolicy mixin in service config