vagrant-k3s 0.1.5 → 0.1.6

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: 22965e2f1e0f69f8c228158896a642890d8f5d909567c72b4cbfa9398cf4f9a6
4
- data.tar.gz: e1ce4555be5dd26b811a7bd2980ba211fee07e863517d8e6973db2a840422a98
3
+ metadata.gz: 7d1e649b8d729b21762a49008b3dfca4446b736c9067e3c8dc28ac759403f4ab
4
+ data.tar.gz: 39e9abd547653ccf3c00007099ebb1c482e1d57f51c9fb68ebd2c70757defb95
5
5
  SHA512:
6
- metadata.gz: 707fc8309448a686d8441786f8c81a93251ae606edc57b79f1c6d9970e60bc01d1cfcf91cf058f20d7839073d415dc3d20bdd346c388be8f30a3f5f99711a61e
7
- data.tar.gz: 8861df7ca47edb6f11ce594831a69d076f8775156359c0495302ce31b2fe0f5637fa3c4dddb3dd70786541a2e76eb91ebb640e6aa939091614e8ee8016ac16be
6
+ metadata.gz: ab65ef5bcf8c8f653002cf84c457cecc8478812751b5b4f42efabb7402a6f015208990097f3585613bb7e88da113b645f78e7e089bfdeb4bd8c8ad480aba60d3
7
+ data.tar.gz: 8f36357d7283a91f1d917475b6ede443aae8067c6dad498debc1316746c1381ed41a8951318c223409e99d56dc218f9d9a1d07b694b0410ca61c0724346403c7
data/Gemfile CHANGED
@@ -3,7 +3,7 @@
3
3
  source 'https://rubygems.org'
4
4
 
5
5
  group :development do
6
- gem 'vagrant', git: 'https://github.com/hashicorp/vagrant.git', tag: "v2.2.18"
6
+ gem 'vagrant', git: 'https://github.com/hashicorp/vagrant.git', tag: "v2.3.4"
7
7
  end
8
8
 
9
9
  group :plugins do
data/Gemfile.lock CHANGED
@@ -1,23 +1,28 @@
1
1
  GIT
2
2
  remote: https://github.com/hashicorp/vagrant.git
3
- revision: 52857ccac9d315a6e1897c7885f463983ac67957
4
- tag: v2.2.18
3
+ revision: 986a01734f008d62897bb66085381090e4fcabfc
4
+ tag: v2.3.4
5
5
  specs:
6
- vagrant (2.2.18)
6
+ vagrant (2.3.4)
7
7
  bcrypt_pbkdf (~> 1.1)
8
8
  childprocess (~> 4.1.0)
9
- ed25519 (~> 1.2.4)
9
+ ed25519 (~> 1.3.0)
10
10
  erubi
11
+ googleapis-common-protos-types (~> 1.3)
12
+ grpc
11
13
  hashicorp-checkpoint (~> 0.1.5)
12
14
  i18n (~> 1.8)
13
- listen (~> 3.5)
15
+ ipaddr (>= 1.2.4)
16
+ listen (~> 3.6)
14
17
  log4r (~> 1.1.9, < 1.1.11)
15
18
  mime-types (~> 3.3)
16
- net-scp (~> 3.0.0)
17
- net-sftp (~> 3.0)
18
- net-ssh (>= 6.1.0, < 6.2)
19
+ net-ftp (~> 0.1)
20
+ net-scp (~> 4.0)
21
+ net-sftp (~> 4.0)
22
+ net-ssh (~> 7.0)
19
23
  rb-kqueue (~> 0.2.0)
20
24
  rexml (~> 3.2)
25
+ rgl (~> 0.5.7)
21
26
  rubyzip (~> 2.0)
22
27
  vagrant_cloud (~> 3.0.5)
23
28
  wdm (~> 0.1.0)
@@ -28,7 +33,7 @@ GIT
28
33
  PATH
29
34
  remote: .
30
35
  specs:
31
- vagrant-k3s (0.1.5)
36
+ vagrant-k3s (0.1.6)
32
37
 
33
38
  GEM
34
39
  remote: https://rubygems.org/
@@ -36,12 +41,19 @@ GEM
36
41
  bcrypt_pbkdf (1.1.0)
37
42
  builder (3.2.4)
38
43
  childprocess (4.1.0)
39
- concurrent-ruby (1.1.10)
44
+ concurrent-ruby (1.2.2)
45
+ date (3.3.3)
40
46
  diff-lcs (1.5.0)
41
- ed25519 (1.2.4)
42
- erubi (1.11.0)
43
- excon (0.94.0)
47
+ ed25519 (1.3.0)
48
+ erubi (1.12.0)
49
+ excon (0.99.0)
44
50
  ffi (1.15.5)
51
+ google-protobuf (3.22.2-x86_64-linux)
52
+ googleapis-common-protos-types (1.5.0)
53
+ google-protobuf (~> 3.14)
54
+ grpc (1.52.0-x86_64-linux)
55
+ google-protobuf (~> 3.21)
56
+ googleapis-common-protos-types (~> 1.0)
45
57
  gssapi (1.3.1)
46
58
  ffi (>= 1.0.1)
47
59
  gyoku (1.4.0)
@@ -51,7 +63,8 @@ GEM
51
63
  httpclient (2.8.3)
52
64
  i18n (1.12.0)
53
65
  concurrent-ruby (~> 1.0)
54
- listen (3.7.1)
66
+ ipaddr (1.2.5)
67
+ listen (3.8.0)
55
68
  rb-fsevent (~> 0.10, >= 0.10.3)
56
69
  rb-inotify (~> 0.9, >= 0.9.10)
57
70
  little-plugger (1.1.4)
@@ -61,14 +74,20 @@ GEM
61
74
  multi_json (~> 1.14)
62
75
  mime-types (3.4.1)
63
76
  mime-types-data (~> 3.2015)
64
- mime-types-data (3.2022.0105)
77
+ mime-types-data (3.2023.0218.1)
65
78
  multi_json (1.15.0)
66
- net-scp (3.0.0)
67
- net-ssh (>= 2.6.5)
68
- net-sftp (3.0.0)
69
- net-ssh (>= 5.0.0, < 7.0.0)
70
- net-ssh (6.1.0)
79
+ net-ftp (0.2.0)
80
+ net-protocol
81
+ time
82
+ net-protocol (0.2.1)
83
+ timeout
84
+ net-scp (4.0.0)
85
+ net-ssh (>= 2.6.5, < 8.0.0)
86
+ net-sftp (4.0.0)
87
+ net-ssh (>= 5.0.0, < 8.0.0)
88
+ net-ssh (7.1.0)
71
89
  nori (2.6.0)
90
+ pairing_heap (3.0.0)
72
91
  rake (13.0.6)
73
92
  rb-fsevent (0.11.2)
74
93
  rb-inotify (0.10.1)
@@ -76,6 +95,10 @@ GEM
76
95
  rb-kqueue (0.2.8)
77
96
  ffi (>= 0.5.0)
78
97
  rexml (3.2.5)
98
+ rgl (0.5.10)
99
+ pairing_heap (>= 0.3.0)
100
+ rexml (~> 3.2, >= 3.2.4)
101
+ stream (~> 0.5.3)
79
102
  rspec (3.10.0)
80
103
  rspec-core (~> 3.10.0)
81
104
  rspec-expectations (~> 3.10.0)
@@ -91,6 +114,10 @@ GEM
91
114
  rspec-support (3.10.3)
92
115
  rubyntlm (0.6.3)
93
116
  rubyzip (2.3.2)
117
+ stream (0.5.5)
118
+ time (0.2.1)
119
+ date
120
+ timeout (0.3.2)
94
121
  vagrant_cloud (3.0.5)
95
122
  excon (~> 0.73)
96
123
  log4r (~> 1.1.10)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module K3s
5
- VERSION = '0.1.5'
5
+ VERSION = '0.1.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-k3s
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Nola
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-05-24 00:00:00.000000000 Z
12
+ date: 2023-03-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake