vagrant-k3s 0.1.5 → 0.1.7

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: 77bb215e40c54595d5a4f72eb3f0cda81cf9e48e2d3e66dfd5922fc924af8f20
4
+ data.tar.gz: fc9e4cab929cd9d3b2af9c5c50512530389afc40e288d6f439fdc9f446da304e
5
5
  SHA512:
6
- metadata.gz: 707fc8309448a686d8441786f8c81a93251ae606edc57b79f1c6d9970e60bc01d1cfcf91cf058f20d7839073d415dc3d20bdd346c388be8f30a3f5f99711a61e
7
- data.tar.gz: 8861df7ca47edb6f11ce594831a69d076f8775156359c0495302ce31b2fe0f5637fa3c4dddb3dd70786541a2e76eb91ebb640e6aa939091614e8ee8016ac16be
6
+ metadata.gz: e3e4150a8df1d093f2126d40999f49da737beb661a4a8d5a7ca3a4422702d0a05766fd8bed4aa65370f45f1239e61b3d6db689f1a7468c5b34b7d9a13a59cf59
7
+ data.tar.gz: 940fc3e8210c2006ac246700ed7aea4fe85ec0fbb3889321993858a4fa730d80461e8811fa35f063e80a73c1ad5864680eabce0f7523783b9144d4729b29124a
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,27 @@ 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-arm64-darwin)
52
+ google-protobuf (3.22.2-x86_64-darwin)
53
+ google-protobuf (3.22.2-x86_64-linux)
54
+ googleapis-common-protos-types (1.5.0)
55
+ google-protobuf (~> 3.14)
56
+ grpc (1.52.0)
57
+ google-protobuf (~> 3.21)
58
+ googleapis-common-protos-types (~> 1.0)
59
+ grpc (1.52.0-x86_64-darwin)
60
+ google-protobuf (~> 3.21)
61
+ googleapis-common-protos-types (~> 1.0)
62
+ grpc (1.52.0-x86_64-linux)
63
+ google-protobuf (~> 3.21)
64
+ googleapis-common-protos-types (~> 1.0)
45
65
  gssapi (1.3.1)
46
66
  ffi (>= 1.0.1)
47
67
  gyoku (1.4.0)
@@ -51,7 +71,8 @@ GEM
51
71
  httpclient (2.8.3)
52
72
  i18n (1.12.0)
53
73
  concurrent-ruby (~> 1.0)
54
- listen (3.7.1)
74
+ ipaddr (1.2.5)
75
+ listen (3.8.0)
55
76
  rb-fsevent (~> 0.10, >= 0.10.3)
56
77
  rb-inotify (~> 0.9, >= 0.9.10)
57
78
  little-plugger (1.1.4)
@@ -61,14 +82,20 @@ GEM
61
82
  multi_json (~> 1.14)
62
83
  mime-types (3.4.1)
63
84
  mime-types-data (~> 3.2015)
64
- mime-types-data (3.2022.0105)
85
+ mime-types-data (3.2023.0218.1)
65
86
  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)
87
+ net-ftp (0.2.0)
88
+ net-protocol
89
+ time
90
+ net-protocol (0.2.1)
91
+ timeout
92
+ net-scp (4.0.0)
93
+ net-ssh (>= 2.6.5, < 8.0.0)
94
+ net-sftp (4.0.0)
95
+ net-ssh (>= 5.0.0, < 8.0.0)
96
+ net-ssh (7.1.0)
71
97
  nori (2.6.0)
98
+ pairing_heap (3.0.0)
72
99
  rake (13.0.6)
73
100
  rb-fsevent (0.11.2)
74
101
  rb-inotify (0.10.1)
@@ -76,6 +103,10 @@ GEM
76
103
  rb-kqueue (0.2.8)
77
104
  ffi (>= 0.5.0)
78
105
  rexml (3.2.5)
106
+ rgl (0.5.10)
107
+ pairing_heap (>= 0.3.0)
108
+ rexml (~> 3.2, >= 3.2.4)
109
+ stream (~> 0.5.3)
79
110
  rspec (3.10.0)
80
111
  rspec-core (~> 3.10.0)
81
112
  rspec-expectations (~> 3.10.0)
@@ -91,6 +122,10 @@ GEM
91
122
  rspec-support (3.10.3)
92
123
  rubyntlm (0.6.3)
93
124
  rubyzip (2.3.2)
125
+ stream (0.5.5)
126
+ time (0.2.1)
127
+ date
128
+ timeout (0.3.2)
94
129
  vagrant_cloud (3.0.5)
95
130
  excon (~> 0.73)
96
131
  log4r (~> 1.1.10)
@@ -116,6 +151,8 @@ GEM
116
151
  winrm (~> 2.0)
117
152
 
118
153
  PLATFORMS
154
+ arm64-darwin-22
155
+ x86_64-darwin-20
119
156
  x86_64-linux
120
157
 
121
158
  DEPENDENCIES
data/README.md CHANGED
@@ -12,6 +12,11 @@ vagrant up --provider=<your favorite provider>
12
12
  ```ruby
13
13
  Vagrant.configure("2") do |config|
14
14
  config.vm.box = "dweomer/centos-8.4-amd64"
15
+ # deal with the repo due to the EOL of centos-8
16
+ config.vm.provision :shell, :inline => "
17
+ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
18
+ sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
19
+ "
15
20
  config.vm.provision :k3s, run: "once" do |k3s|
16
21
  # installer_url: can be anything that curl can access from the guest
17
22
  # default =>`https://get.k3s.io`
@@ -90,4 +95,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/k3s-io
90
95
 
91
96
  ## Code of Conduct
92
97
 
93
- This project is intended to be a safe, welcoming space for collaboration. Everyone interacting in the vagrant-k3s projects codebase is expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
98
+ This project is intended to be a safe, welcoming space for collaboration. Everyone interacting in the vagrant-k3s projects codebase is expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module K3s
5
- VERSION = '0.1.5'
5
+ VERSION = '0.1.7'
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.7
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-06-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake