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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzRmYjY5ODQ2NzcyZDRlMjcxN2YyNDM4ZjA4OGQ2Y2ExZjA0OGNlOA==
4
+ ZTg4M2E4ZGUxNWQzMDM0MDFhYjlhMDY4YWFhNWI3ODk2ZGY1NDE4Ng==
5
5
  data.tar.gz: !binary |-
6
- YmE2YjQxZjkwMDZjZWMwZWJhY2VlZTYwN2FmZDZjNTZkMTlhNzBhNg==
6
+ ZGUwOWJhZDZmMWE1YmNkYjBhYmEzNzIwZTc4MjRjZGExZmM5OTRmNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MWU3YWQxZWQwZjgwOGRiOTlhMjcyMTk5ZWYzYTUzODA2NzA1OTgyODU5ZmJh
10
- ZjRjZmY5ZDk4MzdhOThjNjg5ZDc1Mjc2ZTgwMTI0Y2Q2OWI0ZDAxNmIxNGYx
11
- Zjg5MTM0OWI5ODg0NzA1MjJjZGE0ZTE0NmY4Y2Y1NzhlYjc3NzU=
9
+ NmI2YWJjOTA0ZTRkYWE4ZTE3MjVmZTBkNDBiOTIyYmNhNzk5NzVlYTIzMmYy
10
+ YjVmMTYyYTBmMDBmZGZlMzg4NDg4ZDU2YTNiYzQ3NzA1NWQ2NWVhOTQxOWFk
11
+ NTJmZDQ2MzVlNWVjNGYyZGVjNzZhODA5NzU2YTEyNjQ1M2VkYmI=
12
12
  data.tar.gz: !binary |-
13
- NTEyMjJmNDI1ZTI2MmY1NDJiY2Q5YzRkNTM3NTJlNTkwNGVmZDNlMjY2NWQ1
14
- Y2M3NGQzMjgxNmQ3ZTJmZmViZGM2YTVkNjE1NmEzOTdmMGUxYjc4MDdiYjdl
15
- YWFiMTVmNTc1NDM3ODM4OWUyY2Q4MDBkMmRiNzQ5ODZiYmJhNzA=
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 - 16 Sep, 2016 (3d6ed7b7)](#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 - 16 Sep, 2016 (3d6ed7b7)
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, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
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
 
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency "rake", "~> 10.0"
23
23
  spec.add_development_dependency "minitest", "~> 5.0"
24
24
 
25
- spec.add_runtime_dependency "beaker", "~> 2.49"
25
+ spec.add_runtime_dependency "beaker", '>= 2.9.0', '< 4.0'
26
26
  end
@@ -1,5 +1,5 @@
1
1
  module BeakerAbs
2
2
  module Version
3
- STRING = '0.1.3'
3
+ STRING = '0.2.0'
4
4
  end
5
5
  end
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.1.3
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-09-16 00:00:00.000000000 Z
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: '2.49'
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: '2.49'
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: