Skip to content

1.0.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 14 Mar 14:14
· 49 commits to refs/heads/master since this release

This major version update removes the AWS Secrets Manager SecretSource plugin dependency. As a result, this plugin and that plugin are now fully independent.

To continue using both plugins, you will now need to ensure that both are installed:

  • If you manage your Jenkins plugins manually, check the Plugin Manager page on your Jenkins installation to confirm that both are present. Recent versions of the Credentials Provider plugin have brought in the SecretSource plugin as a transitive dependency, so in many cases no further action is needed.
  • If you use a config-as-code mechanism to manage Jenkins plugins, you will need to update the config to include the SecretSource plugin.

To use just one plugin or the other, you can now install and uninstall whichever you please.

💥 Breaking changes

📝 Documentation updates

  • Adding aws.region to the authentication documentation (#160) @jandroav

📦 Dependency updates