Skip to content

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

Cross-role CredentialsProvider (beta)

23 Jul 15:21
Compare
Choose a tag to compare

🧪 Beta features

Dependency upgrades: use AWS SDK 1.11.821 and Jenkins 2.204 LTS

20 Jul 13:23
Compare
Choose a tag to compare

📦 Dependency updates

  • Dependencies: use aws-java-sdk 1.11.821, use Jenkins 2.204 (#35) @chriskilding

📝 Documentation updates

👻 Maintenance

  • Refactor form interactions with PluginConfigurationForm and FormValidationResult (#30) @chriskilding

SecretSource API support

22 Jun 11:30
Compare
Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

Secret File credential support

21 Feb 12:52
Compare
Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

Distinct credential type icons

17 Feb 11:35
Compare
Choose a tag to compare

🐛 Bug Fixes

Explicit credential type indicators

17 Feb 11:32
Compare
Choose a tag to compare

💥 Breaking Changes

  • #10 introduces a new, mandatory jenkins:credentials:type tag. This MUST be added to all Secrets Manager secrets that you want to use as Jenkins credentials. If this tag is missing, a secret will no longer appear as a Jenkins credential.

🐛 Bug Fixes

  • Fix: Implement credential types with separate classes to eliminate ambiguity (#10) @chriskilding