forked from LaconicNetwork/kompose
1.8.0 Release
This commit is contained in:
parent
797a7a8dcf
commit
48c0ab55e9
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,19 @@
|
||||
# Change Log
|
||||
|
||||
## [v1.8.0](https://github.com/kubernetes/kompose/tree/v1.8.0) (2018-01-24)
|
||||
[Full Changelog](https://github.com/kubernetes/kompose/compare/v1.7.0...v1.8.0)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- unable to push to private repo in hub.docker.com [\#910](https://github.com/kubernetes/kompose/issues/910)
|
||||
- No proper link to Binary Installation method in README.md [\#902](https://github.com/kubernetes/kompose/issues/902)
|
||||
- Kompose down doesn't remove configmaps [\#883](https://github.com/kubernetes/kompose/issues/883)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Invalid quick start link [\#908](https://github.com/kubernetes/kompose/pull/908) ([a8uhnf](https://github.com/a8uhnf))
|
||||
- Fix link to binary-installation method in README.md [\#903](https://github.com/kubernetes/kompose/pull/903) ([bhavin192](https://github.com/bhavin192))
|
||||
|
||||
## [v1.7.0](https://github.com/kubernetes/kompose/tree/v1.7.0) (2018-01-04)
|
||||
[Full Changelog](https://github.com/kubernetes/kompose/compare/v1.6.0...v1.7.0)
|
||||
|
||||
@ -22,6 +36,7 @@
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- 1.7.0 Release [\#906](https://github.com/kubernetes/kompose/pull/906) ([cdrage](https://github.com/cdrage))
|
||||
- Convert registry to k8s.gcr.io [\#901](https://github.com/kubernetes/kompose/pull/901) ([thockin](https://github.com/thockin))
|
||||
- Added Case for Config Map in kompose down [\#900](https://github.com/kubernetes/kompose/pull/900) ([piyush1594](https://github.com/piyush1594))
|
||||
- Update code-of-conduct.md [\#899](https://github.com/kubernetes/kompose/pull/899) ([spiffxp](https://github.com/spiffxp))
|
||||
|
||||
@ -44,10 +44,10 @@ __Linux and macOS:__
|
||||
|
||||
```sh
|
||||
# Linux
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-linux-amd64 -o kompose
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-linux-amd64 -o kompose
|
||||
|
||||
# macOS
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-darwin-amd64 -o kompose
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-darwin-amd64 -o kompose
|
||||
|
||||
chmod +x kompose
|
||||
sudo mv ./kompose /usr/local/bin/kompose
|
||||
@ -55,7 +55,7 @@ sudo mv ./kompose /usr/local/bin/kompose
|
||||
|
||||
__Windows:__
|
||||
|
||||
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||
|
||||
## Shell autocompletion
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
1.7.0
|
||||
1.8.0
|
||||
|
||||
@ -10,10 +10,10 @@ __Linux and macOS:__
|
||||
|
||||
```sh
|
||||
# Linux
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-linux-amd64 -o kompose
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-linux-amd64 -o kompose
|
||||
|
||||
# macOS
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-darwin-amd64 -o kompose
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-darwin-amd64 -o kompose
|
||||
|
||||
chmod +x kompose
|
||||
sudo mv ./kompose /usr/local/bin/kompose
|
||||
@ -21,7 +21,7 @@ sudo mv ./kompose /usr/local/bin/kompose
|
||||
|
||||
__Windows:__
|
||||
|
||||
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||
|
||||
|
||||
#### Nightly / master release
|
||||
|
||||
@ -47,13 +47,13 @@ Grab the Kompose binary!
|
||||
|
||||
```sh
|
||||
# Linux
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-linux-amd64 -o kompose
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-linux-amd64 -o kompose
|
||||
|
||||
# macOS
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-darwin-amd64 -o kompose
|
||||
curl -L https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-darwin-amd64 -o kompose
|
||||
|
||||
chmod +x kompose
|
||||
sudo mv ./kompose /usr/local/bin/kompose
|
||||
```
|
||||
|
||||
_Windows:_ Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||
_Windows:_ Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.8.0/kompose-windows-amd64.exe) and add the binary to your PATH.
|
||||
|
||||
@ -2,7 +2,7 @@ package version
|
||||
|
||||
var (
|
||||
// VERSION is version number that wil be displayed when running ./kompose version
|
||||
VERSION = "1.7.0"
|
||||
VERSION = "1.8.0"
|
||||
// GITCOMMIT is hash of the commit that wil 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)"
|
||||
// HEAD is default indicating that this was not set during build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user