Skip to content

Releases: jenkinsci/aws-secrets-manager-credentials-provider-plugin

0.5.5

05 Oct 10:55
Compare
Choose a tag to compare

This release moves the SecretSource implementation into a different plugin (aws-secrets-manager-secret-source-plugin), and adds that plugin as a dependency of the CredentialsProvider. This is an incremental migration which enables standalone usage of the SecretSource, but does not remove any functionality for existing CredentialsProvider users.

Note: If you use a plugin installation system that cannot resolve transitive dependencies (e.g. the puppet-jenkins Puppet module), you need to add the new plugin to your installation manifest manually.

👻 Maintenance

0.5.4

13 Sep 11:31
Compare
Choose a tag to compare

This is a small maintenance release with some dependency updates.

This plugin now requires Jenkins 2.263.x or higher to run.

📦 Dependency updates

  • Use bouncycastle-api from Jenkins BOM
  • Bump plugin parent from 4.15 to 4.19
  • Bump joda-time from 2.10.2 to 2.10.10
  • Bump git-changelist-maven-extension from 1.0-beta-7 to 1.2
  • Bump docker-maven-plugin from 0.34.1 to 0.37.0
  • Bump aws-java-sdk from 1.11.930 to 1.11.995
  • Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
  • Bump assertj-core from 3.18.1 to 3.19.0

0.5.3

21 Jan 17:28
Compare
Choose a tag to compare

🧪 Beta features

0.5.2

07 Jan 15:17
Compare
Choose a tag to compare

Minor maintenance release.

📝 Documentation updates

  • Demonstrate advanced credential usage in README (#58) @chriskilding
  • Remove mentions of Jira from README now that issues have moved to GitHub Issues @chriskilding

📦 Dependency updates

0.5.1

09 Nov 15:31
Compare
Choose a tag to compare

📦 Dependency updates

Note: The minimum supported Jenkins version is now 2.222.4.

0.5.0

22 Oct 12:37
Compare
Choose a tag to compare

🚀 New features and improvements

0.4.2

16 Oct 16:10
Compare
Choose a tag to compare

📦 Dependency updates

0.4.1

17 Sep 10:46
Compare
Choose a tag to compare

🐛 Bug Fixes

Server-side filters for secrets

10 Sep 16:07
Compare
Choose a tag to compare

🚀 New features and improvements

  • Server-side filters for ListSecrets API calls (#32) @chriskilding
    Note: This replaces the previous client-side tag filter feature. If you used that feature, your filter tag configuration will be automatically migrated to the new format. If you use Configuration As Code, you must update your configuration to the new format - consult the README for details.

Custom client configuration (beta)

18 Aug 14:54
Compare
Choose a tag to compare

🧪 Beta features

  • Custom client configuration (#37) @chriskilding
    Note: This replaces the 'Cross-role CredentialsProvider' beta feature from the previous release. To migrate, add a client with the 'STS AssumeRole' authentication strategy for each role ARN that was previously specified. To keep the default client enabled for same-account secrets access, add a client with the 'Default' authentication strategy.

👻 Maintenance