release: bump version to 1.1.8
All checks were successful
CI/CD Pipeline / Code Format (push) Successful in 2s
CI/CD Pipeline / Clippy Lints (push) Successful in 43s
CI/CD Pipeline / All Unit Tests (push) Successful in 1m11s
CI/CD Pipeline / Security Audit (push) Successful in 4s
CI/CD Pipeline / Enrollment Tests (push) Successful in 1m55s
CI/CD Pipeline / Verify Enrollment CLI Flag (push) Successful in 1m26s
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Successful in 2m35s
CI/CD Pipeline / Build Arch Package (push) Successful in 2m50s
CI/CD Pipeline / Build Alpine Package (push) Successful in 3m56s
CI/CD Pipeline / Build Debian Package (push) Successful in 2m10s
CI/CD Pipeline / Build RPM Package (push) Successful in 4m17s
All checks were successful
CI/CD Pipeline / Code Format (push) Successful in 2s
CI/CD Pipeline / Clippy Lints (push) Successful in 43s
CI/CD Pipeline / All Unit Tests (push) Successful in 1m11s
CI/CD Pipeline / Security Audit (push) Successful in 4s
CI/CD Pipeline / Enrollment Tests (push) Successful in 1m55s
CI/CD Pipeline / Verify Enrollment CLI Flag (push) Successful in 1m26s
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Successful in 2m35s
CI/CD Pipeline / Build Arch Package (push) Successful in 2m50s
CI/CD Pipeline / Build Alpine Package (push) Successful in 3m56s
CI/CD Pipeline / Build Debian Package (push) Successful in 2m10s
CI/CD Pipeline / Build RPM Package (push) Successful in 4m17s
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "linux-patch-api"
|
name = "linux-patch-api"
|
||||||
version = "1.1.7"
|
version = "1.1.8"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Echo <echo@moon-dragon.us>"]
|
authors = ["Echo <echo@moon-dragon.us>"]
|
||||||
description = "Secure remote package management API for Linux systems"
|
description = "Secure remote package management API for Linux systems"
|
||||||
|
|||||||
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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 <echo@moon-dragon.us> Mon, 18 May 2026 19:34:00 -0500
|
||||||
|
|
||||||
linux-patch-api (1.1.7-1) unstable; urgency=low
|
linux-patch-api (1.1.7-1) unstable; urgency=low
|
||||||
|
|
||||||
* Fix CI pipeline: add cargo clean and remove old .deb artifacts before packaging
|
* Fix CI pipeline: add cargo clean and remove old .deb artifacts before packaging
|
||||||
|
|||||||
@ -171,6 +171,11 @@ fi
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 18 2026 Echo <echo@moon-dragon.us> - 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 <echo@moon-dragon.us> - 1.1.7-1
|
* Thu Apr 09 2026 Echo <echo@moon-dragon.us> - 1.1.7-1
|
||||||
- Initial production release
|
- Initial production release
|
||||||
- Secure mTLS-authenticated REST API for remote package management
|
- Secure mTLS-authenticated REST API for remote package management
|
||||||
|
|||||||
Reference in New Issue
Block a user