From 787b7d926194869483fc9689bc10f77e0f8aaea3 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 12 Jul 2017 15:42:13 -0400 Subject: [PATCH] kubernetes-incubator -> kubernetes Today, we graduate from the incubator, thus all links are updates from kubernetes-incubator to kubernetes --- .travis.yml | 2 +- CHANGELOG.md | 1058 ++++++++--------- CONTRIBUTING.md | 2 +- Makefile | 4 +- README.md | 28 +- ROADMAP.md | 18 +- build/README.md | 2 +- cmd/convert.go | 4 +- cmd/down.go | 4 +- cmd/root.go | 4 +- cmd/up.go | 4 +- cmd/version.go | 2 +- docs/architecture.md | 2 +- docs/development.md | 12 +- docs/installation.md | 12 +- docs/user-guide.md | 2 +- glide.yaml | 4 +- main.go | 2 +- pkg/app/app.go | 12 +- pkg/loader/bundle/bundle.go | 2 +- pkg/loader/compose/compose.go | 2 +- pkg/loader/compose/compose_test.go | 2 +- pkg/loader/compose/utils.go | 2 +- pkg/loader/compose/v1v2.go | 2 +- pkg/loader/compose/v3.go | 2 +- pkg/loader/loader.go | 6 +- pkg/transformer/kubernetes/k8sutils.go | 4 +- pkg/transformer/kubernetes/k8sutils_test.go | 4 +- pkg/transformer/kubernetes/kubernetes.go | 4 +- pkg/transformer/kubernetes/kubernetes_test.go | 4 +- pkg/transformer/openshift/openshift.go | 6 +- pkg/transformer/openshift/openshift_test.go | 8 +- pkg/transformer/transformer.go | 2 +- pkg/transformer/utils.go | 6 +- pkg/utils/docker/build.go | 2 +- script/release.sh | 2 +- script/sync-docs.sh | 4 +- script/test_in_container/Dockerfile | 2 +- 38 files changed, 622 insertions(+), 622 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b722f8e..fbe71252 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: required language: go # make this also work for forks -go_import_path: github.com/kubernetes-incubator/kompose +go_import_path: github.com/kubernetes/kompose matrix: include: diff --git a/CHANGELOG.md b/CHANGELOG.md index 906799b2..e986d052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,611 +1,611 @@ # Change Log -## [v0.7.0](https://github.com/kubernetes-incubator/kompose/tree/v0.7.0) (2017-05-25) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.6.0...v0.7.0) +## [v0.7.0](https://github.com/kubernetes/kompose/tree/v0.7.0) (2017-05-25) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.6.0...v0.7.0) **Closed issues:** -- image tag name absent from generated imagestream config [\#611](https://github.com/kubernetes-incubator/kompose/issues/611) -- Volume mount on the host isn't supported [\#599](https://github.com/kubernetes-incubator/kompose/issues/599) -- Is this a case of buildconfig contextDir being incorrectly set? [\#593](https://github.com/kubernetes-incubator/kompose/issues/593) -- Problems running tests with latest master? [\#591](https://github.com/kubernetes-incubator/kompose/issues/591) -- crashes on launch [\#589](https://github.com/kubernetes-incubator/kompose/issues/589) -- Unable to run tests [\#587](https://github.com/kubernetes-incubator/kompose/issues/587) -- Latest kompose fails on many build-config tests locally [\#585](https://github.com/kubernetes-incubator/kompose/issues/585) -- Fixture regarding build context fails each time [\#576](https://github.com/kubernetes-incubator/kompose/issues/576) -- 0.6.0 Release [\#574](https://github.com/kubernetes-incubator/kompose/issues/574) -- \[UX\] Sort output when doing kind: list and --stdout [\#554](https://github.com/kubernetes-incubator/kompose/issues/554) -- no commit hash in kompose 0.3.0 version information [\#487](https://github.com/kubernetes-incubator/kompose/issues/487) -- Inconsistency in build context [\#445](https://github.com/kubernetes-incubator/kompose/issues/445) -- environment variables not being set in buildConfig [\#406](https://github.com/kubernetes-incubator/kompose/issues/406) -- kompose down with openshift doesn't delete BuildConfig [\#382](https://github.com/kubernetes-incubator/kompose/issues/382) +- image tag name absent from generated imagestream config [\#611](https://github.com/kubernetes/kompose/issues/611) +- Volume mount on the host isn't supported [\#599](https://github.com/kubernetes/kompose/issues/599) +- Is this a case of buildconfig contextDir being incorrectly set? [\#593](https://github.com/kubernetes/kompose/issues/593) +- Problems running tests with latest master? [\#591](https://github.com/kubernetes/kompose/issues/591) +- crashes on launch [\#589](https://github.com/kubernetes/kompose/issues/589) +- Unable to run tests [\#587](https://github.com/kubernetes/kompose/issues/587) +- Latest kompose fails on many build-config tests locally [\#585](https://github.com/kubernetes/kompose/issues/585) +- Fixture regarding build context fails each time [\#576](https://github.com/kubernetes/kompose/issues/576) +- 0.6.0 Release [\#574](https://github.com/kubernetes/kompose/issues/574) +- \[UX\] Sort output when doing kind: list and --stdout [\#554](https://github.com/kubernetes/kompose/issues/554) +- no commit hash in kompose 0.3.0 version information [\#487](https://github.com/kubernetes/kompose/issues/487) +- Inconsistency in build context [\#445](https://github.com/kubernetes/kompose/issues/445) +- environment variables not being set in buildConfig [\#406](https://github.com/kubernetes/kompose/issues/406) +- kompose down with openshift doesn't delete BuildConfig [\#382](https://github.com/kubernetes/kompose/issues/382) **Merged pull requests:** -- Update version number in setup.md file in release script [\#618](https://github.com/kubernetes-incubator/kompose/pull/618) ([cdrage](https://github.com/cdrage)) -- Fix incorrect tag in BuildConfig. [\#613](https://github.com/kubernetes-incubator/kompose/pull/613) ([kadel](https://github.com/kadel)) -- Update `kompose completion` [\#612](https://github.com/kubernetes-incubator/kompose/pull/612) ([cdrage](https://github.com/cdrage)) -- Add support for stop\_grace\_period [\#608](https://github.com/kubernetes-incubator/kompose/pull/608) ([gitlawr](https://github.com/gitlawr)) -- Replace underscores with dashes while rendering container names [\#606](https://github.com/kubernetes-incubator/kompose/pull/606) ([achanda](https://github.com/achanda)) -- remove duplicate import with different name [\#602](https://github.com/kubernetes-incubator/kompose/pull/602) ([surajssd](https://github.com/surajssd)) -- Updated Vendoring [\#601](https://github.com/kubernetes-incubator/kompose/pull/601) ([surajnarwade](https://github.com/surajnarwade)) -- \ Update version number [\#597](https://github.com/kubernetes-incubator/kompose/pull/597) ([cdrage](https://github.com/cdrage)) -- Use old git command [\#592](https://github.com/kubernetes-incubator/kompose/pull/592) ([cdrage](https://github.com/cdrage)) -- Fix link to fedora setup in docs [\#586](https://github.com/kubernetes-incubator/kompose/pull/586) ([surajssd](https://github.com/surajssd)) -- Release script binary upload bug [\#583](https://github.com/kubernetes-incubator/kompose/pull/583) ([cdrage](https://github.com/cdrage)) -- Add io.kompose.service label to every object & use reaper to delete BuildConfig [\#578](https://github.com/kubernetes-incubator/kompose/pull/578) ([kadel](https://github.com/kadel)) -- Fixes fixture test for build context [\#577](https://github.com/kubernetes-incubator/kompose/pull/577) ([surajnarwade](https://github.com/surajnarwade)) -- sort output when creating kubernetes/openshift objects [\#565](https://github.com/kubernetes-incubator/kompose/pull/565) ([procrypt](https://github.com/procrypt)) -- Adding kompose up/down tests for openshift [\#460](https://github.com/kubernetes-incubator/kompose/pull/460) ([ashetty1](https://github.com/ashetty1)) -- Add build\_args support in buildconfig [\#424](https://github.com/kubernetes-incubator/kompose/pull/424) ([surajnarwade](https://github.com/surajnarwade)) +- Update version number in setup.md file in release script [\#618](https://github.com/kubernetes/kompose/pull/618) ([cdrage](https://github.com/cdrage)) +- Fix incorrect tag in BuildConfig. [\#613](https://github.com/kubernetes/kompose/pull/613) ([kadel](https://github.com/kadel)) +- Update `kompose completion` [\#612](https://github.com/kubernetes/kompose/pull/612) ([cdrage](https://github.com/cdrage)) +- Add support for stop\_grace\_period [\#608](https://github.com/kubernetes/kompose/pull/608) ([gitlawr](https://github.com/gitlawr)) +- Replace underscores with dashes while rendering container names [\#606](https://github.com/kubernetes/kompose/pull/606) ([achanda](https://github.com/achanda)) +- remove duplicate import with different name [\#602](https://github.com/kubernetes/kompose/pull/602) ([surajssd](https://github.com/surajssd)) +- Updated Vendoring [\#601](https://github.com/kubernetes/kompose/pull/601) ([surajnarwade](https://github.com/surajnarwade)) +- \ Update version number [\#597](https://github.com/kubernetes/kompose/pull/597) ([cdrage](https://github.com/cdrage)) +- Use old git command [\#592](https://github.com/kubernetes/kompose/pull/592) ([cdrage](https://github.com/cdrage)) +- Fix link to fedora setup in docs [\#586](https://github.com/kubernetes/kompose/pull/586) ([surajssd](https://github.com/surajssd)) +- Release script binary upload bug [\#583](https://github.com/kubernetes/kompose/pull/583) ([cdrage](https://github.com/cdrage)) +- Add io.kompose.service label to every object & use reaper to delete BuildConfig [\#578](https://github.com/kubernetes/kompose/pull/578) ([kadel](https://github.com/kadel)) +- Fixes fixture test for build context [\#577](https://github.com/kubernetes/kompose/pull/577) ([surajnarwade](https://github.com/surajnarwade)) +- sort output when creating kubernetes/openshift objects [\#565](https://github.com/kubernetes/kompose/pull/565) ([procrypt](https://github.com/procrypt)) +- Adding kompose up/down tests for openshift [\#460](https://github.com/kubernetes/kompose/pull/460) ([ashetty1](https://github.com/ashetty1)) +- Add build\_args support in buildconfig [\#424](https://github.com/kubernetes/kompose/pull/424) ([surajnarwade](https://github.com/surajnarwade)) -## [v0.6.0](https://github.com/kubernetes-incubator/kompose/tree/v0.6.0) (2017-04-28) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.5.0...v0.6.0) +## [v0.6.0](https://github.com/kubernetes/kompose/tree/v0.6.0) (2017-04-28) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.5.0...v0.6.0) **Closed issues:** -- Support for cap\_add,cap\_drop [\#575](https://github.com/kubernetes-incubator/kompose/issues/575) -- commenting test case temporarily [\#564](https://github.com/kubernetes-incubator/kompose/issues/564) -- driver:local in prefixing volumes with current dir name [\#550](https://github.com/kubernetes-incubator/kompose/issues/550) -- update docs/conversion.md [\#548](https://github.com/kubernetes-incubator/kompose/issues/548) -- Kompose binary for ARM [\#541](https://github.com/kubernetes-incubator/kompose/issues/541) -- add documentation about renaming service [\#538](https://github.com/kubernetes-incubator/kompose/issues/538) -- Update roadmap wrt to k8s 1.7 release [\#537](https://github.com/kubernetes-incubator/kompose/issues/537) -- Unused functions in app.go and utils.go [\#534](https://github.com/kubernetes-incubator/kompose/issues/534) -- Timestamps are added again to compose. [\#530](https://github.com/kubernetes-incubator/kompose/issues/530) -- kompose down is not deleting ingress and route [\#510](https://github.com/kubernetes-incubator/kompose/issues/510) -- mongodb startup problem with simple dockerfile [\#489](https://github.com/kubernetes-incubator/kompose/issues/489) -- RFE: kompose up support specified namespace to deploy [\#473](https://github.com/kubernetes-incubator/kompose/issues/473) -- Wrong version, again [\#461](https://github.com/kubernetes-incubator/kompose/issues/461) -- Normalizing service name might break application [\#433](https://github.com/kubernetes-incubator/kompose/issues/433) -- Converting docker-compose file on mac: `panic: runtime error` [\#379](https://github.com/kubernetes-incubator/kompose/issues/379) -- Should we not generate PVC's by default? [\#376](https://github.com/kubernetes-incubator/kompose/issues/376) -- "Failed to unmarshal MaporSlice" attempt to convert Sentry quick start [\#357](https://github.com/kubernetes-incubator/kompose/issues/357) -- CPUSet is read and but do not map to k8s [\#272](https://github.com/kubernetes-incubator/kompose/issues/272) -- Support for cpu\_shares [\#267](https://github.com/kubernetes-incubator/kompose/issues/267) +- Support for cap\_add,cap\_drop [\#575](https://github.com/kubernetes/kompose/issues/575) +- commenting test case temporarily [\#564](https://github.com/kubernetes/kompose/issues/564) +- driver:local in prefixing volumes with current dir name [\#550](https://github.com/kubernetes/kompose/issues/550) +- update docs/conversion.md [\#548](https://github.com/kubernetes/kompose/issues/548) +- Kompose binary for ARM [\#541](https://github.com/kubernetes/kompose/issues/541) +- add documentation about renaming service [\#538](https://github.com/kubernetes/kompose/issues/538) +- Update roadmap wrt to k8s 1.7 release [\#537](https://github.com/kubernetes/kompose/issues/537) +- Unused functions in app.go and utils.go [\#534](https://github.com/kubernetes/kompose/issues/534) +- Timestamps are added again to compose. [\#530](https://github.com/kubernetes/kompose/issues/530) +- kompose down is not deleting ingress and route [\#510](https://github.com/kubernetes/kompose/issues/510) +- mongodb startup problem with simple dockerfile [\#489](https://github.com/kubernetes/kompose/issues/489) +- RFE: kompose up support specified namespace to deploy [\#473](https://github.com/kubernetes/kompose/issues/473) +- Wrong version, again [\#461](https://github.com/kubernetes/kompose/issues/461) +- Normalizing service name might break application [\#433](https://github.com/kubernetes/kompose/issues/433) +- Converting docker-compose file on mac: `panic: runtime error` [\#379](https://github.com/kubernetes/kompose/issues/379) +- Should we not generate PVC's by default? [\#376](https://github.com/kubernetes/kompose/issues/376) +- "Failed to unmarshal MaporSlice" attempt to convert Sentry quick start [\#357](https://github.com/kubernetes/kompose/issues/357) +- CPUSet is read and but do not map to k8s [\#272](https://github.com/kubernetes/kompose/issues/272) +- Support for cpu\_shares [\#267](https://github.com/kubernetes/kompose/issues/267) **Merged pull requests:** -- 0.6.0 Release [\#582](https://github.com/kubernetes-incubator/kompose/pull/582) ([cdrage](https://github.com/cdrage)) -- Update the release script again [\#581](https://github.com/kubernetes-incubator/kompose/pull/581) ([cdrage](https://github.com/cdrage)) -- Add Support for cap\_add & cap\_drop [\#580](https://github.com/kubernetes-incubator/kompose/pull/580) ([gitlawr](https://github.com/gitlawr)) -- Update PR for ROADMAP [\#579](https://github.com/kubernetes-incubator/kompose/pull/579) ([cdrage](https://github.com/cdrage)) -- typo in nginx name. [\#570](https://github.com/kubernetes-incubator/kompose/pull/570) ([procrypt](https://github.com/procrypt)) -- Add warning about change in the service name. [\#569](https://github.com/kubernetes-incubator/kompose/pull/569) ([procrypt](https://github.com/procrypt)) -- fix output replication-controller and daemon-set [\#568](https://github.com/kubernetes-incubator/kompose/pull/568) ([nkysg](https://github.com/nkysg)) -- Adds spacing to table [\#567](https://github.com/kubernetes-incubator/kompose/pull/567) ([cdrage](https://github.com/cdrage)) -- Clarify tarball [\#559](https://github.com/kubernetes-incubator/kompose/pull/559) ([cdrage](https://github.com/cdrage)) -- Add test dependencies [\#558](https://github.com/kubernetes-incubator/kompose/pull/558) ([cdrage](https://github.com/cdrage)) -- fix driver:local in prefixing volumes with current dir name [\#557](https://github.com/kubernetes-incubator/kompose/pull/557) ([procrypt](https://github.com/procrypt)) -- Update doc with better console output and add note on deployment config [\#556](https://github.com/kubernetes-incubator/kompose/pull/556) ([cdrage](https://github.com/cdrage)) -- Updated conversion doc [\#553](https://github.com/kubernetes-incubator/kompose/pull/553) ([surajnarwade](https://github.com/surajnarwade)) -- Fixes the headers of the docs [\#552](https://github.com/kubernetes-incubator/kompose/pull/552) ([cdrage](https://github.com/cdrage)) -- Update document describing release process [\#551](https://github.com/kubernetes-incubator/kompose/pull/551) ([kadel](https://github.com/kadel)) -- Update ROADMAP [\#549](https://github.com/kubernetes-incubator/kompose/pull/549) ([kadel](https://github.com/kadel)) -- Support insecure registry and enhance parsing of image stream tag [\#547](https://github.com/kubernetes-incubator/kompose/pull/547) ([qujinping](https://github.com/qujinping)) -- Add setup.md [\#546](https://github.com/kubernetes-incubator/kompose/pull/546) ([cdrage](https://github.com/cdrage)) -- Moved cpu\_shares and cpuset to unsupported keys [\#543](https://github.com/kubernetes-incubator/kompose/pull/543) ([surajnarwade](https://github.com/surajnarwade)) -- Removed unused functions [\#539](https://github.com/kubernetes-incubator/kompose/pull/539) ([surajnarwade](https://github.com/surajnarwade)) -- new take on "Kompose will keep trying its job \#477" [\#536](https://github.com/kubernetes-incubator/kompose/pull/536) ([kadel](https://github.com/kadel)) -- Only ignore the docker-compose yaml file in the root directory [\#533](https://github.com/kubernetes-incubator/kompose/pull/533) ([cdrage](https://github.com/cdrage)) -- Move docker-compose.yml test file to tests [\#531](https://github.com/kubernetes-incubator/kompose/pull/531) ([cdrage](https://github.com/cdrage)) -- Fix the examples [\#528](https://github.com/kubernetes-incubator/kompose/pull/528) ([cdrage](https://github.com/cdrage)) -- Update contributing doc for reviewing, update owners file [\#527](https://github.com/kubernetes-incubator/kompose/pull/527) ([cdrage](https://github.com/cdrage)) -- Remove unused parameters from Kompose down [\#523](https://github.com/kubernetes-incubator/kompose/pull/523) ([cdrage](https://github.com/cdrage)) -- Added warning after PVC creation [\#519](https://github.com/kubernetes-incubator/kompose/pull/519) ([surajnarwade](https://github.com/surajnarwade)) -- Added support for different namespaces [\#517](https://github.com/kubernetes-incubator/kompose/pull/517) ([procrypt](https://github.com/procrypt)) -- add missing 'io.kompose.service' label to Route and Ingress [\#511](https://github.com/kubernetes-incubator/kompose/pull/511) ([kadel](https://github.com/kadel)) -- Added consistency in build context [\#454](https://github.com/kubernetes-incubator/kompose/pull/454) ([surajnarwade](https://github.com/surajnarwade)) +- 0.6.0 Release [\#582](https://github.com/kubernetes/kompose/pull/582) ([cdrage](https://github.com/cdrage)) +- Update the release script again [\#581](https://github.com/kubernetes/kompose/pull/581) ([cdrage](https://github.com/cdrage)) +- Add Support for cap\_add & cap\_drop [\#580](https://github.com/kubernetes/kompose/pull/580) ([gitlawr](https://github.com/gitlawr)) +- Update PR for ROADMAP [\#579](https://github.com/kubernetes/kompose/pull/579) ([cdrage](https://github.com/cdrage)) +- typo in nginx name. [\#570](https://github.com/kubernetes/kompose/pull/570) ([procrypt](https://github.com/procrypt)) +- Add warning about change in the service name. [\#569](https://github.com/kubernetes/kompose/pull/569) ([procrypt](https://github.com/procrypt)) +- fix output replication-controller and daemon-set [\#568](https://github.com/kubernetes/kompose/pull/568) ([nkysg](https://github.com/nkysg)) +- Adds spacing to table [\#567](https://github.com/kubernetes/kompose/pull/567) ([cdrage](https://github.com/cdrage)) +- Clarify tarball [\#559](https://github.com/kubernetes/kompose/pull/559) ([cdrage](https://github.com/cdrage)) +- Add test dependencies [\#558](https://github.com/kubernetes/kompose/pull/558) ([cdrage](https://github.com/cdrage)) +- fix driver:local in prefixing volumes with current dir name [\#557](https://github.com/kubernetes/kompose/pull/557) ([procrypt](https://github.com/procrypt)) +- Update doc with better console output and add note on deployment config [\#556](https://github.com/kubernetes/kompose/pull/556) ([cdrage](https://github.com/cdrage)) +- Updated conversion doc [\#553](https://github.com/kubernetes/kompose/pull/553) ([surajnarwade](https://github.com/surajnarwade)) +- Fixes the headers of the docs [\#552](https://github.com/kubernetes/kompose/pull/552) ([cdrage](https://github.com/cdrage)) +- Update document describing release process [\#551](https://github.com/kubernetes/kompose/pull/551) ([kadel](https://github.com/kadel)) +- Update ROADMAP [\#549](https://github.com/kubernetes/kompose/pull/549) ([kadel](https://github.com/kadel)) +- Support insecure registry and enhance parsing of image stream tag [\#547](https://github.com/kubernetes/kompose/pull/547) ([qujinping](https://github.com/qujinping)) +- Add setup.md [\#546](https://github.com/kubernetes/kompose/pull/546) ([cdrage](https://github.com/cdrage)) +- Moved cpu\_shares and cpuset to unsupported keys [\#543](https://github.com/kubernetes/kompose/pull/543) ([surajnarwade](https://github.com/surajnarwade)) +- Removed unused functions [\#539](https://github.com/kubernetes/kompose/pull/539) ([surajnarwade](https://github.com/surajnarwade)) +- new take on "Kompose will keep trying its job \#477" [\#536](https://github.com/kubernetes/kompose/pull/536) ([kadel](https://github.com/kadel)) +- Only ignore the docker-compose yaml file in the root directory [\#533](https://github.com/kubernetes/kompose/pull/533) ([cdrage](https://github.com/cdrage)) +- Move docker-compose.yml test file to tests [\#531](https://github.com/kubernetes/kompose/pull/531) ([cdrage](https://github.com/cdrage)) +- Fix the examples [\#528](https://github.com/kubernetes/kompose/pull/528) ([cdrage](https://github.com/cdrage)) +- Update contributing doc for reviewing, update owners file [\#527](https://github.com/kubernetes/kompose/pull/527) ([cdrage](https://github.com/cdrage)) +- Remove unused parameters from Kompose down [\#523](https://github.com/kubernetes/kompose/pull/523) ([cdrage](https://github.com/cdrage)) +- Added warning after PVC creation [\#519](https://github.com/kubernetes/kompose/pull/519) ([surajnarwade](https://github.com/surajnarwade)) +- Added support for different namespaces [\#517](https://github.com/kubernetes/kompose/pull/517) ([procrypt](https://github.com/procrypt)) +- add missing 'io.kompose.service' label to Route and Ingress [\#511](https://github.com/kubernetes/kompose/pull/511) ([kadel](https://github.com/kadel)) +- Added consistency in build context [\#454](https://github.com/kubernetes/kompose/pull/454) ([surajnarwade](https://github.com/surajnarwade)) -## [v0.5.0](https://github.com/kubernetes-incubator/kompose/tree/v0.5.0) (2017-04-04) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.4.0...v0.5.0) +## [v0.5.0](https://github.com/kubernetes/kompose/tree/v0.5.0) (2017-04-04) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.4.0...v0.5.0) **Closed issues:** -- kompose fails to build on ppc64 and ppc64le arches due to old sys/unix vendor package [\#532](https://github.com/kubernetes-incubator/kompose/issues/532) -- unused global constants in convert.go [\#513](https://github.com/kubernetes-incubator/kompose/issues/513) -- `kompose up` fails with restart options on openshift [\#505](https://github.com/kubernetes-incubator/kompose/issues/505) -- 0.4.0 release [\#501](https://github.com/kubernetes-incubator/kompose/issues/501) -- remove extends from unsupported keys [\#493](https://github.com/kubernetes-incubator/kompose/issues/493) -- kompose should respect the dockerfile key in docker-compose.yml [\#486](https://github.com/kubernetes-incubator/kompose/issues/486) -- Add Fedora packaging data to Kompose repo [\#481](https://github.com/kubernetes-incubator/kompose/issues/481) -- extends is supported construct but conversion doc says opposite [\#475](https://github.com/kubernetes-incubator/kompose/issues/475) -- stripping kompose binary? [\#463](https://github.com/kubernetes-incubator/kompose/issues/463) -- test showing PASS, even if command not found [\#431](https://github.com/kubernetes-incubator/kompose/issues/431) -- underscores get propagated into invalid names [\#420](https://github.com/kubernetes-incubator/kompose/issues/420) -- Unsupported root level networks key despite no networks [\#365](https://github.com/kubernetes-incubator/kompose/issues/365) -- Make kompose keep trying its job [\#270](https://github.com/kubernetes-incubator/kompose/issues/270) -- Improving `down` to handle Volumes [\#255](https://github.com/kubernetes-incubator/kompose/issues/255) -- Add tests based on current issues [\#205](https://github.com/kubernetes-incubator/kompose/issues/205) -- We should have a table / document for docker-compose to k8s / openshift conversion [\#82](https://github.com/kubernetes-incubator/kompose/issues/82) +- kompose fails to build on ppc64 and ppc64le arches due to old sys/unix vendor package [\#532](https://github.com/kubernetes/kompose/issues/532) +- unused global constants in convert.go [\#513](https://github.com/kubernetes/kompose/issues/513) +- `kompose up` fails with restart options on openshift [\#505](https://github.com/kubernetes/kompose/issues/505) +- 0.4.0 release [\#501](https://github.com/kubernetes/kompose/issues/501) +- remove extends from unsupported keys [\#493](https://github.com/kubernetes/kompose/issues/493) +- kompose should respect the dockerfile key in docker-compose.yml [\#486](https://github.com/kubernetes/kompose/issues/486) +- Add Fedora packaging data to Kompose repo [\#481](https://github.com/kubernetes/kompose/issues/481) +- extends is supported construct but conversion doc says opposite [\#475](https://github.com/kubernetes/kompose/issues/475) +- stripping kompose binary? [\#463](https://github.com/kubernetes/kompose/issues/463) +- test showing PASS, even if command not found [\#431](https://github.com/kubernetes/kompose/issues/431) +- underscores get propagated into invalid names [\#420](https://github.com/kubernetes/kompose/issues/420) +- Unsupported root level networks key despite no networks [\#365](https://github.com/kubernetes/kompose/issues/365) +- Make kompose keep trying its job [\#270](https://github.com/kubernetes/kompose/issues/270) +- Improving `down` to handle Volumes [\#255](https://github.com/kubernetes/kompose/issues/255) +- Add tests based on current issues [\#205](https://github.com/kubernetes/kompose/issues/205) +- We should have a table / document for docker-compose to k8s / openshift conversion [\#82](https://github.com/kubernetes/kompose/issues/82) **Merged pull requests:** -- 0.5.0 release [\#542](https://github.com/kubernetes-incubator/kompose/pull/542) ([cdrage](https://github.com/cdrage)) -- Add ARM to make cross. [\#540](https://github.com/kubernetes-incubator/kompose/pull/540) ([cdrage](https://github.com/cdrage)) -- Revert "Kompose will keep trying its job" [\#535](https://github.com/kubernetes-incubator/kompose/pull/535) ([cdrage](https://github.com/cdrage)) -- Update vendoring + fix issue with timestamps being added to log [\#529](https://github.com/kubernetes-incubator/kompose/pull/529) ([cdrage](https://github.com/cdrage)) -- Fixed functional tests [\#526](https://github.com/kubernetes-incubator/kompose/pull/526) ([surajnarwade](https://github.com/surajnarwade)) -- Fix typo in tarball link in readme [\#525](https://github.com/kubernetes-incubator/kompose/pull/525) ([cdrage](https://github.com/cdrage)) -- Fix typo in replicas and organize flags [\#524](https://github.com/kubernetes-incubator/kompose/pull/524) ([cdrage](https://github.com/cdrage)) -- Removing unused variable from convert.go [\#520](https://github.com/kubernetes-incubator/kompose/pull/520) ([surajnarwade](https://github.com/surajnarwade)) -- Ignore Docker Compose files in the root directory [\#516](https://github.com/kubernetes-incubator/kompose/pull/516) ([cdrage](https://github.com/cdrage)) -- Fix the DAB spelling error [\#515](https://github.com/kubernetes-incubator/kompose/pull/515) ([cdrage](https://github.com/cdrage)) -- Fixes image \(uses / to get the root dir\) [\#512](https://github.com/kubernetes-incubator/kompose/pull/512) ([cdrage](https://github.com/cdrage)) -- Propagate underscore into valid name [\#509](https://github.com/kubernetes-incubator/kompose/pull/509) ([procrypt](https://github.com/procrypt)) -- Update minor bug in syncing files [\#508](https://github.com/kubernetes-incubator/kompose/pull/508) ([cdrage](https://github.com/cdrage)) -- Update the readme with tarball and installation instructions [\#507](https://github.com/kubernetes-incubator/kompose/pull/507) ([cdrage](https://github.com/cdrage)) -- Removed Duplicate line\(build\) from compose.go [\#504](https://github.com/kubernetes-incubator/kompose/pull/504) ([surajnarwade](https://github.com/surajnarwade)) -- Ignore the /bin folder [\#503](https://github.com/kubernetes-incubator/kompose/pull/503) ([cdrage](https://github.com/cdrage)) -- Sync changes from master to gh-pages on each merge request [\#500](https://github.com/kubernetes-incubator/kompose/pull/500) ([cdrage](https://github.com/cdrage)) -- Added dockerfile key support [\#499](https://github.com/kubernetes-incubator/kompose/pull/499) ([surajnarwade](https://github.com/surajnarwade)) -- Add rpm packaging [\#495](https://github.com/kubernetes-incubator/kompose/pull/495) ([cdrage](https://github.com/cdrage)) -- Remove extend from unused keys, add to conversion doc [\#494](https://github.com/kubernetes-incubator/kompose/pull/494) ([cdrage](https://github.com/cdrage)) -- delete objects based on label [\#483](https://github.com/kubernetes-incubator/kompose/pull/483) ([procrypt](https://github.com/procrypt)) -- Kompose will keep trying its job [\#477](https://github.com/kubernetes-incubator/kompose/pull/477) ([surajnarwade](https://github.com/surajnarwade)) +- 0.5.0 release [\#542](https://github.com/kubernetes/kompose/pull/542) ([cdrage](https://github.com/cdrage)) +- Add ARM to make cross. [\#540](https://github.com/kubernetes/kompose/pull/540) ([cdrage](https://github.com/cdrage)) +- Revert "Kompose will keep trying its job" [\#535](https://github.com/kubernetes/kompose/pull/535) ([cdrage](https://github.com/cdrage)) +- Update vendoring + fix issue with timestamps being added to log [\#529](https://github.com/kubernetes/kompose/pull/529) ([cdrage](https://github.com/cdrage)) +- Fixed functional tests [\#526](https://github.com/kubernetes/kompose/pull/526) ([surajnarwade](https://github.com/surajnarwade)) +- Fix typo in tarball link in readme [\#525](https://github.com/kubernetes/kompose/pull/525) ([cdrage](https://github.com/cdrage)) +- Fix typo in replicas and organize flags [\#524](https://github.com/kubernetes/kompose/pull/524) ([cdrage](https://github.com/cdrage)) +- Removing unused variable from convert.go [\#520](https://github.com/kubernetes/kompose/pull/520) ([surajnarwade](https://github.com/surajnarwade)) +- Ignore Docker Compose files in the root directory [\#516](https://github.com/kubernetes/kompose/pull/516) ([cdrage](https://github.com/cdrage)) +- Fix the DAB spelling error [\#515](https://github.com/kubernetes/kompose/pull/515) ([cdrage](https://github.com/cdrage)) +- Fixes image \(uses / to get the root dir\) [\#512](https://github.com/kubernetes/kompose/pull/512) ([cdrage](https://github.com/cdrage)) +- Propagate underscore into valid name [\#509](https://github.com/kubernetes/kompose/pull/509) ([procrypt](https://github.com/procrypt)) +- Update minor bug in syncing files [\#508](https://github.com/kubernetes/kompose/pull/508) ([cdrage](https://github.com/cdrage)) +- Update the readme with tarball and installation instructions [\#507](https://github.com/kubernetes/kompose/pull/507) ([cdrage](https://github.com/cdrage)) +- Removed Duplicate line\(build\) from compose.go [\#504](https://github.com/kubernetes/kompose/pull/504) ([surajnarwade](https://github.com/surajnarwade)) +- Ignore the /bin folder [\#503](https://github.com/kubernetes/kompose/pull/503) ([cdrage](https://github.com/cdrage)) +- Sync changes from master to gh-pages on each merge request [\#500](https://github.com/kubernetes/kompose/pull/500) ([cdrage](https://github.com/cdrage)) +- Added dockerfile key support [\#499](https://github.com/kubernetes/kompose/pull/499) ([surajnarwade](https://github.com/surajnarwade)) +- Add rpm packaging [\#495](https://github.com/kubernetes/kompose/pull/495) ([cdrage](https://github.com/cdrage)) +- Remove extend from unused keys, add to conversion doc [\#494](https://github.com/kubernetes/kompose/pull/494) ([cdrage](https://github.com/cdrage)) +- delete objects based on label [\#483](https://github.com/kubernetes/kompose/pull/483) ([procrypt](https://github.com/procrypt)) +- Kompose will keep trying its job [\#477](https://github.com/kubernetes/kompose/pull/477) ([surajnarwade](https://github.com/surajnarwade)) -## [v0.4.0](https://github.com/kubernetes-incubator/kompose/tree/v0.4.0) (2017-03-21) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.3.0...v0.4.0) +## [v0.4.0](https://github.com/kubernetes/kompose/tree/v0.4.0) (2017-03-21) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.3.0...v0.4.0) **Closed issues:** -- Update unsupported keys in kompose.io user guide [\#479](https://github.com/kubernetes-incubator/kompose/issues/479) -- Adding `networks:` results in a panic [\#478](https://github.com/kubernetes-incubator/kompose/issues/478) -- `volumes\_from` is supported construct but conversion doc says opposite [\#476](https://github.com/kubernetes-incubator/kompose/issues/476) -- Panics parsing volume config [\#471](https://github.com/kubernetes-incubator/kompose/issues/471) -- Error with unsupported keys not showing up in warnings [\#456](https://github.com/kubernetes-incubator/kompose/issues/456) -- Separate key:"value" pairs in kobject.go [\#452](https://github.com/kubernetes-incubator/kompose/issues/452) -- Support for: volumes\_from [\#444](https://github.com/kubernetes-incubator/kompose/issues/444) -- Support for: ulimits [\#442](https://github.com/kubernetes-incubator/kompose/issues/442) -- Error / Support for: links [\#439](https://github.com/kubernetes-incubator/kompose/issues/439) -- Support for: tmpfs [\#436](https://github.com/kubernetes-incubator/kompose/issues/436) -- Add documentation for mem\_limit [\#435](https://github.com/kubernetes-incubator/kompose/issues/435) -- .env file is checked at current directory instead of target directory [\#426](https://github.com/kubernetes-incubator/kompose/issues/426) -- Unable to build from source [\#421](https://github.com/kubernetes-incubator/kompose/issues/421) -- Tagging for 0.2.1 release [\#400](https://github.com/kubernetes-incubator/kompose/issues/400) +- Update unsupported keys in kompose.io user guide [\#479](https://github.com/kubernetes/kompose/issues/479) +- Adding `networks:` results in a panic [\#478](https://github.com/kubernetes/kompose/issues/478) +- `volumes\_from` is supported construct but conversion doc says opposite [\#476](https://github.com/kubernetes/kompose/issues/476) +- Panics parsing volume config [\#471](https://github.com/kubernetes/kompose/issues/471) +- Error with unsupported keys not showing up in warnings [\#456](https://github.com/kubernetes/kompose/issues/456) +- Separate key:"value" pairs in kobject.go [\#452](https://github.com/kubernetes/kompose/issues/452) +- Support for: volumes\_from [\#444](https://github.com/kubernetes/kompose/issues/444) +- Support for: ulimits [\#442](https://github.com/kubernetes/kompose/issues/442) +- Error / Support for: links [\#439](https://github.com/kubernetes/kompose/issues/439) +- Support for: tmpfs [\#436](https://github.com/kubernetes/kompose/issues/436) +- Add documentation for mem\_limit [\#435](https://github.com/kubernetes/kompose/issues/435) +- .env file is checked at current directory instead of target directory [\#426](https://github.com/kubernetes/kompose/issues/426) +- Unable to build from source [\#421](https://github.com/kubernetes/kompose/issues/421) +- Tagging for 0.2.1 release [\#400](https://github.com/kubernetes/kompose/issues/400) **Merged pull requests:** -- 0.4.0 release [\#502](https://github.com/kubernetes-incubator/kompose/pull/502) ([cdrage](https://github.com/cdrage)) -- do not fail if there is a golint violation [\#498](https://github.com/kubernetes-incubator/kompose/pull/498) ([kadel](https://github.com/kadel)) -- travis-ci: send report to coveralls in after\_success section [\#497](https://github.com/kubernetes-incubator/kompose/pull/497) ([kadel](https://github.com/kadel)) -- Add install instruction for MacOS X \(using brew\) [\#492](https://github.com/kubernetes-incubator/kompose/pull/492) ([kadel](https://github.com/kadel)) -- Add that we support volumes\_from [\#491](https://github.com/kubernetes-incubator/kompose/pull/491) ([cdrage](https://github.com/cdrage)) -- Update vendoring [\#490](https://github.com/kubernetes-incubator/kompose/pull/490) ([cdrage](https://github.com/cdrage)) -- Add three-week cycle comment to README [\#488](https://github.com/kubernetes-incubator/kompose/pull/488) ([cdrage](https://github.com/cdrage)) -- Update the link to the conversion doc [\#485](https://github.com/kubernetes-incubator/kompose/pull/485) ([cdrage](https://github.com/cdrage)) -- Added support for tmpfs [\#484](https://github.com/kubernetes-incubator/kompose/pull/484) ([surajnarwade](https://github.com/surajnarwade)) -- Modified user-guide on kompose.io [\#480](https://github.com/kubernetes-incubator/kompose/pull/480) ([surajnarwade](https://github.com/surajnarwade)) -- index.md: made LoadBalancer Ingress a valid IPv4 [\#472](https://github.com/kubernetes-incubator/kompose/pull/472) ([ceocoder](https://github.com/ceocoder)) -- Update headers to better reflect each page on Kompose.io [\#470](https://github.com/kubernetes-incubator/kompose/pull/470) ([cdrage](https://github.com/cdrage)) -- Adds conversion doc + updates css [\#469](https://github.com/kubernetes-incubator/kompose/pull/469) ([cdrage](https://github.com/cdrage)) -- Add cap\_add and cap\_drop to unsupported keys [\#468](https://github.com/kubernetes-incubator/kompose/pull/468) ([kadel](https://github.com/kadel)) -- Add architecture guide to Kompose site [\#467](https://github.com/kubernetes-incubator/kompose/pull/467) ([cdrage](https://github.com/cdrage)) -- Minor fix on user guide [\#466](https://github.com/kubernetes-incubator/kompose/pull/466) ([cdrage](https://github.com/cdrage)) -- Update release script [\#465](https://github.com/kubernetes-incubator/kompose/pull/465) ([cdrage](https://github.com/cdrage)) -- Improve error handling, fix \#416 [\#462](https://github.com/kubernetes-incubator/kompose/pull/462) ([containscafeine](https://github.com/containscafeine)) -- unsupported keys [\#459](https://github.com/kubernetes-incubator/kompose/pull/459) ([procrypt](https://github.com/procrypt)) -- Clean up logrus [\#455](https://github.com/kubernetes-incubator/kompose/pull/455) ([cdrage](https://github.com/cdrage)) -- Update the README with -u in go get [\#453](https://github.com/kubernetes-incubator/kompose/pull/453) ([cdrage](https://github.com/cdrage)) -- Update the release script again :\) [\#451](https://github.com/kubernetes-incubator/kompose/pull/451) ([cdrage](https://github.com/cdrage)) -- Add conversion documentation [\#448](https://github.com/kubernetes-incubator/kompose/pull/448) ([cdrage](https://github.com/cdrage)) +- 0.4.0 release [\#502](https://github.com/kubernetes/kompose/pull/502) ([cdrage](https://github.com/cdrage)) +- do not fail if there is a golint violation [\#498](https://github.com/kubernetes/kompose/pull/498) ([kadel](https://github.com/kadel)) +- travis-ci: send report to coveralls in after\_success section [\#497](https://github.com/kubernetes/kompose/pull/497) ([kadel](https://github.com/kadel)) +- Add install instruction for MacOS X \(using brew\) [\#492](https://github.com/kubernetes/kompose/pull/492) ([kadel](https://github.com/kadel)) +- Add that we support volumes\_from [\#491](https://github.com/kubernetes/kompose/pull/491) ([cdrage](https://github.com/cdrage)) +- Update vendoring [\#490](https://github.com/kubernetes/kompose/pull/490) ([cdrage](https://github.com/cdrage)) +- Add three-week cycle comment to README [\#488](https://github.com/kubernetes/kompose/pull/488) ([cdrage](https://github.com/cdrage)) +- Update the link to the conversion doc [\#485](https://github.com/kubernetes/kompose/pull/485) ([cdrage](https://github.com/cdrage)) +- Added support for tmpfs [\#484](https://github.com/kubernetes/kompose/pull/484) ([surajnarwade](https://github.com/surajnarwade)) +- Modified user-guide on kompose.io [\#480](https://github.com/kubernetes/kompose/pull/480) ([surajnarwade](https://github.com/surajnarwade)) +- index.md: made LoadBalancer Ingress a valid IPv4 [\#472](https://github.com/kubernetes/kompose/pull/472) ([ceocoder](https://github.com/ceocoder)) +- Update headers to better reflect each page on Kompose.io [\#470](https://github.com/kubernetes/kompose/pull/470) ([cdrage](https://github.com/cdrage)) +- Adds conversion doc + updates css [\#469](https://github.com/kubernetes/kompose/pull/469) ([cdrage](https://github.com/cdrage)) +- Add cap\_add and cap\_drop to unsupported keys [\#468](https://github.com/kubernetes/kompose/pull/468) ([kadel](https://github.com/kadel)) +- Add architecture guide to Kompose site [\#467](https://github.com/kubernetes/kompose/pull/467) ([cdrage](https://github.com/cdrage)) +- Minor fix on user guide [\#466](https://github.com/kubernetes/kompose/pull/466) ([cdrage](https://github.com/cdrage)) +- Update release script [\#465](https://github.com/kubernetes/kompose/pull/465) ([cdrage](https://github.com/cdrage)) +- Improve error handling, fix \#416 [\#462](https://github.com/kubernetes/kompose/pull/462) ([containscafeine](https://github.com/containscafeine)) +- unsupported keys [\#459](https://github.com/kubernetes/kompose/pull/459) ([procrypt](https://github.com/procrypt)) +- Clean up logrus [\#455](https://github.com/kubernetes/kompose/pull/455) ([cdrage](https://github.com/cdrage)) +- Update the README with -u in go get [\#453](https://github.com/kubernetes/kompose/pull/453) ([cdrage](https://github.com/cdrage)) +- Update the release script again :\) [\#451](https://github.com/kubernetes/kompose/pull/451) ([cdrage](https://github.com/cdrage)) +- Add conversion documentation [\#448](https://github.com/kubernetes/kompose/pull/448) ([cdrage](https://github.com/cdrage)) -## [v0.3.0](https://github.com/kubernetes-incubator/kompose/tree/v0.3.0) (2017-02-24) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.2.0...v0.3.0) +## [v0.3.0](https://github.com/kubernetes/kompose/tree/v0.3.0) (2017-02-24) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.2.0...v0.3.0) **Closed issues:** -- `make test-unit` does not run on uncomitted changes [\#427](https://github.com/kubernetes-incubator/kompose/issues/427) -- Improve error handling [\#416](https://github.com/kubernetes-incubator/kompose/issues/416) -- Wrong version \(0.1.2\) in "kompose versione" \(instead of 0.2.0\) [\#411](https://github.com/kubernetes-incubator/kompose/issues/411) -- Cannot unmarshal float environment values. [\#410](https://github.com/kubernetes-incubator/kompose/issues/410) -- unit tests for error out if controller object is specified with restart: on-failure. [\#404](https://github.com/kubernetes-incubator/kompose/issues/404) -- By default, remove protocol: TCP in conversion to artifacts [\#392](https://github.com/kubernetes-incubator/kompose/issues/392) -- Container Port and Node Port mapping default to open [\#391](https://github.com/kubernetes-incubator/kompose/issues/391) -- panic on using --build-branch and default docker-compose file given [\#369](https://github.com/kubernetes-incubator/kompose/issues/369) -- error should be displayed If controller object is specified and `restart: on-failure` [\#354](https://github.com/kubernetes-incubator/kompose/issues/354) -- add support for docker-compose.yaml besides docker-compose.yml [\#352](https://github.com/kubernetes-incubator/kompose/issues/352) -- Abstract out api.PodSpec in kubernetes.go [\#348](https://github.com/kubernetes-incubator/kompose/issues/348) -- Support for host:container:protocol [\#335](https://github.com/kubernetes-incubator/kompose/issues/335) -- Detecting exposed ports in images [\#146](https://github.com/kubernetes-incubator/kompose/issues/146) -- bash completion for kompose [\#37](https://github.com/kubernetes-incubator/kompose/issues/37) +- `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) +- 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) +- unit tests for error out if controller object is specified with restart: on-failure. [\#404](https://github.com/kubernetes/kompose/issues/404) +- By default, remove protocol: TCP in conversion to artifacts [\#392](https://github.com/kubernetes/kompose/issues/392) +- Container Port and Node Port mapping default to open [\#391](https://github.com/kubernetes/kompose/issues/391) +- panic on using --build-branch and default docker-compose file given [\#369](https://github.com/kubernetes/kompose/issues/369) +- error should be displayed If controller object is specified and `restart: on-failure` [\#354](https://github.com/kubernetes/kompose/issues/354) +- add support for docker-compose.yaml besides docker-compose.yml [\#352](https://github.com/kubernetes/kompose/issues/352) +- Abstract out api.PodSpec in kubernetes.go [\#348](https://github.com/kubernetes/kompose/issues/348) +- Support for host:container:protocol [\#335](https://github.com/kubernetes/kompose/issues/335) +- Detecting exposed ports in images [\#146](https://github.com/kubernetes/kompose/issues/146) +- bash completion for kompose [\#37](https://github.com/kubernetes/kompose/issues/37) **Merged pull requests:** -- 0.3.0 Release [\#450](https://github.com/kubernetes-incubator/kompose/pull/450) ([cdrage](https://github.com/cdrage)) -- Test with multiple go versions [\#449](https://github.com/kubernetes-incubator/kompose/pull/449) ([kadel](https://github.com/kadel)) -- Abstract out api.pod spec [\#434](https://github.com/kubernetes-incubator/kompose/pull/434) ([procrypt](https://github.com/procrypt)) -- normalize docker-compose service that has name with underscore [\#429](https://github.com/kubernetes-incubator/kompose/pull/429) ([surajssd](https://github.com/surajssd)) -- removed unnecessary objects in compose.go [\#428](https://github.com/kubernetes-incubator/kompose/pull/428) ([surajssd](https://github.com/surajssd)) -- Update vendoring [\#425](https://github.com/kubernetes-incubator/kompose/pull/425) ([cdrage](https://github.com/cdrage)) -- fix passing gitcommit in version output [\#423](https://github.com/kubernetes-incubator/kompose/pull/423) ([kadel](https://github.com/kadel)) -- Update Makefile - lazy set for PKGS variable [\#418](https://github.com/kubernetes-incubator/kompose/pull/418) ([kadel](https://github.com/kadel)) -- Update the documentation to use LoadBalancer instead of NodePort [\#417](https://github.com/kubernetes-incubator/kompose/pull/417) ([cdrage](https://github.com/cdrage)) -- Fix a small spelling error [\#415](https://github.com/kubernetes-incubator/kompose/pull/415) ([cdrage](https://github.com/cdrage)) -- Adds mem\_limit support for conversion [\#414](https://github.com/kubernetes-incubator/kompose/pull/414) ([cdrage](https://github.com/cdrage)) -- add BuildConfig support to kompose down [\#413](https://github.com/kubernetes-incubator/kompose/pull/413) ([procrypt](https://github.com/procrypt)) -- Update the example to include NodePort and accessability [\#409](https://github.com/kubernetes-incubator/kompose/pull/409) ([cdrage](https://github.com/cdrage)) -- Add kompose to .gitignore, remove binary [\#408](https://github.com/kubernetes-incubator/kompose/pull/408) ([cdrage](https://github.com/cdrage)) -- Update the setup page for Linux/MacOS/Windows on Kompose.io [\#407](https://github.com/kubernetes-incubator/kompose/pull/407) ([cdrage](https://github.com/cdrage)) -- Unit tests for error out if controller object is specified with restart: on-failure [\#405](https://github.com/kubernetes-incubator/kompose/pull/405) ([procrypt](https://github.com/procrypt)) -- Adds favicons to the website [\#403](https://github.com/kubernetes-incubator/kompose/pull/403) ([cdrage](https://github.com/cdrage)) -- Update website with user guide + updated setup [\#402](https://github.com/kubernetes-incubator/kompose/pull/402) ([cdrage](https://github.com/cdrage)) -- Update the README.md with new installation instructions [\#399](https://github.com/kubernetes-incubator/kompose/pull/399) ([cdrage](https://github.com/cdrage)) -- Updates the cross compiling commands [\#397](https://github.com/kubernetes-incubator/kompose/pull/397) ([cdrage](https://github.com/cdrage)) -- Update the release script [\#396](https://github.com/kubernetes-incubator/kompose/pull/396) ([cdrage](https://github.com/cdrage)) -- Removes the TCP output on the Kubernetes / OpenShift artifacts [\#394](https://github.com/kubernetes-incubator/kompose/pull/394) ([cdrage](https://github.com/cdrage)) -- Add support for host:port:port [\#393](https://github.com/kubernetes-incubator/kompose/pull/393) ([cdrage](https://github.com/cdrage)) -- change strategy to recreate if volumes present, fix \#264 [\#378](https://github.com/kubernetes-incubator/kompose/pull/378) ([containscafeine](https://github.com/containscafeine)) -- error out if controller object is specified with "restart: on-failure" [\#373](https://github.com/kubernetes-incubator/kompose/pull/373) ([procrypt](https://github.com/procrypt)) -- added support for docker-compose.yaml besides docker-compose.yml [\#368](https://github.com/kubernetes-incubator/kompose/pull/368) ([procrypt](https://github.com/procrypt)) +- 0.3.0 Release [\#450](https://github.com/kubernetes/kompose/pull/450) ([cdrage](https://github.com/cdrage)) +- Test with multiple go versions [\#449](https://github.com/kubernetes/kompose/pull/449) ([kadel](https://github.com/kadel)) +- Abstract out api.pod spec [\#434](https://github.com/kubernetes/kompose/pull/434) ([procrypt](https://github.com/procrypt)) +- normalize docker-compose service that has name with underscore [\#429](https://github.com/kubernetes/kompose/pull/429) ([surajssd](https://github.com/surajssd)) +- removed unnecessary objects in compose.go [\#428](https://github.com/kubernetes/kompose/pull/428) ([surajssd](https://github.com/surajssd)) +- Update vendoring [\#425](https://github.com/kubernetes/kompose/pull/425) ([cdrage](https://github.com/cdrage)) +- fix passing gitcommit in version output [\#423](https://github.com/kubernetes/kompose/pull/423) ([kadel](https://github.com/kadel)) +- Update Makefile - lazy set for PKGS variable [\#418](https://github.com/kubernetes/kompose/pull/418) ([kadel](https://github.com/kadel)) +- Update the documentation to use LoadBalancer instead of NodePort [\#417](https://github.com/kubernetes/kompose/pull/417) ([cdrage](https://github.com/cdrage)) +- Fix a small spelling error [\#415](https://github.com/kubernetes/kompose/pull/415) ([cdrage](https://github.com/cdrage)) +- Adds mem\_limit support for conversion [\#414](https://github.com/kubernetes/kompose/pull/414) ([cdrage](https://github.com/cdrage)) +- add BuildConfig support to kompose down [\#413](https://github.com/kubernetes/kompose/pull/413) ([procrypt](https://github.com/procrypt)) +- Update the example to include NodePort and accessability [\#409](https://github.com/kubernetes/kompose/pull/409) ([cdrage](https://github.com/cdrage)) +- Add kompose to .gitignore, remove binary [\#408](https://github.com/kubernetes/kompose/pull/408) ([cdrage](https://github.com/cdrage)) +- Update the setup page for Linux/MacOS/Windows on Kompose.io [\#407](https://github.com/kubernetes/kompose/pull/407) ([cdrage](https://github.com/cdrage)) +- Unit tests for error out if controller object is specified with restart: on-failure [\#405](https://github.com/kubernetes/kompose/pull/405) ([procrypt](https://github.com/procrypt)) +- Adds favicons to the website [\#403](https://github.com/kubernetes/kompose/pull/403) ([cdrage](https://github.com/cdrage)) +- Update website with user guide + updated setup [\#402](https://github.com/kubernetes/kompose/pull/402) ([cdrage](https://github.com/cdrage)) +- Update the README.md with new installation instructions [\#399](https://github.com/kubernetes/kompose/pull/399) ([cdrage](https://github.com/cdrage)) +- Updates the cross compiling commands [\#397](https://github.com/kubernetes/kompose/pull/397) ([cdrage](https://github.com/cdrage)) +- Update the release script [\#396](https://github.com/kubernetes/kompose/pull/396) ([cdrage](https://github.com/cdrage)) +- Removes the TCP output on the Kubernetes / OpenShift artifacts [\#394](https://github.com/kubernetes/kompose/pull/394) ([cdrage](https://github.com/cdrage)) +- Add support for host:port:port [\#393](https://github.com/kubernetes/kompose/pull/393) ([cdrage](https://github.com/cdrage)) +- change strategy to recreate if volumes present, fix \#264 [\#378](https://github.com/kubernetes/kompose/pull/378) ([containscafeine](https://github.com/containscafeine)) +- error out if controller object is specified with "restart: on-failure" [\#373](https://github.com/kubernetes/kompose/pull/373) ([procrypt](https://github.com/procrypt)) +- added support for docker-compose.yaml besides docker-compose.yml [\#368](https://github.com/kubernetes/kompose/pull/368) ([procrypt](https://github.com/procrypt)) -## [v0.2.0](https://github.com/kubernetes-incubator/kompose/tree/v0.2.0) (2017-01-27) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.1.2...v0.2.0) +## [v0.2.0](https://github.com/kubernetes/kompose/tree/v0.2.0) (2017-01-27) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.1.2...v0.2.0) **Closed issues:** -- error: Could not unmarshal '\' to type \ [\#388](https://github.com/kubernetes-incubator/kompose/issues/388) -- add support for mem\_limit in kompose [\#364](https://github.com/kubernetes-incubator/kompose/issues/364) -- cmd tests written after `convert::files\_exist` does not pass [\#361](https://github.com/kubernetes-incubator/kompose/issues/361) -- disable coveralls.io comments [\#358](https://github.com/kubernetes-incubator/kompose/issues/358) -- support for stdin\_open and tty keys [\#344](https://github.com/kubernetes-incubator/kompose/issues/344) -- fix unit tests that cause warnings [\#343](https://github.com/kubernetes-incubator/kompose/issues/343) -- kompose up/down not creating/deleting POD object generated with convert [\#342](https://github.com/kubernetes-incubator/kompose/issues/342) -- yml support [\#336](https://github.com/kubernetes-incubator/kompose/issues/336) -- Removing unconventional two letter flags + adding dashes in-between two letter words. [\#331](https://github.com/kubernetes-incubator/kompose/issues/331) -- Determine group membership [\#327](https://github.com/kubernetes-incubator/kompose/issues/327) -- kompose errors identifying string in docker-compose [\#320](https://github.com/kubernetes-incubator/kompose/issues/320) -- restart: Unsupported value: "OnFailure": supported values: Always [\#318](https://github.com/kubernetes-incubator/kompose/issues/318) -- Update roadmap / split into ROADMAP.md with relevant information [\#315](https://github.com/kubernetes-incubator/kompose/issues/315) -- Replace godep with glide [\#314](https://github.com/kubernetes-incubator/kompose/issues/314) -- Unable to run cmd tests under Debian. [\#309](https://github.com/kubernetes-incubator/kompose/issues/309) -- Default to YAML output [\#306](https://github.com/kubernetes-incubator/kompose/issues/306) -- kompose 0.1.2 fails to parse key-only variables in environment section, does work with lists but generates invalid k8s resources [\#303](https://github.com/kubernetes-incubator/kompose/issues/303) -- When using `container\_name` in docker-compose problems with dc and imagestreams [\#301](https://github.com/kubernetes-incubator/kompose/issues/301) -- make `script/godep-restore.sh` more verbose [\#300](https://github.com/kubernetes-incubator/kompose/issues/300) -- no test/check for Godeps.json health [\#299](https://github.com/kubernetes-incubator/kompose/issues/299) -- `script/godep-restore.sh` is failing on master [\#298](https://github.com/kubernetes-incubator/kompose/issues/298) -- Stdout shouldn't output warning / logging messages. [\#295](https://github.com/kubernetes-incubator/kompose/issues/295) -- A better missing port warning message [\#291](https://github.com/kubernetes-incubator/kompose/issues/291) -- `--output`, or specify folder to output converted files to [\#288](https://github.com/kubernetes-incubator/kompose/issues/288) -- Add coveralls [\#281](https://github.com/kubernetes-incubator/kompose/issues/281) -- Support multiple compose files [\#275](https://github.com/kubernetes-incubator/kompose/issues/275) -- specifying service type right now is very docker-compose specific [\#273](https://github.com/kubernetes-incubator/kompose/issues/273) -- Tiny issue on kompose up --emptyvols displaying [\#268](https://github.com/kubernetes-incubator/kompose/issues/268) -- Update README [\#265](https://github.com/kubernetes-incubator/kompose/issues/265) -- Change strategy for Deployments/DeployementConfigs [\#264](https://github.com/kubernetes-incubator/kompose/issues/264) -- Issues regarding CLI. Perhaps switching to Cobra? [\#253](https://github.com/kubernetes-incubator/kompose/issues/253) -- Track release goals with GitHub milestones [\#250](https://github.com/kubernetes-incubator/kompose/issues/250) -- Why do tests take so long to run? [\#247](https://github.com/kubernetes-incubator/kompose/issues/247) -- User directive from docker-compose is siletly ignored [\#244](https://github.com/kubernetes-incubator/kompose/issues/244) -- Add missing tests and documentations for "Service type" PR [\#242](https://github.com/kubernetes-incubator/kompose/issues/242) -- CLI exit code on error [\#239](https://github.com/kubernetes-incubator/kompose/issues/239) -- ReadWriteOnce set even when volume is "ro" [\#237](https://github.com/kubernetes-incubator/kompose/issues/237) -- Raw Pod output [\#234](https://github.com/kubernetes-incubator/kompose/issues/234) -- Invoking kompose --bundle X.dab convert --stdout will produce two differently ordered results [\#231](https://github.com/kubernetes-incubator/kompose/issues/231) -- Switch Copyright [\#223](https://github.com/kubernetes-incubator/kompose/issues/223) -- Add `go vet` [\#215](https://github.com/kubernetes-incubator/kompose/issues/215) -- being able to store artifacts separately in a specific directory [\#209](https://github.com/kubernetes-incubator/kompose/issues/209) -- kompose down for OpenShift [\#208](https://github.com/kubernetes-incubator/kompose/issues/208) -- establish release process - protect master branch [\#192](https://github.com/kubernetes-incubator/kompose/issues/192) -- Fixtures directory has README.md that are incomplete or inconsistent [\#177](https://github.com/kubernetes-incubator/kompose/issues/177) -- docker-compose :Z not supported in volume mounts [\#176](https://github.com/kubernetes-incubator/kompose/issues/176) -- Add tests converting dab files [\#167](https://github.com/kubernetes-incubator/kompose/issues/167) -- integration with minikube/minishift [\#156](https://github.com/kubernetes-incubator/kompose/issues/156) -- compose2kube [\#151](https://github.com/kubernetes-incubator/kompose/issues/151) -- Creating Routes for Services [\#140](https://github.com/kubernetes-incubator/kompose/issues/140) -- Support BuildConfigs for openshift provider [\#96](https://github.com/kubernetes-incubator/kompose/issues/96) -- Image name not given still kompose does not errors out [\#92](https://github.com/kubernetes-incubator/kompose/issues/92) -- Validate input args [\#87](https://github.com/kubernetes-incubator/kompose/issues/87) -- specify Deployment policy [\#17](https://github.com/kubernetes-incubator/kompose/issues/17) +- error: Could not unmarshal '\' to type \ [\#388](https://github.com/kubernetes/kompose/issues/388) +- add support for mem\_limit in kompose [\#364](https://github.com/kubernetes/kompose/issues/364) +- cmd tests written after `convert::files\_exist` does not pass [\#361](https://github.com/kubernetes/kompose/issues/361) +- disable coveralls.io comments [\#358](https://github.com/kubernetes/kompose/issues/358) +- support for stdin\_open and tty keys [\#344](https://github.com/kubernetes/kompose/issues/344) +- fix unit tests that cause warnings [\#343](https://github.com/kubernetes/kompose/issues/343) +- kompose up/down not creating/deleting POD object generated with convert [\#342](https://github.com/kubernetes/kompose/issues/342) +- yml support [\#336](https://github.com/kubernetes/kompose/issues/336) +- Removing unconventional two letter flags + adding dashes in-between two letter words. [\#331](https://github.com/kubernetes/kompose/issues/331) +- Determine group membership [\#327](https://github.com/kubernetes/kompose/issues/327) +- kompose errors identifying string in docker-compose [\#320](https://github.com/kubernetes/kompose/issues/320) +- restart: Unsupported value: "OnFailure": supported values: Always [\#318](https://github.com/kubernetes/kompose/issues/318) +- Update roadmap / split into ROADMAP.md with relevant information [\#315](https://github.com/kubernetes/kompose/issues/315) +- Replace godep with glide [\#314](https://github.com/kubernetes/kompose/issues/314) +- Unable to run cmd tests under Debian. [\#309](https://github.com/kubernetes/kompose/issues/309) +- Default to YAML output [\#306](https://github.com/kubernetes/kompose/issues/306) +- kompose 0.1.2 fails to parse key-only variables in environment section, does work with lists but generates invalid k8s resources [\#303](https://github.com/kubernetes/kompose/issues/303) +- When using `container\_name` in docker-compose problems with dc and imagestreams [\#301](https://github.com/kubernetes/kompose/issues/301) +- make `script/godep-restore.sh` more verbose [\#300](https://github.com/kubernetes/kompose/issues/300) +- no test/check for Godeps.json health [\#299](https://github.com/kubernetes/kompose/issues/299) +- `script/godep-restore.sh` is failing on master [\#298](https://github.com/kubernetes/kompose/issues/298) +- Stdout shouldn't output warning / logging messages. [\#295](https://github.com/kubernetes/kompose/issues/295) +- A better missing port warning message [\#291](https://github.com/kubernetes/kompose/issues/291) +- `--output`, or specify folder to output converted files to [\#288](https://github.com/kubernetes/kompose/issues/288) +- Add coveralls [\#281](https://github.com/kubernetes/kompose/issues/281) +- Support multiple compose files [\#275](https://github.com/kubernetes/kompose/issues/275) +- specifying service type right now is very docker-compose specific [\#273](https://github.com/kubernetes/kompose/issues/273) +- Tiny issue on kompose up --emptyvols displaying [\#268](https://github.com/kubernetes/kompose/issues/268) +- Update README [\#265](https://github.com/kubernetes/kompose/issues/265) +- Change strategy for Deployments/DeployementConfigs [\#264](https://github.com/kubernetes/kompose/issues/264) +- Issues regarding CLI. Perhaps switching to Cobra? [\#253](https://github.com/kubernetes/kompose/issues/253) +- Track release goals with GitHub milestones [\#250](https://github.com/kubernetes/kompose/issues/250) +- Why do tests take so long to run? [\#247](https://github.com/kubernetes/kompose/issues/247) +- User directive from docker-compose is siletly ignored [\#244](https://github.com/kubernetes/kompose/issues/244) +- Add missing tests and documentations for "Service type" PR [\#242](https://github.com/kubernetes/kompose/issues/242) +- CLI exit code on error [\#239](https://github.com/kubernetes/kompose/issues/239) +- ReadWriteOnce set even when volume is "ro" [\#237](https://github.com/kubernetes/kompose/issues/237) +- Raw Pod output [\#234](https://github.com/kubernetes/kompose/issues/234) +- Invoking kompose --bundle X.dab convert --stdout will produce two differently ordered results [\#231](https://github.com/kubernetes/kompose/issues/231) +- Switch Copyright [\#223](https://github.com/kubernetes/kompose/issues/223) +- Add `go vet` [\#215](https://github.com/kubernetes/kompose/issues/215) +- being able to store artifacts separately in a specific directory [\#209](https://github.com/kubernetes/kompose/issues/209) +- kompose down for OpenShift [\#208](https://github.com/kubernetes/kompose/issues/208) +- establish release process - protect master branch [\#192](https://github.com/kubernetes/kompose/issues/192) +- Fixtures directory has README.md that are incomplete or inconsistent [\#177](https://github.com/kubernetes/kompose/issues/177) +- docker-compose :Z not supported in volume mounts [\#176](https://github.com/kubernetes/kompose/issues/176) +- Add tests converting dab files [\#167](https://github.com/kubernetes/kompose/issues/167) +- integration with minikube/minishift [\#156](https://github.com/kubernetes/kompose/issues/156) +- compose2kube [\#151](https://github.com/kubernetes/kompose/issues/151) +- Creating Routes for Services [\#140](https://github.com/kubernetes/kompose/issues/140) +- Support BuildConfigs for openshift provider [\#96](https://github.com/kubernetes/kompose/issues/96) +- Image name not given still kompose does not errors out [\#92](https://github.com/kubernetes/kompose/issues/92) +- Validate input args [\#87](https://github.com/kubernetes/kompose/issues/87) +- specify Deployment policy [\#17](https://github.com/kubernetes/kompose/issues/17) **Merged pull requests:** -- 0.2.0 Release [\#395](https://github.com/kubernetes-incubator/kompose/pull/395) ([cdrage](https://github.com/cdrage)) -- Update documentation removing \[0000\] timestamp outputs [\#389](https://github.com/kubernetes-incubator/kompose/pull/389) ([cdrage](https://github.com/cdrage)) -- Ignores :z or :Z when passed in as a volume string [\#387](https://github.com/kubernetes-incubator/kompose/pull/387) ([cdrage](https://github.com/cdrage)) -- Update to use YAML instead of json [\#386](https://github.com/kubernetes-incubator/kompose/pull/386) ([cdrage](https://github.com/cdrage)) -- Container for running tests and Makefile cleanup [\#385](https://github.com/kubernetes-incubator/kompose/pull/385) ([kadel](https://github.com/kadel)) -- Add Kompose site [\#384](https://github.com/kubernetes-incubator/kompose/pull/384) ([cdrage](https://github.com/cdrage)) -- Update logging for logrus [\#383](https://github.com/kubernetes-incubator/kompose/pull/383) ([cdrage](https://github.com/cdrage)) -- Fixed warnings related to user type in tests [\#380](https://github.com/kubernetes-incubator/kompose/pull/380) ([surajssd](https://github.com/surajssd)) -- bump libcompose to v0.4.0 [\#377](https://github.com/kubernetes-incubator/kompose/pull/377) ([containscafeine](https://github.com/containscafeine)) -- updated pods example in user guide [\#371](https://github.com/kubernetes-incubator/kompose/pull/371) ([surajssd](https://github.com/surajssd)) -- Add bash auto completion support [\#370](https://github.com/kubernetes-incubator/kompose/pull/370) ([cdrage](https://github.com/cdrage)) -- add deploy/undeploy pod only [\#363](https://github.com/kubernetes-incubator/kompose/pull/363) ([ngtuna](https://github.com/ngtuna)) -- Fixing functional tests for checking generated artifacts [\#362](https://github.com/kubernetes-incubator/kompose/pull/362) ([surajssd](https://github.com/surajssd)) -- Small simplification of kubernetes.PrintList [\#360](https://github.com/kubernetes-incubator/kompose/pull/360) ([kadel](https://github.com/kadel)) -- update roadmap [\#359](https://github.com/kubernetes-incubator/kompose/pull/359) ([kadel](https://github.com/kadel)) -- Update vendoring as well as libcompose [\#356](https://github.com/kubernetes-incubator/kompose/pull/356) ([cdrage](https://github.com/cdrage)) -- add stdin\_open, tty support, add tests, fix \#344 [\#350](https://github.com/kubernetes-incubator/kompose/pull/350) ([containscafeine](https://github.com/containscafeine)) -- Flag validation called on up and down [\#347](https://github.com/kubernetes-incubator/kompose/pull/347) ([surajssd](https://github.com/surajssd)) -- updated dev docs with latest instructions [\#341](https://github.com/kubernetes-incubator/kompose/pull/341) ([surajssd](https://github.com/surajssd)) -- update vendored dependencies [\#340](https://github.com/kubernetes-incubator/kompose/pull/340) ([surajssd](https://github.com/surajssd)) -- make YAML the default kompose conversion [\#339](https://github.com/kubernetes-incubator/kompose/pull/339) ([procrypt](https://github.com/procrypt)) -- \#231 Invoking kompose --bundle X.dab convert --stdout will produce tw… [\#338](https://github.com/kubernetes-incubator/kompose/pull/338) ([cab105](https://github.com/cab105)) -- implement storing to directory or file, add functional tests [\#337](https://github.com/kubernetes-incubator/kompose/pull/337) ([containscafeine](https://github.com/containscafeine)) -- support for raw pod output without controller [\#334](https://github.com/kubernetes-incubator/kompose/pull/334) ([surajssd](https://github.com/surajssd)) -- Fix container\_name incorrectly being generated [\#333](https://github.com/kubernetes-incubator/kompose/pull/333) ([cdrage](https://github.com/cdrage)) -- Update RPM instalaion instructions in README.md [\#332](https://github.com/kubernetes-incubator/kompose/pull/332) ([kadel](https://github.com/kadel)) -- Report code coverage to coveralls [\#329](https://github.com/kubernetes-incubator/kompose/pull/329) ([kadel](https://github.com/kadel)) -- Add ROADMAP.md move current road map information [\#326](https://github.com/kubernetes-incubator/kompose/pull/326) ([cdrage](https://github.com/cdrage)) -- Unsupported keys per provider [\#324](https://github.com/kubernetes-incubator/kompose/pull/324) ([rtnpro](https://github.com/rtnpro)) -- Added installation instructions of rpm [\#322](https://github.com/kubernetes-incubator/kompose/pull/322) ([surajssd](https://github.com/surajssd)) -- IntelliJ IDE .gitignore [\#321](https://github.com/kubernetes-incubator/kompose/pull/321) ([surajssd](https://github.com/surajssd)) -- Switch from godep to glide [\#319](https://github.com/kubernetes-incubator/kompose/pull/319) ([kadel](https://github.com/kadel)) -- support parse key-only environment variable [\#317](https://github.com/kubernetes-incubator/kompose/pull/317) ([ngtuna](https://github.com/ngtuna)) -- Add release script [\#316](https://github.com/kubernetes-incubator/kompose/pull/316) ([cdrage](https://github.com/cdrage)) -- added support for multiple-compose files [\#312](https://github.com/kubernetes-incubator/kompose/pull/312) ([procrypt](https://github.com/procrypt)) -- add golint check to travis-ci [\#307](https://github.com/kubernetes-incubator/kompose/pull/307) ([kadel](https://github.com/kadel)) -- Remove trailing slash [\#305](https://github.com/kubernetes-incubator/kompose/pull/305) ([cdrage](https://github.com/cdrage)) -- Switch to spf13/cobra from urfave/cli [\#304](https://github.com/kubernetes-incubator/kompose/pull/304) ([cdrage](https://github.com/cdrage)) -- Switch to 'make bin' instead of 'make binary' [\#302](https://github.com/kubernetes-incubator/kompose/pull/302) ([cdrage](https://github.com/cdrage)) -- Added volume to mariadb in etherpad fixture [\#293](https://github.com/kubernetes-incubator/kompose/pull/293) ([surajssd](https://github.com/surajssd)) -- Update .dsb to .dab [\#290](https://github.com/kubernetes-incubator/kompose/pull/290) ([cdrage](https://github.com/cdrage)) -- Clean up the logging output for unknown provider [\#289](https://github.com/kubernetes-incubator/kompose/pull/289) ([cdrage](https://github.com/cdrage)) -- Update TRAVIS CI to add coveralls [\#287](https://github.com/kubernetes-incubator/kompose/pull/287) ([cdrage](https://github.com/cdrage)) -- Minor doc fix [\#286](https://github.com/kubernetes-incubator/kompose/pull/286) ([containscafeine](https://github.com/containscafeine)) -- expose service to outside, fix \#140 [\#285](https://github.com/kubernetes-incubator/kompose/pull/285) ([containscafeine](https://github.com/containscafeine)) -- Organize the README. [\#284](https://github.com/kubernetes-incubator/kompose/pull/284) ([cdrage](https://github.com/cdrage)) -- Update README since Kompose is now Go gettable [\#282](https://github.com/kubernetes-incubator/kompose/pull/282) ([cdrage](https://github.com/cdrage)) -- added support for OpenShift down [\#280](https://github.com/kubernetes-incubator/kompose/pull/280) ([procrypt](https://github.com/procrypt)) -- Added flag definitions for kompose \#37 [\#279](https://github.com/kubernetes-incubator/kompose/pull/279) ([cab105](https://github.com/cab105)) -- Generic service type handler for kompose [\#277](https://github.com/kubernetes-incubator/kompose/pull/277) ([surajssd](https://github.com/surajssd)) -- Update docker-gitlab example [\#271](https://github.com/kubernetes-incubator/kompose/pull/271) ([ngtuna](https://github.com/ngtuna)) -- correct display when using --emptyvols [\#269](https://github.com/kubernetes-incubator/kompose/pull/269) ([ngtuna](https://github.com/ngtuna)) -- Update main.go path [\#266](https://github.com/kubernetes-incubator/kompose/pull/266) ([procrypt](https://github.com/procrypt)) -- Fix license headers, This closes \#223 [\#262](https://github.com/kubernetes-incubator/kompose/pull/262) ([sebgoa](https://github.com/sebgoa)) -- Modify command in initializing unit tests [\#261](https://github.com/kubernetes-incubator/kompose/pull/261) ([cdrage](https://github.com/cdrage)) -- update CHANGELOG [\#260](https://github.com/kubernetes-incubator/kompose/pull/260) ([ngtuna](https://github.com/ngtuna)) -- Add `go vet`, and `gofmt` tests. [\#259](https://github.com/kubernetes-incubator/kompose/pull/259) ([kadel](https://github.com/kadel)) -- CreatePVC: correct setting of read/only access [\#249](https://github.com/kubernetes-incubator/kompose/pull/249) ([dustymabe](https://github.com/dustymabe)) -- Tests for CreateService and annotations [\#246](https://github.com/kubernetes-incubator/kompose/pull/246) ([cdrage](https://github.com/cdrage)) -- Add support for user directive [\#245](https://github.com/kubernetes-incubator/kompose/pull/245) ([kadel](https://github.com/kadel)) -- Generate buildconfig for Openshift [\#206](https://github.com/kubernetes-incubator/kompose/pull/206) ([rtnpro](https://github.com/rtnpro)) -- Handle Headless Services when no ports are present [\#157](https://github.com/kubernetes-incubator/kompose/pull/157) ([sebgoa](https://github.com/sebgoa)) +- 0.2.0 Release [\#395](https://github.com/kubernetes/kompose/pull/395) ([cdrage](https://github.com/cdrage)) +- Update documentation removing \[0000\] timestamp outputs [\#389](https://github.com/kubernetes/kompose/pull/389) ([cdrage](https://github.com/cdrage)) +- Ignores :z or :Z when passed in as a volume string [\#387](https://github.com/kubernetes/kompose/pull/387) ([cdrage](https://github.com/cdrage)) +- Update to use YAML instead of json [\#386](https://github.com/kubernetes/kompose/pull/386) ([cdrage](https://github.com/cdrage)) +- Container for running tests and Makefile cleanup [\#385](https://github.com/kubernetes/kompose/pull/385) ([kadel](https://github.com/kadel)) +- Add Kompose site [\#384](https://github.com/kubernetes/kompose/pull/384) ([cdrage](https://github.com/cdrage)) +- Update logging for logrus [\#383](https://github.com/kubernetes/kompose/pull/383) ([cdrage](https://github.com/cdrage)) +- Fixed warnings related to user type in tests [\#380](https://github.com/kubernetes/kompose/pull/380) ([surajssd](https://github.com/surajssd)) +- bump libcompose to v0.4.0 [\#377](https://github.com/kubernetes/kompose/pull/377) ([containscafeine](https://github.com/containscafeine)) +- updated pods example in user guide [\#371](https://github.com/kubernetes/kompose/pull/371) ([surajssd](https://github.com/surajssd)) +- Add bash auto completion support [\#370](https://github.com/kubernetes/kompose/pull/370) ([cdrage](https://github.com/cdrage)) +- add deploy/undeploy pod only [\#363](https://github.com/kubernetes/kompose/pull/363) ([ngtuna](https://github.com/ngtuna)) +- Fixing functional tests for checking generated artifacts [\#362](https://github.com/kubernetes/kompose/pull/362) ([surajssd](https://github.com/surajssd)) +- Small simplification of kubernetes.PrintList [\#360](https://github.com/kubernetes/kompose/pull/360) ([kadel](https://github.com/kadel)) +- update roadmap [\#359](https://github.com/kubernetes/kompose/pull/359) ([kadel](https://github.com/kadel)) +- Update vendoring as well as libcompose [\#356](https://github.com/kubernetes/kompose/pull/356) ([cdrage](https://github.com/cdrage)) +- add stdin\_open, tty support, add tests, fix \#344 [\#350](https://github.com/kubernetes/kompose/pull/350) ([containscafeine](https://github.com/containscafeine)) +- Flag validation called on up and down [\#347](https://github.com/kubernetes/kompose/pull/347) ([surajssd](https://github.com/surajssd)) +- updated dev docs with latest instructions [\#341](https://github.com/kubernetes/kompose/pull/341) ([surajssd](https://github.com/surajssd)) +- update vendored dependencies [\#340](https://github.com/kubernetes/kompose/pull/340) ([surajssd](https://github.com/surajssd)) +- make YAML the default kompose conversion [\#339](https://github.com/kubernetes/kompose/pull/339) ([procrypt](https://github.com/procrypt)) +- \#231 Invoking kompose --bundle X.dab convert --stdout will produce tw… [\#338](https://github.com/kubernetes/kompose/pull/338) ([cab105](https://github.com/cab105)) +- implement storing to directory or file, add functional tests [\#337](https://github.com/kubernetes/kompose/pull/337) ([containscafeine](https://github.com/containscafeine)) +- support for raw pod output without controller [\#334](https://github.com/kubernetes/kompose/pull/334) ([surajssd](https://github.com/surajssd)) +- Fix container\_name incorrectly being generated [\#333](https://github.com/kubernetes/kompose/pull/333) ([cdrage](https://github.com/cdrage)) +- Update RPM instalaion instructions in README.md [\#332](https://github.com/kubernetes/kompose/pull/332) ([kadel](https://github.com/kadel)) +- Report code coverage to coveralls [\#329](https://github.com/kubernetes/kompose/pull/329) ([kadel](https://github.com/kadel)) +- Add ROADMAP.md move current road map information [\#326](https://github.com/kubernetes/kompose/pull/326) ([cdrage](https://github.com/cdrage)) +- Unsupported keys per provider [\#324](https://github.com/kubernetes/kompose/pull/324) ([rtnpro](https://github.com/rtnpro)) +- Added installation instructions of rpm [\#322](https://github.com/kubernetes/kompose/pull/322) ([surajssd](https://github.com/surajssd)) +- IntelliJ IDE .gitignore [\#321](https://github.com/kubernetes/kompose/pull/321) ([surajssd](https://github.com/surajssd)) +- Switch from godep to glide [\#319](https://github.com/kubernetes/kompose/pull/319) ([kadel](https://github.com/kadel)) +- support parse key-only environment variable [\#317](https://github.com/kubernetes/kompose/pull/317) ([ngtuna](https://github.com/ngtuna)) +- Add release script [\#316](https://github.com/kubernetes/kompose/pull/316) ([cdrage](https://github.com/cdrage)) +- added support for multiple-compose files [\#312](https://github.com/kubernetes/kompose/pull/312) ([procrypt](https://github.com/procrypt)) +- add golint check to travis-ci [\#307](https://github.com/kubernetes/kompose/pull/307) ([kadel](https://github.com/kadel)) +- Remove trailing slash [\#305](https://github.com/kubernetes/kompose/pull/305) ([cdrage](https://github.com/cdrage)) +- Switch to spf13/cobra from urfave/cli [\#304](https://github.com/kubernetes/kompose/pull/304) ([cdrage](https://github.com/cdrage)) +- Switch to 'make bin' instead of 'make binary' [\#302](https://github.com/kubernetes/kompose/pull/302) ([cdrage](https://github.com/cdrage)) +- Added volume to mariadb in etherpad fixture [\#293](https://github.com/kubernetes/kompose/pull/293) ([surajssd](https://github.com/surajssd)) +- Update .dsb to .dab [\#290](https://github.com/kubernetes/kompose/pull/290) ([cdrage](https://github.com/cdrage)) +- Clean up the logging output for unknown provider [\#289](https://github.com/kubernetes/kompose/pull/289) ([cdrage](https://github.com/cdrage)) +- Update TRAVIS CI to add coveralls [\#287](https://github.com/kubernetes/kompose/pull/287) ([cdrage](https://github.com/cdrage)) +- Minor doc fix [\#286](https://github.com/kubernetes/kompose/pull/286) ([containscafeine](https://github.com/containscafeine)) +- expose service to outside, fix \#140 [\#285](https://github.com/kubernetes/kompose/pull/285) ([containscafeine](https://github.com/containscafeine)) +- Organize the README. [\#284](https://github.com/kubernetes/kompose/pull/284) ([cdrage](https://github.com/cdrage)) +- Update README since Kompose is now Go gettable [\#282](https://github.com/kubernetes/kompose/pull/282) ([cdrage](https://github.com/cdrage)) +- added support for OpenShift down [\#280](https://github.com/kubernetes/kompose/pull/280) ([procrypt](https://github.com/procrypt)) +- Added flag definitions for kompose \#37 [\#279](https://github.com/kubernetes/kompose/pull/279) ([cab105](https://github.com/cab105)) +- Generic service type handler for kompose [\#277](https://github.com/kubernetes/kompose/pull/277) ([surajssd](https://github.com/surajssd)) +- Update docker-gitlab example [\#271](https://github.com/kubernetes/kompose/pull/271) ([ngtuna](https://github.com/ngtuna)) +- correct display when using --emptyvols [\#269](https://github.com/kubernetes/kompose/pull/269) ([ngtuna](https://github.com/ngtuna)) +- Update main.go path [\#266](https://github.com/kubernetes/kompose/pull/266) ([procrypt](https://github.com/procrypt)) +- Fix license headers, This closes \#223 [\#262](https://github.com/kubernetes/kompose/pull/262) ([sebgoa](https://github.com/sebgoa)) +- Modify command in initializing unit tests [\#261](https://github.com/kubernetes/kompose/pull/261) ([cdrage](https://github.com/cdrage)) +- update CHANGELOG [\#260](https://github.com/kubernetes/kompose/pull/260) ([ngtuna](https://github.com/ngtuna)) +- Add `go vet`, and `gofmt` tests. [\#259](https://github.com/kubernetes/kompose/pull/259) ([kadel](https://github.com/kadel)) +- CreatePVC: correct setting of read/only access [\#249](https://github.com/kubernetes/kompose/pull/249) ([dustymabe](https://github.com/dustymabe)) +- Tests for CreateService and annotations [\#246](https://github.com/kubernetes/kompose/pull/246) ([cdrage](https://github.com/cdrage)) +- Add support for user directive [\#245](https://github.com/kubernetes/kompose/pull/245) ([kadel](https://github.com/kadel)) +- Generate buildconfig for Openshift [\#206](https://github.com/kubernetes/kompose/pull/206) ([rtnpro](https://github.com/rtnpro)) +- Handle Headless Services when no ports are present [\#157](https://github.com/kubernetes/kompose/pull/157) ([sebgoa](https://github.com/sebgoa)) -## [v0.1.2](https://github.com/kubernetes-incubator/kompose/tree/v0.1.2) (2016-10-31) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.1.1...v0.1.2) +## [v0.1.2](https://github.com/kubernetes/kompose/tree/v0.1.2) (2016-10-31) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.1.1...v0.1.2) **Closed issues:** -- can't `make binary-cross` at HEAD [\#256](https://github.com/kubernetes-incubator/kompose/issues/256) -- reporting deployment when it should be deploymentConfig [\#251](https://github.com/kubernetes-incubator/kompose/issues/251) -- Remove experimental tag [\#228](https://github.com/kubernetes-incubator/kompose/issues/228) -- provide easy option for users in setup without PVs [\#226](https://github.com/kubernetes-incubator/kompose/issues/226) -- Switch slack channel to official kubernetes slack [\#222](https://github.com/kubernetes-incubator/kompose/issues/222) -- PVCs are not created when calling `kompose up` [\#218](https://github.com/kubernetes-incubator/kompose/issues/218) -- Make go get'able \(or at least go installable\) [\#216](https://github.com/kubernetes-incubator/kompose/issues/216) -- compose constructs we support are still there in unsupportedKey [\#207](https://github.com/kubernetes-incubator/kompose/issues/207) -- panic: runtime error: invalid memory address or nil pointer dereference [\#202](https://github.com/kubernetes-incubator/kompose/issues/202) -- wrong global --bundle/--dab input [\#198](https://github.com/kubernetes-incubator/kompose/issues/198) -- Parsing environment variables with `:` [\#196](https://github.com/kubernetes-incubator/kompose/issues/196) -- script/godep-restore.sh doesn't seem to work correctly [\#194](https://github.com/kubernetes-incubator/kompose/issues/194) -- error on extraneous/unexpected cli input [\#193](https://github.com/kubernetes-incubator/kompose/issues/193) -- Documentation site [\#185](https://github.com/kubernetes-incubator/kompose/issues/185) -- upgrade libcompose revision [\#174](https://github.com/kubernetes-incubator/kompose/issues/174) -- go panic when converting hygieia docker-compose [\#173](https://github.com/kubernetes-incubator/kompose/issues/173) -- time-out errors while deleting deployments on openshift [\#165](https://github.com/kubernetes-incubator/kompose/issues/165) -- RFE: choosing Service type [\#154](https://github.com/kubernetes-incubator/kompose/issues/154) -- Ignoring network definitions [\#149](https://github.com/kubernetes-incubator/kompose/issues/149) -- Add warnings/error for image not specified [\#80](https://github.com/kubernetes-incubator/kompose/issues/80) -- \[Discuss\] Find a good way to vendoring dependencies [\#43](https://github.com/kubernetes-incubator/kompose/issues/43) -- new behavior of `kompose up` [\#40](https://github.com/kubernetes-incubator/kompose/issues/40) +- can't `make binary-cross` at HEAD [\#256](https://github.com/kubernetes/kompose/issues/256) +- reporting deployment when it should be deploymentConfig [\#251](https://github.com/kubernetes/kompose/issues/251) +- Remove experimental tag [\#228](https://github.com/kubernetes/kompose/issues/228) +- provide easy option for users in setup without PVs [\#226](https://github.com/kubernetes/kompose/issues/226) +- Switch slack channel to official kubernetes slack [\#222](https://github.com/kubernetes/kompose/issues/222) +- PVCs are not created when calling `kompose up` [\#218](https://github.com/kubernetes/kompose/issues/218) +- Make go get'able \(or at least go installable\) [\#216](https://github.com/kubernetes/kompose/issues/216) +- compose constructs we support are still there in unsupportedKey [\#207](https://github.com/kubernetes/kompose/issues/207) +- panic: runtime error: invalid memory address or nil pointer dereference [\#202](https://github.com/kubernetes/kompose/issues/202) +- wrong global --bundle/--dab input [\#198](https://github.com/kubernetes/kompose/issues/198) +- Parsing environment variables with `:` [\#196](https://github.com/kubernetes/kompose/issues/196) +- script/godep-restore.sh doesn't seem to work correctly [\#194](https://github.com/kubernetes/kompose/issues/194) +- error on extraneous/unexpected cli input [\#193](https://github.com/kubernetes/kompose/issues/193) +- Documentation site [\#185](https://github.com/kubernetes/kompose/issues/185) +- upgrade libcompose revision [\#174](https://github.com/kubernetes/kompose/issues/174) +- go panic when converting hygieia docker-compose [\#173](https://github.com/kubernetes/kompose/issues/173) +- time-out errors while deleting deployments on openshift [\#165](https://github.com/kubernetes/kompose/issues/165) +- RFE: choosing Service type [\#154](https://github.com/kubernetes/kompose/issues/154) +- Ignoring network definitions [\#149](https://github.com/kubernetes/kompose/issues/149) +- Add warnings/error for image not specified [\#80](https://github.com/kubernetes/kompose/issues/80) +- \[Discuss\] Find a good way to vendoring dependencies [\#43](https://github.com/kubernetes/kompose/issues/43) +- new behavior of `kompose up` [\#40](https://github.com/kubernetes/kompose/issues/40) **Merged pull requests:** -- v0.1.2 [\#258](https://github.com/kubernetes-incubator/kompose/pull/258) ([ngtuna](https://github.com/ngtuna)) -- binary-cross build [\#257](https://github.com/kubernetes-incubator/kompose/pull/257) ([ngtuna](https://github.com/ngtuna)) -- Match case with API objects when printing to terminal [\#254](https://github.com/kubernetes-incubator/kompose/pull/254) ([dustymabe](https://github.com/dustymabe)) -- Add documentation on recent labels feature [\#252](https://github.com/kubernetes-incubator/kompose/pull/252) ([cdrage](https://github.com/cdrage)) -- Adding support for choosing empty volumes [\#248](https://github.com/kubernetes-incubator/kompose/pull/248) ([dustymabe](https://github.com/dustymabe)) -- Add VIM git ignore information [\#243](https://github.com/kubernetes-incubator/kompose/pull/243) ([cdrage](https://github.com/cdrage)) -- Add tests converting dab files [\#241](https://github.com/kubernetes-incubator/kompose/pull/241) ([cab105](https://github.com/cab105)) -- Make OpenShift inherit from Kubernetes [\#240](https://github.com/kubernetes-incubator/kompose/pull/240) ([dustymabe](https://github.com/dustymabe)) -- update unsupported key list [\#230](https://github.com/kubernetes-incubator/kompose/pull/230) ([ngtuna](https://github.com/ngtuna)) -- remove tag experimental [\#229](https://github.com/kubernetes-incubator/kompose/pull/229) ([ngtuna](https://github.com/ngtuna)) -- make kompose go get-able [\#227](https://github.com/kubernetes-incubator/kompose/pull/227) ([ngtuna](https://github.com/ngtuna)) -- readme: update slack info [\#225](https://github.com/kubernetes-incubator/kompose/pull/225) ([dustymabe](https://github.com/dustymabe)) -- wrong global --bundle/--dab input \#198 [\#221](https://github.com/kubernetes-incubator/kompose/pull/221) ([cab105](https://github.com/cab105)) -- kompose up/down create and delete pvc [\#220](https://github.com/kubernetes-incubator/kompose/pull/220) ([surajssd](https://github.com/surajssd)) -- remove skippbox reference in usage [\#213](https://github.com/kubernetes-incubator/kompose/pull/213) ([sebgoa](https://github.com/sebgoa)) -- Update imports to reflect move to kubernetes-incubator [\#212](https://github.com/kubernetes-incubator/kompose/pull/212) ([kadel](https://github.com/kadel)) -- remove unknown args and added tests [\#211](https://github.com/kubernetes-incubator/kompose/pull/211) ([procrypt](https://github.com/procrypt)) -- Meeting info to README.md [\#204](https://github.com/kubernetes-incubator/kompose/pull/204) ([surajssd](https://github.com/surajssd)) -- Update to 0.1.1 in README [\#203](https://github.com/kubernetes-incubator/kompose/pull/203) ([cdrage](https://github.com/cdrage)) -- update README with SIG-APPS and Champion [\#201](https://github.com/kubernetes-incubator/kompose/pull/201) ([sebgoa](https://github.com/sebgoa)) -- Kompose up for OpenShift [\#200](https://github.com/kubernetes-incubator/kompose/pull/200) ([kadel](https://github.com/kadel)) -- fix golang.org/x/net vendoring [\#199](https://github.com/kubernetes-incubator/kompose/pull/199) ([kadel](https://github.com/kadel)) -- support both : and = as compose envvar separators [\#197](https://github.com/kubernetes-incubator/kompose/pull/197) ([ngtuna](https://github.com/ngtuna)) -- upgrade libcompose [\#195](https://github.com/kubernetes-incubator/kompose/pull/195) ([ngtuna](https://github.com/ngtuna)) -- support for volumes\_from docker-compose construct [\#190](https://github.com/kubernetes-incubator/kompose/pull/190) ([surajssd](https://github.com/surajssd)) -- Configure service types [\#189](https://github.com/kubernetes-incubator/kompose/pull/189) ([procrypt](https://github.com/procrypt)) +- v0.1.2 [\#258](https://github.com/kubernetes/kompose/pull/258) ([ngtuna](https://github.com/ngtuna)) +- binary-cross build [\#257](https://github.com/kubernetes/kompose/pull/257) ([ngtuna](https://github.com/ngtuna)) +- Match case with API objects when printing to terminal [\#254](https://github.com/kubernetes/kompose/pull/254) ([dustymabe](https://github.com/dustymabe)) +- Add documentation on recent labels feature [\#252](https://github.com/kubernetes/kompose/pull/252) ([cdrage](https://github.com/cdrage)) +- Adding support for choosing empty volumes [\#248](https://github.com/kubernetes/kompose/pull/248) ([dustymabe](https://github.com/dustymabe)) +- Add VIM git ignore information [\#243](https://github.com/kubernetes/kompose/pull/243) ([cdrage](https://github.com/cdrage)) +- Add tests converting dab files [\#241](https://github.com/kubernetes/kompose/pull/241) ([cab105](https://github.com/cab105)) +- Make OpenShift inherit from Kubernetes [\#240](https://github.com/kubernetes/kompose/pull/240) ([dustymabe](https://github.com/dustymabe)) +- update unsupported key list [\#230](https://github.com/kubernetes/kompose/pull/230) ([ngtuna](https://github.com/ngtuna)) +- remove tag experimental [\#229](https://github.com/kubernetes/kompose/pull/229) ([ngtuna](https://github.com/ngtuna)) +- make kompose go get-able [\#227](https://github.com/kubernetes/kompose/pull/227) ([ngtuna](https://github.com/ngtuna)) +- readme: update slack info [\#225](https://github.com/kubernetes/kompose/pull/225) ([dustymabe](https://github.com/dustymabe)) +- wrong global --bundle/--dab input \#198 [\#221](https://github.com/kubernetes/kompose/pull/221) ([cab105](https://github.com/cab105)) +- kompose up/down create and delete pvc [\#220](https://github.com/kubernetes/kompose/pull/220) ([surajssd](https://github.com/surajssd)) +- remove skippbox reference in usage [\#213](https://github.com/kubernetes/kompose/pull/213) ([sebgoa](https://github.com/sebgoa)) +- Update imports to reflect move to kubernetes-incubator [\#212](https://github.com/kubernetes/kompose/pull/212) ([kadel](https://github.com/kadel)) +- remove unknown args and added tests [\#211](https://github.com/kubernetes/kompose/pull/211) ([procrypt](https://github.com/procrypt)) +- Meeting info to README.md [\#204](https://github.com/kubernetes/kompose/pull/204) ([surajssd](https://github.com/surajssd)) +- Update to 0.1.1 in README [\#203](https://github.com/kubernetes/kompose/pull/203) ([cdrage](https://github.com/cdrage)) +- update README with SIG-APPS and Champion [\#201](https://github.com/kubernetes/kompose/pull/201) ([sebgoa](https://github.com/sebgoa)) +- Kompose up for OpenShift [\#200](https://github.com/kubernetes/kompose/pull/200) ([kadel](https://github.com/kadel)) +- fix golang.org/x/net vendoring [\#199](https://github.com/kubernetes/kompose/pull/199) ([kadel](https://github.com/kadel)) +- support both : and = as compose envvar separators [\#197](https://github.com/kubernetes/kompose/pull/197) ([ngtuna](https://github.com/ngtuna)) +- upgrade libcompose [\#195](https://github.com/kubernetes/kompose/pull/195) ([ngtuna](https://github.com/ngtuna)) +- support for volumes\_from docker-compose construct [\#190](https://github.com/kubernetes/kompose/pull/190) ([surajssd](https://github.com/surajssd)) +- Configure service types [\#189](https://github.com/kubernetes/kompose/pull/189) ([procrypt](https://github.com/procrypt)) -## [v0.1.1](https://github.com/kubernetes-incubator/kompose/tree/v0.1.1) (2016-10-06) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.1.0...v0.1.1) +## [v0.1.1](https://github.com/kubernetes/kompose/tree/v0.1.1) (2016-10-06) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.1.0...v0.1.1) **Closed issues:** -- come up with a release schedule [\#187](https://github.com/kubernetes-incubator/kompose/issues/187) -- go 1.5 not building [\#181](https://github.com/kubernetes-incubator/kompose/issues/181) -- `--provider` flag for kompose [\#179](https://github.com/kubernetes-incubator/kompose/issues/179) -- kompose --version - print out dev tag [\#170](https://github.com/kubernetes-incubator/kompose/issues/170) -- suggestion: let `-` denote stdout for -o option [\#169](https://github.com/kubernetes-incubator/kompose/issues/169) -- kompose up always deploys to default namespace [\#162](https://github.com/kubernetes-incubator/kompose/issues/162) -- Proposal: make --dab/--bundle global flag [\#161](https://github.com/kubernetes-incubator/kompose/issues/161) -- Support for "9995:9995/tcp" [\#158](https://github.com/kubernetes-incubator/kompose/issues/158) -- --file for all kinds of input [\#153](https://github.com/kubernetes-incubator/kompose/issues/153) -- `kompose up` for OpenShift [\#152](https://github.com/kubernetes-incubator/kompose/issues/152) -- Persistent Volumes [\#150](https://github.com/kubernetes-incubator/kompose/issues/150) -- Generate ImageStream for every image in DeploymentConfig [\#145](https://github.com/kubernetes-incubator/kompose/issues/145) -- godep save ./... : cannot find package "k8s.io/kubernetes/pkg/apis/authentication.k8s.io" [\#117](https://github.com/kubernetes-incubator/kompose/issues/117) -- Add flags for sliencing warning and for treating warnings as error [\#100](https://github.com/kubernetes-incubator/kompose/issues/100) +- come up with a release schedule [\#187](https://github.com/kubernetes/kompose/issues/187) +- go 1.5 not building [\#181](https://github.com/kubernetes/kompose/issues/181) +- `--provider` flag for kompose [\#179](https://github.com/kubernetes/kompose/issues/179) +- kompose --version - print out dev tag [\#170](https://github.com/kubernetes/kompose/issues/170) +- suggestion: let `-` denote stdout for -o option [\#169](https://github.com/kubernetes/kompose/issues/169) +- kompose up always deploys to default namespace [\#162](https://github.com/kubernetes/kompose/issues/162) +- Proposal: make --dab/--bundle global flag [\#161](https://github.com/kubernetes/kompose/issues/161) +- Support for "9995:9995/tcp" [\#158](https://github.com/kubernetes/kompose/issues/158) +- --file for all kinds of input [\#153](https://github.com/kubernetes/kompose/issues/153) +- `kompose up` for OpenShift [\#152](https://github.com/kubernetes/kompose/issues/152) +- Persistent Volumes [\#150](https://github.com/kubernetes/kompose/issues/150) +- Generate ImageStream for every image in DeploymentConfig [\#145](https://github.com/kubernetes/kompose/issues/145) +- godep save ./... : cannot find package "k8s.io/kubernetes/pkg/apis/authentication.k8s.io" [\#117](https://github.com/kubernetes/kompose/issues/117) +- Add flags for sliencing warning and for treating warnings as error [\#100](https://github.com/kubernetes/kompose/issues/100) **Merged pull requests:** -- Create PVC object for docker-compose volumes [\#186](https://github.com/kubernetes-incubator/kompose/pull/186) ([surajssd](https://github.com/surajssd)) -- Update .dsb references to .dab [\#184](https://github.com/kubernetes-incubator/kompose/pull/184) ([cdrage](https://github.com/cdrage)) -- Update README + Docker Compose Bundle references [\#183](https://github.com/kubernetes-incubator/kompose/pull/183) ([cdrage](https://github.com/cdrage)) -- --provider global flag for kompose [\#182](https://github.com/kubernetes-incubator/kompose/pull/182) ([surajssd](https://github.com/surajssd)) -- Changed version tag to reflect the tip of the branch [\#180](https://github.com/kubernetes-incubator/kompose/pull/180) ([cab105](https://github.com/cab105)) -- Add .gitignore for Go files + compiled Kompose file [\#178](https://github.com/kubernetes-incubator/kompose/pull/178) ([cdrage](https://github.com/cdrage)) -- support -o - to stdout [\#172](https://github.com/kubernetes-incubator/kompose/pull/172) ([ngtuna](https://github.com/ngtuna)) -- remove executable perms from docs [\#171](https://github.com/kubernetes-incubator/kompose/pull/171) ([dustymabe](https://github.com/dustymabe)) -- Make --dab/--bundle global flag [\#168](https://github.com/kubernetes-incubator/kompose/pull/168) ([kadel](https://github.com/kadel)) -- Prepare up/down for other providers [\#166](https://github.com/kubernetes-incubator/kompose/pull/166) ([kadel](https://github.com/kadel)) -- kompose up - Get namespace from kubeconfig [\#164](https://github.com/kubernetes-incubator/kompose/pull/164) ([kadel](https://github.com/kadel)) -- OpenShift - generate DeploymentConfig with ImageStream [\#160](https://github.com/kubernetes-incubator/kompose/pull/160) ([kadel](https://github.com/kadel)) -- Add port protocol handing for docker-compose. [\#159](https://github.com/kubernetes-incubator/kompose/pull/159) ([kadel](https://github.com/kadel)) -- Added flag `--suppress-warnings`, `--verbose`, `--error-on-warning` global flags [\#111](https://github.com/kubernetes-incubator/kompose/pull/111) ([surajssd](https://github.com/surajssd)) +- Create PVC object for docker-compose volumes [\#186](https://github.com/kubernetes/kompose/pull/186) ([surajssd](https://github.com/surajssd)) +- Update .dsb references to .dab [\#184](https://github.com/kubernetes/kompose/pull/184) ([cdrage](https://github.com/cdrage)) +- Update README + Docker Compose Bundle references [\#183](https://github.com/kubernetes/kompose/pull/183) ([cdrage](https://github.com/cdrage)) +- --provider global flag for kompose [\#182](https://github.com/kubernetes/kompose/pull/182) ([surajssd](https://github.com/surajssd)) +- Changed version tag to reflect the tip of the branch [\#180](https://github.com/kubernetes/kompose/pull/180) ([cab105](https://github.com/cab105)) +- Add .gitignore for Go files + compiled Kompose file [\#178](https://github.com/kubernetes/kompose/pull/178) ([cdrage](https://github.com/cdrage)) +- support -o - to stdout [\#172](https://github.com/kubernetes/kompose/pull/172) ([ngtuna](https://github.com/ngtuna)) +- remove executable perms from docs [\#171](https://github.com/kubernetes/kompose/pull/171) ([dustymabe](https://github.com/dustymabe)) +- Make --dab/--bundle global flag [\#168](https://github.com/kubernetes/kompose/pull/168) ([kadel](https://github.com/kadel)) +- Prepare up/down for other providers [\#166](https://github.com/kubernetes/kompose/pull/166) ([kadel](https://github.com/kadel)) +- kompose up - Get namespace from kubeconfig [\#164](https://github.com/kubernetes/kompose/pull/164) ([kadel](https://github.com/kadel)) +- OpenShift - generate DeploymentConfig with ImageStream [\#160](https://github.com/kubernetes/kompose/pull/160) ([kadel](https://github.com/kadel)) +- Add port protocol handing for docker-compose. [\#159](https://github.com/kubernetes/kompose/pull/159) ([kadel](https://github.com/kadel)) +- Added flag `--suppress-warnings`, `--verbose`, `--error-on-warning` global flags [\#111](https://github.com/kubernetes/kompose/pull/111) ([surajssd](https://github.com/surajssd)) -## [v0.1.0](https://github.com/kubernetes-incubator/kompose/tree/v0.1.0) (2016-09-09) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.0.1-beta.2...v0.1.0) +## [v0.1.0](https://github.com/kubernetes/kompose/tree/v0.1.0) (2016-09-09) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.0.1-beta.2...v0.1.0) **Closed issues:** -- \[PROPOSAL\] Use -f as a global flag [\#138](https://github.com/kubernetes-incubator/kompose/issues/138) -- Should we use libcompose project.Context{} instead of docker.Context{}? [\#134](https://github.com/kubernetes-incubator/kompose/issues/134) -- services should be first in List [\#130](https://github.com/kubernetes-incubator/kompose/issues/130) -- cmd tests are not working properly [\#125](https://github.com/kubernetes-incubator/kompose/issues/125) -- OpenShift conversoin - invalid DeploymentConfig [\#124](https://github.com/kubernetes-incubator/kompose/issues/124) -- Wrong output when port is missing [\#121](https://github.com/kubernetes-incubator/kompose/issues/121) -- Create a pod of containers sharing volume [\#116](https://github.com/kubernetes-incubator/kompose/issues/116) -- hostPath volumes? [\#109](https://github.com/kubernetes-incubator/kompose/issues/109) -- kompose convert panic on v1 compose file [\#102](https://github.com/kubernetes-incubator/kompose/issues/102) -- Release: kompose binary should be statically linked [\#98](https://github.com/kubernetes-incubator/kompose/issues/98) -- Update libcompose to v0.3.0 [\#95](https://github.com/kubernetes-incubator/kompose/issues/95) -- Wrong warning about networks [\#88](https://github.com/kubernetes-incubator/kompose/issues/88) -- Problems of converting volumes [\#75](https://github.com/kubernetes-incubator/kompose/issues/75) -- `--stdout` output as `List` kind [\#73](https://github.com/kubernetes-incubator/kompose/issues/73) -- Print warning for unsupported fields in docker-compose format [\#71](https://github.com/kubernetes-incubator/kompose/issues/71) -- Bug: incorrect version [\#64](https://github.com/kubernetes-incubator/kompose/issues/64) -- panic: runtime error: invalid memory address or nil pointer dereference [\#59](https://github.com/kubernetes-incubator/kompose/issues/59) -- Breaking code in app.go to multiple packags [\#55](https://github.com/kubernetes-incubator/kompose/issues/55) -- Write an architecture document for kompose [\#45](https://github.com/kubernetes-incubator/kompose/issues/45) -- new behavior of `kompose delete` [\#41](https://github.com/kubernetes-incubator/kompose/issues/41) -- Add OpenShift support [\#36](https://github.com/kubernetes-incubator/kompose/issues/36) -- We don't have any tests [\#34](https://github.com/kubernetes-incubator/kompose/issues/34) +- \[PROPOSAL\] Use -f as a global flag [\#138](https://github.com/kubernetes/kompose/issues/138) +- 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) +- cmd tests are not working properly [\#125](https://github.com/kubernetes/kompose/issues/125) +- 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) +- Create a pod of containers sharing volume [\#116](https://github.com/kubernetes/kompose/issues/116) +- hostPath volumes? [\#109](https://github.com/kubernetes/kompose/issues/109) +- kompose convert panic on v1 compose file [\#102](https://github.com/kubernetes/kompose/issues/102) +- Release: kompose binary should be statically linked [\#98](https://github.com/kubernetes/kompose/issues/98) +- Update libcompose to v0.3.0 [\#95](https://github.com/kubernetes/kompose/issues/95) +- Wrong warning about networks [\#88](https://github.com/kubernetes/kompose/issues/88) +- Problems of converting volumes [\#75](https://github.com/kubernetes/kompose/issues/75) +- `--stdout` output as `List` kind [\#73](https://github.com/kubernetes/kompose/issues/73) +- Print warning for unsupported fields in docker-compose format [\#71](https://github.com/kubernetes/kompose/issues/71) +- Bug: incorrect version [\#64](https://github.com/kubernetes/kompose/issues/64) +- panic: runtime error: invalid memory address or nil pointer dereference [\#59](https://github.com/kubernetes/kompose/issues/59) +- Breaking code in app.go to multiple packags [\#55](https://github.com/kubernetes/kompose/issues/55) +- Write an architecture document for kompose [\#45](https://github.com/kubernetes/kompose/issues/45) +- new behavior of `kompose delete` [\#41](https://github.com/kubernetes/kompose/issues/41) +- Add OpenShift support [\#36](https://github.com/kubernetes/kompose/issues/36) +- We don't have any tests [\#34](https://github.com/kubernetes/kompose/issues/34) **Merged pull requests:** -- Update README.md [\#143](https://github.com/kubernetes-incubator/kompose/pull/143) ([luebken](https://github.com/luebken)) -- Use libcompose project.Context{} instead of docker.Context{} [\#142](https://github.com/kubernetes-incubator/kompose/pull/142) ([ngtuna](https://github.com/ngtuna)) -- update user guide: add `kompose up`, `kompose down` [\#141](https://github.com/kubernetes-incubator/kompose/pull/141) ([ngtuna](https://github.com/ngtuna)) -- make --file as global flag [\#139](https://github.com/kubernetes-incubator/kompose/pull/139) ([ngtuna](https://github.com/ngtuna)) -- improve messages of kompose up [\#136](https://github.com/kubernetes-incubator/kompose/pull/136) ([sebgoa](https://github.com/sebgoa)) -- New guestbook example [\#135](https://github.com/kubernetes-incubator/kompose/pull/135) ([sebgoa](https://github.com/sebgoa)) -- Moves examples to docs/user-guide and adds basic roadmap to main readme [\#132](https://github.com/kubernetes-incubator/kompose/pull/132) ([sebgoa](https://github.com/sebgoa)) -- Add more owners [\#128](https://github.com/kubernetes-incubator/kompose/pull/128) ([janetkuo](https://github.com/janetkuo)) -- docker-compose - Entrypoint support [\#127](https://github.com/kubernetes-incubator/kompose/pull/127) ([kadel](https://github.com/kadel)) -- Fix conversion to OpenShift \(invalid DeploymentConfig\) [\#126](https://github.com/kubernetes-incubator/kompose/pull/126) ([kadel](https://github.com/kadel)) -- clean code [\#123](https://github.com/kubernetes-incubator/kompose/pull/123) ([ngtuna](https://github.com/ngtuna)) -- fix \#121: update all objects, even when port is missing [\#122](https://github.com/kubernetes-incubator/kompose/pull/122) ([ngtuna](https://github.com/ngtuna)) -- Update architecture doc format [\#120](https://github.com/kubernetes-incubator/kompose/pull/120) ([janetkuo](https://github.com/janetkuo)) -- Improve error message for invalid port [\#119](https://github.com/kubernetes-incubator/kompose/pull/119) ([janetkuo](https://github.com/janetkuo)) -- Remove hostPath and print warnings [\#118](https://github.com/kubernetes-incubator/kompose/pull/118) ([janetkuo](https://github.com/janetkuo)) -- Reuse creation of controller object code [\#115](https://github.com/kubernetes-incubator/kompose/pull/115) ([surajssd](https://github.com/surajssd)) -- Removed unwanted svcnames list [\#114](https://github.com/kubernetes-incubator/kompose/pull/114) ([surajssd](https://github.com/surajssd)) -- support kompose down subcommand [\#113](https://github.com/kubernetes-incubator/kompose/pull/113) ([ngtuna](https://github.com/ngtuna)) -- update Libcompose to v0.3.0 [\#112](https://github.com/kubernetes-incubator/kompose/pull/112) ([kadel](https://github.com/kadel)) -- Fix output comparison for cmd tests [\#110](https://github.com/kubernetes-incubator/kompose/pull/110) ([surajssd](https://github.com/surajssd)) -- Create service function in kubernetes utils [\#108](https://github.com/kubernetes-incubator/kompose/pull/108) ([surajssd](https://github.com/surajssd)) -- Abstracted port checking function [\#107](https://github.com/kubernetes-incubator/kompose/pull/107) ([surajssd](https://github.com/surajssd)) -- Add more unit tests for Transform [\#106](https://github.com/kubernetes-incubator/kompose/pull/106) ([janetkuo](https://github.com/janetkuo)) -- Support container name and args in kompose convert [\#105](https://github.com/kubernetes-incubator/kompose/pull/105) ([janetkuo](https://github.com/janetkuo)) -- Add unit test for komposeConvert [\#104](https://github.com/kubernetes-incubator/kompose/pull/104) ([janetkuo](https://github.com/janetkuo)) -- Update tests output files [\#101](https://github.com/kubernetes-incubator/kompose/pull/101) ([surajssd](https://github.com/surajssd)) -- Build statically linked binaries in makefile; remove make clean [\#99](https://github.com/kubernetes-incubator/kompose/pull/99) ([janetkuo](https://github.com/janetkuo)) -- Output List kind object when using stdout [\#94](https://github.com/kubernetes-incubator/kompose/pull/94) ([surajssd](https://github.com/surajssd)) -- Run tests on travis-ci [\#93](https://github.com/kubernetes-incubator/kompose/pull/93) ([kadel](https://github.com/kadel)) -- loader-transformer [\#91](https://github.com/kubernetes-incubator/kompose/pull/91) ([ngtuna](https://github.com/ngtuna)) -- enhance warning: networks, network config, volume config. Fixes \#88, \#71 [\#90](https://github.com/kubernetes-incubator/kompose/pull/90) ([ngtuna](https://github.com/ngtuna)) -- Functional Testing for kompose cmdline [\#89](https://github.com/kubernetes-incubator/kompose/pull/89) ([surajssd](https://github.com/surajssd)) -- New behavior of kompose up [\#86](https://github.com/kubernetes-incubator/kompose/pull/86) ([ngtuna](https://github.com/ngtuna)) -- Modularize convert into loader & transformer [\#72](https://github.com/kubernetes-incubator/kompose/pull/72) ([ngtuna](https://github.com/ngtuna)) +- Update README.md [\#143](https://github.com/kubernetes/kompose/pull/143) ([luebken](https://github.com/luebken)) +- Use libcompose project.Context{} instead of docker.Context{} [\#142](https://github.com/kubernetes/kompose/pull/142) ([ngtuna](https://github.com/ngtuna)) +- update user guide: add `kompose up`, `kompose down` [\#141](https://github.com/kubernetes/kompose/pull/141) ([ngtuna](https://github.com/ngtuna)) +- make --file as global flag [\#139](https://github.com/kubernetes/kompose/pull/139) ([ngtuna](https://github.com/ngtuna)) +- improve messages of kompose up [\#136](https://github.com/kubernetes/kompose/pull/136) ([sebgoa](https://github.com/sebgoa)) +- New guestbook example [\#135](https://github.com/kubernetes/kompose/pull/135) ([sebgoa](https://github.com/sebgoa)) +- Moves examples to docs/user-guide and adds basic roadmap to main readme [\#132](https://github.com/kubernetes/kompose/pull/132) ([sebgoa](https://github.com/sebgoa)) +- Add more owners [\#128](https://github.com/kubernetes/kompose/pull/128) ([janetkuo](https://github.com/janetkuo)) +- docker-compose - Entrypoint support [\#127](https://github.com/kubernetes/kompose/pull/127) ([kadel](https://github.com/kadel)) +- Fix conversion to OpenShift \(invalid DeploymentConfig\) [\#126](https://github.com/kubernetes/kompose/pull/126) ([kadel](https://github.com/kadel)) +- clean code [\#123](https://github.com/kubernetes/kompose/pull/123) ([ngtuna](https://github.com/ngtuna)) +- fix \#121: update all objects, even when port is missing [\#122](https://github.com/kubernetes/kompose/pull/122) ([ngtuna](https://github.com/ngtuna)) +- Update architecture doc format [\#120](https://github.com/kubernetes/kompose/pull/120) ([janetkuo](https://github.com/janetkuo)) +- Improve error message for invalid port [\#119](https://github.com/kubernetes/kompose/pull/119) ([janetkuo](https://github.com/janetkuo)) +- Remove hostPath and print warnings [\#118](https://github.com/kubernetes/kompose/pull/118) ([janetkuo](https://github.com/janetkuo)) +- Reuse creation of controller object code [\#115](https://github.com/kubernetes/kompose/pull/115) ([surajssd](https://github.com/surajssd)) +- Removed unwanted svcnames list [\#114](https://github.com/kubernetes/kompose/pull/114) ([surajssd](https://github.com/surajssd)) +- support kompose down subcommand [\#113](https://github.com/kubernetes/kompose/pull/113) ([ngtuna](https://github.com/ngtuna)) +- update Libcompose to v0.3.0 [\#112](https://github.com/kubernetes/kompose/pull/112) ([kadel](https://github.com/kadel)) +- Fix output comparison for cmd tests [\#110](https://github.com/kubernetes/kompose/pull/110) ([surajssd](https://github.com/surajssd)) +- Create service function in kubernetes utils [\#108](https://github.com/kubernetes/kompose/pull/108) ([surajssd](https://github.com/surajssd)) +- Abstracted port checking function [\#107](https://github.com/kubernetes/kompose/pull/107) ([surajssd](https://github.com/surajssd)) +- Add more unit tests for Transform [\#106](https://github.com/kubernetes/kompose/pull/106) ([janetkuo](https://github.com/janetkuo)) +- Support container name and args in kompose convert [\#105](https://github.com/kubernetes/kompose/pull/105) ([janetkuo](https://github.com/janetkuo)) +- Add unit test for komposeConvert [\#104](https://github.com/kubernetes/kompose/pull/104) ([janetkuo](https://github.com/janetkuo)) +- Update tests output files [\#101](https://github.com/kubernetes/kompose/pull/101) ([surajssd](https://github.com/surajssd)) +- Build statically linked binaries in makefile; remove make clean [\#99](https://github.com/kubernetes/kompose/pull/99) ([janetkuo](https://github.com/janetkuo)) +- Output List kind object when using stdout [\#94](https://github.com/kubernetes/kompose/pull/94) ([surajssd](https://github.com/surajssd)) +- Run tests on travis-ci [\#93](https://github.com/kubernetes/kompose/pull/93) ([kadel](https://github.com/kadel)) +- loader-transformer [\#91](https://github.com/kubernetes/kompose/pull/91) ([ngtuna](https://github.com/ngtuna)) +- enhance warning: networks, network config, volume config. Fixes \#88, \#71 [\#90](https://github.com/kubernetes/kompose/pull/90) ([ngtuna](https://github.com/ngtuna)) +- Functional Testing for kompose cmdline [\#89](https://github.com/kubernetes/kompose/pull/89) ([surajssd](https://github.com/surajssd)) +- New behavior of kompose up [\#86](https://github.com/kubernetes/kompose/pull/86) ([ngtuna](https://github.com/ngtuna)) +- Modularize convert into loader & transformer [\#72](https://github.com/kubernetes/kompose/pull/72) ([ngtuna](https://github.com/ngtuna)) -## [v0.0.1-beta.2](https://github.com/kubernetes-incubator/kompose/tree/v0.0.1-beta.2) (2016-08-04) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.0.1-beta.1...v0.0.1-beta.2) +## [v0.0.1-beta.2](https://github.com/kubernetes/kompose/tree/v0.0.1-beta.2) (2016-08-04) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.0.1-beta.1...v0.0.1-beta.2) **Closed issues:** -- The example .dsb file doesn't work [\#85](https://github.com/kubernetes-incubator/kompose/issues/85) -- docker-compose labels should be converted to k8s annotations instead of labels [\#81](https://github.com/kubernetes-incubator/kompose/issues/81) -- Kompose help needs improvment [\#76](https://github.com/kubernetes-incubator/kompose/issues/76) -- Should we support converting to Replica Sets? [\#63](https://github.com/kubernetes-incubator/kompose/issues/63) -- `targetPort` is 0 in a converted service definition [\#60](https://github.com/kubernetes-incubator/kompose/issues/60) -- docker-compose service with no ports is mapped to k8s svc with no ports [\#58](https://github.com/kubernetes-incubator/kompose/issues/58) -- `depends\_on` is not supported [\#57](https://github.com/kubernetes-incubator/kompose/issues/57) -- Environment Variable substitution not working [\#56](https://github.com/kubernetes-incubator/kompose/issues/56) -- update README for bundles, compose v2 [\#54](https://github.com/kubernetes-incubator/kompose/issues/54) -- Consider changing `--from-bundles` \(bool\) to `--bundle-file` \(string\) [\#53](https://github.com/kubernetes-incubator/kompose/issues/53) -- Consider changing `--rc` flag to bool and adding `--replicas` [\#52](https://github.com/kubernetes-incubator/kompose/issues/52) -- Unable to go build [\#49](https://github.com/kubernetes-incubator/kompose/issues/49) -- convert file fail [\#47](https://github.com/kubernetes-incubator/kompose/issues/47) -- \[Discuss\] Optimize convert function [\#44](https://github.com/kubernetes-incubator/kompose/issues/44) -- Default objects of `kompose convert` [\#38](https://github.com/kubernetes-incubator/kompose/issues/38) -- Idea: kompose up, ps, delete, scale redirect to kubectl [\#27](https://github.com/kubernetes-incubator/kompose/issues/27) -- Print out warning for undefined fields [\#3](https://github.com/kubernetes-incubator/kompose/issues/3) +- The example .dsb file doesn't work [\#85](https://github.com/kubernetes/kompose/issues/85) +- docker-compose labels should be converted to k8s annotations instead of labels [\#81](https://github.com/kubernetes/kompose/issues/81) +- Kompose help needs improvment [\#76](https://github.com/kubernetes/kompose/issues/76) +- Should we support converting to Replica Sets? [\#63](https://github.com/kubernetes/kompose/issues/63) +- `targetPort` is 0 in a converted service definition [\#60](https://github.com/kubernetes/kompose/issues/60) +- docker-compose service with no ports is mapped to k8s svc with no ports [\#58](https://github.com/kubernetes/kompose/issues/58) +- `depends\_on` is not supported [\#57](https://github.com/kubernetes/kompose/issues/57) +- Environment Variable substitution not working [\#56](https://github.com/kubernetes/kompose/issues/56) +- update README for bundles, compose v2 [\#54](https://github.com/kubernetes/kompose/issues/54) +- Consider changing `--from-bundles` \(bool\) to `--bundle-file` \(string\) [\#53](https://github.com/kubernetes/kompose/issues/53) +- Consider changing `--rc` flag to bool and adding `--replicas` [\#52](https://github.com/kubernetes/kompose/issues/52) +- Unable to go build [\#49](https://github.com/kubernetes/kompose/issues/49) +- convert file fail [\#47](https://github.com/kubernetes/kompose/issues/47) +- \[Discuss\] Optimize convert function [\#44](https://github.com/kubernetes/kompose/issues/44) +- Default objects of `kompose convert` [\#38](https://github.com/kubernetes/kompose/issues/38) +- Idea: kompose up, ps, delete, scale redirect to kubectl [\#27](https://github.com/kubernetes/kompose/issues/27) +- Print out warning for undefined fields [\#3](https://github.com/kubernetes/kompose/issues/3) **Merged pull requests:** -- Converting compose labels to k8s annotations [\#84](https://github.com/kubernetes-incubator/kompose/pull/84) ([janetkuo](https://github.com/janetkuo)) -- Clean up kompose help, remove support for unimplemented commands [\#83](https://github.com/kubernetes-incubator/kompose/pull/83) ([janetkuo](https://github.com/janetkuo)) -- Enable warnings in stdout [\#79](https://github.com/kubernetes-incubator/kompose/pull/79) ([janetkuo](https://github.com/janetkuo)) -- Convert volumes in \[name:\]\[host:\]container\[:access\_mode\] format [\#78](https://github.com/kubernetes-incubator/kompose/pull/78) ([janetkuo](https://github.com/janetkuo)) -- Volumes default not read-only [\#77](https://github.com/kubernetes-incubator/kompose/pull/77) ([janetkuo](https://github.com/janetkuo)) -- Correctly log error [\#74](https://github.com/kubernetes-incubator/kompose/pull/74) ([janetkuo](https://github.com/janetkuo)) -- Remove the support for converting to Replica Sets [\#69](https://github.com/kubernetes-incubator/kompose/pull/69) ([janetkuo](https://github.com/janetkuo)) -- Warning on missing port information and no service created [\#68](https://github.com/kubernetes-incubator/kompose/pull/68) ([surajssd](https://github.com/surajssd)) -- Support for environment variables substitution [\#67](https://github.com/kubernetes-incubator/kompose/pull/67) ([surajssd](https://github.com/surajssd)) -- Development Guide: use script/godep-restore.sh [\#66](https://github.com/kubernetes-incubator/kompose/pull/66) ([kadel](https://github.com/kadel)) -- Allow --chart and --out to be specified together [\#65](https://github.com/kubernetes-incubator/kompose/pull/65) ([janetkuo](https://github.com/janetkuo)) -- Add --replicas flag and changed --rc from string to bool [\#62](https://github.com/kubernetes-incubator/kompose/pull/62) ([janetkuo](https://github.com/janetkuo)) -- Add --bundle,-dab flag for specifying dab file [\#61](https://github.com/kubernetes-incubator/kompose/pull/61) ([janetkuo](https://github.com/janetkuo)) +- Converting compose labels to k8s annotations [\#84](https://github.com/kubernetes/kompose/pull/84) ([janetkuo](https://github.com/janetkuo)) +- Clean up kompose help, remove support for unimplemented commands [\#83](https://github.com/kubernetes/kompose/pull/83) ([janetkuo](https://github.com/janetkuo)) +- Enable warnings in stdout [\#79](https://github.com/kubernetes/kompose/pull/79) ([janetkuo](https://github.com/janetkuo)) +- Convert volumes in \[name:\]\[host:\]container\[:access\_mode\] format [\#78](https://github.com/kubernetes/kompose/pull/78) ([janetkuo](https://github.com/janetkuo)) +- Volumes default not read-only [\#77](https://github.com/kubernetes/kompose/pull/77) ([janetkuo](https://github.com/janetkuo)) +- Correctly log error [\#74](https://github.com/kubernetes/kompose/pull/74) ([janetkuo](https://github.com/janetkuo)) +- Remove the support for converting to Replica Sets [\#69](https://github.com/kubernetes/kompose/pull/69) ([janetkuo](https://github.com/janetkuo)) +- Warning on missing port information and no service created [\#68](https://github.com/kubernetes/kompose/pull/68) ([surajssd](https://github.com/surajssd)) +- Support for environment variables substitution [\#67](https://github.com/kubernetes/kompose/pull/67) ([surajssd](https://github.com/surajssd)) +- Development Guide: use script/godep-restore.sh [\#66](https://github.com/kubernetes/kompose/pull/66) ([kadel](https://github.com/kadel)) +- Allow --chart and --out to be specified together [\#65](https://github.com/kubernetes/kompose/pull/65) ([janetkuo](https://github.com/janetkuo)) +- Add --replicas flag and changed --rc from string to bool [\#62](https://github.com/kubernetes/kompose/pull/62) ([janetkuo](https://github.com/janetkuo)) +- Add --bundle,-dab flag for specifying dab file [\#61](https://github.com/kubernetes/kompose/pull/61) ([janetkuo](https://github.com/janetkuo)) -## [v0.0.1-beta.1](https://github.com/kubernetes-incubator/kompose/tree/v0.0.1-beta.1) (2016-07-22) -[Full Changelog](https://github.com/kubernetes-incubator/kompose/compare/v0.0.1-alpha...v0.0.1-beta.1) +## [v0.0.1-beta.1](https://github.com/kubernetes/kompose/tree/v0.0.1-beta.1) (2016-07-22) +[Full Changelog](https://github.com/kubernetes/kompose/compare/v0.0.1-alpha...v0.0.1-beta.1) **Closed issues:** -- Default controller object is always generated. [\#33](https://github.com/kubernetes-incubator/kompose/issues/33) -- Generating both ReplicationControllers and Deployments [\#31](https://github.com/kubernetes-incubator/kompose/issues/31) -- Generating both ReplicationControllers and Deployments [\#30](https://github.com/kubernetes-incubator/kompose/issues/30) -- update OpenShift dependency [\#29](https://github.com/kubernetes-incubator/kompose/issues/29) -- Bug: chart only expect .json files [\#25](https://github.com/kubernetes-incubator/kompose/issues/25) -- Services only get created when there is a links key present [\#23](https://github.com/kubernetes-incubator/kompose/issues/23) -- Services should be created first [\#21](https://github.com/kubernetes-incubator/kompose/issues/21) -- Sometimes redundant services are printed/converted in `kompose convert` [\#20](https://github.com/kubernetes-incubator/kompose/issues/20) -- Redundant file creation message [\#18](https://github.com/kubernetes-incubator/kompose/issues/18) -- specify replica count [\#15](https://github.com/kubernetes-incubator/kompose/issues/15) -- Output for what happened after command execution [\#13](https://github.com/kubernetes-incubator/kompose/issues/13) -- Support k8s 1.3 [\#12](https://github.com/kubernetes-incubator/kompose/issues/12) -- Support compose v2..v3? versions [\#11](https://github.com/kubernetes-incubator/kompose/issues/11) -- Change template dir for Helm charts [\#10](https://github.com/kubernetes-incubator/kompose/issues/10) -- Document unsupported fileds [\#9](https://github.com/kubernetes-incubator/kompose/issues/9) -- if random docker-compose file is not present --file option does not work [\#8](https://github.com/kubernetes-incubator/kompose/issues/8) -- Decide status of skippbox/kompose [\#7](https://github.com/kubernetes-incubator/kompose/issues/7) -- travis build failed because "speter.net/go/exp/math/dec/inf" has been removed [\#6](https://github.com/kubernetes-incubator/kompose/issues/6) -- Support docker bundles format as input [\#4](https://github.com/kubernetes-incubator/kompose/issues/4) -- Support output to stdout to pipe to kubectl [\#2](https://github.com/kubernetes-incubator/kompose/issues/2) -- Support output in a single file [\#1](https://github.com/kubernetes-incubator/kompose/issues/1) +- Default controller object is always generated. [\#33](https://github.com/kubernetes/kompose/issues/33) +- Generating both ReplicationControllers and Deployments [\#31](https://github.com/kubernetes/kompose/issues/31) +- Generating both ReplicationControllers and Deployments [\#30](https://github.com/kubernetes/kompose/issues/30) +- update OpenShift dependency [\#29](https://github.com/kubernetes/kompose/issues/29) +- Bug: chart only expect .json files [\#25](https://github.com/kubernetes/kompose/issues/25) +- Services only get created when there is a links key present [\#23](https://github.com/kubernetes/kompose/issues/23) +- Services should be created first [\#21](https://github.com/kubernetes/kompose/issues/21) +- Sometimes redundant services are printed/converted in `kompose convert` [\#20](https://github.com/kubernetes/kompose/issues/20) +- Redundant file creation message [\#18](https://github.com/kubernetes/kompose/issues/18) +- specify replica count [\#15](https://github.com/kubernetes/kompose/issues/15) +- Output for what happened after command execution [\#13](https://github.com/kubernetes/kompose/issues/13) +- Support k8s 1.3 [\#12](https://github.com/kubernetes/kompose/issues/12) +- Support compose v2..v3? versions [\#11](https://github.com/kubernetes/kompose/issues/11) +- Change template dir for Helm charts [\#10](https://github.com/kubernetes/kompose/issues/10) +- Document unsupported fileds [\#9](https://github.com/kubernetes/kompose/issues/9) +- if random docker-compose file is not present --file option does not work [\#8](https://github.com/kubernetes/kompose/issues/8) +- Decide status of skippbox/kompose [\#7](https://github.com/kubernetes/kompose/issues/7) +- travis build failed because "speter.net/go/exp/math/dec/inf" has been removed [\#6](https://github.com/kubernetes/kompose/issues/6) +- Support docker bundles format as input [\#4](https://github.com/kubernetes/kompose/issues/4) +- Support output to stdout to pipe to kubectl [\#2](https://github.com/kubernetes/kompose/issues/2) +- Support output in a single file [\#1](https://github.com/kubernetes/kompose/issues/1) **Merged pull requests:** -- Fix some nits in README [\#51](https://github.com/kubernetes-incubator/kompose/pull/51) ([janetkuo](https://github.com/janetkuo)) -- Add a bundle example file [\#50](https://github.com/kubernetes-incubator/kompose/pull/50) ([janetkuo](https://github.com/janetkuo)) -- Fix failing windows build [\#48](https://github.com/kubernetes-incubator/kompose/pull/48) ([kadel](https://github.com/kadel)) -- Inital support for Openshift. [\#46](https://github.com/kubernetes-incubator/kompose/pull/46) ([kadel](https://github.com/kadel)) -- Refactor how we update controllers [\#42](https://github.com/kubernetes-incubator/kompose/pull/42) ([janetkuo](https://github.com/janetkuo)) -- Generate only controllers set by flag [\#35](https://github.com/kubernetes-incubator/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-incubator/kompose/pull/32) ([janetkuo](https://github.com/janetkuo)) -- Validate flags when generating charts, and prints message for file created [\#28](https://github.com/kubernetes-incubator/kompose/pull/28) ([janetkuo](https://github.com/janetkuo)) -- Support creating Charts when --yaml set [\#26](https://github.com/kubernetes-incubator/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-incubator/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-incubator/kompose/pull/22) ([janetkuo](https://github.com/janetkuo)) -- Remove redundant file creation message, and always overwirte files when converting [\#19](https://github.com/kubernetes-incubator/kompose/pull/19) ([janetkuo](https://github.com/janetkuo)) -- Support printing to stdout [\#5](https://github.com/kubernetes-incubator/kompose/pull/5) ([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)) +- Fix failing windows build [\#48](https://github.com/kubernetes/kompose/pull/48) ([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)) +- 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)) +- Validate flags when generating charts, and prints message for file created [\#28](https://github.com/kubernetes/kompose/pull/28) ([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)) +- 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 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)) -## [v0.0.1-alpha](https://github.com/kubernetes-incubator/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) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 946acb57..2e80763f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,4 +25,4 @@ Note: Code-related PR's require two ACK's / LGTM's from a maintainer while doc-r ### Adding dependencies -If your patch depends on new packages, add that package with [`glide`](https://github.com/Masterminds/glide). Follow the [instructions to add a dependency](https://github.com/kubernetes-incubator/kompose/blob/master/docs/development.md#glide-glide-vc-and-dependency-management). +If your patch depends on new packages, add that package with [`glide`](https://github.com/Masterminds/glide). Follow the [instructions to add a dependency](https://github.com/kubernetes/kompose/blob/master/docs/development.md#glide-glide-vc-and-dependency-management). diff --git a/Makefile b/Makefile index 5221bee0..e790de17 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ GITCOMMIT := $(shell git rev-parse --short HEAD) -BUILD_FLAGS := -ldflags="-w -X github.com/kubernetes-incubator/kompose/cmd.GITCOMMIT=$(GITCOMMIT)" +BUILD_FLAGS := -ldflags="-w -X github.com/kubernetes/kompose/cmd.GITCOMMIT=$(GITCOMMIT)" PKGS = $(shell glide novendor) TEST_IMAGE := kompose/tests:latest @@ -53,7 +53,7 @@ test-unit-cover: go test -i -race -cover $(PKGS) # go test doesn't support colleting coverage across multiple packages, # generate go test commands using go list and run go test for every package separately - go list -f '"go test -race -cover -v -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"' github.com/kubernetes-incubator/kompose/... | grep -v "vendor" | xargs -L 1 -P4 sh -c + go list -f '"go test -race -cover -v -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"' github.com/kubernetes/kompose/... | grep -v "vendor" | xargs -L 1 -P4 sh -c # run openshift up/down tests diff --git a/README.md b/README.md index 3729d71a..7ccb4ff1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Use Case -Convert [`docker-compose.yaml`](https://raw.githubusercontent.com/kubernetes-incubator/kompose/master/examples/docker-compose.yaml) into Kubernetes deployments and services with one simple command: +Convert [`docker-compose.yaml`](https://raw.githubusercontent.com/kubernetes/kompose/master/examples/docker-compose.yaml) into Kubernetes deployments and services with one simple command: ```sh kompose convert -f docker-compose.yaml @@ -37,23 +37,23 @@ Installation methods: #### Binary installation -Kompose is released via GitHub on a three-week cycle, you can see all current releases on the [GitHub release page](https://github.com/kubernetes-incubator/kompose/releases). +Kompose is released via GitHub on a three-week cycle, you can see all current releases on the [GitHub release page](https://github.com/kubernetes/kompose/releases). ```sh # Linux -curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.7.0/kompose-linux-amd64 -o kompose +curl -L https://github.com/kubernetes/kompose/releases/download/v0.7.0/kompose-linux-amd64 -o kompose # macOS -curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.7.0/kompose-darwin-amd64 -o kompose +curl -L https://github.com/kubernetes/kompose/releases/download/v0.7.0/kompose-darwin-amd64 -o kompose # Windows -curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.7.0/kompose-windows-amd64.exe -o kompose.exe +curl -L https://github.com/kubernetes/kompose/releases/download/v0.7.0/kompose-windows-amd64.exe -o kompose.exe chmod +x kompose sudo mv ./kompose /usr/local/bin/kompose ``` -Alternatively, you can download the less-bandwidth intense [tarball](https://github.com/kubernetes-incubator/kompose/releases). +Alternatively, you can download the less-bandwidth intense [tarball](https://github.com/kubernetes/kompose/releases). ## Shell autocompletion @@ -101,7 +101,7 @@ $ make cross ## Documentation -Documentation can be found at our [kompose.io](http://kompose.io) website or our [docs](https://github.com/kubernetes-incubator/kompose/tree/master/docs) folder. +Documentation can be found at our [kompose.io](http://kompose.io) website or our [docs](https://github.com/kubernetes/kompose/tree/master/docs) folder. Here is a list of all available docs: @@ -114,7 +114,7 @@ Here is a list of all available docs: ## Community, Discussion, Contribution, and Support -__Issues:__ If you find any issues, please [file it](https://github.com/kubernetes-incubator/kompose/issues). +__Issues:__ If you find any issues, please [file it](https://github.com/kubernetes/kompose/issues). __Kubernetes Community:__ As part of the Kubernetes ecosystem, we follow the Kubernetes community principles. More information can be found on the [community page](http://kubernetes.io/community/). @@ -130,11 +130,11 @@ An up-to-date roadmap of upcoming releases is located at [ROADMAP.md](/ROADMAP.m Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). -[Build Status]: https://travis-ci.org/kubernetes-incubator/kompose -[Build Status Widget]: https://travis-ci.org/kubernetes-incubator/kompose.svg?branch=master -[GoDoc]: https://godoc.org/github.com/kubernetes-incubator/kompose -[GoDoc Widget]: https://godoc.org/github.com/kubernetes-incubator/kompose?status.svg +[Build Status]: https://travis-ci.org/kubernetes/kompose +[Build Status Widget]: https://travis-ci.org/kubernetes/kompose.svg?branch=master +[GoDoc]: https://godoc.org/github.com/kubernetes/kompose +[GoDoc Widget]: https://godoc.org/github.com/kubernetes/kompose?status.svg [Slack]: http://slack.kubernetes.io#kompose [Slack Widget]: https://s3.eu-central-1.amazonaws.com/ngtuna/join-us-on-slack.png -[Coverage Status Widget]: https://coveralls.io/repos/github/kubernetes-incubator/kompose/badge.svg?branch=master -[Coverage Status]: https://coveralls.io/github/kubernetes-incubator/kompose?branch=master +[Coverage Status Widget]: https://coveralls.io/repos/github/kubernetes/kompose/badge.svg?branch=master +[Coverage Status]: https://coveralls.io/github/kubernetes/kompose?branch=master diff --git a/ROADMAP.md b/ROADMAP.md index f43c421d..0308b32e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,25 +6,25 @@ Here we outline our roadmap which encompasses our goals in reaching _1.0.0_. __Release schedule:__ Kompose is on time-based release cycle. On a 3-4 week cycle, usually ending on the last week of each month. -### [Kompose 0.6.0](https://github.com/kubernetes-incubator/kompose/releases/tag/v0.6.0) +### [Kompose 0.6.0](https://github.com/kubernetes/kompose/releases/tag/v0.6.0) - - [X] Adding more support for more currently unsupported docker-compose keys (cap_add and cap_drop added) [#580](https://github.com/kubernetes-incubator/kompose/pull/580) - - [X] Improved edge-cases for deployment (namespace + insecure-repository parameters added) [#547](https://github.com/kubernetes-incubator/kompose/pull/547) + - [X] Adding more support for more currently unsupported docker-compose keys (cap_add and cap_drop added) [#580](https://github.com/kubernetes/kompose/pull/580) + - [X] Improved edge-cases for deployment (namespace + insecure-repository parameters added) [#547](https://github.com/kubernetes/kompose/pull/547) -### [Kompose 0.7.0](https://github.com/kubernetes-incubator/kompose/releases/tag/v0.7.0) +### [Kompose 0.7.0](https://github.com/kubernetes/kompose/releases/tag/v0.7.0) - - [X] Args support added to `build` key [#424](https://github.com/kubernetes-incubator/kompose/pull/424) - - [X] Conversion bug fixes [#613](https://github.com/kubernetes-incubator/kompose/pull/613) [#606](https://github.com/kubernetes-incubator/kompose/pull/606) [#578](https://github.com/kubernetes-incubator/kompose/pull/578) + - [X] Args support added to `build` key [#424](https://github.com/kubernetes/kompose/pull/424) + - [X] Conversion bug fixes [#613](https://github.com/kubernetes/kompose/pull/613) [#606](https://github.com/kubernetes/kompose/pull/606) [#578](https://github.com/kubernetes/kompose/pull/578) ### Kompose 0.8.0 (end of June) - - [X] Basic support for docker-compose v3 format [#580](https://github.com/kubernetes-incubator/kompose/issues/412) [#600](https://github.com/kubernetes-incubator/kompose/pull/600) - - [X] Initial support for building and pushing containers locally [#97](https://github.com/kubernetes-incubator/kompose/issues/97) [#521](https://github.com/kubernetes-incubator/kompose/pull/521) + - [X] Basic support for docker-compose v3 format [#580](https://github.com/kubernetes/kompose/issues/412) [#600](https://github.com/kubernetes/kompose/pull/600) + - [X] Initial support for building and pushing containers locally [#97](https://github.com/kubernetes/kompose/issues/97) [#521](https://github.com/kubernetes/kompose/pull/521) ### Kompose 0.9.0 (end of July) - [ ] Improved support for docker-compose v3 format - - [ ] Kompose consumable as Go library [#464](https://github.com/kubernetes-incubator/kompose/issues/464) + - [ ] Kompose consumable as Go library [#464](https://github.com/kubernetes/kompose/issues/464) ### Kompose 1.0.0 (???) diff --git a/build/README.md b/build/README.md index a80be6bb..9917d404 100644 --- a/build/README.md +++ b/build/README.md @@ -10,7 +10,7 @@ Choose which version of the repo you want to build. For kompose it was 0.3.0 and Run the following to generate spec file: ```sh -gofed repo2spec --detect github.com/kubernetes-incubator/kompose --commit 135165b39c55d29a5426479ded81eddd56bfbaf4 --with-extra --with-build -f +gofed repo2spec --detect github.com/kubernetes/kompose --commit 135165b39c55d29a5426479ded81eddd56bfbaf4 --with-extra --with-build -f ``` The spec file is now located at: diff --git a/cmd/convert.go b/cmd/convert.go index 53b77057..01e03b9f 100644 --- a/cmd/convert.go +++ b/cmd/convert.go @@ -20,8 +20,8 @@ import ( "strings" log "github.com/Sirupsen/logrus" - "github.com/kubernetes-incubator/kompose/pkg/app" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/app" + "github.com/kubernetes/kompose/pkg/kobject" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/down.go b/cmd/down.go index c7364b29..6374ebbb 100644 --- a/cmd/down.go +++ b/cmd/down.go @@ -19,8 +19,8 @@ package cmd import ( "strings" - "github.com/kubernetes-incubator/kompose/pkg/app" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/app" + "github.com/kubernetes/kompose/pkg/kobject" "github.com/spf13/cobra" ) diff --git a/cmd/root.go b/cmd/root.go index e32f3f2d..90377190 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -103,7 +103,7 @@ func init() { RootCmd.PersistentFlags().StringVarP(&GlobalBundle, "bundle", "b", "", "Specify a Distributed Application Bundle (DAB) file") RootCmd.PersistentFlags().StringVar(&GlobalProvider, "provider", "kubernetes", "Specify a provider. Kubernetes or OpenShift.") - // Mark DAB / bundle as deprecated, see issue: https://github.com/kubernetes-incubator/kompose/issues/390 + // Mark DAB / bundle as deprecated, see issue: https://github.com/kubernetes/kompose/issues/390 // As DAB is still EXPERIMENTAL - RootCmd.PersistentFlags().MarkDeprecated("bundle", "DAB / Bundle is deprecated, see: https://github.com/kubernetes-incubator/kompose/issues/390") + RootCmd.PersistentFlags().MarkDeprecated("bundle", "DAB / Bundle is deprecated, see: https://github.com/kubernetes/kompose/issues/390") } diff --git a/cmd/up.go b/cmd/up.go index 7452f640..b01cd135 100644 --- a/cmd/up.go +++ b/cmd/up.go @@ -20,8 +20,8 @@ import ( log "github.com/Sirupsen/logrus" "strings" - "github.com/kubernetes-incubator/kompose/pkg/app" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/app" + "github.com/kubernetes/kompose/pkg/kobject" "github.com/spf13/cobra" ) diff --git a/cmd/version.go b/cmd/version.go index 26ea2115..92155ade 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -26,7 +26,7 @@ var ( // VERSION is version number that wil be displayed when running ./kompose version VERSION = "0.7.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-incubator/kompose/cmd.GITCOMMIT=$(GITCOMMIT)" + // this will be overwritten when running build like this: go build -ldflags="-X github.com/kubernetes/kompose/cmd.GITCOMMIT=$(GITCOMMIT)" // HEAD is default indicating that this was not set during build GITCOMMIT = "HEAD" ) diff --git a/docs/architecture.md b/docs/architecture.md index 3ac212dc..810f1658 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -24,7 +24,7 @@ Every loader “implementation” should be placed into `kompose/pkg/loader` (li ## KomposeObject -`KomposeObject` is Kompose internal representation of all containers loaded from input file. First version of `KomposeObject` looks like this (source: [kobject.go](https://github.com/kubernetes-incubator/kompose/blob/master/pkg/kobject/kobject.go)): +`KomposeObject` is Kompose internal representation of all containers loaded from input file. First version of `KomposeObject` looks like this (source: [kobject.go](https://github.com/kubernetes/kompose/blob/master/pkg/kobject/kobject.go)): ```go // KomposeObject holds the generic struct of Kompose transformation diff --git a/docs/development.md b/docs/development.md index 0ae915cc..92e6d261 100644 --- a/docs/development.md +++ b/docs/development.md @@ -2,12 +2,12 @@ ## Building Kompose -Read about building kompose [here](https://github.com/kubernetes-incubator/kompose#building). +Read about building kompose [here](https://github.com/kubernetes/kompose#building). ## Workflow ### Fork the main repository -1. Go to https://github.com/kubernetes-incubator/kompose +1. Go to https://github.com/kubernetes/kompose 2. Click the "Fork" button (at the top right) ### Clone your fork @@ -15,9 +15,9 @@ Read about building kompose [here](https://github.com/kubernetes-incubator/kompo The commands below require that you have $GOPATH. We highly recommended you put Kompose' code into your $GOPATH. ```console -git clone https://github.com/$YOUR_GITHUB_USERNAME/kompose.git $GOPATH/src/github.com/kubernetes-incubator/kompose -cd $GOPATH/src/github.com/kubernetes-incubator/kompose -git remote add upstream 'https://github.com/kubernetes-incubator/kompose' +git clone https://github.com/$YOUR_GITHUB_USERNAME/kompose.git $GOPATH/src/github.com/kubernetes/kompose +cd $GOPATH/src/github.com/kubernetes/kompose +git remote add upstream 'https://github.com/kubernetes/kompose' ``` ### Create a branch and make changes @@ -34,7 +34,7 @@ git fetch upstream git rebase upstream/master ``` -Note: If you have write access to the main repository at github.com/kubernetes-incubator/kompose, you should modify your git configuration so that you can't accidentally push to upstream: +Note: If you have write access to the main repository at github.com/kubernetes/kompose, you should modify your git configuration so that you can't accidentally push to upstream: ```console git remote set-url --push upstream no_push diff --git a/docs/installation.md b/docs/installation.md index 25091e7d..5262df73 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,30 +4,30 @@ We have multiple ways to install Kompose. Our prefered method is downloading the #### GitHub release -Kompose is released via GitHub on a three-week cycle, you can see all current releases on the [GitHub release page](https://github.com/kubernetes-incubator/kompose/releases). +Kompose is released via GitHub on a three-week cycle, you can see all current releases on the [GitHub release page](https://github.com/kubernetes/kompose/releases). ```sh # Linux -curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.7.0/kompose-linux-amd64 -o kompose +curl -L https://github.com/kubernetes/kompose/releases/download/v0.7.0/kompose-linux-amd64 -o kompose # macOS -curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.7.0/kompose-darwin-amd64 -o kompose +curl -L https://github.com/kubernetes/kompose/releases/download/v0.7.0/kompose-darwin-amd64 -o kompose # Windows -curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.7.0/kompose-windows-amd64.exe -o kompose.exe +curl -L https://github.com/kubernetes/kompose/releases/download/v0.7.0/kompose-windows-amd64.exe -o kompose.exe chmod +x kompose sudo mv ./kompose /usr/local/bin/kompose ``` -Alternatively, you can download the [tarball](https://github.com/kubernetes-incubator/kompose/releases). +Alternatively, you can download the [tarball](https://github.com/kubernetes/kompose/releases). #### Go Installing using `go get` pulls from the master branch with the latest development changes. ```sh -go get -u github.com/kubernetes-incubator/kompose +go get -u github.com/kubernetes/kompose ``` #### CentOS diff --git a/docs/user-guide.md b/docs/user-guide.md index ded1afc2..820f47ab 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -200,7 +200,7 @@ Kompose supports both building and pushing Docker images. When using the `build` - Automatically be built with Docker using the `image` key specified within your file - Be pushed to the correct Docker repository using local credentials (located at `.docker/config`) -Using an [example Docker Compose file](https://raw.githubusercontent.com/kubernetes-incubator/kompose/master/examples/buildconfig/docker-compose.yml): +Using an [example Docker Compose file](https://raw.githubusercontent.com/kubernetes/kompose/master/examples/buildconfig/docker-compose.yml): ```yaml version: "2" diff --git a/glide.yaml b/glide.yaml index 490efd30..3730f621 100644 --- a/glide.yaml +++ b/glide.yaml @@ -1,5 +1,5 @@ -package: github.com/kubernetes-incubator/kompose -homepage: https://github.com/kubernetes-incubator/kompose +package: github.com/kubernetes/kompose +homepage: https://github.com/kubernetes/kompose licence: Apache-2.0 import: diff --git a/main.go b/main.go index e8f26a9c..9a0df601 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ limitations under the License. package main -import "github.com/kubernetes-incubator/kompose/cmd" +import "github.com/kubernetes/kompose/cmd" func main() { cmd.Execute() diff --git a/pkg/app/app.go b/pkg/app/app.go index b1f2ec13..788e11f4 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -34,11 +34,11 @@ import ( "os" - "github.com/kubernetes-incubator/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/loader" - "github.com/kubernetes-incubator/kompose/pkg/transformer" - "github.com/kubernetes-incubator/kompose/pkg/transformer/kubernetes" - "github.com/kubernetes-incubator/kompose/pkg/transformer/openshift" + "github.com/kubernetes/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/loader" + "github.com/kubernetes/kompose/pkg/transformer" + "github.com/kubernetes/kompose/pkg/transformer/kubernetes" + "github.com/kubernetes/kompose/pkg/transformer/openshift" ) const ( @@ -118,7 +118,7 @@ func ValidateFlags(bundle string, args []string, cmd *cobra.Command, opt *kobjec if len(bundle) > 0 { inputFormat = "bundle" - log.Fatalf("DAB / bundle (--bundle | -b) is no longer supported. See issue: https://github.com/kubernetes-incubator/kompose/issues/390") + log.Fatalf("DAB / bundle (--bundle | -b) is no longer supported. See issue: https://github.com/kubernetes/kompose/issues/390") opt.InputFiles = []string{bundle} } diff --git a/pkg/loader/bundle/bundle.go b/pkg/loader/bundle/bundle.go index 6d588ce3..4041a5d4 100644 --- a/pkg/loader/bundle/bundle.go +++ b/pkg/loader/bundle/bundle.go @@ -28,7 +28,7 @@ import ( log "github.com/Sirupsen/logrus" "github.com/fatih/structs" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/kobject" "github.com/pkg/errors" ) diff --git a/pkg/loader/compose/compose.go b/pkg/loader/compose/compose.go index 364285bd..a61c9be6 100644 --- a/pkg/loader/compose/compose.go +++ b/pkg/loader/compose/compose.go @@ -27,7 +27,7 @@ import ( log "github.com/Sirupsen/logrus" "github.com/docker/libcompose/project" "github.com/fatih/structs" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/kobject" "github.com/pkg/errors" ) diff --git a/pkg/loader/compose/compose_test.go b/pkg/loader/compose/compose_test.go index 6599d79f..0666a6db 100644 --- a/pkg/loader/compose/compose_test.go +++ b/pkg/loader/compose/compose_test.go @@ -22,7 +22,7 @@ import ( "strings" "testing" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/kobject" "k8s.io/kubernetes/pkg/api" "github.com/docker/cli/cli/compose/types" diff --git a/pkg/loader/compose/utils.go b/pkg/loader/compose/utils.go index eafcdb86..659beee4 100644 --- a/pkg/loader/compose/utils.go +++ b/pkg/loader/compose/utils.go @@ -21,7 +21,7 @@ import ( "path/filepath" "strings" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/kobject" "github.com/pkg/errors" "k8s.io/kubernetes/pkg/api" ) diff --git a/pkg/loader/compose/v1v2.go b/pkg/loader/compose/v1v2.go index 0824941d..7e15d9ab 100644 --- a/pkg/loader/compose/v1v2.go +++ b/pkg/loader/compose/v1v2.go @@ -30,7 +30,7 @@ import ( "github.com/docker/libcompose/config" "github.com/docker/libcompose/lookup" "github.com/docker/libcompose/project" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/kobject" "github.com/pkg/errors" ) diff --git a/pkg/loader/compose/v3.go b/pkg/loader/compose/v3.go index 543caca3..0b43aa57 100644 --- a/pkg/loader/compose/v3.go +++ b/pkg/loader/compose/v3.go @@ -27,7 +27,7 @@ import ( "github.com/docker/cli/cli/compose/types" log "github.com/Sirupsen/logrus" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/kobject" "github.com/pkg/errors" "os" ) diff --git a/pkg/loader/loader.go b/pkg/loader/loader.go index 3ef9030a..5eaa7c3d 100644 --- a/pkg/loader/loader.go +++ b/pkg/loader/loader.go @@ -19,9 +19,9 @@ package loader import ( "fmt" - "github.com/kubernetes-incubator/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/loader/bundle" - "github.com/kubernetes-incubator/kompose/pkg/loader/compose" + "github.com/kubernetes/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/loader/bundle" + "github.com/kubernetes/kompose/pkg/loader/compose" ) // Loader interface defines loader that loads files and converts it to kobject representation diff --git a/pkg/transformer/kubernetes/k8sutils.go b/pkg/transformer/kubernetes/k8sutils.go index c88daee2..6fa48346 100644 --- a/pkg/transformer/kubernetes/k8sutils.go +++ b/pkg/transformer/kubernetes/k8sutils.go @@ -31,8 +31,8 @@ import ( log "github.com/Sirupsen/logrus" "github.com/ghodss/yaml" - "github.com/kubernetes-incubator/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/transformer" + "github.com/kubernetes/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/transformer" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/unversioned" diff --git a/pkg/transformer/kubernetes/k8sutils_test.go b/pkg/transformer/kubernetes/k8sutils_test.go index 5ce2ea18..f7b8436e 100644 --- a/pkg/transformer/kubernetes/k8sutils_test.go +++ b/pkg/transformer/kubernetes/k8sutils_test.go @@ -23,8 +23,8 @@ import ( "os" "path/filepath" - "github.com/kubernetes-incubator/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/testutils" + "github.com/kubernetes/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/testutils" "reflect" diff --git a/pkg/transformer/kubernetes/kubernetes.go b/pkg/transformer/kubernetes/kubernetes.go index f96ccec8..efe08ca5 100644 --- a/pkg/transformer/kubernetes/kubernetes.go +++ b/pkg/transformer/kubernetes/kubernetes.go @@ -24,8 +24,8 @@ import ( log "github.com/Sirupsen/logrus" "github.com/fatih/structs" - "github.com/kubernetes-incubator/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/transformer" + "github.com/kubernetes/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/transformer" buildapi "github.com/openshift/origin/pkg/build/api" deployapi "github.com/openshift/origin/pkg/deploy/api" diff --git a/pkg/transformer/kubernetes/kubernetes_test.go b/pkg/transformer/kubernetes/kubernetes_test.go index ad57a066..44d01902 100644 --- a/pkg/transformer/kubernetes/kubernetes_test.go +++ b/pkg/transformer/kubernetes/kubernetes_test.go @@ -23,8 +23,8 @@ import ( deployapi "github.com/openshift/origin/pkg/deploy/api" - "github.com/kubernetes-incubator/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/transformer" + "github.com/kubernetes/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/transformer" "github.com/pkg/errors" "k8s.io/kubernetes/pkg/api" diff --git a/pkg/transformer/openshift/openshift.go b/pkg/transformer/openshift/openshift.go index 8eca567d..8f65726b 100644 --- a/pkg/transformer/openshift/openshift.go +++ b/pkg/transformer/openshift/openshift.go @@ -22,8 +22,8 @@ import ( "os/exec" "strings" - "github.com/kubernetes-incubator/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/transformer/kubernetes" + "github.com/kubernetes/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/transformer/kubernetes" log "github.com/Sirupsen/logrus" @@ -39,7 +39,7 @@ import ( "reflect" - "github.com/kubernetes-incubator/kompose/pkg/transformer" + "github.com/kubernetes/kompose/pkg/transformer" buildapi "github.com/openshift/origin/pkg/build/api" buildconfigreaper "github.com/openshift/origin/pkg/build/cmd" deployapi "github.com/openshift/origin/pkg/deploy/api" diff --git a/pkg/transformer/openshift/openshift_test.go b/pkg/transformer/openshift/openshift_test.go index 6be9b182..43252e77 100644 --- a/pkg/transformer/openshift/openshift_test.go +++ b/pkg/transformer/openshift/openshift_test.go @@ -26,10 +26,10 @@ import ( deployapi "github.com/openshift/origin/pkg/deploy/api" - "github.com/kubernetes-incubator/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/testutils" - "github.com/kubernetes-incubator/kompose/pkg/transformer" - "github.com/kubernetes-incubator/kompose/pkg/transformer/kubernetes" + "github.com/kubernetes/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/testutils" + "github.com/kubernetes/kompose/pkg/transformer" + "github.com/kubernetes/kompose/pkg/transformer/kubernetes" "github.com/pkg/errors" ) diff --git a/pkg/transformer/transformer.go b/pkg/transformer/transformer.go index 02af7abf..6c0434a4 100644 --- a/pkg/transformer/transformer.go +++ b/pkg/transformer/transformer.go @@ -17,7 +17,7 @@ limitations under the License. package transformer import ( - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/kobject" "k8s.io/kubernetes/pkg/runtime" ) diff --git a/pkg/transformer/utils.go b/pkg/transformer/utils.go index 25df6f22..d2d984d6 100644 --- a/pkg/transformer/utils.go +++ b/pkg/transformer/utils.go @@ -24,9 +24,9 @@ import ( "strings" log "github.com/Sirupsen/logrus" - "github.com/kubernetes-incubator/kompose/pkg/kobject" + "github.com/kubernetes/kompose/pkg/kobject" - "github.com/kubernetes-incubator/kompose/pkg/utils/docker" + "github.com/kubernetes/kompose/pkg/utils/docker" "path/filepath" "github.com/pkg/errors" @@ -74,7 +74,7 @@ func ParseVolume(volume string) (name, host, container, mode string, err error) possibleAccessMode := volumeStrings[len(volumeStrings)-1] // Check to see if :Z or :z exists. We do not support SELinux relabeling at the moment. - // See https://github.com/kubernetes-incubator/kompose/issues/176 + // See https://github.com/kubernetes/kompose/issues/176 // Otherwise, check to see if "rw" or "ro" has been passed if possibleAccessMode == "z" || possibleAccessMode == "Z" { log.Warnf("Volume mount \"%s\" will be mounted without labeling support. :z or :Z not supported", volume) diff --git a/pkg/utils/docker/build.go b/pkg/utils/docker/build.go index 6cfe2d7a..8fd9303f 100644 --- a/pkg/utils/docker/build.go +++ b/pkg/utils/docker/build.go @@ -20,7 +20,7 @@ import ( "bytes" log "github.com/Sirupsen/logrus" dockerlib "github.com/fsouza/go-dockerclient" - "github.com/kubernetes-incubator/kompose/pkg/utils/archive" + "github.com/kubernetes/kompose/pkg/utils/archive" "github.com/pkg/errors" "io/ioutil" "os" diff --git a/script/release.sh b/script/release.sh index 68aaa054..f69e7030 100755 --- a/script/release.sh +++ b/script/release.sh @@ -17,7 +17,7 @@ # Constants. Enter relevant repo information here. UPSTREAM_REPO="kubernetes-incubator" CLI="kompose" -GITPATH="$GOPATH/src/github.com/kubernetes-incubator/kompose" +GITPATH="$GOPATH/src/github.com/kubernetes/kompose" usage() { echo "This will prepare $CLI for release!" diff --git a/script/sync-docs.sh b/script/sync-docs.sh index 98411cce..8aa52389 100755 --- a/script/sync-docs.sh +++ b/script/sync-docs.sh @@ -7,7 +7,7 @@ if [ "$TRAVIS_BRANCH" != "master" ] || [ "$BUILD_DOCS" != "yes" ] || [ "$TRAVIS_ fi DOCS_REPO_NAME="kompose" -DOCS_REPO_URL="git@github.com:kubernetes-incubator/kompose.git" +DOCS_REPO_URL="git@github.com:kubernetes/kompose.git" DOCS_KEY="script/deploy_key" DOCS_USER="komposebot" DOCS_EMAIL="cdrage+kompose@redhat.com" @@ -80,7 +80,7 @@ git config user.email "$DOCS_EMAIL" git add --all # Check if anything changed, and if it's the case, push to origin/master. -if git commit -m 'Update docs' -m "Commit: https://github.com/kubernetes-incubator/kompose/commit/$TRAVIS_COMMIT" ; then +if git commit -m 'Update docs' -m "Commit: https://github.com/kubernetes/kompose/commit/$TRAVIS_COMMIT" ; then git push fi diff --git a/script/test_in_container/Dockerfile b/script/test_in_container/Dockerfile index 6d8c09d5..20d15c92 100644 --- a/script/test_in_container/Dockerfile +++ b/script/test_in_container/Dockerfile @@ -28,7 +28,7 @@ ENV GOPATH="/opt/go" \ ENV PATH="$PATH:$GOPATH/bin" \ # KOMPOSE_SRC is where kompose source will be copied when container starts (by run.sh script) # this is to ensure that we won't write anything to host volume mount - KOMPOSE_SRC="$GOPATH/src/github.com/kubernetes-incubator/kompose" + KOMPOSE_SRC="$GOPATH/src/github.com/kubernetes/kompose" RUN go get github.com/Masterminds/glide &&\ go get github.com/sgotti/glide-vc &&\