From 44a09d74cd2ac748ae581cd57bee14ead4476b75 Mon Sep 17 00:00:00 2001 From: Yuriy Bogdanov Date: Mon, 23 Nov 2015 09:24:55 +0200 Subject: [PATCH 1/5] fix dev branch version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index abd41058..71790396 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 +0.2.3 From 2cb0377b143ac127eb07135a2448d850b1f3f9f1 Mon Sep 17 00:00:00 2001 From: Yuriy Bogdanov Date: Mon, 23 Nov 2015 09:37:44 +0200 Subject: [PATCH 2/5] fix cross-build rockerfile - use golang 1.5.1 --- Rockerfile.build-cross | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rockerfile.build-cross b/Rockerfile.build-cross index 8d4783d7..3fa2ae3b 100644 --- a/Rockerfile.build-cross +++ b/Rockerfile.build-cross @@ -1,6 +1,6 @@ -FROM dockerhub.grammarly.io/golang-1.4.2-cross:v2 +FROM dockerhub.grammarly.io/golang-1.5.1-cross:v2 ADD . /src WORKDIR /src -TAG --no-alias rocker-build:latest +TAG rocker-build:latest From 9e2573524b300b6525403a53d9d823dfaf2a0543 Mon Sep 17 00:00:00 2001 From: Yuriy Bogdanov Date: Mon, 23 Nov 2015 09:38:22 +0200 Subject: [PATCH 3/5] fix rockerfile.cross again --- Rockerfile.build-cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rockerfile.build-cross b/Rockerfile.build-cross index 3fa2ae3b..2a5accfa 100644 --- a/Rockerfile.build-cross +++ b/Rockerfile.build-cross @@ -1,4 +1,4 @@ -FROM dockerhub.grammarly.io/golang-1.5.1-cross:v2 +FROM dockerhub.grammarly.io/golang-1.5.1-cross:v1 ADD . /src WORKDIR /src From ad0869f8677981ab792da1d5aa1c51ff09421665 Mon Sep 17 00:00:00 2001 From: Yuriy Bogdanov Date: Mon, 23 Nov 2015 10:17:07 +0200 Subject: [PATCH 4/5] update changelog --- CHANGELOG.md | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32de34ae..0bbff8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,36 @@ # Change Log -## [Unreleased](https://github.com/grammarly/rocker/tree/HEAD) +## [0.2.3](https://github.com/grammarly/rocker/tree/0.2.3) (2015-11-23) +[Full Changelog](https://github.com/grammarly/rocker/compare/0.2.2...0.2.3) -[Full Changelog](https://github.com/grammarly/rocker/compare/0.2.2...HEAD) +**Implemented enhancements:** + +- Store information about pushed images as artifact files [\#35](https://github.com/grammarly/rocker/issues/35) +- rocker/template: load vars from file [\#34](https://github.com/grammarly/rocker/issues/34) +- rocker/template: call strings helper "indexOf" instead of "index" [\#33](https://github.com/grammarly/rocker/issues/33) +- rocker/template: yaml helper [\#19](https://github.com/grammarly/rocker/issues/19) +- Hightlight INCLUDE for sublime text language [\#29](https://github.com/grammarly/rocker/issues/29) **Fixed bugs:** +- v1: "COPY a\*.js ./" is not working properly [\#48](https://github.com/grammarly/rocker/issues/48) - Randomly appearing IMPORT/EXPORT problem in rocker [\#8](https://github.com/grammarly/rocker/issues/8) +- Image fails to parse if registry is an ip with a port [\#24](https://github.com/grammarly/rocker/issues/24) +- Adopt image name splitting logic from docker [\#41](https://github.com/grammarly/rocker/pull/41) ([fxposter](https://github.com/fxposter)) + +**Closed issues:** + +- --attach skips through cached layers [\#39](https://github.com/grammarly/rocker/issues/39) +- how to def default value in template [\#38](https://github.com/grammarly/rocker/issues/38) +- Multiple MOUNTs have stange behaviour [\#31](https://github.com/grammarly/rocker/issues/31) +- \[feature request\] add hooks support [\#3](https://github.com/grammarly/rocker/issues/3) + +**Merged pull requests:** + +- Fix Windows inability to handle a tilde as the home directory [\#43](https://github.com/grammarly/rocker/pull/43) ([tyrken](https://github.com/tyrken)) +- ability to create artifacts without push images to regestry [\#36](https://github.com/grammarly/rocker/pull/36) ([ctrlok](https://github.com/ctrlok)) +- \#22 integrate Go's string functions to the template [\#23](https://github.com/grammarly/rocker/pull/23) ([ybogdanov](https://github.com/ybogdanov)) +- Merge template functions collected in Dev branch [\#21](https://github.com/grammarly/rocker/pull/21) ([ybogdanov](https://github.com/ybogdanov)) ## [0.2.2](https://github.com/grammarly/rocker/tree/0.2.2) (2015-09-17) [Full Changelog](https://github.com/grammarly/rocker/compare/0.2.1...0.2.2) @@ -39,4 +63,4 @@ ## [0.2.0](https://github.com/grammarly/rocker/tree/0.2.0) (2015-09-08) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* From 3ba6c9df7c203607361ebfda91b905016470bdb7 Mon Sep 17 00:00:00 2001 From: Yuriy Bogdanov Date: Mon, 23 Nov 2015 12:06:54 +0200 Subject: [PATCH 5/5] fixing 0.2.3 changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbff8cb..cc4349f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ **Fixed bugs:** -- v1: "COPY a\*.js ./" is not working properly [\#48](https://github.com/grammarly/rocker/issues/48) - Randomly appearing IMPORT/EXPORT problem in rocker [\#8](https://github.com/grammarly/rocker/issues/8) - Image fails to parse if registry is an ip with a port [\#24](https://github.com/grammarly/rocker/issues/24) - Adopt image name splitting logic from docker [\#41](https://github.com/grammarly/rocker/pull/41) ([fxposter](https://github.com/fxposter))