Remove issue numbers from relnotes (#5490)

This commit is contained in:
Jim Galasyn 2017-12-11 11:26:24 -08:00 committed by GitHub
parent 6df0dfaefb
commit 3869e764e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -21,22 +21,22 @@ upgrade your installation to the latest release.
**Bug fixes**
* Core
* `ucp-etcd` system images are now hidden. Previously, these system images were erroneously displayed in the images list (#9913).
* `disable_usageinfo` will now disable usage metrics. A regression caused this setting to not be respected (#9469).
* UCP now outputs "Initializing..." log messages during setup so that administrators can establish that setup or install has begun (#9336).
* Windows worker promotion is now blocked. Previously, Windows workers could be promoted using the CLI, which would fail (#9341).
* Loading gzipped images with the Docker CLI is now supported. This would previously cause a panic (#6367).
* Permissions are now checked when filtering nodes by container. Previously, permissions were not considered (#9239).
* An LDAP sync is now triggered as soon as an LDAP user is lazy-provisioned. Previously, lazy-provisioned users would not immediately be added to teams and orgs (#5674).
* `ucp-etcd` system images are now hidden. Previously, these system images were erroneously displayed in the images list.
* `disable_usageinfo` will now disable usage metrics. A regression caused this setting to not be respected.
* UCP now outputs "Initializing..." log messages during setup so that administrators can establish that setup or install has begun.
* Windows worker promotion is now blocked. Previously, Windows workers could be promoted using the CLI, which would fail.
* Loading gzipped images with the Docker CLI is now supported. This would previously cause a panic.
* Permissions are now checked when filtering nodes by container. Previously, permissions were not considered.
* An LDAP sync is now triggered as soon as an LDAP user is lazy-provisioned. Previously, lazy-provisioned users would not immediately be added to teams and orgs.
* UI/UX
* License page now shows all capabilities. Previously it was not clear if a license supported Docker image scanning or not (#9946).
* Additional translations added for internationalization (#9559).
* UI for adding users to teams simplified (#8399, #9404).
* The grant list can now sorted and pagination in the grants view has been improved. The grants view previously had glitches on systems with many grants (#8874, #9203).
* Fixed problem where UI would hang when pulling images (#9380).
* "Max failure ratio" and "Failure action" re-introduced in service definitions. These settings were not available in UCP 2.2, but were available in previous UCP versions (#9186).
* Collection labels are no longer applied to UCP system services. UCP previously auto-applied labels, which was confusing (#10030)
* License page now shows all capabilities. Previously it was not clear if a license supported Docker image scanning or not.
* Additional translations added for internationalization.
* UI for adding users to teams simplified.
* The grant list can now sorted and pagination in the grants view has been improved. The grants view previously had glitches on systems with many grants.
* Fixed problem where UI would hang when pulling images.
* "Max failure ratio" and "Failure action" re-introduced in service definitions. These settings were not available in UCP 2.2, but were available in previous UCP versions.
* Collection labels are no longer applied to UCP system services. UCP previously auto-applied labels, which was confusing.
**Known issues**