beaker 4.20.0 → 4.21.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: 3e5c263e1126d9ce16c4cef1e66654ac95430e2eb34b96e8fd172622995b2f64
4
- data.tar.gz: a28639cfe3220506de7a8a1a05ab86e1a6e9595a561a2bc7a640281b1d64ed67
3
+ metadata.gz: 92aa5f010caeb1dc51e07fda6804186857ce5d3d74c9f8391ff3d6f3cd720f7a
4
+ data.tar.gz: 8c6903944cf9c77f166edec11fe1503085a048f70119456a5680339771564558
5
5
  SHA512:
6
- metadata.gz: 20ef18122b339c7fc9c763799fb8c921d341e34cdd26ba2895014079bb687c82a08c73e0a9cdb2fa1887018ea7b89b4476f538bb6c9decc0966a8fbe6062b590
7
- data.tar.gz: 3d338288fe6b2f627312f7623801e6d5d3914a63e0cea15a2cf61cfa16860068dfb37767941ded909c660173c6b0623419dfc2c5134ba5cd92dc84687d7571ac
6
+ metadata.gz: bf304b5107c82a834e86fd4123aa36f89ea8933571f35d2abe5cb3a934447f0a4c154fe8006b315cc4a90404c170a42a4a256b2d90542b1f4ad34024ad248601
7
+ data.tar.gz: c4331359a27c7b880fbd34213983337f0c79374b353d8f5581def07196df83d7ad0209a7694de4ba8989520cc25fe2210f35ade13d048e5290d98e63e8e240eb
@@ -20,15 +20,21 @@ The headers used in [Keep a Changelog](http://keepachangelog.com) are:
20
20
  - Fixed - for any bug fixes.
21
21
  - Security - in case of vulnerabilities.
22
22
 
23
- # [Unreleased](https://github.com/puppetlabs/beaker/compare/4.20.0...master)
23
+ # [Unreleased](https://github.com/puppetlabs/beaker/compare/4.21.0...master)
24
24
 
25
- # [4.20.0](https://github.com/puppetlabs/beaker/compare/4.19.0...4.20.0)
25
+ # [4.21.0](https://github.com/puppetlabs/beaker/compare/4.20.0...4.21.0) - 2020-03-31
26
26
 
27
27
  ### Added
28
28
 
29
- - Vagrant RSync/SSH settings will now be picked up if set via beaker-vagrant ([#1634)[https://github.com/puppetlabs/beaker/pull/1634]] and beaker-vagrant [#28](https://github.com/puppetlabs/beaker-vagrant/pull/28))
29
+ - Empty file `/etc/environment` while preparing ssh environment on Ubuntu 20.04 to keep the current behavior and consider all variables from `~/.ssh/environment`. ([#1635](https://github.com/puppetlabs/beaker/pull/1635))
30
30
 
31
- # [4.19.0](https://github.com/puppetlabs/beaker/compare/4.18.0...4.19.0)
31
+ # [4.20.0](https://github.com/puppetlabs/beaker/compare/4.19.0...4.20.0) - 2020-03-19
32
+
33
+ ### Added
34
+
35
+ - Vagrant RSync/SSH settings will now be picked up if set via beaker-vagrant ([#1634](https://github.com/puppetlabs/beaker/pull/1634) and [beaker-vagrant#28](https://github.com/puppetlabs/beaker-vagrant/pull/28))
36
+
37
+ # [4.19.0](https://github.com/puppetlabs/beaker/compare/4.18.0...4.19.0) - 2020-03-13
32
38
 
33
39
  ### Added
34
40
 
@@ -275,6 +275,7 @@ module Unix::Exec
275
275
  directory = tmpdir()
276
276
  exec(Beaker::Command.new("echo 'PermitUserEnvironment yes' | cat - /etc/ssh/sshd_config > #{directory}/sshd_config.permit"))
277
277
  exec(Beaker::Command.new("mv #{directory}/sshd_config.permit /etc/ssh/sshd_config"))
278
+ exec(Beaker::Command.new("echo '' >/etc/environment")) if self['platform'] =~ /ubuntu-20.04/
278
279
  when /el-7|centos-7|redhat-7|oracle-7|scientific-7|eos-7|el-8|centos-8|redhat-8|oracle-8/
279
280
  directory = tmpdir()
280
281
  exec(Beaker::Command.new("echo 'PermitUserEnvironment yes' | cat - /etc/ssh/sshd_config > #{directory}/sshd_config.permit"))
@@ -1,5 +1,5 @@
1
1
  module Beaker
2
2
  module Version
3
- STRING = '4.20.0'
3
+ STRING = '4.21.0'
4
4
  end
5
5
  end
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.20.0
4
+ version: 4.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-19 00:00:00.000000000 Z
11
+ date: 2020-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec