Compare commits
base: git-echo:fix/postinst-tls-checksum-v1.1.13
git-echo:master
git-echo:fix/pkcs8-ca-key-v1.1.14
git-echo:release/v1.1.13
git-echo:fix/postinst-tls-checksum-v1.1.13
git-echo:release/v1.1.12
git-echo:release/v1.1.11
git-echo:fix/migrations-as-patch-manager
git-echo:release/v1.1.10
git-echo:fix/db-ownership
git-echo:release/v1.1.9
git-echo:fix/lpm-service-startup
git-echo:ci/node24-actions
git-echo:release/v1.1.8
git-echo:fix/postinst-surgical-upgrade
git-echo:release/v1.1.7
git-echo:fix/postinst-thorough-audit
git-echo:release/v1.1.6
git-echo:fix/argon2-m-param
git-echo:release/v1.1.5
git-echo:fix/docker-amd64-only
git-echo:release/v1.1.4-fix
git-echo:release/v1.1.4
git-echo:release/v1.1.3
git-echo:fix/docker-build-complete
git-echo:release/v1.1.2
git-echo:fix/docker-ubuntu-24-04
git-echo:fix/docker-rust-version-bump
git-echo:release/v1.1.1
git-echo:fix/docker-build-dependencies
git-echo:release/v1.1.0
git-echo:feature/automated-install
git-echo:release/v1.0.0
git-echo:test/15-authz-gate-integration
git-echo:fix/maintenance-windows-race-condition
git-echo:v1.1.14
git-echo:v1.1.13
git-echo:v1.1.12
git-echo:v1.1.11
git-echo:v1.1.10
git-echo:v1.1.9
git-echo:v1.1.8
git-echo:v1.1.7
git-echo:v1.1.6
git-echo:v1.1.5
git-echo:v1.1.4
git-echo:v1.1.2
git-echo:v1.1.1
git-echo:v1.1.0
git-echo:v1.0.0
git-echo:v0.2.4
git-echo:v0.2.3
git-echo:v0.2.2
git-echo:v0.2.1
git-echo:v0.2.0
git-echo:v0.1.9
git-echo:v0.1.10
git-echo:v0.1.7
..
compare: git-echo:release/v1.1.13
git-echo:master
git-echo:fix/pkcs8-ca-key-v1.1.14
git-echo:release/v1.1.13
git-echo:fix/postinst-tls-checksum-v1.1.13
git-echo:release/v1.1.12
git-echo:release/v1.1.11
git-echo:fix/migrations-as-patch-manager
git-echo:release/v1.1.10
git-echo:fix/db-ownership
git-echo:release/v1.1.9
git-echo:fix/lpm-service-startup
git-echo:ci/node24-actions
git-echo:release/v1.1.8
git-echo:fix/postinst-surgical-upgrade
git-echo:release/v1.1.7
git-echo:fix/postinst-thorough-audit
git-echo:release/v1.1.6
git-echo:fix/argon2-m-param
git-echo:release/v1.1.5
git-echo:fix/docker-amd64-only
git-echo:release/v1.1.4-fix
git-echo:release/v1.1.4
git-echo:release/v1.1.3
git-echo:fix/docker-build-complete
git-echo:release/v1.1.2
git-echo:fix/docker-ubuntu-24-04
git-echo:fix/docker-rust-version-bump
git-echo:release/v1.1.1
git-echo:fix/docker-build-dependencies
git-echo:release/v1.1.0
git-echo:feature/automated-install
git-echo:release/v1.0.0
git-echo:test/15-authz-gate-integration
git-echo:fix/maintenance-windows-race-condition
git-echo:v1.1.14
git-echo:v1.1.13
git-echo:v1.1.12
git-echo:v1.1.11
git-echo:v1.1.10
git-echo:v1.1.9
git-echo:v1.1.8
git-echo:v1.1.7
git-echo:v1.1.6
git-echo:v1.1.5
git-echo:v1.1.4
git-echo:v1.1.2
git-echo:v1.1.1
git-echo:v1.1.0
git-echo:v1.0.0
git-echo:v0.2.4
git-echo:v0.2.3
git-echo:v0.2.2
git-echo:v0.2.1
git-echo:v0.2.0
git-echo:v0.1.9
git-echo:v0.1.10
git-echo:v0.1.7
1 Commits
fix/postin
...
release/v1
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| f9ca15f7d9 |
fix(packaging): make .deb install and upgrade actually work end-to-end (#70)
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 4s
CI Pipeline / Clippy Lints (push) Successful in 52s
CI Pipeline / Rust Unit Tests (push) Failing after 1m22s
CI Pipeline / Security Audit (push) Successful in 5s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 15s
CI Pipeline / Build .deb & Release (push) Has been skipped
- Generate internal CA + CA-signed web TLS cert in postinst (port 443 was falling back to plain HTTP because no cert files existed) - Repair stale sqlx migration checksums for upgrades from <= 1.1.7 - Restore health check as advisory only (never fails the install) - Use runuser instead of sudo (sudo is not guaranteed on minimal images) - Replace predictable /tmp password file with mktemp under /run - Frontend assets root-owned read-only (security) - Drop Pre-Depends: postgresql-16 (misuse); drop argon2 dep (unused) - Add openssl, curl, cron, util-linux as proper dependencies |