From 6654593d035e778f0aa341ebf5a0f84c677c0473 Mon Sep 17 00:00:00 2001 From: Quentin Machu Date: Thu, 17 Dec 2015 16:26:23 -0500 Subject: [PATCH] cut v1.14.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac0c1a86..a187f1736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### v1.14.0 + +- Added Docker Registry v2 support (#885) +- Added the ability to blacklist v2 for specific versions (#1065) +- Added HTTP2 support (#1031) +- Added automatic action logs rotation (#618) +- Made garbage collection frequency configurable (#1074) +- Fixed user, repositories and images under MySQL (#830, #843, #1075) +- Added storage preferences configuration (#725, #807) +- Fixed ACI volumes (#1007) +- Fixed date display in Firefox (#937) +- Fixed page titles (#952) +- Added Gitlab, Bitbucket and Github schema support to custom triggers (#525) +- Fixed numerous builder failures + ### v1.13.5 - Fixed 404 page advertising registry v2 protocol support (#790)