beaker-abs 0.1.3 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/HISTORY.md +41 -2
- data/README.md +8 -1
- data/beaker-abs.gemspec +1 -1
- data/lib/beaker-abs/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTg4M2E4ZGUxNWQzMDM0MDFhYjlhMDY4YWFhNWI3ODk2ZGY1NDE4Ng==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZGUwOWJhZDZmMWE1YmNkYjBhYmEzNzIwZTc4MjRjZGExZmM5OTRmNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NmI2YWJjOTA0ZTRkYWE4ZTE3MjVmZTBkNDBiOTIyYmNhNzk5NzVlYTIzMmYy
|
10
|
+
YjVmMTYyYTBmMDBmZGZlMzg4NDg4ZDU2YTNiYzQ3NzA1NWQ2NWVhOTQxOWFk
|
11
|
+
NTJmZDQ2MzVlNWVjNGYyZGVjNzZhODA5NzU2YTEyNjQ1M2VkYmI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
N2Q0MmViY2I0NmQxNGY3MGU4YjRiZmZiYzFkOTY1ZWQwNGIwNTYxNmYzMjJi
|
14
|
+
OWI5MzE1NDgxOGNkZWJkNDYwYmVkYjE0N2FiMDI5NmRmNzJiODhhNWY4MDI4
|
15
|
+
ZGMzZTYyY2VlZWQ1MWM2NDdmZWViZDBhNmI4NTg1MWU2ZGQ1ZDc=
|
data/HISTORY.md
CHANGED
@@ -1,11 +1,50 @@
|
|
1
1
|
# qe_beaker-abs_bump_and_tag_master - History
|
2
2
|
## Tags
|
3
|
-
* [LATEST -
|
3
|
+
* [LATEST - 24 Oct, 2016 (4c14d730)](#LATEST)
|
4
|
+
* [0.1.3 - 16 Sep, 2016 (6f1ced08)](#0.1.3)
|
4
5
|
* [0.1.2 - 16 Sep, 2016 (b914ae60)](#0.1.2)
|
5
6
|
* [0.1.1 - 16 Sep, 2016 (10ee39cf)](#0.1.1)
|
6
7
|
|
7
8
|
## Details
|
8
|
-
### <a name = "LATEST">LATEST -
|
9
|
+
### <a name = "LATEST">LATEST - 24 Oct, 2016 (4c14d730)
|
10
|
+
|
11
|
+
* (GEM) update beaker-abs version to 0.2.0 (4c14d730)
|
12
|
+
|
13
|
+
* Merge pull request #5 from puppetlabs/beaker3-conflict (54001ff7)
|
14
|
+
|
15
|
+
|
16
|
+
```
|
17
|
+
Merge pull request #5 from puppetlabs/beaker3-conflict
|
18
|
+
|
19
|
+
(QENG-4472) Relax version constraints
|
20
|
+
```
|
21
|
+
* (QENG-4472) Relax version constraints (574d1d95)
|
22
|
+
|
23
|
+
|
24
|
+
```
|
25
|
+
(QENG-4472) Relax version constraints
|
26
|
+
|
27
|
+
Previously, we were pessimistically pinned to beaker 2.x, which meant
|
28
|
+
projects could not use both beaker 3 and beaker-abs simultaneously.
|
29
|
+
|
30
|
+
Beaker-abs only requires a version of beaker supporting the custom
|
31
|
+
hypervisor API. Due to a beaker bug, custom hypervisors did not work
|
32
|
+
until beaker 2.9.0 in commit d45e723cd. We also require less than beaker
|
33
|
+
4 to prevent future incompatibilities.
|
34
|
+
```
|
35
|
+
* (MAINT) Update Development notes on releasing (80972ba9)
|
36
|
+
|
37
|
+
* Merge pull request #4 from puppetlabs/update-dev-section-in-readme (9f4acbe1)
|
38
|
+
|
39
|
+
|
40
|
+
```
|
41
|
+
Merge pull request #4 from puppetlabs/update-dev-section-in-readme
|
42
|
+
|
43
|
+
(MAINT) Update Development notes on releasing
|
44
|
+
```
|
45
|
+
### <a name = "0.1.3">0.1.3 - 16 Sep, 2016 (6f1ced08)
|
46
|
+
|
47
|
+
* (HISTORY) update beaker-abs history for gem release 0.1.3 (6f1ced08)
|
9
48
|
|
10
49
|
* (GEM) update beaker-abs version to 0.1.3 (3d6ed7b7)
|
11
50
|
|
data/README.md
CHANGED
@@ -47,7 +47,14 @@ Beaker will populate the `vmhostname` property for each host using information p
|
|
47
47
|
|
48
48
|
After checking out the repo, run `bundle install --path .bundle` to install dependencies. Then, run `bundle exec rake test` to run the tests.
|
49
49
|
|
50
|
-
To release a new version,
|
50
|
+
To release a new version, run the [release pipeline](https://jenkins-qe.delivery.puppetlabs.net/job/qe_beaker-abs_init-multijob_master/)
|
51
|
+
(infrastructure access is required) and provide the following parameters:
|
52
|
+
|
53
|
+
- PUBLIC: Whether to release the gem to rubygems.org
|
54
|
+
- version: Desired version to release
|
55
|
+
|
56
|
+
The pipeline will update the version number in `version.rb`, create a git tag for the version, push git commits and tags to
|
57
|
+
GitHub, and optionally push the `.gem` file to [rubygems.org](https://rubygems.org).
|
51
58
|
|
52
59
|
## Contributing
|
53
60
|
|
data/beaker-abs.gemspec
CHANGED
data/lib/beaker-abs/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker-abs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Cooper
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-10-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -57,16 +57,22 @@ dependencies:
|
|
57
57
|
name: beaker
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
|
-
- -
|
60
|
+
- - ! '>='
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 2.9.0
|
63
|
+
- - <
|
61
64
|
- !ruby/object:Gem::Version
|
62
|
-
version: '
|
65
|
+
version: '4.0'
|
63
66
|
type: :runtime
|
64
67
|
prerelease: false
|
65
68
|
version_requirements: !ruby/object:Gem::Requirement
|
66
69
|
requirements:
|
67
|
-
- -
|
70
|
+
- - ! '>='
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: 2.9.0
|
73
|
+
- - <
|
68
74
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
75
|
+
version: '4.0'
|
70
76
|
description: Adds a custom hypervisor that uses hosts provisioned by the Always Be
|
71
77
|
Scheduling service.
|
72
78
|
email:
|