mirror of https://github.com/docker/docs.git
Added Hub known issue with scanning to every release, and added a missing tab from teams and orgs (#9625)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
This commit is contained in:
parent
92759efdda
commit
ce49b83e98
|
@ -2,18 +2,24 @@
|
||||||
title: Docker Hub release notes
|
title: Docker Hub release notes
|
||||||
description: Learn about the new features, bug fixes, and breaking changes for Docker Hub
|
description: Learn about the new features, bug fixes, and breaking changes for Docker Hub
|
||||||
keywords: docker hub, whats new, release notes
|
keywords: docker hub, whats new, release notes
|
||||||
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
Here you can learn about the latest changes, new features, bug fixes, and
|
Here you can learn about the latest changes, new features, bug fixes, and
|
||||||
known issues for each Docker Hub release.
|
known issues for each Docker Hub release.
|
||||||
|
|
||||||
## 2019-10-02
|
# 2019-10-02
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
* You can now manage teams and members straight from your [organization page](https://hub.docker.com/orgs). Each organization page now breaks down into these tabs:
|
* You can now manage teams and members straight from your [organization page](https://hub.docker.com/orgs).
|
||||||
* **New:** Members - manage your members directly from this page (delete, add, or open their teams)
|
Each organization page now breaks down into these tabs:
|
||||||
* **New:** Teams - search by team or username, and open up any team page to manage the team
|
* **New:** Members - manage your members directly from this page (delete,
|
||||||
|
add, or open their teams)
|
||||||
|
* **New:** Teams - search by team or username, and open up any team page to
|
||||||
|
manage the team
|
||||||
|
* **New:** Invitees (conditional tab, only if an invite exists) - resend or
|
||||||
|
remove invitiations from this tab
|
||||||
* Repositories
|
* Repositories
|
||||||
* Settings
|
* Settings
|
||||||
* Billing
|
* Billing
|
||||||
|
@ -22,22 +28,34 @@ known issues for each Docker Hub release.
|
||||||
|
|
||||||
* Fixed an issue where Kinematic could not connect and log in to Docker Hub.
|
* Fixed an issue where Kinematic could not connect and log in to Docker Hub.
|
||||||
|
|
||||||
|
### Known Issues
|
||||||
|
|
||||||
## 2019-09-19
|
* Scan results don't appear for some official images.
|
||||||
|
|
||||||
|
|
||||||
|
# 2019-09-19
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
* You can now [create personal access tokens](access-tokens.md) in Docker Hub and use them to authenticate from the Docker CLI. Find them in your account settings, under the new **[Security](https://hub.docker.com/settings/security)** section.
|
* You can now [create personal access tokens](access-tokens.md) in Docker Hub and use them to authenticate from the Docker CLI. Find them in your account settings, under the new **[Security](https://hub.docker.com/settings/security)** section.
|
||||||
|
|
||||||
|
### Known Issues
|
||||||
|
|
||||||
## 2019-09-16
|
* Scan results don't appear for some official images.
|
||||||
|
|
||||||
|
|
||||||
|
# 2019-09-16
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
* The [billing page](https://docs.docker.com/docker-hub/upgrade/) for personal accounts has been updated. You can access the page at its new URL: [https://hub.docker.com/billing/plan](https://hub.docker.com/billing/plan).
|
* The [billing page](https://docs.docker.com/docker-hub/upgrade/) for personal accounts has been updated. You can access the page at its new URL: [https://hub.docker.com/billing/plan](https://hub.docker.com/billing/plan).
|
||||||
|
|
||||||
|
### Known Issues
|
||||||
|
|
||||||
## 2019-09-05
|
* Scan results don't appear for some official images.
|
||||||
|
|
||||||
|
|
||||||
|
# 2019-09-05
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue