Skip to content

Releases: jenkinsci/platformlabeler-plugin

Platformlabeler 4.0 🌈

10 Oct 04:26
Compare
Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

Platformlabeler 3.5 🌈

07 Oct 18:10
Compare
Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

  • Improve name and description for search on plugins.jenkins.io (#97) @MarkEWaite

📦 Dependency updates

Platformlabeler 3.4 🌈

23 Sep 04:16
Compare
Choose a tag to compare

Platformlabeler 3.3

04 Sep 19:25
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

Platformlabeler 3.2

17 Jun 01:24
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Platformlabeler 3.1

15 Jun 15:38
Compare
Choose a tag to compare

Label Linux agents even without lsb_release

Linux agent labeling prefers the output of the lsb_release command for historical reasons. Many slim and lite verions of operating systems do not provide the lsb_release command (Alpine, Debian Slim, etc.). If the lsb_release command is not found, use the contents of /etc/os-release to approximate the values that would have been returned from lsb_release.

Some Linux distributions (like Arch and Gentoo) do not have a "version", so the package prefers VERSION_ID and uses BUILD_ID from /etc/os-release if VERSION_ID is not set.