From dc001da07a0d759f165f637205af0b775e647fb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 22:45:32 +0000 Subject: [PATCH] chore(master): release images/dind 1.0.0 --- .release-please-manifest.json | 2 +- images/dind/CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18cd96f..d7cc06d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ ".": "0.0.0", "images/base": "0.0.0", "images/systemd": "0.0.0", - "images/dind": "0.0.0" + "images/dind": "1.0.0" } diff --git a/images/dind/CHANGELOG.md b/images/dind/CHANGELOG.md index 9dfc5b9..82920c9 100644 --- a/images/dind/CHANGELOG.md +++ b/images/dind/CHANGELOG.md @@ -1,3 +1,24 @@ # Changelog +## 1.0.0 (2026-01-04) + + +### Features + +* **ci:** add release-please for automated releases ([1f39da6](https://github.com/GilmanLab/headjack/commit/1f39da6cc725504a8d62aaaeff203a53c5bb1edf)), closes [#41](https://github.com/GilmanLab/headjack/issues/41) +* **instance:** add image label-based runtime configuration ([5bdce67](https://github.com/GilmanLab/headjack/commit/5bdce6760a6318fbed443ed3e7cce70d767bdf58)), closes [#23](https://github.com/GilmanLab/headjack/issues/23) + + +### Bug Fixes + +* **ci:** use buildx bake for image builds with proper dependencies ([541d650](https://github.com/GilmanLab/headjack/commit/541d650e8b26e96cb088b982f037c0e653b25aa8)), closes [#25](https://github.com/GilmanLab/headjack/issues/25) +* **images:** add dind volumes ([#48](https://github.com/GilmanLab/headjack/issues/48)) ([84d3b39](https://github.com/GilmanLab/headjack/commit/84d3b39562e39ebb73b8404854de19e200e1e838)) + + +### Code Refactoring + +* **container:** remove Apple Containerization support ([#50](https://github.com/GilmanLab/headjack/issues/50)) ([ebb321c](https://github.com/GilmanLab/headjack/commit/ebb321cdf486c4d6b8ee0478661d57df6ea423b8)) + +## Changelog + All notable changes to the dind image will be documented in this file.