+10
-10
lines changedFilter options
+10
-10
lines changed Original file line number Diff line number Diff line change
@@ -49,18 +49,18 @@ Kompose is released via GitHub on a three-week cycle, you can see all current re
49
49
50
50
```sh
51
51
# Linux
52
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-linux-amd64 -o kompose
52
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-linux-amd64 -o kompose
53
53
54
54
# macOS
55
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-darwin-amd64 -o kompose
55
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-darwin-amd64 -o kompose
56
56
57
57
chmod +x kompose
58
58
sudo mv ./kompose /usr/local/bin/kompose
59
59
```
60
60
61
61
**Windows:**
62
62
63
-
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-windows-amd64.exe) and add the binary to your PATH.
63
+
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-windows-amd64.exe) and add the binary to your PATH.
64
64
65
65
## Shell autocompletion
66
66
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
-
1.34.0
1
+
1.35.0
Original file line number Diff line number Diff line change
@@ -24,24 +24,24 @@ This is the **recommended** way of installing Kompose.
24
24
25
25
```sh
26
26
# Linux
27
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-linux-amd64 -o kompose
27
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-linux-amd64 -o kompose
28
28
29
29
# Linux ARM64
30
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-linux-arm64 -o kompose
30
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-linux-arm64 -o kompose
31
31
32
32
# macOS
33
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-darwin-amd64 -o kompose
33
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-darwin-amd64 -o kompose
34
34
35
35
# macOS ARM64
36
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-darwin-arm64 -o kompose
36
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-darwin-arm64 -o kompose
37
37
38
38
chmod +x kompose
39
39
sudo mv ./kompose /usr/local/bin/kompose
40
40
```
41
41
42
42
**Windows:**
43
43
44
-
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-windows-amd64.exe) and add the binary to your PATH.
44
+
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-windows-amd64.exe) and add the binary to your PATH.
45
45
46
46
## Go
47
47
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ package version
2
2
3
3
var (
4
4
// VERSION is version number that will be displayed when running ./kompose version
5
-
VERSION = "1.34.0"
5
+
VERSION = "1.35.0"
6
6
// GITCOMMIT is hash of the commit that will be displayed when running ./kompose version
7
7
// this will be overwritten when running build like this: go build -ldflags="-X github.com/kubernetes/kompose/pkg/version.GITCOMMIT=$(GITCOMMIT)"
8
8
// HEAD is default indicating that this was not set during build
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4