forked from LaconicNetwork/kompose
1.15.0 Release (#1044)
This commit is contained in:
@@ -1,5 +1,22 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [v1.15.0](https://github.com/kubernetes/kompose/tree/v1.15.0) (2018-06-28)
|
||||||
|
[Full Changelog](https://github.com/kubernetes/kompose/compare/v1.14.0...v1.15.0)
|
||||||
|
|
||||||
|
**Closed issues:**
|
||||||
|
|
||||||
|
- Correct DL-link to latest kompose in installation guide [\#952](https://github.com/kubernetes/kompose/issues/952)
|
||||||
|
- Add development.md to site, refactor with `make vendor-update` [\#879](https://github.com/kubernetes/kompose/issues/879)
|
||||||
|
- update integration doc [\#857](https://github.com/kubernetes/kompose/issues/857)
|
||||||
|
- Enable kompose to generate configs per docker-compose service [\#657](https://github.com/kubernetes/kompose/issues/657)
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- Typo fix: erroring -\> error [\#1032](https://github.com/kubernetes/kompose/pull/1032) ([mirake](https://github.com/mirake))
|
||||||
|
- Fix invalid port name with uppercase characters [\#1029](https://github.com/kubernetes/kompose/pull/1029) ([denverdino](https://github.com/denverdino))
|
||||||
|
- Typo fix in maven-example.md [\#1021](https://github.com/kubernetes/kompose/pull/1021) ([AdamDang](https://github.com/AdamDang))
|
||||||
|
- Kompose will read input from stdin [\#871](https://github.com/kubernetes/kompose/pull/871) ([surajnarwade](https://github.com/surajnarwade))
|
||||||
|
|
||||||
## [v1.14.0](https://github.com/kubernetes/kompose/tree/v1.14.0) (2018-06-04)
|
## [v1.14.0](https://github.com/kubernetes/kompose/tree/v1.14.0) (2018-06-04)
|
||||||
[Full Changelog](https://github.com/kubernetes/kompose/compare/v1.13.0...v1.14.0)
|
[Full Changelog](https://github.com/kubernetes/kompose/compare/v1.13.0...v1.14.0)
|
||||||
|
|
||||||
@@ -10,6 +27,7 @@
|
|||||||
|
|
||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- 1.14.0 Release [\#1030](https://github.com/kubernetes/kompose/pull/1030) ([cdrage](https://github.com/cdrage))
|
||||||
- Typo fix: overwite -\> overwrite [\#1028](https://github.com/kubernetes/kompose/pull/1028) ([mirake](https://github.com/mirake))
|
- Typo fix: overwite -\> overwrite [\#1028](https://github.com/kubernetes/kompose/pull/1028) ([mirake](https://github.com/mirake))
|
||||||
- Typo fix in tests.sh: kubernets-\>kubernetes [\#1018](https://github.com/kubernetes/kompose/pull/1018) ([AdamDang](https://github.com/AdamDang))
|
- Typo fix in tests.sh: kubernets-\>kubernetes [\#1018](https://github.com/kubernetes/kompose/pull/1018) ([AdamDang](https://github.com/AdamDang))
|
||||||
- Update contact information for sebgoa [\#1017](https://github.com/kubernetes/kompose/pull/1017) ([cdrage](https://github.com/cdrage))
|
- Update contact information for sebgoa [\#1017](https://github.com/kubernetes/kompose/pull/1017) ([cdrage](https://github.com/cdrage))
|
||||||
|
|||||||
@@ -44,10 +44,10 @@ __Linux and macOS:__
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Linux
|
# Linux
|
||||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-linux-amd64 -o kompose
|
curl -L https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-linux-amd64 -o kompose
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-darwin-amd64 -o kompose
|
curl -L https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-darwin-amd64 -o kompose
|
||||||
|
|
||||||
chmod +x kompose
|
chmod +x kompose
|
||||||
sudo mv ./kompose /usr/local/bin/kompose
|
sudo mv ./kompose /usr/local/bin/kompose
|
||||||
@@ -55,7 +55,7 @@ sudo mv ./kompose /usr/local/bin/kompose
|
|||||||
|
|
||||||
__Windows:__
|
__Windows:__
|
||||||
|
|
||||||
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||||
|
|
||||||
## Shell autocompletion
|
## Shell autocompletion
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
1.14.0
|
1.15.0
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ __Linux and macOS:__
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Linux
|
# Linux
|
||||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-linux-amd64 -o kompose
|
curl -L https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-linux-amd64 -o kompose
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-darwin-amd64 -o kompose
|
curl -L https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-darwin-amd64 -o kompose
|
||||||
|
|
||||||
chmod +x kompose
|
chmod +x kompose
|
||||||
sudo mv ./kompose /usr/local/bin/kompose
|
sudo mv ./kompose /usr/local/bin/kompose
|
||||||
@@ -21,7 +21,7 @@ sudo mv ./kompose /usr/local/bin/kompose
|
|||||||
|
|
||||||
__Windows:__
|
__Windows:__
|
||||||
|
|
||||||
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||||
|
|
||||||
#### Go
|
#### Go
|
||||||
|
|
||||||
|
|||||||
@@ -47,13 +47,13 @@ Grab the Kompose binary!
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Linux
|
# Linux
|
||||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-linux-amd64 -o kompose
|
curl -L https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-linux-amd64 -o kompose
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-darwin-amd64 -o kompose
|
curl -L https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-darwin-amd64 -o kompose
|
||||||
|
|
||||||
chmod +x kompose
|
chmod +x kompose
|
||||||
sudo mv ./kompose /usr/local/bin/kompose
|
sudo mv ./kompose /usr/local/bin/kompose
|
||||||
```
|
```
|
||||||
|
|
||||||
_Windows:_ Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.14.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
_Windows:_ Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package version
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// VERSION is version number that will be displayed when running ./kompose version
|
// VERSION is version number that will be displayed when running ./kompose version
|
||||||
VERSION = "1.14.0"
|
VERSION = "1.15.0"
|
||||||
// GITCOMMIT is hash of the commit that will be displayed when running ./kompose version
|
// GITCOMMIT is hash of the commit that will be displayed when running ./kompose version
|
||||||
// this will be overwritten when running build like this: go build -ldflags="-X github.com/kubernetes/kompose/pkg/version.GITCOMMIT=$(GITCOMMIT)"
|
// this will be overwritten when running build like this: go build -ldflags="-X github.com/kubernetes/kompose/pkg/version.GITCOMMIT=$(GITCOMMIT)"
|
||||||
// HEAD is default indicating that this was not set during build
|
// HEAD is default indicating that this was not set during build
|
||||||
|
|||||||
Reference in New Issue
Block a user