diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e85c47da..fbfb4bbb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +### v1.17.0 + +- Added: Added Labels API (#1631) +- Added: Kubernetes namespace existence check (#1771) +- Added: New UI and permissions handling for robots and teams (#1754, #1815) +- Added: Retry attempts to the S3-like storages (#1748, #1801, #1802) +- Added: Improved messaging when changing email addresses (#1735) +- Added: Emails now include logos (#1691) +- Added: Improved messaging around expired builds (#1681) + +- Fixed: Logs inside the container failing to rotate (#1812) +- Fixed: Filtering of repositories only visible to organization admins (#1795) +- Fixed: Invalid HTTP response when creating a duplicate tag (#1780) +- Fixed: Asynchronous Worker robustness (#1778, #1781) +- Fixed: Manual build failure when using Bitbucket triggers (#1767) +- Fixed: Missing "Sign Out" link on mobile UI (#1765) +- Fixed: Miscellaneous changes to title usage (#1763) +- Fixed: Repository star appearing when not logged in (#1758) +- Fixed: Invalid AppC manifests generated when missing an ENV (#1753) +- Fixed: Timezones now incorporated into audit logs (#1747) +- Fixed: Fixed redirection to specific tags using short URLs (#1743) +- Fixed: Broken pagination over only public repositories (#1724, #1726, #1730) +- Fixed: Invisible glyph icons on date selectors (#1717) +- Fixed: Possibility storage of duplicate images (#1706) +- Fixed: Broken "Your Account" links in emails (#1694) +- Fixed: Non-admin users no longer default to organization-wide read (#1685) +- Fixed: Database performance (#1680, #1688, #1690, #1722, #1744, #1772) + ### v1.16.6 - Added: Ability to override secure cookie setting when using HTTPS protocol (#1712)