From 1689f0edf4f9c7429437b5eda5f872ba0c0d9e26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:10:34 +0000 Subject: [PATCH] chore(master): release images/systemd 1.0.0 --- .release-please-manifest.json | 2 +- images/systemd/CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18cd96f..1e7e316 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "0.0.0", "images/base": "0.0.0", - "images/systemd": "0.0.0", + "images/systemd": "1.0.0", "images/dind": "0.0.0" } diff --git a/images/systemd/CHANGELOG.md b/images/systemd/CHANGELOG.md index ba3d078..0301486 100644 --- a/images/systemd/CHANGELOG.md +++ b/images/systemd/CHANGELOG.md @@ -1,3 +1,25 @@ # 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) +* **cli:** improve run error messaging ([#46](https://github.com/GilmanLab/headjack/issues/46)) ([3f5da46](https://github.com/GilmanLab/headjack/commit/3f5da461b1c3881c1418aabdd3eb2e60f2008d9c)) +* **images:** add docker cgroup flags ([#47](https://github.com/GilmanLab/headjack/issues/47)) ([69ef1b3](https://github.com/GilmanLab/headjack/commit/69ef1b372d208cf22feb7e889877e8663c771ad7)) + + +### Code Refactoring + +* **instance:** remove container image label support ([#51](https://github.com/GilmanLab/headjack/issues/51)) ([20c4e36](https://github.com/GilmanLab/headjack/commit/20c4e3656fe0c48cf80c0cb49a2529ec19223061)) + +## Changelog + All notable changes to the systemd image will be documented in this file.