Skip to content

Commit 78540ef

Browse files
committed
Bump version to 3.2.0 and add CHANGELOG entry for 3.2.0
Bump project version to 3.2.0 and add CHANGELOG.md documenting /opt↔repo sync, installer protection, and docker daemon fix.
1 parent 41f8b55 commit 78540ef

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
523
## [3.1.0] - 2025-11-09
624
### Added
725
- 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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "azazel-pi"
7-
version = "3.1.0"
7+
version = "3.2.0"
88
description = "Network Security Monitoring and Response System"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)