You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [3.2.0] - 2025-11-14
6
+
### Added
7
+
-`scripts/link_opt_to_repo.sh`: backup and symlink `deploy/` files into `/opt/azazel/config` to keep runtime config synced with the repository.
8
+
-`systemd/link-opt.service`: oneshot systemd unit to run the linking script at boot.
9
+
-`scripts/prevent_installer_overwrite.sh`: helper used by installers to detect repo-managed symlinked config files and avoid overwriting them.
10
+
11
+
### Fixed
12
+
- Prevent dockerd startup failure caused by installers writing an explicit `runc` runtime entry into `/etc/docker/daemon.json`. Installers now avoid overwriting repo-managed `daemon.json`.
13
+
14
+
### Changed
15
+
- Removed obsolete top-level `version:` key from `deploy/docker-compose.yml`.
16
+
17
+
### Notes
18
+
- Backups of any replaced files are stored as `/opt/azazel/config/<name>.bak.<timestamp>` on the host.
19
+
# Changelog
20
+
21
+
All notable changes to this project will be documented in this file.
22
+
5
23
## [3.1.0] - 2025-11-09
6
24
### Added
7
25
- Display: clear and force a full E-Paper refresh when the active WAN interface changes (e.g. eth0 -> wlan1) to avoid ghosting and show the updated interface/IP immediately. (commit 478b8ee)
0 commit comments