From 7e1842386bcf395d8c37b8699944abf44858cbfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 01:22:36 +0000 Subject: [PATCH] chore(master): release images/base 1.0.0 --- .release-please-manifest.json | 2 +- images/base/CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0840c23..cfee5d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "0.0.0", - "images/base": "0.0.0" + "images/base": "1.0.0" } diff --git a/images/base/CHANGELOG.md b/images/base/CHANGELOG.md index 6111872..f3baf5f 100644 --- a/images/base/CHANGELOG.md +++ b/images/base/CHANGELOG.md @@ -1,3 +1,27 @@ # Changelog +## 1.0.0 (2026-01-05) + + +### 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) +* **images:** add base image with CI/CD workflow ([ae4e5fe](https://github.com/GilmanLab/headjack/commit/ae4e5fee41810956cf2d740030e5657bf16cc04e)), closes [#5](https://github.com/GilmanLab/headjack/issues/5) +* **images:** add Zellij terminal multiplexer to base image ([183b02e](https://github.com/GilmanLab/headjack/commit/183b02e13a74ff5689c433ce4bf0f67ea5fa324f)), closes [#11](https://github.com/GilmanLab/headjack/issues/11) +* **instance:** add image label-based runtime configuration ([5bdce67](https://github.com/GilmanLab/headjack/commit/5bdce6760a6318fbed443ed3e7cce70d767bdf58)), closes [#23](https://github.com/GilmanLab/headjack/issues/23) +* **multiplexer:** add tmux backend with configurable default ([e2e6b6d](https://github.com/GilmanLab/headjack/commit/e2e6b6d9d896e723999c91b5571cf3e8912483e8)), closes [#13](https://github.com/GilmanLab/headjack/issues/13) + + +### Bug Fixes + +* **images:** address security vulnerabilities in base image ([f2eb253](https://github.com/GilmanLab/headjack/commit/f2eb253ccd2e5b120e404dc17beee8abfddc93cf)), closes [#8](https://github.com/GilmanLab/headjack/issues/8) +* **images:** resolve Docker auto-start and systemd user issues ([a9f05f0](https://github.com/GilmanLab/headjack/commit/a9f05f0f7e041cfb4f005700f856621e3ed9a4a6)), closes [#9](https://github.com/GilmanLab/headjack/issues/9) + + +### Code Refactoring + +* **multiplexer:** remove Zellij support and standardize on tmux ([6782f26](https://github.com/GilmanLab/headjack/commit/6782f266e45b0e9ed282a486e0f372bc7b047bfb)), closes [#34](https://github.com/GilmanLab/headjack/issues/34) + +## Changelog + All notable changes to the base image will be documented in this file.