Skip to content

Commit a84f6e5

Browse files
committed
Update Changelog
1 parent abfa35a commit a84f6e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ This file contains the changelog for the Deeploy project. The changelog is divid
44
## Unreleased (Planned Release Target: v0.2.1)
55
### List of Pull Requests
66
- Prepare Post v0.2.0 Release [#104](https://github.com/pulp-platform/Deeploy/pull/104)
7+
- Use Docker digests instead of arch-specific tags [#106](https://github.com/pulp-platform/Deeploy/pull/106)
78

89
### Added
9-
-
10+
- Output Docker image digests per platform (`amd64`, `arm64`) after build, which is used to construct the multi-arch Docker manifest. This preventes registry clutter caused by unnecessary per-architecture Docker tags.
1011

1112
### Changed
12-
-
13+
- Replaced platform-specific tags (`*-amd64`, `*-arm64`) with direct digest references in `Noelware/docker-manifest-action`.
1314

1415
### Fixed
15-
-
16+
- Resolved issue with missing `id` in the `Build Cache for Docker` step, used in the `Inject build-cache` step.
1617

1718
### Removed
1819
-

0 commit comments

Comments
 (0)