Skip to content

Commit

Permalink
Merge pull request #49 from BuoyantIO/siggy/110-updates
Browse files Browse the repository at this point in the history
prep for 1.1.0, docker hub release update
  • Loading branch information
siggy authored Jan 26, 2017
2 parents 5bd6194 + 517a21b commit 317f22a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Next release

## [1.1.0] - 2017-01-26
### Added
- Added Prometheus `/metrics` endpoint, using new `metric-addr` param

## [1.0.1] - 2017-10-11
## [1.0.1] - 2017-01-11
### Added
- Added basic CONTRIBUTORS file to help guide PRs
- Added flag to set HTTP request body payload
Expand Down
23 changes: 4 additions & 19 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Once all of the branches for the release have been merged and the CHANGELOG.md
file in master has been updated to describe the new release, use these
instructions to publish the release to Github and Dockerhub.
instructions to publish the release to Github and Docker Hub.

## Github

Expand All @@ -18,24 +18,9 @@ on Github.
* For the binaries, attach all three binaries from the `./release.sh` script.
* Then click "Publish release"

## Dockerhub
## Docker Hub

Next build and push the docker images to Dockerhub.
Creating a new release tag in Github will automatically trigger a Docker Hub build.

First build and push the versioned image (replacing `<release-version>` with the
actual numeric release version that you are releasing):

```bash
$ docker build -t buoyantio/slow_cooker:<release-version> .
$ docker push buoyantio/slow_cooker:<release-version>
```

Then update the image that's tagged as `latest` to match the new release:

```bash
$ docker tag buoyantio/slow_cooker:<release-version> buoyantio/slow_cooker:latest
$ docker push buoyantio/slow_cooker:latest
```

Check the Dockerhub [tags page](https://hub.docker.com/r/buoyantio/slow_cooker/tags/)
Check the Docker Hub [tags page](https://hub.docker.com/r/buoyantio/slow_cooker/tags/)
to make sure that the new release tag shows up.

0 comments on commit 317f22a

Please sign in to comment.