From 012fec9e5567133e4cc9e3ef987eb07a83658609 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie <jimmy.zelinskie+git@gmail.com> Date: Fri, 15 Jul 2016 16:14:13 -0400 Subject: [PATCH 1/2] changelog: cut 1.16.4 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d5448a1..f5eba3959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### v1.16.4 + +- Added: Configuration of multiple RDNs for LDAP login (#1601) +- Added: Key Server health check (#1598) +- Added: Promtheus endpoint (#1596) +- Added: Upgrade to latest upstream PyGitHub (#1592) +- Fixed: Race condition around starting builds (#1621) +- Fixed: Geo-replication for CAS objects (#1608) +- Fixed: Popularity metrics on list repositories API endpoint (#1599) +- Fixed: Removed redundant namespaces from repository listings (#1595) +- Fixed: Internal error when paginating a PostgreSQL-backed Quay (#1593, #1622) +- Fixed: GitHub API URLs are properly stripped of trailing slashes (#1590) +- Fixed: Tutorial fails gracefully without Redis (#1587) + ### v1.16.3 - Added: Repository Activity Heatmap (#1569, #1571) From c700c6e54b40c95264311a26836a88ead091626b Mon Sep 17 00:00:00 2001 From: Joseph Schorr <josephschorr@users.noreply.github.com> Date: Wed, 3 Aug 2016 15:53:34 -0400 Subject: [PATCH 2/2] Changelog for v1.16.5 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5eba3959..c9705b1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +### v1.16.5 + +- Added: Better logging for delete issues in Swift (#1676) +- Added: Storage validation on /status endpoint (#1660) +- Added: Better logging for upload issues (#1639, #1670) +- Added: Support for Swift retries (#1638) +- Added: Support for Swift timeouts (#1634) +- Fixed: Pagination off-by-one issue in repository tags API (#1672) +- Fixed: Missing requires_cors on archived build logs URL (#1673) +- Fixed: Tutorial disconnect UI (#1657) +- Fixed: Enter key in password dialogs in Firefox (#1655) +- Fixed: Custom trigger links in UI (#1652) +- Fixed: GC database query optimizations (#1645, 1662) +- Fixed: Multipart refs on builds (#1651) +- Fixed: Invalid tags on builds (#1648) +- Fixed: Fresh login check failure (#1646) +- Fixed: Support for empty RDN in LDAP configuration (#1644) +- Fixed: Error raised on duplicate placements when replicating (#1633) + ### v1.16.4 - Added: Configuration of multiple RDNs for LDAP login (#1601)