Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.0.0",
"images/base": "0.0.0"
"images/base": "1.0.0"
}
24 changes: 24 additions & 0 deletions images/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.