Releases: jenkinsci/ec2-plugin
Releases · jenkinsci/ec2-plugin
2045.v06da_da_a_46422
2043.v483cc2854116
🐛 Bug fixes
- JENKINS-76200 - Fix Stopped agents not stating on v2039 (#1155) @jgarciacloudbees
👻 Maintenance
- Test with Java 25 (#1156) @MarkEWaite
2041.v9f7d8a_f4b_a_e9
🐛 Bug fixes
- Fix associatePublicIp backward compatible. (#1153) @apuig
TheassociatePublicIpconfiguration as code attribute is supported again, but its a deprecated attribute.
To allow its usage, ensure deprecations are explicitly allowed in your configuration:
configuration-as-code:
deprecated: warn2039.v829e6272107c
🐛 Bug fixes
- JENKINS-76151 - Fix EC2 Continuous attempts to connect to stopped instances (#1151) @jgarciacloudbees
- fix(JENKINS-76057 - ): Fix EC2 plugin "Configure" UI - users cannot view or save cloud configurations (#1140) @stevenbaker
👻 Maintenance
- Ban JUnit 4 imports (#1147) @strangelookingnerd
2036.vb_105a_db_e4a_ea_
💥 Breaking changes
- Configuration as code using the
associatePublicIpattribute must be updated to useassociateIPStrategyinstead.associatePublicIp: false→associateIPStrategy: DEFAULTor omitting the attributeassociatePublicIp: true→associateIPStrategy: PUBLIC_IP
- Note: The next version
2041.v9f7d8a_f4b_a_e9restores support for the deprecatedassociatePublicIpattribute to improve backwards compatibility.
🐛 Bug fixes
- Deprecate boolean
associatePublicIpand addAssociateIpStrategyenum for IP assignment control (#1148) @apuig - JENKINS-76171 - fix overprovisioning of ec2 agents when rapidly scheduling nodes (#1149) @mikecirioli
2034.v0a_11fb_792b_ee
Immutable
release. Only release title and notes can be modified.
2032.v92a_4b_e703974
Immutable
release. Only release title and notes can be modified.
🐛 Bug fixes
- JENKINS-76083 - Fix tests for SSH Verifiers + fix regression (#1146) @Dohbedoh
📦 Dependency updates
- build(deps): bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.10 to 1.13 (#1144) @dependabot[bot]
2029.v50458f410ef9
🐛 Bug fixes
- JENKINS-76058 - Fix OpenSSH Certificate Hostkey handling + Improve verifier (#1141) @Dohbedoh
✍ Other changes
- Revert "JENKINS-75002 - Removed associatePublicIp check for building the NW interface obj" (#1143) @vwagh-dev
- JENKINS-75002 - Removed associatePublicIp check for building the NW interface obj (#1138) @vwagh-dev
2018.vc13c882e22db_
2014.v1407740474a_1
🐛 Bug fixes
- JENKINS-76021 - Fix non proxy hosts support (#1134) @Dohbedoh
📦 Dependency updates
- build(deps): bump org.jenkins-ci.plugins:plugin from 5.19 to 5.24 (#1135) @dependabot[bot]