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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f0c1802b035c9aab8eb25b91d2434e11d3c755be99e51fe281931e369f23cfc
4
- data.tar.gz: 8453b9c5d98d067103f977f45d5e2f06f7d265c38ecbbfdab3ddbc47fbe19e95
3
+ metadata.gz: ba93253298e41c596d16c45a60499e585a242fada303797e01d4ce6476c2b340
4
+ data.tar.gz: ac9c8518c54d380601c78bfa0e6916ef5cb0c368b1719ddb6bb33ed9e09f9aac
5
5
  SHA512:
6
- metadata.gz: a39140d24b4e7fe16e62c9e7220801670349082ef539dc62eabc381fb8cc902e751c340cff05b230127b1272a35d7bc909b4eeb3af23b0264a2df1ee8d7cd7b8
7
- data.tar.gz: bcff7a3c524f8f753da48848562cd6d1b9ea0994a737058cd2c846dbe2081408c807dfd14b00dea77afa8a8f720f4c2f5726a18a521f715101584b62aa7f283f
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
@@ -1,5 +1,5 @@
1
1
  module Simp; end
2
2
 
3
3
  module Simp::BeakerHelpers
4
- VERSION = '1.14.2'
4
+ VERSION = '1.14.3'
5
5
  end
@@ -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.2
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-05-17 00:00:00.000000000 Z
12
+ date: 2019-06-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: beaker