Skip to content

Commit

Permalink
Debian: Support LTS releases
Browse files Browse the repository at this point in the history
This is pending our discussion in voxpupuli/voxpupuli.github.io#386
  • Loading branch information
bastelfreak committed Oct 1, 2024
1 parent bee36b6 commit a067647
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/puppet_metadata/operatingsystem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ class OperatingSystem
},
# https://wiki.debian.org/DebianReleases
'Debian' => {
# TODO: EOL is standard support, not the extended life cycle
'12' => nil, # '~2026',
'11' => '2024-08-14',
# EOL is extended life cycle, not standard support
# https://github.com/voxpupuli/voxpupuli.github.io/pull/386
'12' => '2028-06-30',
'11' => '2026-08-31',
'10' => '2022-09-10',
'9' => '2020-07-06',
'8' => '2018-06-17',
Expand Down

0 comments on commit a067647

Please sign in to comment.