From f428a7cc1e84fc6385854f56a622949774c5ebe6 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 19 May 2026 00:34:21 +0000 Subject: [PATCH] release: bump version to 1.1.8 --- Cargo.toml | 2 +- debian/changelog | 10 ++++++++++ linux-patch-api.spec | 5 +++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd9a176..ebabee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-patch-api" -version = "1.1.7" +version = "1.1.8" edition = "2021" authors = ["Echo "] description = "Secure remote package management API for Linux systems" diff --git a/debian/changelog b/debian/changelog index cfbbacb..81ef47c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +linux-patch-api (1.1.8-1) unstable; urgency=low + + * Fix FQDN resolution: prioritize hostname -f over /etc/hostname for full domain + * Fix display_name blank: add hostname field to enrollment request + * Fix Arch package: add install scripts, user creation, directory creation + * Fix Alpine package: add install scripts, user creation, missing config.yaml + * Fix RPM package: dynamic version, config handling, tarball exclusions + + -- Echo Mon, 18 May 2026 19:34:00 -0500 + linux-patch-api (1.1.7-1) unstable; urgency=low * Fix CI pipeline: add cargo clean and remove old .deb artifacts before packaging diff --git a/linux-patch-api.spec b/linux-patch-api.spec index 5937e11..96038cb 100644 --- a/linux-patch-api.spec +++ b/linux-patch-api.spec @@ -171,6 +171,11 @@ fi # Changelog %changelog +* Mon May 18 2026 Echo - 1.1.8-1 +- Fix FQDN resolution: prioritize hostname -f over /etc/hostname +- Fix display_name blank: add hostname field to enrollment request +- Fix Arch/Alpine/RPM packaging: install scripts, user creation, directory creation + * Thu Apr 09 2026 Echo - 1.1.7-1 - Initial production release - Secure mTLS-authenticated REST API for remote package management