From 57194097b273b7ed5ebfc7f38aeb4ff4aafa9412 Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - FUN MOOC Date: Wed, 27 May 2020 18:17:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(chore)=20bump=20release=20to=200.1?= =?UTF-8?q?0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Move static files to a custom nginx image - Refactor Docker Compose project to run both the development and production images Fixed - Fix svg images in static files by adding alias to the CloudFront distribution on the same domain as the app --- CHANGELOG.md | 5 ++++- src/backend/funmooc/__init__.py | 2 +- src/frontend/package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fdb56fd..8c2b876d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.10.0] - 2020-05-27 + ### Changed - Move static files to a custom nginx image @@ -219,7 +221,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Static and media files are stored in AWS S3 buckets and distributed _via_ Amazon CloudFront -[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.9.6...HEAD +[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/openfun/fun-mooc/compare/v0.9.6...v0.10.0 [0.9.6]: https://github.com/openfun/fun-mooc/compare/v0.9.5...v0.9.6 [0.9.5]: https://github.com/openfun/fun-mooc/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/openfun/fun-mooc/compare/v0.9.3...v0.9.4 diff --git a/src/backend/funmooc/__init__.py b/src/backend/funmooc/__init__.py index 50533e30..61fb31ca 100644 --- a/src/backend/funmooc/__init__.py +++ b/src/backend/funmooc/__init__.py @@ -1 +1 @@ -__version__ = "0.9.6" +__version__ = "0.10.0" diff --git a/src/frontend/package.json b/src/frontend/package.json index aa27c2f5..e51b20a5 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funmooc", - "version": "0.9.6", + "version": "0.10.0", "description": "Richie-powered CMS for fun-mooc.fr", "scripts": { "prettier": "prettier '**/*.+(css|scss)'",