Merge pull request #2193 from jakedt/twoohone
Changelog for release v2.0.2
This commit is contained in:
commit
93798c3337
1 changed files with 25 additions and 0 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,3 +1,28 @@
|
|||
### v2.0.2
|
||||
|
||||
- Added: Ability to cancel builds that are already building. (#2041, #2127, #2186, #2189, #2190)
|
||||
- Added: Notifications when a build is canceled (#2173, #2184)
|
||||
- Added: Remove deprecated email flag from generated `docker login` commands (#2146)
|
||||
- Added: Upgrade nginx to v1.11.5 (#2140)
|
||||
- Added: Improve performance of robots management UI (#2145)
|
||||
- Added: Add data about specific manifest or tag pulled in audit logs (#2152)
|
||||
- Added: Debug nginx logs from non-proxy protocol connection (#2167)
|
||||
- Added: Accept multiple team invitations simultaneously (#2169)
|
||||
- Added: Password recovery defaults to resetting password (#2170)
|
||||
- Added: Gzip javascript and svg assets (#2171)
|
||||
- Added: Add support for custom ports in RADOS and S3 storage engines (#2185)
|
||||
- Added: Prometheus metric for number of unscanned images (#2183)
|
||||
|
||||
- Fixed: Fix entity search under Postgres (regression in v2.0.0) (#2172)
|
||||
- Fixed: Error displayed for OAuth if an existing token already matches scopes (#2139)
|
||||
- Fixed: Reduce timeouts of the build manager when under heavy load (#2143, #2157)
|
||||
- Fixed: Fix guage metrics on prometheus endpoint (#2153)
|
||||
- Fixed: Disable CoreOS update-engine on ephemeral Kubernetes builders (#2159)
|
||||
- Fixed: Fix notifications generated by the build manager (#2163)
|
||||
- Fixed: JSON encoding for chunk cleanup in Swift storage engine (#2162)
|
||||
- Fixed: Fix configuration validator when setting up storage engine (#2176)
|
||||
- Fixed: Multiline message of the day to not cover the search box (#2181)
|
||||
|
||||
### v2.0.1
|
||||
|
||||
- Added: A defined timeout on all HTTP calls in notification methods
|
||||
|
|
Reference in a new issue