Docker Plugin Versions Save

Jenkins cloud plugin that uses Docker

docker-plugin-1.3.4

1 year ago

🚀 New features and improvements

  • Infer registry URL from template image name (#807) @Dohbedoh

👻 Maintenance

  • Use updated environment variable (#960) @basil
  • Use UncheckedIOException where possible (#959) @basil

docker-plugin-1.3.3

1 year ago

🚀 New features and improvements

  • JENKINS-48050: Declarative Pipeline support for dockerNode (#681) @jglick

docker-plugin-1.3.2

1 year ago

🐛 Bug fixes

  • Fix some issues with dockerNode mixed with node (#957) @jglick

✍ Other changes

  • Bump plugin from 4.63 to 4.64 (#958) @dependabot
  • Bump bom-2.375.x from 2081.v85885a_d2e5c5 to 2102.v854b_fec19c92 (#956) @dependabot

docker-plugin-1.3.1

1 year ago

🐛 Bug fixes

  • Docker plugin does not work correctly with agent Images built using BuildKit (#942) @nilsmahlstaedt

👻 Maintenance

  • Miscellaneous code cleanup (#955) @basil
  • Add Dependabot configuration (#945) @basil
  • Enable Jenkins Security Scan (#944) @basil
  • Modernize plugin (#943) @basil

📦 Dependency updates

  • Bump docker-java-api from 3.2.13-69.vb_b_0c2333257c to 3.3.0-77.vd409a_cdc37d5 (#954) @dependabot
  • Upgrade junixsocket from 2.3.0 to 2.6.2 (#952) @basil
  • Bump docker-java-api from 3.2.13-68.va_875df25a_b_45 to 3.2.13-69.vb_b_0c2333257c (#949) @dependabot

docker-plugin-1.3.0

1 year ago

🚀 New features and improvements

  • Use Apache httpclient instead of netty (#934) @mat1e
  • Require Jenkins 2.332.4 or newer (#923) @MarkEWaite

🐛 Bug fixes

  • Suppress common info-level messages from DockerContainerWatchdog (#926) @jglick

📝 Documentation updates

  • More inclusive naming (#935) @MarkEWaite
  • Update docs (#920) @pjdarton

👻 Maintenance

  • Increase sensitivity of spotbugs checks (#925) @MarkEWaite
  • Use https: for scm URL, not ssh: (#924) @MarkEWaite
  • Use parent pom 4.50 (#922) @MarkEWaite

🚦 Tests

  • Unit-test robustness (#919) @pjdarton

docker-plugin-1.2.10

1 year ago

🚀 New features and improvements

  • Requires Docker java API plugin 3.2.x
  • allow npipe mounts (#888) @bguerin
  • Feature/add cpus support (#895) @CJCombrink
  • Update the help message in help-user.html (#909) @malcops

🐛 Bug fixes

  • Fix JCasC parsing of volume/mounts (#852) @pjdarton
  • Fix readonly parsing when mounting (#880) @pjdarton
  • Fix volumes-from parsing (#878) @pjdarton

🚦 Tests

  • Improve unit tests on Windows (#901) @pjdarton

✍ Other changes

  • Should inject JAR before starting container (#898) @pjdarton
  • Improve unittest robustness & other tidying up (#897) @pjdarton