Releases: jenkinsci/docker-workflow-plugin
Releases · jenkinsci/docker-workflow-plugin
580.vc0c340686b_54
👷 Changes for plugin developers
- Migrate tests to the very latest httpd docker image to unbreak tests. (#313) @Romain-Geissler-1A
✍ Other changes
- Test with Java 21 (#306) @MarkEWaite
572.v950f58993843
👷 Changes for plugin developers
🚦 Tests
📦 Dependency updates
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.6 to 1.7 (#300) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.67 to 4.72 (#299) @dependabot
563.vd5d2e5c4007f
🐛 Bug fixes
- Do not pass a null
Launcher
toDockerClient
(#260) @jglick - JENKINS-70132 - Remove anonymous volumes when removing the container (#286) @felipecrs
👻 Maintenance
- Delete redundant code (#194) @stefanbirkner
- Demonstrating that API in JENKINS-44892 - can be used as a replacement for the special methods in StepDescriptor (#170) @jglick
- Simplify
Docker.shell
(#243) @jglick - Use HTTPS SCM URL (#285) @basil
📦 Dependency updates
- Bump plugin from 4.49 to 4.51 (#287) @dependabot
- Bump plugin from 4.48 to 4.49 (#284) @dependabot
- Bump bom-2.332.x from 1409.v7659b_c072f18 to 1643.v1cffef51df73 (#281) @dependabot
- Use BOM model definition plugin version (#282) @rsandell
528.v7c193a_0b_e67c
🐛 Bug fixes
- JENKINS-64608 - Fix cgroup v2 detection of Docker CLI running inside a container (#280) @jglick
📦 Dependency updates
- Bump docker-commons from 1.19 to 1.21 (#274) @dependabot
- Bump plugin from 4.45 to 4.48 (#277) @dependabot
521.v1a_a_dd2073b_2e
👷 Changes for plugin developers
📦 Dependency updates
- Bump plugin from 4.12 to 4.45 (#269) @dependabot
- Bump git-changelist-maven-extension from 1.3 to 1.4 (#267) @dependabot
1.29
👻 Maintenance
- Use
GroovySourceFileAllowlist
to adapt to SECURITY-359 changes (#256) @dwnusbaum - Enable dependabot (#248) @offa
- Remove JSR 305 (#249) @offa
- Fix typo (#250) @offa
- Move away from deprecated Release Drafter App (#251) @NotMyFault
🚦 Tests
- Fix WithContainerStepTest.stop and WithContainerStepTest.death (#257) @dwnusbaum
📦 Dependency updates
- Bump git-changelist-maven-extension from 1.0-beta-4 to 1.3 (#253) @dependabot
1.28
🐛 Bug fixes
- fix: use correct syntax for environment variable (#244) @viceice
- JENKINS-64751 - Quote "docker exec" env-vars on Windows (#245) @TBBle
👻 Maintenance
- JENKINS-57366 - Testing that the security fix covered this (#247) @rsandell
1.27
1.26
1.25
🚀 New features and improvements
-
Add ability to skip removal of container after docker stop via the
org.jenkinsci.plugins.docker.workflow.client.DockerClient.SKIP_RM_ON_STOP
property (#189) @jonsten -
escape double quotes in env variables under windows (#220) @schribl
👻 Maintenance
- udpate to 2.190.1 (#220)