Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
update changelog and bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Jan 29, 2016
1 parent d382692 commit 8d4be2d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [1.1.0](https://github.com/grammarly/rocker/tree/1.1.0) (2016-01-29)
[Full Changelog](https://github.com/grammarly/rocker/compare/1.0.1...1.1.0)

**Implemented enhancements:**

- Use GO15VENDOREXPERIMENT, get rid of gb, restructure the project layout [\#67](https://github.com/grammarly/rocker/issues/67)
- Configurable push retries [\#66](https://github.com/grammarly/rocker/issues/66)
- Print rocker version when -cmd \(-C\) flag specified [\#64](https://github.com/grammarly/rocker/issues/64)
- Support credentials stored by "docker login" for authentication [\#57](https://github.com/grammarly/rocker/issues/57)
- Ability to directly PUSH and PULL from S3, without using Registry [\#53](https://github.com/grammarly/rocker/issues/53)
- Do not wrap proxied output from containers with logger [\#47](https://github.com/grammarly/rocker/issues/47)
- Configurable push retries [\#62](https://github.com/grammarly/rocker/pull/62) ([ybogdanov](https://github.com/ybogdanov))

**Fixed bugs:**

- Some kind of error stack trace [\#49](https://github.com/grammarly/rocker/issues/49)
- COPY/ADD does not copy symlinks [\#60](https://github.com/grammarly/rocker/issues/60)
- "bufio.Scanner: token too long" while passing output from a container [\#54](https://github.com/grammarly/rocker/issues/54)
- Cannot ^C while pulling an image [\#16](https://github.com/grammarly/rocker/issues/16)
- Exit with non-zero code when get unexpected EOF on PUSH [\#52](https://github.com/grammarly/rocker/pull/52) ([ctrlok](https://github.com/ctrlok))

## [1.0.1](https://github.com/grammarly/rocker/tree/1.0.1) (2015-11-26)
[Full Changelog](https://github.com/grammarly/rocker/compare/1.0.0...1.0.1)

Expand Down Expand Up @@ -91,4 +112,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)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0

0 comments on commit 8d4be2d

Please sign in to comment.