Skip to content

Releases: IBM/secrets-manager-go-sdk

v2.0.15

25 Aug 07:17
Compare
Choose a tag to compare

2.0.15 (2025-08-25)

A new secret access tracking feature is now available. Use the retrieved_at to see when was the secret data last accessed. This provides better visibility into secret usage for improved monitoring and management.

v2.0.14

02 Aug 08:22
Compare
Choose a tag to compare

2.0.14 (2025-08-02)

Updates to go.mod.

v2.0.13

30 Jul 09:50
Compare
Choose a tag to compare

2.0.13 (2025-07-30)

v2.0.12

30 Jul 09:15
Compare
Choose a tag to compare

v2.0.11

05 May 07:33
Compare
Choose a tag to compare

2.0.11 (2025-05-05)

This release introduces a new secret type: Custom credentials. Read more about it in the service documentation.

v2.0.10

17 Feb 07:11
Compare
Choose a tag to compare

2.0.10 (2025-02-17)

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 name is no longer required.
  • NewImportedCertificatePrototype: certificate is no longer required.

v2.0.9

16 Jan 07:56
Compare
Choose a tag to compare

2.0.9 (2025-01-16)

Package updates.

v2.0.8

07 Oct 04:22
Compare
Choose a tag to compare

2.0.8 (2024-10-07)

  • Support for intermediate CA certificates rotation

v2.0.7

23 Sep 03:58
Compare
Choose a tag to compare

2.0.7 (2024-09-23)

Support for IAM service authorization

v2.0.6

09 Sep 05:38
Compare
Choose a tag to compare

2.0.6 (2024-09-09)

Add the expiration_date field to secret versions' response.