chore(deps): update module github.com/ibm/secrets-manager-go-sdk to v2 #45
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.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.2.0->v2.0.11Release Notes
IBM/secrets-manager-go-sdk (github.com/IBM/secrets-manager-go-sdk)
v2.0.11Compare Source
This release introduces a new secret type: Custom credentials. Read more about it in the service documentation.
v2.0.10Compare Source
You can now use an Imported certificate secret to generate a Certificate Signing Reques (CSR) that you can then externally sign with your Certificate Authority and add it back to your Imported certificate secret.
Note
The function signature for the following functions has changed
NewPublicCertificatePrototype:common nameis no longer required.NewImportedCertificatePrototype:certificateis no longer required.v2.0.9Compare Source
Package updates.
v2.0.8Compare Source
v2.0.7Compare Source
Support for IAM service authorization
v2.0.6Compare Source
Add the
expiration_datefield to secret versions' response.v2.0.5Compare Source
You can use the Private Certificate engine to generate Root and Intermediate CA certificates with private keys managed by a Hardware Security Module (HSM). This feature is currently available using IBM Cloud HPCS HSM.
v2.0.4Compare Source
v2.0.3Compare Source
This release adds support fora random password generator policy, allowing you to control the length and complexity of the auto-generated password (numbers, symbols, upper-case).
v2.0.2Compare Source
This release provides support for a new secret type - Service credentials. Learn more in the service documentation and API Docs.
v2.0.1Compare Source
This release provides support for retrieving the secret value by using its secret Name. Learn more in the service documentation and API Docs.
v2.0.0A new version of the Secrets Manager SDKs is now available. The following updates are included in this release.
secret_typein the API URL to identify a secret.config_typeacts as the API discriminator, similarly tosecret_type.POST/v2/secrets/{id}/versions.restored_from_versionbody parameter.DELETE /v2/secrets/{id}/versions/{version_id}/secret_data.versions_total field. The version's content is not included.currentandpreviousaliases in version APIs.exclusiveandexclusive_deleteare replaced byremove_previousandremove_previous_and delete. The modes still perform the same action, only the names changed.For more information, check out the API docs.
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.