hetzner-k3s 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 763805e4627b03dd56a2686abe7bc16365f07c27a8f9f1a209f89830ba6c4809
4
- data.tar.gz: ce9541a715ea2934532a4d9b9aeabd8754d4607fcafcfdadd2c709b387073585
3
+ metadata.gz: d68b2062d774dff1a7b6e3b0eefad65b1a964c24ee9e1a2f6437967cfc5c07af
4
+ data.tar.gz: 382dd4a5eddaa0cd15882fc683ac6b4e0222de77273510cae7665289e871df93
5
5
  SHA512:
6
- metadata.gz: f607f968e4396a0ac166741e031e21c8190c1a8fea04ebe92f6a74f8ddc61a77e7f8eddac3b5a5c909c81b660617a79ca05dc84946b9d4cb88dd7fffbe6bb81e
7
- data.tar.gz: 926544cff31838ce3419c10165a512bfce52c284cc7394600bf55be34876fd8505abab33d0b97014730e86d4c95a237f32eff17c9c339cd91f985518df68c0e7
6
+ metadata.gz: 1d2f5c8b1795044bbad2404a20a2f5a9c2036f05a5e3dd3caa85a15f52d713267bd4072be616303401945b829c9f86b72eecfb2fe31a19e14a2f6269814a3199
7
+ data.tar.gz: 8b694f74768bd39e77c06be466475a87b7ba3ebb293a1166af9705c3202167633fe03dd84a17556fe96c2369d855048468f335a909f33a2ed2586b8bf9efe44d
data/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ruby:3.1.2-alpine
1
+ FROM ruby:2.7.1-alpine
2
2
 
3
3
  RUN apk update --no-cache \
4
4
  && apk add build-base git openssh-client curl bash
data/README.md CHANGED
@@ -28,10 +28,12 @@ All that is needed to use this tool is
28
28
 
29
29
  ## Installation
30
30
 
31
+ Before using the tool, be sure to have installed kubectl as it's required to install some software in the cluster to provision load balancers/persistent volumes and perform k3s upgrades.
32
+
31
33
  ### macOS (Intel)
32
34
 
33
35
  ```bash
34
- wget https://github.com/vitobotta/hetzner-k3s/releases/download/v0.6.0/hetzner-k3s-mac-x64
36
+ wget https://github.com/vitobotta/hetzner-k3s/releases/download/v0.6.1/hetzner-k3s-mac-amd64
35
37
  chmod +x hetzner-k3s-mac-x64
36
38
  sudo mv hetzner-k3s-mac-x64 /usr/local/bin/hetzner-k3s
37
39
  ```
@@ -39,7 +41,7 @@ sudo mv hetzner-k3s-mac-x64 /usr/local/bin/hetzner-k3s
39
41
  ### macOS (Apple Silicon/M1/ARM)
40
42
 
41
43
  ```bash
42
- wget https://github.com/vitobotta/hetzner-k3s/releases/download/v0.6.0/hetzner-k3s-mac-arm
44
+ wget https://github.com/vitobotta/hetzner-k3s/releases/download/v0.6.1/hetzner-k3s-mac-arm64
43
45
  chmod +x hetzner-k3s-mac-arm
44
46
  sudo mv hetzner-k3s-mac-arm /usr/local/bin/hetzner-k3s
45
47
  ```
@@ -49,7 +51,7 @@ NOTE: currently the ARM version still requires [Rosetta](https://support.apple.c
49
51
  ### Linux
50
52
 
51
53
  ```bash
52
- wget https://github.com/vitobotta/hetzner-k3s/releases/download/v0.6.0/hetzner-k3s-linux-x64
54
+ wget https://github.com/vitobotta/hetzner-k3s/releases/download/v0.6.1/hetzner-k3s-linux-x86_64
53
55
  chmod +x hetzner-k3s-linux-x64
54
56
  sudo mv hetzner-k3s-linux-x64 /usr/local/bin/hetzner-k3s
55
57
  ```
@@ -72,7 +74,7 @@ Alternatively, if you don't want to set up a Ruby runtime but have Docker instal
72
74
  docker run --rm -it \
73
75
  -v ${PWD}:/cluster \
74
76
  -v ${HOME}/.ssh:/tmp/.ssh \
75
- vitobotta/hetzner-k3s:v0.5.9 \
77
+ vitobotta/hetzner-k3s:v0.6.1 \
76
78
  create-cluster \
77
79
  --config-file /cluster/test.yaml
78
80
  ```
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Hetzner
4
4
  module K3s
5
- VERSION = '0.6.0'
5
+ VERSION = '0.6.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hetzner-k3s
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vito Botta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-27 00:00:00.000000000 Z
11
+ date: 2022-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bcrypt_pbkdf