Releases: jenkinsci/ec2-plugin
1.56
🚀 New features and improvements
- JENKINS-63982 - Support EC2/S3 Endpoints for AWS-CN Partition (#531) @els-grazziotinf
- JENKINS-62908 - Remove table row for embedded descriptor class (#543) @alecharp
📝 Documentation updates
- Deprecate message in changelog (#542) @MRamonLeon
EC2 Plugin 1.55
🚀 New features and improvements
- JENKINS-60482 - Improve alternate ec2 point checks (#539) @MRamonLeon
- JENKINS-60482 - Persist the alternate ec2 endpoint (#537) @MRamonLeon
- JENKINS-59180 - Allow AMI filtering instead of AMI ID (#533) @dbnicholson
🐛 Bug Fixes
- JENKINS-61161 - Avoid infamous UI connection strategy warning (#538) @MRamonLeon
- JENKINS-61789 - Terminate offline nodes when idle timeout expires (#534) @MRamonLeon
📦 Dependency updates
- Bump bom-2.204.x from 17 to 18 (#535) @dependabot
EC2 Plugin 1.54
🚀 New features and improvements
- WinRM Connection Pooling implementation (#473) @narayanan
- Use SSHUserPrivateKey instead of BasicSSHUserPrivateKey (#520) @chriskilding
- JENKINS-62212 - Add filter to periodic EC2 connection polling (#456) @jamur2
🐛 Bug Fixes
- JENKINS-64147 - Forwards compat with table-to-div (#528) @res0nance
- Use SSHUserPrivateKey instead of BasicSSHUserPrivateKey (#520) @chriskilding
📦 Dependency updates
- Update dependencies (#527) @res0nance
- Bump bom-2.204.x from 13 to 17 (#517, #521, #525) @dependabot
- Cleanup logging, pom and jelly files (#513) @res0nance
- Bump junit from 4.13 to 4.13.1 (#511) @dependabot
- Bump mockito-core from 3.5.10 to 3.5.13 (#504) @dependabot
📝 Documentation updates
👻 Maintenance
- Add an ssh credential test (#523) @res0nance
- Cleanup logging, pom and jelly files (#513) @res0nance
- Upgrade dependabot configs to v2 (#508) @jlosito
- Remove self from developers list (#507) @jvz
EC2 Plugin 1.53
🐛 Bug Fixes
- Keep private keys from previous plugin versions (#498, #500) @djesionek @varyvol
EC2 Plugin 1.52
🐞 Known issues
- The private keys stored with a previous version are missed after migrating to this version.
🚀 New features and improvements
- JENKINS-56927 - Implementation of credentials for private SSH keys used by EC2 plugin (#445) @djesionek
🐛 Bug Fixes
- fix backward compatibility for windows data (#475) @adrienzieba
📦 Dependency updates
- Bump mockito-core from 3.5.7 to 3.5.10 (#495) @dependabot
- Bump mockito-core from 3.5.5 to 3.5.7 (#491) @dependabot
- Bump mockito-core from 3.5.0 to 3.5.5 (#489) @dependabot
- Bump mockito-core from 3.4.6 to 3.5.0 (#488) @dependabot
- Bump mockito-core from 3.4.4 to 3.4.6 (#486) @dependabot
EC2 Plugin 1.51
- JENKINS-62489 - Support m6g ec2 instances (#482) @schottsfired
- Exclude SLF4J from smbj since it causes class loading errors. (#481) @patrikn
- JENKINS-62221 - Bug fix parsing the line with the host key in the console (#480) @MRamonLeon
🐛 Bug Fixes
📝 Documentation updates
EC2 Plugin 1.50.2.1
Downgrade from 1.50.2.1 to a previous version
If you updated to 1.50.2.1 and you need to downgrade back to the previous version, be sure to remove the file JENKINS_HOME/ec2.xml
before doing that. This file is created if you click on the button Dismiss these messages of the monitor that warns you when there are some template with a weak strategy. If you don't do that, Jenkins will start and will overwrite its config.xml file losing your cloud configuration.
It has been fixed for new plugin versions. See https://issues.jenkins-ci.org/browse/JENKINS-62231
🐛 Bug Fixes
- JENKINS-62195 - Restore compatibility with old SSH clients (#455) @cmacgreg
EC2 Plugin 1.49.3
Downgrade from 1.49.3 to a previous version
If you updated to 1.49.3 and you need to downgrade back to the previous version, be sure to remove the file JENKINS_HOME/ec2.xml
before doing that. This file is created if you click on the button Dismiss these messages of the monitor that warns you when there are some template with a weak strategy. If you don't do that, Jenkins will start and will overwrite its config.xml file losing your cloud configuration.
It has been fixed for new plugin versions. See https://issues.jenkins-ci.org/browse/JENKINS-62231
🐛 Bug Fixes
- JENKINS-62195 - Restore compatibility with old SSH clients (#455) @cmacgreg
EC2 Plugin 1.46.4
Downgrade from 1.46.4 to a previous version
If you updated to 1.46.4 and you need to downgrade back to the previous version, be sure to remove the file JENKINS_HOME/ec2.xml
before doing that. This file is created if you click on the button Dismiss these messages of the monitor that warns you when there are some template with a weak strategy. If you don't do that, Jenkins will start and will overwrite its config.xml file losing your cloud configuration.
It has been fixed for new plugin versions. See https://issues.jenkins-ci.org/browse/JENKINS-62231
🐛 Bug Fixes
- JENKINS-62195 - Restore compatibility with old SSH clients (#455) @cmacgreg
EC2 Plugin 1.50.3
🐛 Bug Fixes
- JENKINS-62195 - Restore compatibility with old SSH clients (#455) @cmacgreg
- JENKINS-62231 - Move start logic to postInitialize to avoid OldDataMo… (#464) @MRamonLeon
- JENKINS-62090 - Specify SGs only on 1 part of request (#458) @res0nance
- JENKINS-62227 - Replace slf4j by java logging in CloudHelper (#461) @MRamonLeon
📝 Documentation updates
- JENKINS-62231 - Warn about downgrade issue (#462) @MRamonLeon
👻 Maintenance
- Be explicit about build configurations (#465) @res0nance
- Fix CI Errors (#454) @res0nance
- Use common-compress from the Jenkins core (#457) @res0nance