secubox-deb/packages/secubox-gitea/debian/changelog
2026-07-19 09:08:22 +02:00

86 lines
3.2 KiB
Plaintext

secubox-gitea (1.5.0-1~bookworm2) bookworm; urgency=medium
* Phase 2: Requires=secubox-core.service -> Wants= on this module's unit
(remove the hard cascade-stop when secubox-core restarts/fails).
-- Gerald KERMA <devel@cybermind.fr> Sun, 19 Jul 2026 12:00:00 +0200
secubox-gitea (1.4.3-1~bookworm2) bookworm; urgency=medium
* webui: hybrid-dark cyan reskin (WebUI Panel Guidelines) baked into the package.
-- Gerald KERMA <devel@cybermind.fr> Thu, 10 Jul 2026 10:00:00 +0200
secubox-gitea (1.4.3-1~bookworm1) bookworm; urgency=low
* Rewrite Description to identify this as the self-hosted Gitea
Git server LXC-container manager (closes #387)
-- Gerald KERMA <devel@cybermind.fr> Wed, 27 May 2026 16:00:00 +0000
secubox-gitea (1.4.2-1~bookworm1) bookworm; urgency=medium
* /data convention migration (#319 Phase 1). All hardcoded /srv/<pkg>
paths in source replaced by /data/<pkg> (canonical SecuBox storage
per charter §Storage). debian/postinst gains an idempotent migration
block that moves legacy /srv/<dir> → /data/<dir> on upgrade and
leaves a symlink behind for back-compat.
-- Gerald Kerma <devel@cybermind.fr> Thu, 21 May 2026 14:30:00 +0000
secubox-gitea (1.4.1-1~bookworm1) bookworm; urgency=medium
* giteactl: forge `runner` noun verbs (issue #190) — the CI execution
layer of the SecuBox grammar, parallel to `repo mirror` (#176) and
`user`. Subcommands:
runner token gen
runner add NAME --labels L1,L2 [--arch arm64|amd64] [--memory 1G]
runner remove NAME [--keep-data]
runner list
runner logs NAME [--lines N]
runner restart NAME
Each runner lives in its own LXC `act-runner-<name>` (operator
decree: LXC only, no docker, no host-mode). `runner add` bootstraps
the LXC, downloads gitea-runner v1.0.3 from gitea.com, registers
against the local Gitea, installs a systemd unit, starts it.
-- Gerald KERMA <devel@cybermind.fr> Sun, 17 May 2026 11:51:30 +0200
secubox-gitea (1.4.0-1~bookworm1) bookworm; urgency=medium
* Fix startup script: add PATH and HOME environment variables
* Fix app.ini: add WORK_PATH, use [lfs] section instead of deprecated option
* Update version to 1.4.0
-- Gerald KERMA <devel@cybermind.fr> Sat, 22 Mar 2026 16:05:00 +0100
secubox-gitea (1.3.0-1~bookworm1) bookworm; urgency=medium
* Fix installation flow: two-phase init (install-init.sh then start-gitea.sh)
* Prevents container exit during package installation
* Update version to 1.3.0
-- Gerald KERMA <devel@cybermind.fr> Sat, 22 Mar 2026 16:00:00 +0100
secubox-gitea (1.2.0-1~bookworm1) bookworm; urgency=medium
* Fix LXC networking: use host networking (no br0 required)
* Fix LXC commands: add -P lxcpath to all lxc-* commands
* Update version to 1.2.0
-- Gerald KERMA <devel@cybermind.fr> Sat, 22 Mar 2026 15:50:00 +0100
secubox-gitea (1.1.0-1~bookworm1) bookworm; urgency=medium
* Add three-fold architecture (components, access)
* Add giteactl commands: components, access (JSON output)
* Update version to 1.1.0
-- Gerald KERMA <devel@cybermind.fr> Sat, 22 Mar 2026 11:30:00 +0100
secubox-gitea (1.0.0-1~bookworm1) bookworm; urgency=medium
* Initial release
-- Gerald KERMA <devel@cybermind.fr> Sun, 22 Mar 2026 05:37:10 +0100