+8
-8
lines changedFilter options
+8
-8
lines changed Original file line number Diff line number Diff line change
@@ -51,18 +51,18 @@ Kompose is released via GitHub on a three-week cycle, you can see all current re
51
51
52
52
```sh
53
53
# Linux
54
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-linux-amd64 -o kompose
54
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 -o kompose
55
55
56
56
# macOS
57
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-darwin-amd64 -o kompose
57
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-darwin-amd64 -o kompose
58
58
59
59
chmod +x kompose
60
60
sudo mv ./kompose /usr/local/bin/kompose
61
61
```
62
62
63
63
**Windows:**
64
64
65
-
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-windows-amd64.exe) and add the binary to your PATH.
65
+
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-windows-amd64.exe) and add the binary to your PATH.
66
66
67
67
## Shell autocompletion
68
68
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
-
1.31.1
1
+
1.31.2
Original file line number Diff line number Diff line change
@@ -22,18 +22,18 @@ Kompose is released via GitHub, you can see all current releases on the [GitHub
22
22
23
23
```sh
24
24
# Linux
25
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-linux-amd64 -o kompose
25
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 -o kompose
26
26
27
27
# macOS
28
-
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-darwin-amd64 -o kompose
28
+
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-darwin-amd64 -o kompose
29
29
30
30
chmod +x kompose
31
31
sudo mv ./kompose /usr/local/bin/kompose
32
32
```
33
33
34
34
**Windows:**
35
35
36
-
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-windows-amd64.exe) and add the binary to your PATH.
36
+
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-windows-amd64.exe) and add the binary to your PATH.
37
37
38
38
## Go
39
39
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.31.1"
5
+
VERSION = "1.31.2"
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