Releases: jenkinsci/ec2-plugin
Releases Β· jenkinsci/ec2-plugin
EC2 Plugin 1.48
π Bug Fixes
- SECURITY-1004 / CVE-2020-2090, CVE-2020-2091 - Perform permission checks in methods performing form validation and requiere POST requests.
EC2 Plugin 1.46.2
π Bug Fixes
- SECURITY-1004 / CVE-2020-2090, CVE-2020-2091 - Perform permission checks in methods performing form validation and requiere POST requests.
EC2 Plugin 1.42.2
π Bug Fixes
- SECURITY-1004 / CVE-2020-2090, CVE-2020-2091 - Perform permission checks in methods performing form validation and requiere POST requests.
EC2 Plugin 1.47
π New features and improvements
- Support limiting minimum instances to a time range (#404) @erikhakansson
- Allow defining node properties on template (#382) @jmendeth
- Use filter query when describing instances (#356) @res0nance
π Bug Fixes
- JENKINS-59633 - delete new lines in encrypted windows password (#418) @rpionke
- JENKINS-57795 - Retry when waking up orphans or creating new nodes (#399) @sdhoka
π¦ Dependency updates
- Bump configuration-as-code from 1.30 to 1.34 (#409, #415, #417 ) @dependabot
- Bump aws-sdk and pom (#406) @res0nance
π Documentation updates
- Move documentation to github (#419) @res0nance
- Update EC2Slave and SlaveTemplate help text (#416) @rdpa
π» Maintenance
- Use non-deprecated code and remove unused imports (#389) @res0nance
- Remove todo (#407) @res0nance
- Use more common MIT license URL (#408) @darxriggs
EC2 Plugin 1.46.1
π Bug Fixes
- JENKINS-59562 - Always use network interface for subnet (#402) @res0nance
- Allow 0 in form validation for minimum number of instances (#403) @erikhakansson
EC2 Plugin 1.46
π New features and improvements
- JENKINS-25106 - Support minimumNoInstances (#401) @erikhakansson
π Bug Fixes
- JENKINS-58578 - Force the setting of the private ip also for public subnet (#387) @thoulen
- Fix typo for sleep time (#390) @res0nance
- JENKINS-59459 - Revert both fields from being transient (#400) @varyvol
π¦ Dependency updates
- Bump configuration-as-code from 1.29 to 1.30 (#396) @dependabot
- Bump configuration-as-code from 1.27 to 1.29 (#395) @dependabot
- Bump JCasC version to test against security advisory (#388) @res0nance
π» Maintenance
- Replace base64 implementation with java provided one (#391) @res0nance