1.12.0 Release (#988)

This commit is contained in:
Charlie Drage 2018-04-18 09:59:33 -04:00 committed by GitHub
parent e4325b4bd3
commit 0ab07bec57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 44 additions and 18 deletions

View File

@ -1,5 +1,31 @@
# Change Log # Change Log
## [v1.12.0](https://github.com/kubernetes/kompose/tree/v1.12.0) (2018-04-18)
[Full Changelog](https://github.com/kubernetes/kompose/compare/v1.11.0...v1.12.0)
**Closed issues:**
- Should we provide a go library to support the third-party integration ? [\#982](https://github.com/kubernetes/kompose/issues/982)
- Minor typos in Makefile [\#971](https://github.com/kubernetes/kompose/issues/971)
- Cannot kompose up [\#969](https://github.com/kubernetes/kompose/issues/969)
- panic: runtime error: invalid memory address or nil pointer dereference [\#892](https://github.com/kubernetes/kompose/issues/892)
- kompose should read input from stdin [\#870](https://github.com/kubernetes/kompose/issues/870)
- panic: runtime error: invalid memory address or nil pointer dereference [\#853](https://github.com/kubernetes/kompose/issues/853)
- allow for setting size of persistent volume [\#235](https://github.com/kubernetes/kompose/issues/235)
**Merged pull requests:**
- Typo fix [\#987](https://github.com/kubernetes/kompose/pull/987) ([jonyhy96](https://github.com/jonyhy96))
- Typo fix in conversion.md [\#985](https://github.com/kubernetes/kompose/pull/985) ([AdamDang](https://github.com/AdamDang))
- Fix some typo [\#983](https://github.com/kubernetes/kompose/pull/983) ([xianlubird](https://github.com/xianlubird))
- typo fix [\#981](https://github.com/kubernetes/kompose/pull/981) ([jonyhy96](https://github.com/jonyhy96))
- Add headless service type label [\#979](https://github.com/kubernetes/kompose/pull/979) ([hangyan](https://github.com/hangyan))
- Fix typos in comments [\#978](https://github.com/kubernetes/kompose/pull/978) ([hangyan](https://github.com/hangyan))
- Update dev doc about make gen-cmd [\#977](https://github.com/kubernetes/kompose/pull/977) ([hangyan](https://github.com/hangyan))
- Support hostname and domainname [\#976](https://github.com/kubernetes/kompose/pull/976) ([hangyan](https://github.com/hangyan))
- Fix typos in Makefile [\#974](https://github.com/kubernetes/kompose/pull/974) ([jaden-young](https://github.com/jaden-young))
- typo fix [\#973](https://github.com/kubernetes/kompose/pull/973) ([jonyhy96](https://github.com/jonyhy96))
## [v1.11.0](https://github.com/kubernetes/kompose/tree/v1.11.0) (2018-03-26) ## [v1.11.0](https://github.com/kubernetes/kompose/tree/v1.11.0) (2018-03-26)
[Full Changelog](https://github.com/kubernetes/kompose/compare/v1.10.0...v1.11.0) [Full Changelog](https://github.com/kubernetes/kompose/compare/v1.10.0...v1.11.0)
@ -13,6 +39,7 @@
**Merged pull requests:** **Merged pull requests:**
- 1.11.0 Release [\#970](https://github.com/kubernetes/kompose/pull/970) ([cdrage](https://github.com/cdrage))
- Fix golint warnings [\#967](https://github.com/kubernetes/kompose/pull/967) ([hangyan](https://github.com/hangyan)) - Fix golint warnings [\#967](https://github.com/kubernetes/kompose/pull/967) ([hangyan](https://github.com/hangyan))
- Add hangyan to OWNERS [\#963](https://github.com/kubernetes/kompose/pull/963) ([cdrage](https://github.com/cdrage)) - Add hangyan to OWNERS [\#963](https://github.com/kubernetes/kompose/pull/963) ([cdrage](https://github.com/cdrage))
- fix pod-controller relationship mistake [\#961](https://github.com/kubernetes/kompose/pull/961) ([jonyhy96](https://github.com/jonyhy96)) - fix pod-controller relationship mistake [\#961](https://github.com/kubernetes/kompose/pull/961) ([jonyhy96](https://github.com/jonyhy96))
@ -72,7 +99,6 @@
- \[doc\] more tutorial for gcloud? [\#833](https://github.com/kubernetes/kompose/issues/833) - \[doc\] more tutorial for gcloud? [\#833](https://github.com/kubernetes/kompose/issues/833)
- add support for `kompose update` [\#822](https://github.com/kubernetes/kompose/issues/822) - add support for `kompose update` [\#822](https://github.com/kubernetes/kompose/issues/822)
- Cannot locate specified Dockerfile: Dockerfile [\#809](https://github.com/kubernetes/kompose/issues/809) - Cannot locate specified Dockerfile: Dockerfile [\#809](https://github.com/kubernetes/kompose/issues/809)
- kompose build fails: unable to create tarball [\#656](https://github.com/kubernetes/kompose/issues/656)
- kompose passes a kubernetes deployment without image [\#571](https://github.com/kubernetes/kompose/issues/571) - kompose passes a kubernetes deployment without image [\#571](https://github.com/kubernetes/kompose/issues/571)
- Support for sysctls [\#441](https://github.com/kubernetes/kompose/issues/441) - Support for sysctls [\#441](https://github.com/kubernetes/kompose/issues/441)
@ -373,7 +399,7 @@
- Update doc script [\#716](https://github.com/kubernetes/kompose/pull/716) ([cdrage](https://github.com/cdrage)) - Update doc script [\#716](https://github.com/kubernetes/kompose/pull/716) ([cdrage](https://github.com/cdrage))
- Ignore pinging dusty on PR's [\#715](https://github.com/kubernetes/kompose/pull/715) ([cdrage](https://github.com/cdrage)) - Ignore pinging dusty on PR's [\#715](https://github.com/kubernetes/kompose/pull/715) ([cdrage](https://github.com/cdrage))
- Moving version from variable to text file [\#714](https://github.com/kubernetes/kompose/pull/714) ([surajnarwade](https://github.com/surajnarwade)) - Moving version from variable to text file [\#714](https://github.com/kubernetes/kompose/pull/714) ([surajnarwade](https://github.com/surajnarwade))
- Make mention bot less aggressive [\#711](https://github.com/kubernetes/kompose/pull/711) ([cdrage](https://github.com/cdrage)) - Make mention bot less aggresive [\#711](https://github.com/kubernetes/kompose/pull/711) ([cdrage](https://github.com/cdrage))
- Updated code with go lint result [\#710](https://github.com/kubernetes/kompose/pull/710) ([surajnarwade](https://github.com/surajnarwade)) - Updated code with go lint result [\#710](https://github.com/kubernetes/kompose/pull/710) ([surajnarwade](https://github.com/surajnarwade))
- fix some typos to make goreport happy [\#709](https://github.com/kubernetes/kompose/pull/709) ([fate-grand-order](https://github.com/fate-grand-order)) - fix some typos to make goreport happy [\#709](https://github.com/kubernetes/kompose/pull/709) ([fate-grand-order](https://github.com/fate-grand-order))
- Conversion Reference -\> Conversion Matrix [\#708](https://github.com/kubernetes/kompose/pull/708) ([cdrage](https://github.com/cdrage)) - Conversion Reference -\> Conversion Matrix [\#708](https://github.com/kubernetes/kompose/pull/708) ([cdrage](https://github.com/cdrage))
@ -431,7 +457,7 @@
- Add provider to file output [\#616](https://github.com/kubernetes/kompose/pull/616) ([cdrage](https://github.com/cdrage)) - Add provider to file output [\#616](https://github.com/kubernetes/kompose/pull/616) ([cdrage](https://github.com/cdrage))
- Remove version column from conversion document [\#615](https://github.com/kubernetes/kompose/pull/615) ([cdrage](https://github.com/cdrage)) - Remove version column from conversion document [\#615](https://github.com/kubernetes/kompose/pull/615) ([cdrage](https://github.com/cdrage))
- Validate dockerfilepath in buildconfig [\#609](https://github.com/kubernetes/kompose/pull/609) ([surajnarwade](https://github.com/surajnarwade)) - Validate dockerfilepath in buildconfig [\#609](https://github.com/kubernetes/kompose/pull/609) ([surajnarwade](https://github.com/surajnarwade))
- PVC name changes if volumes contains .\(dot\) in it [\#603](https://github.com/kubernetes/kompose/pull/603) ([procrypt](https://github.com/procrypt)) - PVC name changes if volumes containes .\(dot\) in it [\#603](https://github.com/kubernetes/kompose/pull/603) ([procrypt](https://github.com/procrypt))
- Add v3 support of Docker Compose [\#600](https://github.com/kubernetes/kompose/pull/600) ([cdrage](https://github.com/cdrage)) - Add v3 support of Docker Compose [\#600](https://github.com/kubernetes/kompose/pull/600) ([cdrage](https://github.com/cdrage))
- update generated artifacts for k8s and openshift so that env variables are loaded in a particular order [\#596](https://github.com/kubernetes/kompose/pull/596) ([procrypt](https://github.com/procrypt)) - update generated artifacts for k8s and openshift so that env variables are loaded in a particular order [\#596](https://github.com/kubernetes/kompose/pull/596) ([procrypt](https://github.com/procrypt))
- Failing when port is specified with labels [\#590](https://github.com/kubernetes/kompose/pull/590) ([surajnarwade](https://github.com/surajnarwade)) - Failing when port is specified with labels [\#590](https://github.com/kubernetes/kompose/pull/590) ([surajnarwade](https://github.com/surajnarwade))
@ -635,7 +661,7 @@
**Closed issues:** **Closed issues:**
- `make test-unit` does not run on uncommitted changes [\#427](https://github.com/kubernetes/kompose/issues/427) - `make test-unit` does not run on uncomitted changes [\#427](https://github.com/kubernetes/kompose/issues/427)
- Improve error handling [\#416](https://github.com/kubernetes/kompose/issues/416) - Improve error handling [\#416](https://github.com/kubernetes/kompose/issues/416)
- Wrong version \(0.1.2\) in "kompose versione" \(instead of 0.2.0\) [\#411](https://github.com/kubernetes/kompose/issues/411) - Wrong version \(0.1.2\) in "kompose versione" \(instead of 0.2.0\) [\#411](https://github.com/kubernetes/kompose/issues/411)
- Cannot unmarshal float environment values. [\#410](https://github.com/kubernetes/kompose/issues/410) - Cannot unmarshal float environment values. [\#410](https://github.com/kubernetes/kompose/issues/410)
@ -907,7 +933,7 @@
- Should we use libcompose project.Context{} instead of docker.Context{}? [\#134](https://github.com/kubernetes/kompose/issues/134) - Should we use libcompose project.Context{} instead of docker.Context{}? [\#134](https://github.com/kubernetes/kompose/issues/134)
- services should be first in List [\#130](https://github.com/kubernetes/kompose/issues/130) - services should be first in List [\#130](https://github.com/kubernetes/kompose/issues/130)
- cmd tests are not working properly [\#125](https://github.com/kubernetes/kompose/issues/125) - cmd tests are not working properly [\#125](https://github.com/kubernetes/kompose/issues/125)
- OpenShift conversions - invalid DeploymentConfig [\#124](https://github.com/kubernetes/kompose/issues/124) - OpenShift conversoin - invalid DeploymentConfig [\#124](https://github.com/kubernetes/kompose/issues/124)
- Wrong output when port is missing [\#121](https://github.com/kubernetes/kompose/issues/121) - Wrong output when port is missing [\#121](https://github.com/kubernetes/kompose/issues/121)
- Create a pod of containers sharing volume [\#116](https://github.com/kubernetes/kompose/issues/116) - Create a pod of containers sharing volume [\#116](https://github.com/kubernetes/kompose/issues/116)
- kompose convert panic on v1 compose file [\#102](https://github.com/kubernetes/kompose/issues/102) - kompose convert panic on v1 compose file [\#102](https://github.com/kubernetes/kompose/issues/102)
@ -1033,7 +1059,7 @@
- Fix some nits in README [\#51](https://github.com/kubernetes/kompose/pull/51) ([janetkuo](https://github.com/janetkuo)) - Fix some nits in README [\#51](https://github.com/kubernetes/kompose/pull/51) ([janetkuo](https://github.com/janetkuo))
- Add a bundle example file [\#50](https://github.com/kubernetes/kompose/pull/50) ([janetkuo](https://github.com/janetkuo)) - Add a bundle example file [\#50](https://github.com/kubernetes/kompose/pull/50) ([janetkuo](https://github.com/janetkuo))
- Fix failing windows build [\#48](https://github.com/kubernetes/kompose/pull/48) ([kadel](https://github.com/kadel)) - Fix failing windows build [\#48](https://github.com/kubernetes/kompose/pull/48) ([kadel](https://github.com/kadel))
- Initial support for Openshift. [\#46](https://github.com/kubernetes/kompose/pull/46) ([kadel](https://github.com/kadel)) - Inital support for Openshift. [\#46](https://github.com/kubernetes/kompose/pull/46) ([kadel](https://github.com/kadel))
- Refactor how we update controllers [\#42](https://github.com/kubernetes/kompose/pull/42) ([janetkuo](https://github.com/janetkuo)) - Refactor how we update controllers [\#42](https://github.com/kubernetes/kompose/pull/42) ([janetkuo](https://github.com/janetkuo))
- Generate only controllers set by flag [\#35](https://github.com/kubernetes/kompose/pull/35) ([kadel](https://github.com/kadel)) - Generate only controllers set by flag [\#35](https://github.com/kubernetes/kompose/pull/35) ([kadel](https://github.com/kadel))
- Make deployment the default controller, create -rc for rc, and enable copying all types of controller to chart templates [\#32](https://github.com/kubernetes/kompose/pull/32) ([janetkuo](https://github.com/janetkuo)) - Make deployment the default controller, create -rc for rc, and enable copying all types of controller to chart templates [\#32](https://github.com/kubernetes/kompose/pull/32) ([janetkuo](https://github.com/janetkuo))
@ -1041,7 +1067,7 @@
- Support creating Charts when --yaml set [\#26](https://github.com/kubernetes/kompose/pull/26) ([janetkuo](https://github.com/janetkuo)) - Support creating Charts when --yaml set [\#26](https://github.com/kubernetes/kompose/pull/26) ([janetkuo](https://github.com/janetkuo))
- Fix the 'failed to write to file' error when --out is set [\#24](https://github.com/kubernetes/kompose/pull/24) ([janetkuo](https://github.com/janetkuo)) - Fix the 'failed to write to file' error when --out is set [\#24](https://github.com/kubernetes/kompose/pull/24) ([janetkuo](https://github.com/janetkuo))
- Allow multiple types of controllers be generated unless --out or --stdout is set [\#22](https://github.com/kubernetes/kompose/pull/22) ([janetkuo](https://github.com/janetkuo)) - Allow multiple types of controllers be generated unless --out or --stdout is set [\#22](https://github.com/kubernetes/kompose/pull/22) ([janetkuo](https://github.com/janetkuo))
- Remove redundant file creation message, and always overwrite files when converting [\#19](https://github.com/kubernetes/kompose/pull/19) ([janetkuo](https://github.com/janetkuo)) - Remove redundant file creation message, and always overwirte files when converting [\#19](https://github.com/kubernetes/kompose/pull/19) ([janetkuo](https://github.com/janetkuo))
- Support printing to stdout [\#5](https://github.com/kubernetes/kompose/pull/5) ([janetkuo](https://github.com/janetkuo)) - Support printing to stdout [\#5](https://github.com/kubernetes/kompose/pull/5) ([janetkuo](https://github.com/janetkuo))
## [v0.0.1-alpha](https://github.com/kubernetes/kompose/tree/v0.0.1-alpha) (2016-06-30) ## [v0.0.1-alpha](https://github.com/kubernetes/kompose/tree/v0.0.1-alpha) (2016-06-30)

View File

@ -44,10 +44,10 @@ __Linux and macOS:__
```sh ```sh
# Linux # Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.11.0/kompose-linux-amd64 -o kompose curl -L https://github.com/kubernetes/kompose/releases/download/v1.12.0/kompose-linux-amd64 -o kompose
# macOS # macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.11.0/kompose-darwin-amd64 -o kompose curl -L https://github.com/kubernetes/kompose/releases/download/v1.12.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.11.0/kompose-windows-amd64.exe) and add the binary to your PATH. Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.12.0/kompose-windows-amd64.exe) and add the binary to your PATH.
## Shell autocompletion ## Shell autocompletion

View File

@ -1 +1 @@
1.11.0 1.12.0

View File

@ -10,10 +10,10 @@ __Linux and macOS:__
```sh ```sh
# Linux # Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.11.0/kompose-linux-amd64 -o kompose curl -L https://github.com/kubernetes/kompose/releases/download/v1.12.0/kompose-linux-amd64 -o kompose
# macOS # macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.11.0/kompose-darwin-amd64 -o kompose curl -L https://github.com/kubernetes/kompose/releases/download/v1.12.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.11.0/kompose-windows-amd64.exe) and add the binary to your PATH. Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.12.0/kompose-windows-amd64.exe) and add the binary to your PATH.
#### Go #### Go

View File

@ -47,13 +47,13 @@ Grab the Kompose binary!
```sh ```sh
# Linux # Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.11.0/kompose-linux-amd64 -o kompose curl -L https://github.com/kubernetes/kompose/releases/download/v1.12.0/kompose-linux-amd64 -o kompose
# macOS # macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.11.0/kompose-darwin-amd64 -o kompose curl -L https://github.com/kubernetes/kompose/releases/download/v1.12.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.11.0/kompose-windows-amd64.exe) and add the binary to your PATH. _Windows:_ Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.12.0/kompose-windows-amd64.exe) and add the binary to your PATH.

View File

@ -2,7 +2,7 @@ package version
var ( var (
// VERSION is version number that wil be displayed when running ./kompose version // VERSION is version number that wil be displayed when running ./kompose version
VERSION = "1.11.0" VERSION = "1.12.0"
// GITCOMMIT is hash of the commit that wil be displayed when running ./kompose version // 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)" // 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