Skip to content

Commit 672a213

Browse files
authored
Engdocs 2335b (#21809)
<!--Delete sections as needed --> ## Description This PR reorganizes some of the Docker Hub release notes (RN) content, moving it into a separate, dedicated Platform release notes section. With the introduction of a distinct Platform section in the docs, encompassing its own products, certain content from the Docker Hub release notes no longer applies. Similarly, some updates from the Docker Desktop release notes are better highlighted in the new Platform RN. As more features are added to the Admin Console, Docker Home, and security, billing, subscrption products, this new release notes section will serve as a central hub for updates and fixes, making it easier for admins to stay informed. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent da3fbe6 commit 672a213

File tree

8 files changed

+58
-8
lines changed

8 files changed

+58
-8
lines changed

_vale/Docker/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ exceptions:
7575
- MAC
7676
- MDM
7777
- MDN
78+
- MSI
7879
- NAT
7980
- NET
8081
- NFS

content/manuals/accounts/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Docker accounts
33
description: Learn how to create and manage your Docker account.
44
keywords: accounts, docker ID, account management, account settings, docker account, docker home
5+
weight: 30
56
params:
67
sidebar:
78
group: Platform

content/manuals/admin/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Administration
33
description: Discover manuals on administration for accounts, organizations, and companies.
44
keywords: admin, administration, company, organization, Admin Console, user accounts, account management
5+
weight: 10
56
params:
67
sidebar:
78
group: Platform

content/manuals/billing/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Billing and payments
33
linkTitle: Billing
44
description: Discover information on billing and payment processes for Docker subscriptions.
55
keywords: billing, invoice, payment, subscription
6+
weight: 20
67
params:
78
sidebar:
89
group: Platform

content/manuals/docker-hub/release-notes.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,11 @@ known issues for each Docker Hub release.
1515

1616
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
1717

18-
## 2024-11-11
18+
## 2024-12-12
1919

2020
### New
2121

22-
- [Personal access tokens](/security/for-developers/access-tokens/) (PATs) now support expiration dates.
23-
24-
## 2024-10-15
25-
26-
### New
27-
28-
- Beta: You can now create [organization access tokens](/security/for-admins/access-tokens/) (OATs) to enhance security for organizations and streamline access management for organizations.
22+
- The AI Catalog in Docker Hub is available directly through Docker Desktop.
2923

3024
## 2024-03-23
3125

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Release notes for Docker Home, the Admin Console, billing, security, and subscription features
3+
linkTitle: Release notes
4+
description: Learn about the new features, bug fixes, and breaking changes for Docker Home, the Admin Console, and billing and subscription features
5+
keywords: Docker Home, Docker Admin Console, billing, subscription, security, admin, releases, what's new
6+
weight: 60
7+
params:
8+
sidebar:
9+
group: Platform
10+
tags: [Release notes, admin]
11+
---
12+
13+
This page provides details on new features, enhancements, known issues, and bug fixes across Docker Home, the Admin Console, billing, security, and subscription functionalities.
14+
15+
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
16+
17+
## 2024-11-18
18+
19+
### New
20+
21+
- Administrators can now:
22+
- Enforce sign-in with macOS [configuration profiles](/manuals/security/for-admins/enforce-sign-in/methods.md#configuration-profiles-method-mac-only) (Early Access).
23+
- Enforce sign-in for more than one organization at a time (Early Access).
24+
- Deploy Docker Desktop for Mac in bulk with the [PKG installer](/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md) (Early Access).
25+
- [Use Desktop Settings Management via the Docker Admin Console](/manuals/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md) (Early Access).
26+
27+
### Bug fixes and enhancements
28+
29+
- Enhance Container Isolation (ECI) has been improved to:
30+
- Permit admins to [turn off Docker socket mount restrictions](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/config.md#allowing-all-containers-to-mount-the-docker-socket).
31+
- Support wildcard tags when using the [`allowedDerivedImages` setting](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/config.md#docker-socket-mount-permissions-for-derived-images).
32+
33+
## 2024-11-11
34+
35+
### New
36+
37+
- [Personal access tokens](/security/for-developers/access-tokens/) (PATs) now support expiration dates.
38+
39+
## 2024-10-15
40+
41+
### New
42+
43+
- Beta: You can now create [organization access tokens](/security/for-admins/access-tokens/) (OATs) to enhance security for organizations and streamline access management for organizations in the Docker Admin Console.
44+
45+
## 2024-08-29
46+
47+
### New
48+
49+
- Deploying Docker Desktop via the [MSI installer](/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md) is now generally available.
50+
- Two new methods to [enforce sign-in](/manuals/security/for-admins/enforce-sign-in/_index.md) (Windows registry key and `.plist` file) are now generally available.

content/manuals/security/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Security
33
description: Learn about security features Docker has to offer and explore best practices
44
keywords: docker, docker hub, docker desktop, security
5+
weight: 40
56
params:
67
sidebar:
78
group: Platform

content/manuals/subscription/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Subscription
33
description: Learn about subscription features and how to manage your subscription
44
keywords: Docker, pricing, billing, Pro, Team, business, subscription, tier, plan
5+
weight: 50
56
params:
67
sidebar:
78
group: Platform

0 commit comments

Comments
 (0)