ood_packaging 0.15.2 → 0.16.0

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: '01498e820c66c3914323d052f7d6a9996b472ce4ae3f764ab58cc50253c8fd09'
4
- data.tar.gz: 13629206b91fc02b58adc30f73a2015cf786c86f6ae7f31fa55df1c0a2051280
3
+ metadata.gz: 11b7e45102c0d0c201baff4a765a5d38dd481209983addb2253bbaebefe0af1f
4
+ data.tar.gz: a914143cd38da521cdf4f3d6518bdc6f3000eb9ed0c6fab61e4e2b65b0db68a0
5
5
  SHA512:
6
- metadata.gz: 9e661600226a88bbbb700ede9ff90fb719722e3fde8b15e1b577354b029a6ea8b9f227bb0477324eea97d5ec4426a8cf4f5a8cd843df201f87785a8c773abd25
7
- data.tar.gz: d7a38488acf92cc3108625d7052a03b2617d9a3dfbc8a73d0928be74c972ab797b088a43418f07509b79266be8101f2881ae9243848c9ccfc4a1524ea000c358
6
+ metadata.gz: 02df56dbc12d14dcf181da72990cbd33d60c79aa8e3d8687d688f675a2570a9d2123fa5b3dec1c4349ff1cd4b29495386f50fedd78d809b09cda2a8e3442df20
7
+ data.tar.gz: f028b0ed979f39ede38aaf0b7f08f58473586ce41ab81748ea9f9dd3d032c1f9bace625d26d4300d5093b583950589458378202e06f375abbdc78d938ea9a6f3
@@ -55,7 +55,7 @@ module OodPackaging::Utils
55
55
  end
56
56
 
57
57
  def ondemand_repo_version
58
- '3.1'
58
+ '4.0'
59
59
  end
60
60
 
61
61
  def ondemand_rpm_repo_baseurl
@@ -63,11 +63,11 @@ module OodPackaging::Utils
63
63
  end
64
64
 
65
65
  def ruby_version
66
- '3.1'
66
+ '3.3'
67
67
  end
68
68
 
69
69
  def nodejs_version
70
- '18'
70
+ '20'
71
71
  end
72
72
 
73
73
  def ctr_scripts_dir
@@ -2,25 +2,25 @@
2
2
 
3
3
  # Version code for OodPackaging
4
4
  module OodPackaging
5
- VERSION = '0.15.2'
5
+ VERSION = '0.16.0'
6
6
  PACKAGE_VERSION = {
7
7
  'ondemand-release' => {
8
- '(ubuntu|debian)' => '3.1.2',
9
- 'default' => '3.1'
8
+ '(ubuntu|debian)' => '4.0.0',
9
+ 'default' => '4.0'
10
10
  },
11
11
  'ondemand-release-latest' => {
12
12
  '(ubuntu|debian)' => '4',
13
13
  'default' => '1-8'
14
14
  },
15
- 'ondemand-runtime' => '3.1.5',
15
+ 'ondemand-runtime' => '4.0.0',
16
16
  'scl-utils' => '2.0.3',
17
- 'passenger' => '6.0.20',
17
+ 'passenger' => '6.0.23',
18
18
  'cjose' => '0.6.1',
19
19
  'mod_auth_openidc' => '2.4.14.1',
20
20
  'ondemand_exporter' => '0.10.0',
21
21
  'ondemand-compute' => {
22
- '(ubuntu|debian)' => '3.1.0',
23
- 'default' => '3.1.0'
22
+ '(ubuntu|debian)' => '4.0.0',
23
+ 'default' => '4.0.0'
24
24
  },
25
25
  'python-websockify' => '0.11.0',
26
26
  'turbovnc' => '3.1.1'
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.15.2
4
+ version: 0.16.0
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-10-23 00:00:00.000000000 Z
12
+ date: 2024-11-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake