-
Notifications
You must be signed in to change notification settings - Fork 8.4k
dhi: add release notes #25245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
craig-osterhout
wants to merge
1
commit into
docker:main
Choose a base branch
from
craig-osterhout:dhi-release-notes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+254
−11
Open
dhi: add release notes #25245
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| build: | ||
| render: never | ||
| title: Release notes | ||
| weight: 999 | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| --- | ||
| title: DHI CLI release notes | ||
| linkTitle: CLI release notes | ||
| description: New features, bug fixes, and changes in the DHI CLI | ||
| keywords: docker hardened images, dhi, dhictl, cli, release notes, changelog | ||
| toc_min: 1 | ||
| toc_max: 2 | ||
| tags: | ||
| - Release notes | ||
| --- | ||
|
|
||
| This page lists changes in recent stable releases of the DHI CLI (`docker dhi`). For | ||
| the full release history, including pre-releases and downloads, see the | ||
| [dhictl releases on GitHub](https://github.com/docker-hardened-images/dhictl/releases). | ||
|
|
||
| <!-- BEGIN GENERATED RELEASES --> | ||
|
|
||
| ## 0.0.4 | ||
|
|
||
| {{< release-date date="2026-05-25" >}} | ||
|
|
||
| [GitHub release](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.4) | ||
|
|
||
| ### What's New | ||
|
|
||
| - Adds `deb` subcommand for DHI DEB repositories that emits netrc-style credentials for authenticating against DHI DEB repositories | ||
|
|
||
| ## 0.0.3 | ||
|
|
||
| {{< release-date date="2026-04-22" >}} | ||
|
|
||
| [GitHub release](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.3) | ||
|
|
||
| ### What's New | ||
|
|
||
| - Adds attestation list and get commands for managing attestations | ||
| - Adds SBOM subcommand for software bill of materials attestation | ||
| - Adds bulk support to prepare command for customizations | ||
| - Adds compression field support for customizations | ||
| - Adds tag-definition-id column to catalog get output | ||
|
|
||
| ### Breaking change | ||
|
|
||
| We removed the `--output` flags from the few commands that had it (`customization prepare` and `customization get`) in favor of stdout redirections. | ||
|
craig-osterhout marked this conversation as resolved.
|
||
| ```console | ||
| # before | ||
| dhictl customization prepare --org my-org golang 1.25 --output my-customization.yaml | ||
|
|
||
| # after | ||
| dhictl customization prepare --org my-org golang 1.25 > my-customization.yaml | ||
| ``` | ||
|
|
||
| ## 0.0.2 | ||
|
|
||
| {{< release-date date="2026-03-19" >}} | ||
|
|
||
| [GitHub release](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.2) | ||
|
|
||
| This is a maintenance release focused on build system improvements. | ||
|
|
||
| ### Technical Changes | ||
|
|
||
| - Disables CGO globally to fix macOS 16 dyld crash and simplify build process | ||
|
|
||
| ## 0.0.1 | ||
|
|
||
| {{< release-date date="2026-03-12" >}} | ||
|
|
||
| [GitHub release](https://github.com/docker-hardened-images/dhictl/releases/tag/v0.0.1) | ||
|
|
||
| This release improves the mirroring functionality in dhictl by allowing command arguments. | ||
|
|
||
| ### Improvements | ||
|
|
||
| - Mirror start command now accepts arguments for more flexible mirroring operations | ||
|
|
||
| <!-- END GENERATED RELEASES --> | ||
|
|
||
| ## Earlier releases | ||
|
|
||
| For older versions, see the | ||
| [dhictl releases on GitHub](https://github.com/docker-hardened-images/dhictl/releases). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,95 @@ | ||
| --- | ||
| title: Docker Hardened Images release notes | ||
| linkTitle: Platform release notes | ||
| description: Learn about the latest features and changes in Docker Hardened Images | ||
| keywords: docker hardened images, dhi, release notes, changelog, features, changes, new, releases | ||
| tags: [Release notes] | ||
| --- | ||
|
|
||
|
|
||
| This page contains information about the new features, improvements, and changes | ||
| in the Docker Hardened Images (DHI) platform. Release notes are aggregated by | ||
| quarter and include only notable product changes. | ||
|
|
||
| ## Q2 2026 | ||
|
|
||
| New features and enhancements released in the second quarter of 2026. | ||
|
|
||
| - Debian Hardened System Packages: Added support for Debian-based Docker | ||
| Hardened System Packages (HSP), including new CLI workflows for authenticating | ||
| to the Debian HSP repository. | ||
| - Mend.io scanner integration: Mend.io is now a supported scanner for consuming | ||
| DHI VEX data. | ||
| - Black Duck scanner integration: Black Duck is now a supported scanner for | ||
| consuming DHI VEX data. | ||
| - DHI Select self-serve purchase: DHI Select is now available for self-serve | ||
| purchase directly through the Docker website. | ||
| - Bulk customization: Apply customizations to multiple images in a single | ||
| operation through the Docker Hub UI and the CLI. | ||
| - Terraform provider: Manage DHI resources, including customizations and | ||
| mirrors, using the official Terraform provider. | ||
|
|
||
| ## Q1 2026 | ||
|
|
||
| New features and enhancements released in the first quarter of 2026. | ||
|
|
||
| - Docker Hardened System Packages (HSP): Announced Docker Hardened System | ||
| Packages, a new offering that provides individually hardened packages for use | ||
| in your own base images. For more information, see the [announcement blog | ||
| post](https://www.docker.com/blog/announcing-docker-hardened-system-packages/). | ||
| - Wiz scanner integration: Wiz is now a supported scanner for consuming DHI VEX | ||
| data. | ||
|
|
||
| ## Q4 2025 | ||
|
|
||
| New features and enhancements released in the fourth quarter of 2025. | ||
|
|
||
| - Docker Hardened Images Community (Free): Docker Hardened Images are now | ||
| available for every developer through a Community subscription tier. The | ||
| subscription tiers are now Community, Select, and Enterprise. For more | ||
| information, see the [announcement blog | ||
| post](https://www.docker.com/blog/docker-hardened-images-for-every-developer/). | ||
| - Independent security validation by SRLabs: SRLabs published an independent | ||
| security validation of Docker Hardened Images. See the | ||
| [validation announcement](https://www.docker.com/blog/docker-hardened-images-security-independently-validated-by-srlabs/). | ||
| - Docker Scout scoring for DHI: Docker Scout image scoring now accounts for the | ||
| security improvements provided by DHI. | ||
| - Trivy VEX repository: VEX data for DHI is published in a Trivy-compatible OCI | ||
| VEX repository, making it easier for Trivy and other scanners to consume. | ||
| - Docker Scout DHI policy: New Docker Scout policy that evaluates whether images | ||
| use Docker Hardened Images. | ||
| - Hardened Helm charts (Beta): Beta release of Docker Hardened Helm Charts. For | ||
| more information, see the [announcement blog | ||
| post](https://www.docker.com/blog/docker-hardened-images-helm-charts-beta/). | ||
| - Mirroring UX: Updated the mirroring experience in Docker Hub with a refreshed | ||
| UI and clearer flows. | ||
|
|
||
| ## Q3 2025 | ||
|
|
||
| New features and enhancements released in the third quarter of 2025. | ||
|
|
||
| - Next evolution release: A major release that introduced customizations, | ||
| FedRAMP-ready images, the AI Migration Agent, and deeper scanner integrations. | ||
| See the [announcement blog | ||
| post](https://www.docker.com/blog/the-next-evolution-of-docker-hardened-images/) | ||
| and the [FedRAMP compliance blog | ||
| post](https://www.docker.com/blog/fedramp-compliance-with-hardened-images/). | ||
| - DHI customizations: Customize DHI images directly from the Docker Hub UI, | ||
| with options for adding packages, files, and configuration on top of a base | ||
| hardened image. | ||
| - AI Migration Agent: AI-assisted Dockerfile migration to help convert existing | ||
| Dockerfiles to use Docker Hardened Images. | ||
| - CIS compliance attestations: CIS benchmark compliance attestations are now | ||
| included with DHI images. | ||
| - STIG variants: STIG-hardened image variants for U.S. Department of Defense | ||
| compliance use cases. | ||
|
|
||
| ## Q2 2025 | ||
|
|
||
| New features and enhancements released in the second quarter of 2025. | ||
|
|
||
| - Docker Hardened Images launch: Docker announced Docker Hardened Images, a new | ||
| family of secure, minimal, and production-ready container images maintained by | ||
| Docker. For more information, see the [launch blog | ||
| post](https://www.docker.com/blog/introducing-docker-hardened-images/). | ||
| - FIPS variants: FIPS-validated image variants for Docker Hardened Images. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.