beaker 4.35.0 → 4.36.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: 9a6679daffb138ec6bb59a4b06779db93ce4aada9f4213696ccbc1ea00041e3f
4
- data.tar.gz: 81d748b81d7ff9ec56e9b7b1309682f38540e0f03c9a861404a2493f592d4313
3
+ metadata.gz: 156fe839f18012ce2b3dcdc385123d328158e21f33e36b6e11debc5a67f51cee
4
+ data.tar.gz: 0dac80928255da4606d5f5710ffb3f569c93afa20d52039318150acafb883ed5
5
5
  SHA512:
6
- metadata.gz: b631a91707d5b1f6ff2dbb855f0cb67cfe8a693f7923b4e6dbe03eb36e6be6a9f37f56a9886eaa9c371879e3d1e4a7d276404079990e7b60c12614811805ff5c
7
- data.tar.gz: 893a6a7616500aba9df72dcaed0305bcd73038178e5b9687b0cbf2313737801e39e11a49b1bc7d836249d34577dde7bc0a79c7841072c3847bcd6255aaf55624
6
+ metadata.gz: '005694a4e2e756da6b1221833476bb0789398b0a78e9923ec0bb16a0081b21fbb1a33a8a7f56811da58f3225a0fb4f3e26f2a00dac91745197e20cefa64fde12'
7
+ data.tar.gz: 443607f9a33182feef6360a6af2d1956457a581a15156e5c9c2498a132427971332a19ffaf9b18218af9f9f9031c2420a7a2b9a8713b42ceecab50d0a5e44fff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.36.0](https://github.com/voxpupuli/beaker/tree/4.36.0) (2022-05-30)
4
+
5
+ ## Added
6
+
7
+ - (PE-33493) Add Ubuntu 2204 codename ([#1740](https://github.com/voxpupuli/beaker/pull/1740))
8
+
9
+
3
10
  ## [4.35.0](https://github.com/voxpupuli/beaker/tree/4.35.0) (2022-05-13)
4
11
 
5
12
  ## Added
@@ -13,7 +13,8 @@ module Beaker
13
13
  "wheezy" => "7",
14
14
  "squeeze" => "6",
15
15
  },
16
- :ubuntu => { "focal" => "2004",
16
+ :ubuntu => { "jammy" => "2204",
17
+ "focal" => "2004",
17
18
  "eoan" => "1910",
18
19
  "disco" => "1904",
19
20
  "cosmic" => "1810",
@@ -1,5 +1,5 @@
1
1
  module Beaker
2
2
  module Version
3
- STRING = '4.35.0'
3
+ STRING = '4.36.0'
4
4
  end
5
5
  end
@@ -82,12 +82,17 @@ module Beaker
82
82
  expect( platform.with_version_codename ).to be === 'debian-squeeze-xxx'
83
83
  end
84
84
 
85
- it "can convert unbuntu-2004-xxx to ubuntu-focal-xxx" do
85
+ it "can convert ubuntu-2204-xxx to ubuntu-jammy-xxx" do
86
+ @name = 'ubuntu-2204-xxx'
87
+ expect( platform.with_version_codename ).to be === 'ubuntu-jammy-xxx'
88
+ end
89
+
90
+ it "can convert ubuntu-2004-xxx to ubuntu-focal-xxx" do
86
91
  @name = 'ubuntu-2004-xxx'
87
92
  expect( platform.with_version_codename ).to be === 'ubuntu-focal-xxx'
88
93
  end
89
94
 
90
- it "can convert unbuntu-1604-xxx to ubuntu-xenial-xxx" do
95
+ it "can convert ubuntu-1604-xxx to ubuntu-xenial-xxx" do
91
96
  @name = 'ubuntu-1604-xxx'
92
97
  expect( platform.with_version_codename ).to be === 'ubuntu-xenial-xxx'
93
98
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.35.0
4
+ version: 4.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-13 00:00:00.000000000 Z
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec