From 672a2130bb1721d781703dfc66fa19ded12fbc0c Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:19:16 +0000 Subject: [PATCH] Engdocs 2335b (#21809) ## 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 ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- _vale/Docker/Acronyms.yml | 1 + content/manuals/accounts/_index.md | 1 + content/manuals/admin/_index.md | 1 + content/manuals/billing/_index.md | 1 + content/manuals/docker-hub/release-notes.md | 10 +---- content/manuals/platform-release-notes.md | 50 +++++++++++++++++++++ content/manuals/security/_index.md | 1 + content/manuals/subscription/_index.md | 1 + 8 files changed, 58 insertions(+), 8 deletions(-) create mode 100644 content/manuals/platform-release-notes.md diff --git a/_vale/Docker/Acronyms.yml b/_vale/Docker/Acronyms.yml index e01063056c..866d870d34 100644 --- a/_vale/Docker/Acronyms.yml +++ b/_vale/Docker/Acronyms.yml @@ -75,6 +75,7 @@ exceptions: - MAC - MDM - MDN + - MSI - NAT - NET - NFS diff --git a/content/manuals/accounts/_index.md b/content/manuals/accounts/_index.md index 6da49ef20b..65797233c4 100644 --- a/content/manuals/accounts/_index.md +++ b/content/manuals/accounts/_index.md @@ -2,6 +2,7 @@ title: Docker accounts description: Learn how to create and manage your Docker account. keywords: accounts, docker ID, account management, account settings, docker account, docker home +weight: 30 params: sidebar: group: Platform diff --git a/content/manuals/admin/_index.md b/content/manuals/admin/_index.md index 72f14268db..8ea5bd56c7 100644 --- a/content/manuals/admin/_index.md +++ b/content/manuals/admin/_index.md @@ -2,6 +2,7 @@ title: Administration description: Discover manuals on administration for accounts, organizations, and companies. keywords: admin, administration, company, organization, Admin Console, user accounts, account management +weight: 10 params: sidebar: group: Platform diff --git a/content/manuals/billing/_index.md b/content/manuals/billing/_index.md index 0c2d49073d..0e2ea0f91c 100644 --- a/content/manuals/billing/_index.md +++ b/content/manuals/billing/_index.md @@ -3,6 +3,7 @@ title: Billing and payments linkTitle: Billing description: Discover information on billing and payment processes for Docker subscriptions. keywords: billing, invoice, payment, subscription +weight: 20 params: sidebar: group: Platform diff --git a/content/manuals/docker-hub/release-notes.md b/content/manuals/docker-hub/release-notes.md index 29361bcf66..69dc8b48d2 100644 --- a/content/manuals/docker-hub/release-notes.md +++ b/content/manuals/docker-hub/release-notes.md @@ -15,17 +15,11 @@ known issues for each Docker Hub release. Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next. -## 2024-11-11 +## 2024-12-12 ### New -- [Personal access tokens](/security/for-developers/access-tokens/) (PATs) now support expiration dates. - -## 2024-10-15 - -### New - -- 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. +- The AI Catalog in Docker Hub is available directly through Docker Desktop. ## 2024-03-23 diff --git a/content/manuals/platform-release-notes.md b/content/manuals/platform-release-notes.md new file mode 100644 index 0000000000..6900884080 --- /dev/null +++ b/content/manuals/platform-release-notes.md @@ -0,0 +1,50 @@ +--- +title: Release notes for Docker Home, the Admin Console, billing, security, and subscription features +linkTitle: Release notes +description: Learn about the new features, bug fixes, and breaking changes for Docker Home, the Admin Console, and billing and subscription features +keywords: Docker Home, Docker Admin Console, billing, subscription, security, admin, releases, what's new +weight: 60 +params: + sidebar: + group: Platform +tags: [Release notes, admin] +--- + +This page provides details on new features, enhancements, known issues, and bug fixes across Docker Home, the Admin Console, billing, security, and subscription functionalities. + +Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next. + +## 2024-11-18 + +### New + +- Administrators can now: + - Enforce sign-in with macOS [configuration profiles](/manuals/security/for-admins/enforce-sign-in/methods.md#configuration-profiles-method-mac-only) (Early Access). + - Enforce sign-in for more than one organization at a time (Early Access). + - Deploy Docker Desktop for Mac in bulk with the [PKG installer](/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md) (Early Access). + - [Use Desktop Settings Management via the Docker Admin Console](/manuals/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md) (Early Access). + +### Bug fixes and enhancements + +- Enhance Container Isolation (ECI) has been improved to: + - 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). + - 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). + +## 2024-11-11 + +### New + +- [Personal access tokens](/security/for-developers/access-tokens/) (PATs) now support expiration dates. + +## 2024-10-15 + +### New + +- 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. + +## 2024-08-29 + +### New + +- Deploying Docker Desktop via the [MSI installer](/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md) is now generally available. +- 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. \ No newline at end of file diff --git a/content/manuals/security/_index.md b/content/manuals/security/_index.md index c7d4dc29a9..1d2ecf3b24 100644 --- a/content/manuals/security/_index.md +++ b/content/manuals/security/_index.md @@ -2,6 +2,7 @@ title: Security description: Learn about security features Docker has to offer and explore best practices keywords: docker, docker hub, docker desktop, security +weight: 40 params: sidebar: group: Platform diff --git a/content/manuals/subscription/_index.md b/content/manuals/subscription/_index.md index b33d976657..7cfa0d8d1f 100644 --- a/content/manuals/subscription/_index.md +++ b/content/manuals/subscription/_index.md @@ -2,6 +2,7 @@ title: Subscription description: Learn about subscription features and how to manage your subscription keywords: Docker, pricing, billing, Pro, Team, business, subscription, tier, plan +weight: 50 params: sidebar: group: Platform