Skip to content

Commit

Permalink
Add support for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
root-expert committed Sep 13, 2024
1 parent 7c7dcad commit 3b21368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet_metadata/aio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class AIO
'18.04' => 5..8,
'20.04' => 6..8,
'22.04' => 6..8,
'24.04' => 7..8,
},
}.freeze

Expand Down
1 change: 1 addition & 0 deletions lib/puppet_metadata/operatingsystem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class OperatingSystem
},
# https://endoflife.software/operating-systems/linux/ubuntu
'Ubuntu' => {
'24.04' => '2029-04-30',
'22.04' => '2027-04-15',
'21.10' => '2022-07-15',
'20.10' => '2021-07-15',
Expand Down

0 comments on commit 3b21368

Please sign in to comment.