Releases: jenkinsci/snsnotify-plugin
Releases · jenkinsci/snsnotify-plugin
v2.1
What's Changed
- Builds on the Jenkins Infrastructure by @gounthar in #17
- Add phase and result attributes to SNS notification by @simoncadman in #16
- Upgrade to Jenkins LTS Core 2.462.3 for Java 11 support by @gounthar in #18
New Contributors
- @gounthar made their first contribution in #17
- @simoncadman made their first contribution in #16
Full Changelog: snsnotify-2.0...snsnotify-2.1
v2.0
- Updated AWS SDK (#12)
- Added dependency to plugin aws-java-sdk 1.11.995
- Removed dependency to included aws-java-sdk-sns
- Fixed clear text persistence of AWS secret key
- Fixed SNS API endpoint for China (#13)
- Updated parent pom to 4.18
- Set min Jenkins version to 2.263.1
- Removed dependency to included httpcore lib
v1.13
Added support for IAM Roles and ability to disable notifications on every build.
v1.10
Cleaned up dependencies.
v1.9
Containing support for more BUILD_* variables.
v1.7
Update to current LTS version, send SNS notification for all build return types, allow to specify template for subject and message notification.