vagrant-bolt 0.2.0 → 0.2.1
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 +12 -0
- data/lib/vagrant-bolt/config_builder/monkey_patches.rb +1 -1
- data/lib/vagrant-bolt/version.rb +1 -1
- 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: e9d03a761285c5908c03130961208c1bdba05835f96cbebdaadefa0a5e5379d4
|
|
4
|
+
data.tar.gz: 4df11b142b911d3f71306f1a99de585bdb1375b0fbcc20bb0b2fafc630f24fda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5378d353881473477b724456fa94c7a2188bf788ade2553c1139cd2c3a091f130793594ea73f02007099f42349ae0a4033c29b275f2b73f75f0e2c4c67496986
|
|
7
|
+
data.tar.gz: 5b3ceec04cc8c543bb93eb7a3218261772081a146bd84f09df9d80ccb24f3355801cf032f8976dc25906dc22318e2db5603d2e403c3d751310a34f98ff46a59a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v0.2.1](https://github.com/oscar-stack/vagrant-bolt/tree/v0.2.1) (2020-03-23)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/oscar-stack/vagrant-bolt/compare/v0.2.0...v0.2.1)
|
|
6
|
+
|
|
7
|
+
**Closed issues:**
|
|
8
|
+
|
|
9
|
+
- Replace bolt argument nodes with targets [\#13](https://github.com/oscar-stack/vagrant-bolt/issues/13)
|
|
10
|
+
|
|
11
|
+
**Merged pull requests:**
|
|
12
|
+
|
|
13
|
+
- Fix config builder role filtering [\#15](https://github.com/oscar-stack/vagrant-bolt/pull/15) ([jarretlavallee](https://github.com/jarretlavallee))
|
|
14
|
+
|
|
3
15
|
## [v0.2.0](https://github.com/oscar-stack/vagrant-bolt/tree/v0.2.0) (2020-02-26)
|
|
4
16
|
|
|
5
17
|
[Full Changelog](https://github.com/oscar-stack/vagrant-bolt/compare/v0.1.2...v0.2.0)
|
|
@@ -47,7 +47,7 @@ ConfigBuilder::Model::VM.prepend(VagrantBolt::ConfigBuilder::MonkeyPatches)
|
|
|
47
47
|
# Allow for the role filter to handle bolt configs and bolt_triggers
|
|
48
48
|
# @!visibility private
|
|
49
49
|
module VagrantBolt::ConfigBuilder::MonkeyPatches::FilterRoles
|
|
50
|
-
def
|
|
50
|
+
def merge_nodes!(left, right)
|
|
51
51
|
super.tap do |result|
|
|
52
52
|
array_keys = ['bolt_triggers']
|
|
53
53
|
array_keys.each do |key|
|
data/lib/vagrant-bolt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-bolt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jarret Lavallee
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: " Vagrant provisioning with Puppet Bolt\n"
|
|
14
14
|
email:
|