simp-beaker-helpers 1.14.2 → 1.14.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/simp/beaker_helpers/version.rb +1 -1
- data/lib/simp/beaker_helpers.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba93253298e41c596d16c45a60499e585a242fada303797e01d4ce6476c2b340
|
|
4
|
+
data.tar.gz: ac9c8518c54d380601c78bfa0e6916ef5cb0c368b1719ddb6bb33ed9e09f9aac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a928d8e06a885b8f22acb5ebfd31216d1b2053b1868fd97c20e58abe6ea89a6108fd43e82aefc8e5bdc48b582239d4bd1893b18bff68bc679e19fe2f5f4eeba
|
|
7
|
+
data.tar.gz: 4eb3da178ba7fd3fcc74ce0dc5346214f3133628dade8e96ad6dd93988ce40c983a26f79f5b0a25fa2d22237911eecdbfe49c44d85fa681a076ad7a20bb2dc3b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
### 1.14.3 / 2019-06-24
|
|
2
|
+
* Add RPM-GPG-KEY-SIMP-6 to the SIMP dependencies repo created
|
|
3
|
+
by install_simp_repo.
|
|
4
|
+
|
|
1
5
|
### 1.14.2 / 2019-05-16
|
|
2
6
|
* Move the minimum supported puppet version to Puppet 5 since Puppet 4 has been
|
|
3
7
|
removed from the download servers completely. Beaker may re-add support for
|
data/lib/simp/beaker_helpers.rb
CHANGED
|
@@ -978,6 +978,7 @@ done
|
|
|
978
978
|
'simp_deps' => {
|
|
979
979
|
:baseurl => 'https://packagecloud.io/simp-project/6_X_Dependencies/el/$releasever/$basearch',
|
|
980
980
|
:gpgkey => ['https://raw.githubusercontent.com/NationalSecurityAgency/SIMP/master/GPGKEYS/RPM-GPG-KEY-SIMP',
|
|
981
|
+
'https://download.simp-project.com/simp/GPGKEYS/RPM-GPG-KEY-SIMP-6',
|
|
981
982
|
'https://yum.puppet.com/RPM-GPG-KEY-puppetlabs',
|
|
982
983
|
'https://yum.puppet.com/RPM-GPG-KEY-puppet',
|
|
983
984
|
'https://apt.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-96',
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simp-beaker-helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.14.
|
|
4
|
+
version: 1.14.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Tessmer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-06-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: beaker
|