From f36f473e7fa9a128ca2d5ae5c037cb002bb5e576 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 11 Dec 2017 13:27:35 -0500 Subject: [PATCH] 0.6.0 Release (#528) --- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 ++--- cmd/version.go | 2 +- docs/installation.md | 6 ++--- 4 files changed, 60 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e9d0059..f60bdde4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # Change Log +## [v0.6.0](https://github.com/kedgeproject/kedge/tree/v0.6.0) (2017-12-11) +[Full Changelog](https://github.com/kedgeproject/kedge/compare/v0.5.1...v0.6.0) + +**Closed issues:** + +- "File Reference" broken link in Documentation - Quick Start [\#523](https://github.com/kedgeproject/kedge/issues/523) +- Command line test \(similar to kompose\) [\#495](https://github.com/kedgeproject/kedge/issues/495) +- We don't delete temporary build tarballs [\#488](https://github.com/kedgeproject/kedge/issues/488) +- No documentation on apply / should start using "apply" as a default program. [\#479](https://github.com/kedgeproject/kedge/issues/479) +- How to test documentation PR locally ? [\#469](https://github.com/kedgeproject/kedge/issues/469) +- Update documentation regarding separate controller constructs with PodSpec, ControllerSpec, etc. [\#457](https://github.com/kedgeproject/kedge/issues/457) +- Add version field to the directive and also generate associated metadata based on version [\#407](https://github.com/kedgeproject/kedge/issues/407) +- Create hacktoberfest labels [\#343](https://github.com/kedgeproject/kedge/issues/343) +- Update our examples to leverage new kedge shortcuts [\#312](https://github.com/kedgeproject/kedge/issues/312) +- Add build support of S2I build [\#309](https://github.com/kedgeproject/kedge/issues/309) +- generate openshift artifacts [\#210](https://github.com/kedgeproject/kedge/issues/210) +- example in file-reference.md [\#191](https://github.com/kedgeproject/kedge/issues/191) +- Add documentation, user guide etc [\#65](https://github.com/kedgeproject/kedge/issues/65) +- Parameterize the ingress host [\#41](https://github.com/kedgeproject/kedge/issues/41) + +**Merged pull requests:** + +- Fix slate issues / redirecting [\#527](https://github.com/kedgeproject/kedge/pull/527) ([cdrage](https://github.com/cdrage)) +- Fix up TOC [\#526](https://github.com/kedgeproject/kedge/pull/526) ([cdrage](https://github.com/cdrage)) +- Fix typos on gh-pages landing page [\#524](https://github.com/kedgeproject/kedge/pull/524) ([robin-owen](https://github.com/robin-owen)) +- Remove introduction.md [\#522](https://github.com/kedgeproject/kedge/pull/522) ([cdrage](https://github.com/cdrage)) +- Redesign Kedge website [\#521](https://github.com/kedgeproject/kedge/pull/521) ([cdrage](https://github.com/cdrage)) +- Increase e2e timeout to 15 minutes. [\#519](https://github.com/kedgeproject/kedge/pull/519) ([cdrage](https://github.com/cdrage)) +- Add Getting Started to side-menu [\#518](https://github.com/kedgeproject/kedge/pull/518) ([cdrage](https://github.com/cdrage)) +- Updates slate with a title as well as fixed favicon [\#517](https://github.com/kedgeproject/kedge/pull/517) ([cdrage](https://github.com/cdrage)) +- Modify file reference [\#516](https://github.com/kedgeproject/kedge/pull/516) ([cdrage](https://github.com/cdrage)) +- Update to a darker font [\#515](https://github.com/kedgeproject/kedge/pull/515) ([cdrage](https://github.com/cdrage)) +- Make logo point to index [\#514](https://github.com/kedgeproject/kedge/pull/514) ([cdrage](https://github.com/cdrage)) +- Update file reference [\#513](https://github.com/kedgeproject/kedge/pull/513) ([cdrage](https://github.com/cdrage)) +- Increase timeout [\#512](https://github.com/kedgeproject/kedge/pull/512) ([cdrage](https://github.com/cdrage)) +- Change h3 headers to bold [\#509](https://github.com/kedgeproject/kedge/pull/509) ([cdrage](https://github.com/cdrage)) +- Add getting started guide [\#508](https://github.com/kedgeproject/kedge/pull/508) ([cdrage](https://github.com/cdrage)) +- Add dockerfile to project [\#505](https://github.com/kedgeproject/kedge/pull/505) ([djzager](https://github.com/djzager)) +- Fix slate favicon [\#500](https://github.com/kedgeproject/kedge/pull/500) ([cdrage](https://github.com/cdrage)) +- Delete tarball after image builds [\#496](https://github.com/kedgeproject/kedge/pull/496) ([surajnarwade](https://github.com/surajnarwade)) +- Update 1.8 to 1.6 link [\#494](https://github.com/kedgeproject/kedge/pull/494) ([cdrage](https://github.com/cdrage)) +- micro-service -\> microservice [\#493](https://github.com/kedgeproject/kedge/pull/493) ([cdrage](https://github.com/cdrage)) +- Clarify controller doc definitions / extensions [\#492](https://github.com/kedgeproject/kedge/pull/492) ([cdrage](https://github.com/cdrage)) +- Add milestones and changelog links to ROADMAP / update [\#487](https://github.com/kedgeproject/kedge/pull/487) ([cdrage](https://github.com/cdrage)) +- Fix guestbook-demo to work on openshift [\#484](https://github.com/kedgeproject/kedge/pull/484) ([kadel](https://github.com/kadel)) +- Add documentation regarding apply command / update current docs [\#482](https://github.com/kedgeproject/kedge/pull/482) ([cdrage](https://github.com/cdrage)) +- docs\(development\): adding new controller explanation [\#464](https://github.com/kedgeproject/kedge/pull/464) ([surajssd](https://github.com/surajssd)) +- This will add description about the new field appversion [\#461](https://github.com/kedgeproject/kedge/pull/461) ([piyush1594](https://github.com/piyush1594)) +- This will add a new key appversion [\#454](https://github.com/kedgeproject/kedge/pull/454) ([piyush1594](https://github.com/piyush1594)) +- \(feat\): s2i build using local code [\#452](https://github.com/kedgeproject/kedge/pull/452) ([surajssd](https://github.com/surajssd)) +- Update examples to reflect shortcuts [\#435](https://github.com/kedgeproject/kedge/pull/435) ([cdrage](https://github.com/cdrage)) + ## [v0.5.1](https://github.com/kedgeproject/kedge/tree/v0.5.1) (2017-11-23) [Full Changelog](https://github.com/kedgeproject/kedge/compare/v0.5.0...v0.5.1) @@ -14,6 +66,7 @@ **Merged pull requests:** +- 0.5.1 Release [\#486](https://github.com/kedgeproject/kedge/pull/486) ([cdrage](https://github.com/cdrage)) - Update quickstart [\#476](https://github.com/kedgeproject/kedge/pull/476) ([cdrage](https://github.com/cdrage)) - docs\(routes\): indent the routes example in README [\#463](https://github.com/kedgeproject/kedge/pull/463) ([surajssd](https://github.com/surajssd)) - Allow the usage of a string or int as a value in portMappings [\#455](https://github.com/kedgeproject/kedge/pull/455) ([cdrage](https://github.com/cdrage)) diff --git a/README.md b/README.md index 80572e686..c4cca7d8e 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ __Linux and macOS:__ ```sh # Linux -curl -L https://github.com/kedgeproject/kedge/releases/download/v0.5.1/kedge-linux-amd64 -o kedge +curl -L https://github.com/kedgeproject/kedge/releases/download/v0.6.0/kedge-linux-amd64 -o kedge # macOS -curl -L https://github.com/kedgeproject/kedge/releases/download/v0.5.1/kedge-darwin-amd64 -o kedge +curl -L https://github.com/kedgeproject/kedge/releases/download/v0.6.0/kedge-darwin-amd64 -o kedge chmod +x kedge sudo mv ./kedge /usr/local/bin/kedge @@ -38,7 +38,7 @@ sudo mv ./kedge /usr/local/bin/kedge __Windows:__ -Download from [GitHub](https://github.com/kedgeproject/kedge/releases/download/v0.5.1/kedge-windows-amd64.exe) and add the binary to your PATH. +Download from [GitHub](https://github.com/kedgeproject/kedge/releases/download/v0.6.0/kedge-windows-amd64.exe) and add the binary to your PATH. A more thorough installation guide is [also available](http://kedgeproject.org/installation). diff --git a/cmd/version.go b/cmd/version.go index 9a540a9b8..295b5229a 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -24,7 +24,7 @@ import ( var ( // VERSION is version number that will be displayed when running ./kedge version - VERSION = "0.5.1" + VERSION = "0.6.0" // GITCOMMIT is hash of the commit that wil be displayed when running ./kedge version // this will be overwritten when running build like this: go build -ldflags="-X github.com/kedgeproject/kedge/cmd.GITCOMMIT=$(GITCOMMIT)" diff --git a/docs/installation.md b/docs/installation.md index d7aa526f7..67a2315dc 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -11,10 +11,10 @@ __Linux and macOS:__ ```sh # Linux -curl -L https://github.com/kedgeproject/kedge/releases/download/v0.5.1/kedge-linux-amd64 -o kedge +curl -L https://github.com/kedgeproject/kedge/releases/download/v0.6.0/kedge-linux-amd64 -o kedge # macOS -curl -L https://github.com/kedgeproject/kedge/releases/download/v0.5.1/kedge-darwin-amd64 -o kedge +curl -L https://github.com/kedgeproject/kedge/releases/download/v0.6.0/kedge-darwin-amd64 -o kedge chmod +x kedge sudo mv ./kedge /usr/local/bin/kedge @@ -22,7 +22,7 @@ sudo mv ./kedge /usr/local/bin/kedge __Windows:__ -Download from [GitHub](https://github.com/kedgeproject/kedge/releases/download/v0.5.1/kedge-windows-amd64.exe) and add the binary to your PATH. +Download from [GitHub](https://github.com/kedgeproject/kedge/releases/download/v0.6.0/kedge-windows-amd64.exe) and add the binary to your PATH. #### Installing the latest binary (master)