ood_packaging 0.14.1 → 0.15.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22b842603e5a8d9c0f10da1c4a4e10b647714f75f117aaded06f421109e1e465
4
- data.tar.gz: 21a46b204f92d2b4c68a04b451615056791139d44a155c43e03e37b04d2d56b3
3
+ metadata.gz: 2af59ae9bd3bf77939a743025b5e6cb095f3c37d49864b06ae21876b24172a07
4
+ data.tar.gz: 5c134df6101babbb975e20eb7b0225c7c2cc4566e9b8e3b47a2f0fa180988657
5
5
  SHA512:
6
- metadata.gz: 041bcf326713e465a88f7725808b71af22820c8f7570afe5c19183ba21ab1db814622d580512b9b34890d0dd0aa0bc7bc48f5e5c916b273403269356d28f5ea1
7
- data.tar.gz: 866011a862c0a22d6bf7dced0d1a4225bd341b297f78b51eaad305d060c064212cc98d511886fcda66b7eb42c33e51db224d7d239755da83252261f4c4935479
6
+ metadata.gz: 6c7fb5c82c446a2f01afceab14cf9f79387a077fc8835a3133806971f8ebd8e4c06f5b98d2a450b118f0962703901ee9682d7c02729f3f93eb44cc8928e356b8
7
+ data.tar.gz: 0bd8d545bcb2bc8247a41d916d4e73c557f7067309a1a2b9965ec0a9a643f49e0f4d1210ea2110561d7ed79c826b1a0750cd96e5647ed4ce82d5ce986ac27030
@@ -14,6 +14,7 @@ class OodPackaging::BuildBox
14
14
  'el9' => 'almalinux:9',
15
15
  'ubuntu-20.04' => 'ubuntu:20.04',
16
16
  'ubuntu-22.04' => 'ubuntu:22.04',
17
+ 'ubuntu-24.04' => 'ubuntu:24.04',
17
18
  'debian-12' => 'debian:12',
18
19
  'amzn2023' => 'amazonlinux:2023'
19
20
  }.freeze
@@ -21,6 +22,7 @@ class OodPackaging::BuildBox
21
22
  CODENAMES = {
22
23
  'ubuntu-20.04' => 'focal',
23
24
  'ubuntu-22.04' => 'jammy',
25
+ 'ubuntu-24.04' => 'noble',
24
26
  'debian-12' => 'bookworm'
25
27
  }.freeze
26
28
 
@@ -2,19 +2,19 @@
2
2
 
3
3
  # Version code for OodPackaging
4
4
  module OodPackaging
5
- VERSION = '0.14.1'
5
+ VERSION = '0.15.1'
6
6
  PACKAGE_VERSION = {
7
7
  'ondemand-release' => {
8
- '(ubuntu|debian)' => '3.1.1',
8
+ '(ubuntu|debian)' => '3.1.2',
9
9
  'default' => '3.1'
10
10
  },
11
11
  'ondemand-release-latest' => {
12
- '(ubuntu|debian)' => '3',
12
+ '(ubuntu|debian)' => '4',
13
13
  'default' => '1-8'
14
14
  },
15
15
  'ondemand-runtime' => '3.1.5',
16
16
  'scl-utils' => '2.0.3',
17
- 'passenger' => '6.0.17',
17
+ 'passenger' => '6.0.20',
18
18
  'cjose' => '0.6.1',
19
19
  'mod_auth_openidc' => '2.4.14.1',
20
20
  'ondemand_exporter' => '0.10.0',
@@ -22,8 +22,8 @@ module OodPackaging
22
22
  '(ubuntu|debian)' => '3.1.0',
23
23
  'default' => '3.1.0'
24
24
  },
25
- 'python-websockify' => '0.10.0',
26
- 'turbovnc' => '2.2.5'
25
+ 'python-websockify' => '0.11.0',
26
+ 'turbovnc' => '3.1.1'
27
27
  }.freeze
28
28
 
29
29
  def self.package_version(package, dist)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ood_packaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trey Dockendorf
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-04-18 00:00:00.000000000 Z
12
+ date: 2024-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake