vagrant-zones 0.1.65 → 0.1.67

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 148c39f1dfed7cc5f9e826eda783dd691f06c4db52472c8e7e0c7c913837a055
4
- data.tar.gz: 6df6524608701bb1f9bff6c5b0e7918a4cc761c5813e7e05bbec34dab4e5339e
3
+ metadata.gz: a85d1a17b093adfe212f62f5e6c9b125522cfe74ca11a5bc49ce2c7d3d2538b6
4
+ data.tar.gz: 1088bd88e036a9e31dff0482b59b9bb67d5d16d85576483b52bb9a1134a9bec2
5
5
  SHA512:
6
- metadata.gz: b7e46512558341aa5bf53373521ca855273a239ea3c2a5ba662370d695617e251b9cf11d327966e2d6c43adc719fdc58ee36d065a0ded7ee60437bf88991d023
7
- data.tar.gz: 31af6fccc808f39f78792d8581eff613a071390fe176c9ab28d2d9afb74a72e14bc9f4fc358132fadc2f67e9ed05f1f74250bae4e41e79a0764ff6dae99c7e1d
6
+ metadata.gz: 95b4f1a43bdb4bc73bd832afe1f27fd7b5b3b4c6551b92229e25a082b710197c63d09d0bdf2460fe1dd3778a36bc1dbd6f3fbd4f6b6cf09e13f38bc5efd96a7a
7
+ data.tar.gz: 30c81f5321792fbd92eaafd2eddafae0f2c8e8d20a7889ca540ba8fba3fbeb939f385837badd8d5f35d82b10e80e25543df5a99c651c25bb6ceb4e67ba89b4af
@@ -9,7 +9,8 @@ on:
9
9
 
10
10
  jobs:
11
11
  release-please:
12
- runs-on: ubuntu-latest
12
+ runs-on:
13
+ - self-hosted
13
14
  env:
14
15
  GEM_NAME: "vagrant-zones"
15
16
  steps:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.67](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.66...v0.1.67) (2023-01-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * run selfhosted! ([7c89787](https://github.com/STARTcloud/vagrant-zones/commit/7c897873ba1d3803f1b1ce453cc4bbd9d8bbe683))
9
+
10
+ ## [0.1.66](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.65...v0.1.66) (2023-01-09)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * a second time ([e806bd6](https://github.com/STARTcloud/vagrant-zones/commit/e806bd6dfa46d65e349e3fa524d7be579637f874))
16
+ * don't delete other configs after startup ([ff77fff](https://github.com/STARTcloud/vagrant-zones/commit/ff77fffec85507e2278733d3384966597308f934))
17
+ * rubylint ([0da25a2](https://github.com/STARTcloud/vagrant-zones/commit/0da25a23888976e32da494e08debb6057c3ff7e8))
18
+
3
19
  ## [0.1.65](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.64...v0.1.65) (2023-01-06)
4
20
 
5
21
 
@@ -1054,7 +1054,7 @@ module VagrantPlugins
1054
1054
 
1055
1055
  ## This setups the Netplan based OS Networking via Zlogin
1056
1056
  def zoneniczloginsetup_netplan(uii, opts, mac)
1057
- zlogin(uii, 'rm -rf /etc/netplan/*.yaml')
1057
+ zlogin(uii, 'rm -rf /etc/netplan/*.yaml') if (opts[:nic_number]).zero?
1058
1058
  ip = ipaddress(uii, opts)
1059
1059
  vnic_name = vname(uii, opts)
1060
1060
  servers = dnsservers(uii, opts)
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.65'
5
+ VERSION = '0.1.67'
6
6
  NAME = 'vagrant-zones'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.65
4
+ version: 0.1.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-06 00:00:00.000000000 Z
11
+ date: 2023-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n