Skip to content

Releases: IBM/secrets-manager-python-sdk

v2.1.1

11 Dec 08:29
Compare
Choose a tag to compare

2.1.1 (2023-12-11)

This release provides support for a new secret type - Service credentials. Learn more in the service documentation and API Docs.

v2.1.0

19 Sep 09:29
Compare
Choose a tag to compare

2.1.0 (2023-09-19)

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

17 Apr 18:21
Compare
Choose a tag to compare

A new version of the Secrets Manager SDKs is now available. The following updates are included in this release.

  • You no longer need to include secret_type in the API URL to identify a secret.
  • The secret group name must be unique per Secrets Manager instance.
  • Resources updates are defined as HTTP patch operations.
  • The configurations API follows the pattern of the Secrets Manager API. config_type acts as the API discriminator, similarly to secret_type.
  • Configurations are modeled as openAPI composites with metadata and data parts, similarly to the Secrets Manager model. Mappings between IAM roles and configurations API follow the same pattern for the Secrets Manager API. For example, an IAM viewer can list configurations to view their metadata.
  • List operations return metadata only for secret, secret version, and config resources.
  • The action to rotate a secret is now the create a new secret version API: POST/v2/secrets/{id}/versions.
  • The action to restore secret version is now the create a new secret version API with the restored_from_version body parameter.
  • The action to delete IAM credentials is now the delete a secret version data API: DELETE /v2/secrets/{id}/versions/{version_id}/secret_data.
  • Policies API is now embedded into the metadata API in version 2.0.
  • The actions to list Secrets and get secret metadata return the versions_total field. The version's content is not included.
  • Current and previous secret versions can be referenced by using the current and previous aliases in version APIs.
  • The secret lock mode names exclusive and exclusive_delete are replaced by remove_previous and remove_previous_and delete. The modes still perform the same action, only the names changed.
    For more information, check out the API docs.

v1.0.26

05 Dec 20:46
Compare
Choose a tag to compare

1.0.26 (2022-12-05)

v1.0.25

30 Nov 11:49
Compare
Choose a tag to compare

1.0.25 (2022-11-30)

v1.0.24

30 Nov 10:20
Compare
Choose a tag to compare

1.0.24 (2022-11-30)

v1.0.23

29 Nov 15:56
Compare
Choose a tag to compare

1.0.23 (2022-11-29)

Bug Fixes

Release v1.0.22

07 Nov 14:31
d74b9e6
Compare
Choose a tag to compare
User-provided CSR (#31)

Signed-off-by: haims <[email protected]>

Signed-off-by: haims <[email protected]>

Release v1.0.21

26 Oct 09:08
b3acedf
Compare
Choose a tag to compare
Merge pull request #30 from IBM/yonatan_branch

create public cert - challenges added

Release v1.0.20

12 Sep 10:26
9fa0110
Compare
Choose a tag to compare
Merge pull request #29 from IBM/shacharn-4411-custom-metadata

update version