Skip to content

Commit

Permalink
Debian 10: Add EoL date
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 26, 2024
1 parent 06743f8 commit cb5aad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/puppet_metadata/operatingsystem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ class OperatingSystem
'4' => '2012-02-29',
'3' => '2010-10-30',
},
# https://endoflife.software/operating-systems/linux/debian
# https://wiki.debian.org/DebianReleases
'Debian' => {
# TODO: EOL is standard support, not the extended life cycle
'12' => nil, # '~2026',
'11' => nil, # '~2024',
'10' => nil, # '~2022',
'10' => '2022-09-10',
'9' => '2020-07-06',
'8' => '2018-06-17',
'7' => '2016-04-26',
Expand Down

0 comments on commit cb5aad1

Please sign in to comment.