From 95bdbc23210f67c96969575e2c090a2718a5e860 Mon Sep 17 00:00:00 2001 From: Dan Kolbman Date: Fri, 15 Mar 2019 16:27:19 -0400 Subject: [PATCH] :label: Release 1.5.3 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ coordinator/urls.py | 2 +- setup.py | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70554ca..9106186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# Kids First Release Coordinator Release 1.5.3 + +## Features + +### Summary + +Feature Emojis: 🐛x6 ♻️x4 🔥x2 🔧x2 ✨x1 🙈x1 ⬆️x1 🐳x1 +Feature Labels: [bug](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/bug) x8 [refactor](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/refactor) x8 [devops](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/devops) x5 [feature](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/feature) x1 + +### New features and changes + +- (#159) ♻️ Read secrets as raw strings - @dankolbman +- (#158) 🐛 Fix typo in secret path - @dankolbman +- (#157) 🐛 Fix EGO settings - @XuTheBunny +- (#156) 🐛 Allow releases to re-enter cancelling state - @dankolbman +- (#155) ♻️ Store Ego service token for coordinator in cache - @XuTheBunny +- (#154) 🔥 Replace pep8 with codestyle - @dankolbman +- (#152) ♻️ Load secrets directly from vault - @dankolbman +- (#151) ✨ Store ego public key - @XuTheBunny +- (#147) 🐛 Fix static paths - @dankolbman +- (#148) 🐛 Update testing with correct apps - @dankolbman +- (#150) 🙈 Ignore ci files in jenkins - @dankolbman +- (#144) 🔧 Improve docker-compose for development - @dankolbman +- (#145) 🔥 Remove setup.cfg - @dankolbman +- (#143) 🔧 Refactor settings - @dankolbman +- (#138) ⬆️ Bump Django version - @dankolbman +- (#140) ♻️ App pytest.ini for quick access pytest - @XuTheBunny +- (#137) 🐳 Add dev stage to docker - @XuTheBunny +- (#133) 🐛 Improve compose for dev - @dankolbman + # Kids First Release Coordinator Release 1.5.2 ## Features diff --git a/coordinator/urls.py b/coordinator/urls.py index c8f7aaf..1cd8deb 100644 --- a/coordinator/urls.py +++ b/coordinator/urls.py @@ -15,7 +15,7 @@ schema_view = get_schema_view( openapi.Info( title="Release Coordinator API", - default_version='1.5.2', + default_version='1.5.3', description=description, license=openapi.License(name="Apache 2.0"), ), diff --git a/setup.py b/setup.py index 86573ca..10d72cf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="kf-api-coordinator", - version="1.5.2", + version="1.5.3", description="Release Coordinator", license="Apache 2", packages=find_packages()