Skip to content

Commit

Permalink
Merge pull request #161 from kids-first/release-1.5.3
Browse files Browse the repository at this point in the history
🏷 Release 1.5.3
  • Loading branch information
dankolbman authored Mar 15, 2019
2 parents d5183f9 + 95bdbc2 commit 68cbba5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion coordinator/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 68cbba5

Please sign in to comment.