You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enable Release Drafter to track changelogs in packaging versions
* GitHub Releases: Add clarification of the changelog process and versioning scheme to CHANGELOG.md
* Release Drafter: Link the upstream documentation
* Release Drafter: Add an "experimental" disclaimer to changelog drafts
* Reference the dev list discussion in README
* Reflect the LTS release tags and the versioning approach
* Release Drafter: Fix the name temlate
* Adjust Changelog information for the Release drafter
* Update CHANGELOG.md
Co-Authored-By: Daniel Beck <[email protected]>
* Update CHANGELOG.md
* Update the Release Drafter pattern to match the manually generated changelog
* Fix typo
| See [GitHub releases](https://github.com/jenkinsci/docker/releases)|
5
+
| --- |
6
+
7
+
## Status
8
+
9
+
We are doing experimental changelogs for Jenkins master Docker packaging
10
+
([discussion in the developer list](https://groups.google.com/forum/#!topic/jenkinsci-dev/KvV_UjU02gE)).
11
+
This release notes represent changes in in the packaging, but not in the bundled WAR files.
12
+
Please refer to https://jenkins.io/changelog/ and https://jenkins.io/changelog-stable/ for WAR file changelogs.
13
+
14
+
## Version scheme
15
+
16
+
The repository follows the 3-digit scheme of [Jenkins LTS releases](https://jenkins.io/download/lts/).
17
+
18
+
## Mapping of Docker packaging to Jenkins releases
19
+
20
+
Both Weekly and LTS distributions follow the Continuous Delivery approach and pick up the most recent versions available by the time of the release Pipeline execution.
21
+
In this repository we follow the Jenkins LTS releases and release packaging changelogs for them.
22
+
There is no version mapping for Weekly releases, users should be using changelogs to track down the changes
23
+
(see also [Issue #865](https://github.com/jenkinsci/docker/issues/865)).
24
+
25
+
## Notable changes in Jenkins versions before 2.164.1
26
+
27
+
Below you can find incomplete list of changes in Docker packaging for Jenkins releases
28
+
29
+
### 2.99
30
+
6
31
*`/bin/tini` has been relocated to `/sbin/tini`, location defined by alpine
0 commit comments