Skip to content

Commit

Permalink
Bump version, fix ondemand-release-latest for Ubuntu/Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 9, 2024
1 parent 7033e76 commit 78d173d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ood_packaging (0.16.0)
ood_packaging (0.16.1)
rake (~> 13.0.1)

GEM
Expand Down
6 changes: 3 additions & 3 deletions lib/ood_packaging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# Version code for OodPackaging
module OodPackaging
VERSION = '0.16.0'
VERSION = '0.16.1'
PACKAGE_VERSION = {
'ondemand-release' => {
'(ubuntu|debian)' => '4.0.0',
'default' => '4.0'
},
'ondemand-release-latest' => {
'(ubuntu|debian)' => '4',
'default' => '1-9'
'(ubuntu|debian)' => '5',
'default' => '1-8'
},
'ondemand-runtime' => '4.0.0',
'scl-utils' => '2.0.3',
Expand Down
2 changes: 1 addition & 1 deletion spec/ood_packaging/ood_packaging_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
end

it 'gets package version for dist ubuntu-20.04' do
expect(described_class.package_version('ondemand-release-latest', 'ubuntu-20.04')).to eq('4')
expect(described_class.package_version('ondemand-release-latest', 'ubuntu-24.04')).to eq('5')
end
end

0 comments on commit 78d173d

Please sign in to comment.