vagrant-zones 0.1.85 → 0.1.87

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: 6bf20cdda311a82fdc0cbefd7c24dfbfb0903d7f0576e40aa15cfdbb1aec1c62
4
- data.tar.gz: da2ab2b6ce91f6ae5b83ede4fdf21d3e3469caa27fd7af4df9a5675c20072c15
3
+ metadata.gz: aaa98010a63627bf6f4d9b07b04c57a394cf660f24e6a13d2776d5e25aae8def
4
+ data.tar.gz: b99b564ae05cbe233c94e99b36be87295fc0016528b595493a96b0698d45a009
5
5
  SHA512:
6
- metadata.gz: 20ff28058c4f6bdedb2caee182c45a871c2ff75898f557e33acdae1a125127c70a931d24b17b70f97071d85a63e30a45088617d14c40b675ce97cbc4db3bf8bb
7
- data.tar.gz: 0c02ad7bc067abffb687a0f4b5b9120fa88605a4ac944bbee62285dbe2ae5a91362b7d7d8173164b81ceb217027434ad7c1a86e059bebedb4379c6455dac6320
6
+ metadata.gz: 1b3f9bb5accc0ae321f7a736a79717569c35108a41479a097c9345a16440819b97940dcd4c7ea588e6bae363b53e5db341daa8706340e4c2b11e08f4405c3faf
7
+ data.tar.gz: 6ea3c513c4cdd4e666bbc617917879b786d7ddbd96dffa595d8a751823a4224d76fcb00bb43e40010f767eb33c7114d78f2b7fcbe5d99da2c452491166080dc5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.87](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.86...v0.1.87) (2023-12-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * spacing in translation file ([44f80c4](https://github.com/STARTcloud/vagrant-zones/commit/44f80c449b3760bac5c56b3af07884f2c081e95c))
9
+
10
+ ## [0.1.86](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.85...v0.1.86) (2023-12-14)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * remove provisional vnic after provisioning ([260102c](https://github.com/STARTcloud/vagrant-zones/commit/260102c926d374c81acbc67f561bc655f22573af))
16
+
3
17
  ## [0.1.85](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.84...v0.1.85) (2023-12-14)
4
18
 
5
19
 
@@ -27,8 +27,8 @@ module VagrantPlugins
27
27
  b2.use WaitTillBoot
28
28
  b2.use Setup
29
29
  b2.use WaitTillUp
30
- b2.use NetworkingCleanup
31
30
  b2.use Provision
31
+ b2.use NetworkingCleanup
32
32
  b2.use SetHostname
33
33
  b2.use SyncedFolders
34
34
  b2.use SyncedFolderCleanup
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.85'
5
+ VERSION = '0.1.87'
6
6
  NAME = 'vagrant-zones'
7
7
  end
8
8
  end
data/locales/en.yml CHANGED
@@ -257,7 +257,7 @@ en:
257
257
  nat_vnic_setup: |-
258
258
  - Setting up NAT VNIC:
259
259
  vnic_conf_del: |-
260
- - Deleting zonecg for provisional VNIC:
260
+ - Removing the provisional vnic from the zones configuration:
261
261
  forwarding_nat: |-
262
262
  - Enabling NAT forwarding:
263
263
  configuring_nat: |-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.85
4
+ version: 0.1.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert