Skip to content

Releases: IBM/secrets-manager-python-sdk

v2.1.3

07 Feb 09:38

Choose a tag to compare

2.1.3 (2024-02-07)

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

11 Jan 07:44

Choose a tag to compare

2.1.2 (2024-01-11)

v2.1.1

11 Dec 08:29

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

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

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

Choose a tag to compare

1.0.26 (2022-12-05)

v1.0.25

30 Nov 11:49

Choose a tag to compare

1.0.25 (2022-11-30)

v1.0.24

30 Nov 10:20

Choose a tag to compare

1.0.24 (2022-11-30)

v1.0.23

29 Nov 15:56

Choose a tag to compare

1.0.23 (2022-11-29)

Bug Fixes

Release v1.0.22

07 Nov 14:31
d74b9e6

Choose a tag to compare

User-provided CSR (#31)

Signed-off-by: haims <haims@il.ibm.com>

Signed-off-by: haims <haims@il.ibm.com>