vagrant-k3s 0.1.6 → 0.1.8.rc1

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: 7d1e649b8d729b21762a49008b3dfca4446b736c9067e3c8dc28ac759403f4ab
4
- data.tar.gz: 39e9abd547653ccf3c00007099ebb1c482e1d57f51c9fb68ebd2c70757defb95
3
+ metadata.gz: ffe4d4a8a88ae798b5dee73156d87f9b97fe58c3cf3450756789b84472e295ca
4
+ data.tar.gz: c5eed08ea69725498038c3142504609c57a2d5abf970f6149904de83501eab58
5
5
  SHA512:
6
- metadata.gz: ab65ef5bcf8c8f653002cf84c457cecc8478812751b5b4f42efabb7402a6f015208990097f3585613bb7e88da113b645f78e7e089bfdeb4bd8c8ad480aba60d3
7
- data.tar.gz: 8f36357d7283a91f1d917475b6ede443aae8067c6dad498debc1316746c1381ed41a8951318c223409e99d56dc218f9d9a1d07b694b0410ca61c0724346403c7
6
+ metadata.gz: 2726e1270aba85b14d9f0bbde46d6a10e2013deca5214e58f3f5dc22d3cbc2fbb0df5e9b7cd03df752e30b2f4129ebc87b5d12e08f12b6f34640c81cfeaed58a
7
+ data.tar.gz: de6d7d59a54c24849dc42c7a3bf6661d5f9da4d521a37f19fde1d14aefaa2af7135c874caffb3030c3b5ed73f0ce6ff64701a3bab837863f066cd6189e2f1cb5
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.3.4"
6
+ gem 'vagrant', git: 'https://github.com/hashicorp/vagrant.git', tag: "v2.3.6"
7
7
  end
8
8
 
9
9
  group :plugins do
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  GIT
2
2
  remote: https://github.com/hashicorp/vagrant.git
3
- revision: 986a01734f008d62897bb66085381090e4fcabfc
4
- tag: v2.3.4
3
+ revision: 7d35c832db0cbdd80d4c3bfeaaad550480b70dd1
4
+ tag: v2.3.6
5
5
  specs:
6
- vagrant (2.3.4)
6
+ vagrant (2.3.6)
7
7
  bcrypt_pbkdf (~> 1.1)
8
8
  childprocess (~> 4.1.0)
9
9
  ed25519 (~> 1.3.0)
@@ -11,29 +11,29 @@ GIT
11
11
  googleapis-common-protos-types (~> 1.3)
12
12
  grpc
13
13
  hashicorp-checkpoint (~> 0.1.5)
14
- i18n (~> 1.8)
14
+ i18n (~> 1.12)
15
15
  ipaddr (>= 1.2.4)
16
- listen (~> 3.6)
16
+ listen (~> 3.7)
17
17
  log4r (~> 1.1.9, < 1.1.11)
18
18
  mime-types (~> 3.3)
19
- net-ftp (~> 0.1)
19
+ net-ftp (~> 0.2)
20
20
  net-scp (~> 4.0)
21
21
  net-sftp (~> 4.0)
22
22
  net-ssh (~> 7.0)
23
23
  rb-kqueue (~> 0.2.0)
24
24
  rexml (~> 3.2)
25
- rgl (~> 0.5.7)
26
- rubyzip (~> 2.0)
25
+ rgl (~> 0.5.10)
26
+ rubyzip (~> 2.3.2)
27
27
  vagrant_cloud (~> 3.0.5)
28
- wdm (~> 0.1.0)
29
- winrm (>= 2.3.4, < 3.0)
30
- winrm-elevated (>= 1.2.1, < 2.0)
31
- winrm-fs (>= 1.3.4, < 2.0)
28
+ wdm (~> 0.1.1)
29
+ winrm (>= 2.3.6, < 3.0)
30
+ winrm-elevated (>= 1.2.3, < 2.0)
31
+ winrm-fs (>= 1.3.5, < 2.0)
32
32
 
33
33
  PATH
34
34
  remote: .
35
35
  specs:
36
- vagrant-k3s (0.1.6)
36
+ vagrant-k3s (0.1.8.rc1)
37
37
 
38
38
  GEM
39
39
  remote: https://rubygems.org/
@@ -46,13 +46,21 @@ GEM
46
46
  diff-lcs (1.5.0)
47
47
  ed25519 (1.3.0)
48
48
  erubi (1.12.0)
49
- excon (0.99.0)
49
+ excon (0.100.0)
50
50
  ffi (1.15.5)
51
- google-protobuf (3.22.2-x86_64-linux)
52
- googleapis-common-protos-types (1.5.0)
51
+ google-protobuf (3.23.3-arm64-darwin)
52
+ google-protobuf (3.23.3-x86_64-darwin)
53
+ google-protobuf (3.23.3-x86_64-linux)
54
+ googleapis-common-protos-types (1.6.0)
53
55
  google-protobuf (~> 3.14)
54
- grpc (1.52.0-x86_64-linux)
55
- google-protobuf (~> 3.21)
56
+ grpc (1.56.0)
57
+ google-protobuf (~> 3.23)
58
+ googleapis-common-protos-types (~> 1.0)
59
+ grpc (1.56.0-x86_64-darwin)
60
+ google-protobuf (~> 3.23)
61
+ googleapis-common-protos-types (~> 1.0)
62
+ grpc (1.56.0-x86_64-linux)
63
+ google-protobuf (~> 3.23)
56
64
  googleapis-common-protos-types (~> 1.0)
57
65
  gssapi (1.3.1)
58
66
  ffi (>= 1.0.1)
@@ -61,7 +69,7 @@ GEM
61
69
  rexml (~> 3.0)
62
70
  hashicorp-checkpoint (0.1.5)
63
71
  httpclient (2.8.3)
64
- i18n (1.12.0)
72
+ i18n (1.14.1)
65
73
  concurrent-ruby (~> 1.0)
66
74
  ipaddr (1.2.5)
67
75
  listen (3.8.0)
@@ -87,7 +95,7 @@ GEM
87
95
  net-ssh (>= 5.0.0, < 8.0.0)
88
96
  net-ssh (7.1.0)
89
97
  nori (2.6.0)
90
- pairing_heap (3.0.0)
98
+ pairing_heap (3.0.1)
91
99
  rake (13.0.6)
92
100
  rb-fsevent (0.11.2)
93
101
  rb-inotify (0.10.1)
@@ -99,23 +107,23 @@ GEM
99
107
  pairing_heap (>= 0.3.0)
100
108
  rexml (~> 3.2, >= 3.2.4)
101
109
  stream (~> 0.5.3)
102
- rspec (3.10.0)
103
- rspec-core (~> 3.10.0)
104
- rspec-expectations (~> 3.10.0)
105
- rspec-mocks (~> 3.10.0)
106
- rspec-core (3.10.2)
107
- rspec-support (~> 3.10.0)
108
- rspec-expectations (3.10.2)
110
+ rspec (3.12.0)
111
+ rspec-core (~> 3.12.0)
112
+ rspec-expectations (~> 3.12.0)
113
+ rspec-mocks (~> 3.12.0)
114
+ rspec-core (3.12.2)
115
+ rspec-support (~> 3.12.0)
116
+ rspec-expectations (3.12.3)
109
117
  diff-lcs (>= 1.2.0, < 2.0)
110
- rspec-support (~> 3.10.0)
111
- rspec-mocks (3.10.3)
118
+ rspec-support (~> 3.12.0)
119
+ rspec-mocks (3.12.5)
112
120
  diff-lcs (>= 1.2.0, < 2.0)
113
- rspec-support (~> 3.10.0)
114
- rspec-support (3.10.3)
121
+ rspec-support (~> 3.12.0)
122
+ rspec-support (3.12.0)
115
123
  rubyntlm (0.6.3)
116
124
  rubyzip (2.3.2)
117
125
  stream (0.5.5)
118
- time (0.2.1)
126
+ time (0.2.2)
119
127
  date
120
128
  timeout (0.3.2)
121
129
  vagrant_cloud (3.0.5)
@@ -143,11 +151,13 @@ GEM
143
151
  winrm (~> 2.0)
144
152
 
145
153
  PLATFORMS
154
+ arm64-darwin-22
155
+ x86_64-darwin-20
146
156
  x86_64-linux
147
157
 
148
158
  DEPENDENCIES
149
159
  rake (~> 13.0)
150
- rspec (~> 3.10.0)
160
+ rspec (~> 3.11)
151
161
  vagrant!
152
162
  vagrant-k3s!
153
163
 
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`
@@ -81,6 +86,9 @@ end
81
86
  ## Development
82
87
 
83
88
  See https://www.vagrantup.com/docs/plugins/development-basics
89
+ To update dependencies and gemfile:
90
+ - `bundle install`
91
+ To build and test new gem:
84
92
  - `gem build`
85
93
  - `VAGRANT_CWD=./test/ubuntu bundle exec vagrant up`
86
94
 
@@ -90,4 +98,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/k3s-io
90
98
 
91
99
  ## Code of Conduct
92
100
 
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).
101
+ 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.6'
5
+ VERSION = '0.1.8.rc1'
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.6
4
+ version: 0.1.8.rc1
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-03-13 00:00:00.000000000 Z
12
+ date: 2023-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: 3.10.0
34
+ version: '3.11'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: 3.10.0
41
+ version: '3.11'
42
42
  description: Manage k3s installations on Vagrant guests.
43
43
  email:
44
44
  - derek.nola@suse.com
@@ -84,10 +84,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '3.0'
88
88
  - - "<"
89
89
  - !ruby/object:Gem::Version
90
- version: '3.1'
90
+ version: '3.3'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="