Releases: jenkinsci/docker
Releases · jenkinsci/docker
2.434
📦 Jenkins Core updates
- Update to Jenkins 2.434 (changelog)
📦 Dependency updates
- chore(deps): bump almalinux from 8.8 to 8.9 in /11/almalinux/almalinux8/hotspot (#1791) @dependabot
- Bump Debian Bookworm Linux Version to 20231120 (#1790) @github-actions
2.433
📦 Jenkins Core updates
- Update to Jenkins 2.433 (changelog)
🐛 Bug fixes
- fix(Windows): add
lts-
prefix to LTS short tags not including Jenkins version (#1784) @lemeurherve
📝 Documentation updates
- Add
JENKINS_PLUGIN_INFO
to the "Setting update centers" README section (#1785) @lemeurherve
2.426.1
📦 Jenkins Core updates
- Update to Jenkins 2.426.1 (changelog and upgrade guide )
💥 Breaking changes
- Remove CentOS 7 container images by @MarkEWaite in #1777
- breaking(Windows): set Java 17 as default by @lemeurherve in #1773
🚀 New features and improvements
- feat(Windows): refactor build process by @lemeurherve in #1770
- Switch from a
windowsservercore-1809
Temurin base image to awindowsservercore-ltsc2019
Microsoft base image (#1775) - A proper set of tags is now published, and they include "ltsc2019" instead of only "2019" (#1489)
- A JDK11 image is published again alongside the JDK17 one (#1774)
- As Java 17 is the default JDK, short tags without "jdk" in them are using Java 17 (#1724)
- Switch from a
- Switch to GA eclipse-temurin:jdk21 images by @lemeurherve in #1738
🐛 Bug fixes
- fix: add additional tags for default Java images by @lemeurherve in #1756
- fixup: shortest jdk17 tags only for weekly releases by @lemeurherve in #1757
📦 Dependency updates
- Bump Debian Bookworm Linux Version to 20231030 by @github-actions in #1765
- Use JDK 21.0.1+12, not 21+35 by @MarkEWaite in #1779
- Bump JDK21 preview version (EA) to 21.0.1+12 by @github-actions in #1743
- Use Java 17.0.9_9 by @MarkEWaite in #1778
- Bump JDK11 version to 11.0.21_9 by @github-actions in #1762 & @lemeurherve in #1782
- chore(deps): bump ubi9/ubi to 9.3-1361 by @dependabot in #1776
- chore(deps): bump ubi8/ubi to 8.8-1067.1698056881 by @dependabot in #1760
Full Changelog: 2.414.3...2.426.1
2.432
📦 Jenkins Core updates
- Update to Jenkins 2.432 (changelog)
💥 Breaking changes
- Remove CentOS 7 container images (#1777) @MarkEWaite
🚀 New features and improvements
- feat(Windows): refactor build process (#1770) @lemeurherve
- Switch from a
windowsservercore-1809
Temurin base image to awindowsservercore-ltsc2019
Microsoft base image (#1775) - A proper set of tags is now published, and they include "ltsc2019" instead of only "2019" (#1489)
- A JDK11 image is published again alongside the JDK17 one (#1774)
- As Java 17 is the default JDK, here are the corresponding short tags: (#1724)
- 2.432-windowsservercore-ltsc2019
- windowsservercore-ltsc2019
- Switch from a
👻 Maintenance
- chore(Windows): use Java 11.0.21_9 (#1782) @lemeurherve
- Use JDK 21.0.1+12, not 21+35 (#1779) @MarkEWaite
- Use Java 17.0.9_9 (#1778) @MarkEWaite
📦 Dependency updates
- chore(deps): bump updatecli/updatecli-action from 2.48.0 to 2.49.0 (#1780) @dependabot
- chore(deps): bump ubi9/ubi from 9.2-755.1697625012 to 9.3-1361 in /17/rhel/ubi9/hotspot (#1776) @dependabot
2.431
2.430
📦 Jenkins Core updates
- Update to Jenkins 2.430 (changelog)
📦 Dependency updates
- Bump JDK21 version to 21.0.1_12 (#1758) @github-actions
- chore(deps): bump updatecli/updatecli-action from 2.46.1 to 2.48.0 (#1761) @dependabot
- chore(deps): bump ubi8/ubi from 8.8-1067.1697633337 to 8.8-1067.1698056881 in /11/rhel/ubi8/hotspot (#1760) @dependabot
2.429
📦 Jenkins Core updates
- Update to Jenkins 2.429 (changelog)
🐛 Bug fixes
- fixup: shortest jdk17 tags only for weekly releases (#1757) @lemeurherve
- fix: add additional tags for default Java images (#1756) @lemeurherve
👻 Maintenance
- chore(updatecli): update jdk21 manifests (#1741) @lemeurherve
- Switch to GA eclipse-temurin:jdk21 image (#1738) @lemeurherve
✍ Other changes
- Update default jenkins version to 2.428 (#1752) @Jonny-vb
- fix(jdk21-preview): correct release download URL (#1747) @lemeurherve
📦 Dependency updates
- chore(deps): bump ubi8/ubi from 8.8-1067.1696517599 to 8.8-1067.1697633337 in /11/rhel/ubi8/hotspot (#1751) @dependabot
- chore(deps): bump ubi9/ubi from 9.2-755.1696515532 to 9.2-755.1697625012 in /17/rhel/ubi9/hotspot (#1750) @dependabot
- chore(deps): bump updatecli/updatecli-action from 2.45.0 to 2.46.1 (#1749) @dependabot
- Bump JDK21 preview version (EA) to 21.0.1+12 (#1743) @github-actions
- Bump Debian Bookworm Linux Version to 20231009 (#1746) @github-actions
2.414.3
📦 Jenkins Core updates
- Update to Jenkins 2.414.3 (changelog and upgrade guide )
💥 Breaking changes
Warning
This means that images with short tags (without "jdk" in them) likejenkins/jenkins:2.414.3
orjenkins/jenkins:2.414.3-alpine
amongst other are using Java 17 and not Java 11 like in previous version.If you need to keep using Java 11, you'll have to use (for example) the tags
jenkins/jenkins:2.414.3-jdk11
orjenkins/jenkins:2.414.3-alpine-jdk11
.
Note
Two new tags (2.414.3-alpine-jdk17
&2.414.3-slim-jdk17
) have been published without any content change a week later than the original ones.
🚀 New features and improvements
📦 Dependency updates
- Bump Debian Bookworm Linux Version to 20230919 by @github-actions in #1719
- chore(dependencies): Preliminary work to integrate
updatecli
. by @gounthar in #1710 - chore(dependencies): Preliminary work to integrate updatecli. Uses a JAVA_VERSION arg for Windows and RHEL 9. by @gounthar in #1720
- chore(dependencies): Preliminary work to integrate updatecli. by @gounthar in #1721
- chore(dependencies): Use
updatecli
to track JDK 11, 17 and 21 by @gounthar in #1711 - chore(deps): bump ubi8/ubi from 8.8-1032.1692772289 to 8.8-1067 in /11/rhel/ubi8/hotspot by @dependabot in #1722
- chore(deps): bump updatecli/updatecli-action from 2.41.0 to 2.42.0 by @dependabot in #1723
- chore(deps): bump updatecli/updatecli-action from 2.42.0 to 2.43.0 by @dependabot in #1725
- Use Alpine Linux 3.18.4, not 3.18.3 by @MarkEWaite in #1726
- chore(dependencies): Tracks Alpine Linux versions through updatecli. by @gounthar in #1727
- chore(deps): bump ubi9/ubi from 9.2-755 to 9.2-755.1696514207 in /17/rhel/ubi9/hotspot by @dependabot in #1728
- chore(deps): bump ubi8/ubi from 8.8-1067 to 8.8-1067.1696517599 in /11/rhel/ubi8/hotspot by @dependabot in #1729
- Bump Debian Bookworm Linux Version to 20231009 by @github-actions in #1732
- chore(deps): bump updatecli/updatecli-action from 2.43.0 to 2.44.0 by @dependabot in #1733
- chore(deps): bump ubi9/ubi from 9.2-755.1696514207 to 9.2-755.1696515532 in /17/rhel/ubi9/hotspot by @dependabot in #1734
- chore(deps): bump updatecli/updatecli-action from 2.44.0 to 2.45.0 by @dependabot in #1735
Full Changelog: 2.414.2...2.414.3
2.428
📦 Jenkins Core updates
- Update to Jenkins 2.428 (changelog)
📦 Dependency updates
- chore(deps): bump updatecli/updatecli-action from 2.44.0 to 2.45.0 (#1735) @dependabot
- chore(deps): bump ubi9/ubi from 9.2-755.1696514207 to 9.2-755.1696515532 in /17/rhel/ubi9/hotspot (#1734) @dependabot
- chore(deps): bump updatecli/updatecli-action from 2.43.0 to 2.44.0 (#1733) @dependabot
- Bump Debian Bookworm Linux Version to 20231009 (#1732) @github-actions
- Update default Jenkins version (#1731) @Jonny-vb
2.427
📦 Jenkins Core updates
- Update to Jenkins 2.427 (changelog)
👻 Maintenance
What's Changed
- chore(deps): bump ubi9/ubi from 9.2-755 to 9.2-755.1696514207 in /17/rhel/ubi9/hotspot by @dependabot in #1728
- chore(deps): bump ubi8/ubi from 8.8-1067 to 8.8-1067.1696517599 in /11/rhel/ubi8/hotspot by @dependabot in #1729
Full Changelog: 2.426...2.427