mirror of https://github.com/docker/docs.git
55 lines
1.8 KiB
Markdown
55 lines
1.8 KiB
Markdown
---
|
|
title: Docker Hub release notes
|
|
description: Learn about the new features, bug fixes, and breaking changes for Docker Hub
|
|
keywords: docker hub, whats new, release notes
|
|
toc_max: 2
|
|
---
|
|
|
|
Here you can learn about the latest changes, new features, bug fixes, and
|
|
known issues for each Docker Hub release.
|
|
|
|
## 2019-10-02
|
|
|
|
### 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:
|
|
* **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
|
|
* Repositories
|
|
* Settings
|
|
* Billing
|
|
|
|
### Bug fixes
|
|
|
|
* Fixed an issue where Kinematic could not connect and log in to Docker Hub.
|
|
|
|
|
|
## 2019-09-19
|
|
|
|
### 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.
|
|
|
|
|
|
## 2019-09-16
|
|
|
|
### 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).
|
|
|
|
|
|
## 2019-09-05
|
|
|
|
### Enhancements
|
|
|
|
* The `Tags` tab on an image page now provides additional information for each tag:
|
|
* A list of digests associated with the tag
|
|
* The architecture it was built on
|
|
* The OS
|
|
* The user who most recently updated an image for a specific tag
|
|
* The security scan summary for [official images](https://docs.docker.com/docker-hub/official_images/)
|
|
has been updated.
|
|
|
|
### Known Issues
|
|
|
|
* Scan results don't appear for some official images.
|