beaker-pe 2.16.1 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +0 -21
- data/CHANGELOG.md +2 -2
- data/Gemfile.lock +43 -47
- data/README.md +6 -1
- data/beaker-pe.gemspec +1 -1
- data/lib/beaker-pe/version.rb +1 -1
- data/release-prep +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 209f3aa5584202191cc0019cc8fbe7b2353c2a7ffa2684803f5b2692ac3b0541
|
4
|
+
data.tar.gz: 74e042743384131201bdabf2bfbd2f62234c54672b48c7292aeca31c7edac0fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7535b2327e337c7f273f430d2b6cfcd6f33a27735e5def97f71e0f5969b32dc98da6918bb6743257883cf47d2afa8cb7ed38632e517d13815b60f3ba55355fb
|
7
|
+
data.tar.gz: e421b964edb3395887ab85cc239b8daee1abbb04a2763568dd2c7dce817882094f6e259e921a80b7432672387516b17cbd093de1873cb7fee584f7ca16fb2028
|
@@ -36,27 +36,6 @@ jobs:
|
|
36
36
|
return response.tag_name
|
37
37
|
result-encoding: string
|
38
38
|
|
39
|
-
- name: Generate Changelog
|
40
|
-
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
41
|
-
with:
|
42
|
-
args: >-
|
43
|
-
--future-release ${{ steps.nv.outputs.version }}
|
44
|
-
env:
|
45
|
-
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
46
|
-
|
47
|
-
- name: Validate Changelog
|
48
|
-
run : |
|
49
|
-
set -e
|
50
|
-
if output=$(git status --porcelain) && [ ! -z "$output" ]; then
|
51
|
-
echo "Here is the current git status:"
|
52
|
-
git status
|
53
|
-
echo
|
54
|
-
echo "The following changes were detected:"
|
55
|
-
git --no-pager diff
|
56
|
-
echo "Uncommitted PRs found in the changelog. Please submit a release prep PR of changes after running './release-prep'"
|
57
|
-
exit 1
|
58
|
-
fi
|
59
|
-
|
60
39
|
- name: Generate Release Notes
|
61
40
|
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
62
41
|
with:
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [
|
3
|
+
## [3.0.1](https://github.com/puppetlabs/beaker-pe/tree/3.0.1) (2024-04-08)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/3.0.0...
|
5
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/3.0.0...3.0.1)
|
6
6
|
|
7
7
|
**Implemented enhancements:**
|
8
8
|
|
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
beaker-pe (
|
4
|
+
beaker-pe (3.0.1)
|
5
5
|
beaker (>= 4.0, < 6)
|
6
6
|
beaker-abs
|
7
|
-
beaker-answers (~>
|
7
|
+
beaker-answers (~> 1.0)
|
8
8
|
beaker-puppet (>= 1, < 3)
|
9
9
|
beaker-vmpooler (~> 1.0)
|
10
10
|
stringify-hash (~> 0.0.0)
|
@@ -12,7 +12,7 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (7.1.
|
15
|
+
activesupport (7.1.3.2)
|
16
16
|
base64
|
17
17
|
bigdecimal
|
18
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -24,9 +24,9 @@ GEM
|
|
24
24
|
tzinfo (~> 2.0)
|
25
25
|
ansi (1.5.0)
|
26
26
|
ast (2.4.2)
|
27
|
-
base64 (0.
|
27
|
+
base64 (0.2.0)
|
28
28
|
bcrypt_pbkdf (1.1.0)
|
29
|
-
beaker (4.
|
29
|
+
beaker (4.41.2)
|
30
30
|
beaker-hostgenerator
|
31
31
|
ed25519 (~> 1.0)
|
32
32
|
hocon (~> 1.0)
|
@@ -45,30 +45,29 @@ GEM
|
|
45
45
|
beaker (~> 4.0)
|
46
46
|
ed25519 (>= 1.2, < 2.0)
|
47
47
|
vmfloaty (>= 1.0, < 2)
|
48
|
-
beaker-answers (0.
|
48
|
+
beaker-answers (1.0.0)
|
49
49
|
hocon (~> 1.0)
|
50
50
|
require_all (>= 1.3.2, < 3.1.0)
|
51
51
|
stringify-hash (~> 0.0.0)
|
52
|
-
beaker-hostgenerator (2.
|
52
|
+
beaker-hostgenerator (2.9.1)
|
53
53
|
deep_merge (~> 1.0)
|
54
54
|
beaker-puppet (2.0.0)
|
55
55
|
beaker (~> 4.1)
|
56
56
|
oga (~> 3.4)
|
57
57
|
beaker-vmpooler (1.4.0)
|
58
58
|
stringify-hash (~> 0.0.0)
|
59
|
-
bigdecimal (3.1.
|
59
|
+
bigdecimal (3.1.6)
|
60
60
|
coderay (1.1.3)
|
61
61
|
commander (4.6.0)
|
62
62
|
highline (~> 2.0.0)
|
63
|
-
concurrent-ruby (1.2.
|
63
|
+
concurrent-ruby (1.2.3)
|
64
64
|
connection_pool (2.4.1)
|
65
65
|
daemons (1.4.1)
|
66
66
|
deep_merge (1.2.2)
|
67
|
-
diff-lcs (1.5.
|
67
|
+
diff-lcs (1.5.1)
|
68
68
|
docile (1.4.0)
|
69
|
-
domain_name (0.
|
70
|
-
|
71
|
-
drb (2.1.1)
|
69
|
+
domain_name (0.6.20240107)
|
70
|
+
drb (2.2.0)
|
72
71
|
ruby2_keywords
|
73
72
|
ed25519 (1.3.0)
|
74
73
|
eventmachine (1.2.7)
|
@@ -107,10 +106,10 @@ GEM
|
|
107
106
|
domain_name (~> 0.5)
|
108
107
|
i18n (1.14.1)
|
109
108
|
concurrent-ruby (~> 1.0)
|
110
|
-
in-parallel (1.0.
|
109
|
+
in-parallel (1.0.1)
|
111
110
|
inifile (3.0.0)
|
112
111
|
iniparser (1.0.1)
|
113
|
-
json (2.
|
112
|
+
json (2.7.1)
|
114
113
|
kramdown (2.4.0)
|
115
114
|
rexml
|
116
115
|
logutils (0.6.1)
|
@@ -120,13 +119,13 @@ GEM
|
|
120
119
|
textutils (>= 0.10.0)
|
121
120
|
method_source (1.0.0)
|
122
121
|
minitar (0.9)
|
123
|
-
minitest (5.
|
124
|
-
multipart-post (2.
|
125
|
-
mutex_m (0.
|
126
|
-
net-ldap (0.
|
122
|
+
minitest (5.22.2)
|
123
|
+
multipart-post (2.4.0)
|
124
|
+
mutex_m (0.2.0)
|
125
|
+
net-ldap (0.19.0)
|
127
126
|
net-scp (4.0.0)
|
128
127
|
net-ssh (>= 2.6.5, < 8.0.0)
|
129
|
-
net-ssh (7.2.
|
128
|
+
net-ssh (7.2.1)
|
130
129
|
oga (3.4)
|
131
130
|
ast
|
132
131
|
ruby-ll (~> 2.1)
|
@@ -136,39 +135,39 @@ GEM
|
|
136
135
|
pry (0.14.2)
|
137
136
|
coderay (~> 1.1)
|
138
137
|
method_source (~> 1.0)
|
139
|
-
rack (2.2.
|
138
|
+
rack (2.2.8.1)
|
140
139
|
rake (13.1.0)
|
141
140
|
require_all (3.0.0)
|
142
141
|
rexml (3.2.6)
|
143
|
-
rspec (3.
|
144
|
-
rspec-core (~> 3.
|
145
|
-
rspec-expectations (~> 3.
|
146
|
-
rspec-mocks (~> 3.
|
147
|
-
rspec-core (3.
|
148
|
-
rspec-support (~> 3.
|
149
|
-
rspec-expectations (3.
|
142
|
+
rspec (3.13.0)
|
143
|
+
rspec-core (~> 3.13.0)
|
144
|
+
rspec-expectations (~> 3.13.0)
|
145
|
+
rspec-mocks (~> 3.13.0)
|
146
|
+
rspec-core (3.13.0)
|
147
|
+
rspec-support (~> 3.13.0)
|
148
|
+
rspec-expectations (3.13.0)
|
150
149
|
diff-lcs (>= 1.2.0, < 2.0)
|
151
|
-
rspec-support (~> 3.
|
150
|
+
rspec-support (~> 3.13.0)
|
152
151
|
rspec-its (1.3.0)
|
153
152
|
rspec-core (>= 3.0.0)
|
154
153
|
rspec-expectations (>= 3.0.0)
|
155
|
-
rspec-mocks (3.
|
154
|
+
rspec-mocks (3.13.0)
|
156
155
|
diff-lcs (>= 1.2.0, < 2.0)
|
157
|
-
rspec-support (~> 3.
|
158
|
-
rspec-support (3.
|
156
|
+
rspec-support (~> 3.13.0)
|
157
|
+
rspec-support (3.13.0)
|
159
158
|
rsync (1.0.9)
|
160
|
-
ruby-ll (2.1.
|
159
|
+
ruby-ll (2.1.3)
|
161
160
|
ansi
|
162
161
|
ast
|
163
162
|
ruby2_keywords (0.0.5)
|
164
163
|
rubyzip (2.3.2)
|
165
|
-
scooter (4.4
|
166
|
-
beaker
|
167
|
-
faraday
|
168
|
-
faraday-cookie_jar (
|
164
|
+
scooter (4.5.4)
|
165
|
+
beaker
|
166
|
+
faraday
|
167
|
+
faraday-cookie_jar (>= 0.0.7)
|
169
168
|
faraday_middleware (~> 1.2)
|
170
|
-
json
|
171
|
-
net-ldap (~> 0.16
|
169
|
+
json
|
170
|
+
net-ldap (~> 0.16)
|
172
171
|
test-unit
|
173
172
|
simplecov (0.22.0)
|
174
173
|
docile (~> 1.1)
|
@@ -177,7 +176,7 @@ GEM
|
|
177
176
|
simplecov-html (0.12.3)
|
178
177
|
simplecov_json_formatter (0.1.4)
|
179
178
|
stringify-hash (0.0.2)
|
180
|
-
test-unit (3.
|
179
|
+
test-unit (3.6.1)
|
181
180
|
power_assert
|
182
181
|
textutils (1.4.0)
|
183
182
|
activesupport
|
@@ -188,16 +187,13 @@ GEM
|
|
188
187
|
daemons (~> 1.0, >= 1.0.9)
|
189
188
|
eventmachine (~> 1.0, >= 1.0.4)
|
190
189
|
rack (>= 1, < 3)
|
191
|
-
thor (1.
|
190
|
+
thor (1.3.0)
|
192
191
|
tzinfo (2.0.6)
|
193
192
|
concurrent-ruby (~> 1.0)
|
194
|
-
|
195
|
-
unf_ext
|
196
|
-
unf_ext (0.0.8.2)
|
197
|
-
vmfloaty (1.8.0)
|
193
|
+
vmfloaty (1.8.1)
|
198
194
|
commander (>= 4.4.3, < 4.7.0)
|
199
195
|
faraday (~> 1.5, >= 1.5.1)
|
200
|
-
yard (0.9.
|
196
|
+
yard (0.9.36)
|
201
197
|
|
202
198
|
PLATFORMS
|
203
199
|
aarch64-linux
|
@@ -223,4 +219,4 @@ DEPENDENCIES
|
|
223
219
|
yard
|
224
220
|
|
225
221
|
BUNDLED WITH
|
226
|
-
2.
|
222
|
+
2.3.23
|
data/README.md
CHANGED
@@ -66,7 +66,7 @@ with spec testing by running the `test:spec:coverage` rake task.
|
|
66
66
|
|
67
67
|
Acceptance tests live in the `acceptance/tests` folder. These are Beaker tests,
|
68
68
|
& are dependent on having Beaker installed. Note that this will happen with a
|
69
|
-
`bundle install` execution, but can be avoided if you're not looking to run
|
69
|
+
`bundle install` execution, but can be avoided if you're not looking to run
|
70
70
|
acceptance tests by ignoring the `acceptance_testing` gem group.
|
71
71
|
|
72
72
|
You can run the acceptance testing suite by invoking the `test:acceptance` rake
|
@@ -77,6 +77,11 @@ you'd like to provide your own hosts file, set the `CONFIG` environment variable
|
|
77
77
|
|
78
78
|
## Releasing
|
79
79
|
|
80
|
+
Prerequisites (without these steps you will almost certainly hit API rate limits):
|
81
|
+
|
82
|
+
1. Generate [an API token](https://github.com/settings/tokens) with repository permissions and authorize the Puppet organization after generating.
|
83
|
+
2. Export that token as `CHANGELOG_GITHUB_TOKEN`
|
84
|
+
|
80
85
|
Open a release prep PR and run the release action:
|
81
86
|
|
82
87
|
1. Bump the "version" parameter in `lib/beaker-pe/version.rb` appropriately based merged pull requests since the last release.
|
data/beaker-pe.gemspec
CHANGED
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
35
35
|
s.add_runtime_dependency 'beaker', '>= 4.0', '< 6'
|
36
36
|
s.add_runtime_dependency 'beaker-puppet', '>=1', '<3'
|
37
37
|
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
|
38
|
-
s.add_runtime_dependency 'beaker-answers', '~>
|
38
|
+
s.add_runtime_dependency 'beaker-answers', '~> 1.0'
|
39
39
|
s.add_runtime_dependency 'beaker-abs'
|
40
40
|
s.add_runtime_dependency 'beaker-vmpooler', '~> 1.0'
|
41
41
|
|
data/lib/beaker-pe/version.rb
CHANGED
data/release-prep
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
#!/usr/bin/env bash
|
2
2
|
|
3
3
|
# bundle install
|
4
|
-
docker run -
|
4
|
+
docker run -t --rm \
|
5
5
|
-v $(pwd):/app \
|
6
6
|
ruby:2.7-slim-bullseye \
|
7
7
|
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends build-essential git make && cd /app && gem install bundler && bundle install --jobs 3; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'
|
8
8
|
|
9
9
|
# Update Changelog
|
10
|
-
docker run -
|
10
|
+
docker run -t --rm -e CHANGELOG_GITHUB_TOKEN -v $(pwd):/usr/local/src/your-app \
|
11
11
|
githubchangeloggenerator/github-changelog-generator:1.16.2 \
|
12
12
|
github_changelog_generator --future-release $(grep STRING lib/beaker-pe/version.rb |rev |cut -d "'" -f2 |rev)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker-pe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppetlabs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -216,14 +216,14 @@ dependencies:
|
|
216
216
|
requirements:
|
217
217
|
- - "~>"
|
218
218
|
- !ruby/object:Gem::Version
|
219
|
-
version: '
|
219
|
+
version: '1.0'
|
220
220
|
type: :runtime
|
221
221
|
prerelease: false
|
222
222
|
version_requirements: !ruby/object:Gem::Requirement
|
223
223
|
requirements:
|
224
224
|
- - "~>"
|
225
225
|
- !ruby/object:Gem::Version
|
226
|
-
version: '
|
226
|
+
version: '1.0'
|
227
227
|
- !ruby/object:Gem::Dependency
|
228
228
|
name: beaker-abs
|
229
229
|
requirement: !ruby/object:Gem::Requirement
|