From b5d4c368eba299969958905e475bac3b4eb5432e Mon Sep 17 00:00:00 2001 From: Nicolas Goutay Date: Mon, 28 Oct 2019 19:08:20 +0100 Subject: [PATCH] Draft 1.0.2 release --- CHANGELOG.md | 11 ++++++++++- README.md | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94bfa908..ccf80a1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2] - 2019-10-28 + +### Added + +- Pipe application logs to Heroku, for easier debugging (@kraynel) + +### Fixed + - Update Dockerfile to run Celery as a dedicated, non-root user (@kraynel) ## [1.0.1] - 2019-10-25 @@ -24,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 🎉Initial release! 🎉 -[Unreleased]: https://github.com/theodo/falco/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/theodo/falco/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/theodo/falco/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/theodo/falco/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/theodo/falco/releases/tag/1.0.0 \ No newline at end of file diff --git a/README.md b/README.md index 1dfd03840..acca24d23 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can try a demo version by logging in to https://falco.theo.do with the crede You can deploy Falco on Heroku by clicking on the following button: -[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/) +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.0.2) You will need to provide your credit card details to Heroku, but you will be under the free tier by default. You can find more details on why they are needed and Heroku’s pricing policy [in the docs](https://getfal.co).