Skip to content

Commit ab24fcd

Browse files
committed
Publish new 0.4.0 version
Signed-off-by: Derek Nola <derek.nola@suse.com>
1 parent 061850c commit ab24fcd

File tree

2 files changed

+44
-49
lines changed

2 files changed

+44
-49
lines changed

Gemfile.lock

Lines changed: 43 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,14 @@
1-
GIT
2-
remote: https://github.com/hashicorp/vagrant.git
3-
revision: c70e8ab32cd3505637e3ada6de589758bf4fbf92
4-
specs:
5-
vagrant (2.4.8.dev)
6-
base64 (~> 0.2.0)
7-
bcrypt_pbkdf (~> 1.1)
8-
childprocess (~> 5.1)
9-
csv (~> 3.3)
10-
ed25519 (~> 1.3.0)
11-
erubi
12-
hashicorp-checkpoint (~> 0.1.5)
13-
i18n (~> 1.12)
14-
ipaddr (>= 1.2.4)
15-
listen (~> 3.7)
16-
log4r (~> 1.1.9, < 1.1.11)
17-
logger (~> 1.0)
18-
mime-types (~> 3.3)
19-
net-ftp (~> 0.2)
20-
net-scp (~> 4.0)
21-
net-sftp (~> 4.0)
22-
net-ssh (~> 7.0)
23-
ostruct (~> 0.6.0)
24-
rb-kqueue (~> 0.2.0)
25-
rexml (~> 3.2)
26-
rubyzip (~> 2.3.2)
27-
vagrant_cloud (~> 3.1.2)
28-
wdm (~> 0.2.0)
29-
winrm (>= 2.3.9, < 3.0)
30-
winrm-elevated (>= 1.2.3, < 2.0)
31-
winrm-fs (>= 1.3.5, < 2.0)
32-
331
PATH
342
remote: .
353
specs:
36-
vagrant-k3s (0.3.0)
4+
vagrant-k3s (0.4.0)
375

386
GEM
397
remote: https://rubygems.org/
408
specs:
419
base64 (0.2.0)
4210
bcrypt_pbkdf (1.1.1)
43-
bigdecimal (3.2.2)
11+
bigdecimal (3.2.3)
4412
builder (3.3.0)
4513
childprocess (5.1.0)
4614
logger (~> 1.5)
@@ -50,9 +18,9 @@ GEM
5018
diff-lcs (1.5.0)
5119
ed25519 (1.3.0)
5220
erubi (1.13.1)
53-
excon (1.2.7)
21+
excon (1.3.0)
5422
logger
55-
faraday (2.13.1)
23+
faraday (2.13.4)
5624
faraday-net_http (>= 2.0, < 3.5)
5725
json
5826
logger
@@ -71,8 +39,8 @@ GEM
7139
i18n (1.14.7)
7240
concurrent-ruby (~> 1.0)
7341
ipaddr (1.2.7)
74-
json (2.12.2)
75-
jwt (3.0.0)
42+
json (2.14.1)
43+
jwt (3.1.2)
7644
base64
7745
listen (3.9.0)
7846
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -86,8 +54,8 @@ GEM
8654
mime-types (3.7.0)
8755
logger
8856
mime-types-data (~> 3.2025, >= 3.2025.0507)
89-
mime-types-data (3.2025.0617)
90-
multi_json (1.15.0)
57+
mime-types-data (3.2025.0916)
58+
multi_json (1.17.0)
9159
multi_xml (0.7.2)
9260
bigdecimal (~> 3.1)
9361
mutex_m (0.3.0)
@@ -105,23 +73,23 @@ GEM
10573
net-ssh (7.3.0)
10674
nori (2.7.1)
10775
bigdecimal
108-
oauth2 (2.0.12)
76+
oauth2 (2.0.17)
10977
faraday (>= 0.17.3, < 4.0)
11078
jwt (>= 1.0, < 4.0)
11179
logger (~> 1.2)
11280
multi_xml (~> 0.5)
11381
rack (>= 1.2, < 4)
11482
snaky_hash (~> 2.0, >= 2.0.3)
115-
version_gem (>= 1.1.8, < 3)
116-
ostruct (0.6.2)
117-
rack (3.1.16)
83+
version_gem (~> 1.1, >= 1.1.9)
84+
ostruct (0.6.3)
85+
rack (3.2.1)
11886
rake (13.0.6)
11987
rb-fsevent (0.11.2)
12088
rb-inotify (0.11.1)
12189
ffi (~> 1.0)
12290
rb-kqueue (0.2.8)
12391
ffi (>= 0.5.0)
124-
rexml (3.4.1)
92+
rexml (3.4.4)
12593
rspec (3.12.0)
12694
rspec-core (~> 3.12.0)
12795
rspec-expectations (~> 3.12.0)
@@ -145,12 +113,39 @@ GEM
145113
date
146114
timeout (0.4.3)
147115
uri (1.0.3)
116+
vagrant (2.4.9)
117+
base64 (~> 0.2.0)
118+
bcrypt_pbkdf (~> 1.1)
119+
childprocess (~> 5.1)
120+
csv (~> 3.3)
121+
ed25519 (~> 1.3.0)
122+
erubi
123+
hashicorp-checkpoint (~> 0.1.5)
124+
i18n (~> 1.12)
125+
ipaddr (>= 1.2.4)
126+
listen (~> 3.7)
127+
log4r (~> 1.1.9, < 1.1.11)
128+
logger (~> 1.0)
129+
mime-types (~> 3.3)
130+
net-ftp (~> 0.2)
131+
net-scp (~> 4.0)
132+
net-sftp (~> 4.0)
133+
net-ssh (~> 7.0)
134+
ostruct (~> 0.6.0)
135+
rb-kqueue (~> 0.2.0)
136+
rexml (~> 3.2)
137+
rubyzip (~> 2.3.2)
138+
vagrant_cloud (~> 3.1.2)
139+
wdm (~> 0.2.0)
140+
winrm (>= 2.3.9, < 3.0)
141+
winrm-elevated (>= 1.2.3, < 2.0)
142+
winrm-fs (>= 1.3.5, < 2.0)
148143
vagrant_cloud (3.1.3)
149144
excon (~> 1.0)
150145
log4r (~> 1.1)
151146
oauth2 (~> 2.0)
152147
rexml (~> 3.3)
153-
version_gem (1.1.8)
148+
version_gem (1.1.9)
154149
wdm (0.2.0)
155150
winrm (2.3.9)
156151
builder (>= 2.1.2)
@@ -177,8 +172,8 @@ PLATFORMS
177172

178173
DEPENDENCIES
179174
rake (>= 13.0)
180-
rspec (~> 3.11)
181-
vagrant!
175+
rspec (>= 3.11)
176+
vagrant (>= 2.4.0)
182177
vagrant-k3s!
183178

184179
BUNDLED WITH

lib/vagrant-k3s/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module VagrantPlugins
44
module K3s
5-
VERSION = '0.3.1'
5+
VERSION = '0.4.0'
66
end
77
end

0 commit comments

Comments
 (0)