gitea-actions
released this
2026-04-10 07:38:59 +00:00
| 5 commits to main since this release
What's changed
chore(release): update package version to 0.0.8
feat(config): add restart options for unit configuration * include Restart, RestartSec, and RestartRetries fields * update service file generation to support restart settings * add tests for restart behavior in unit generation
gitea-actions
released this
2026-04-08 15:50:21 +00:00
| 11 commits to main since this release
What's changed
chore(release): update package version to 0.0.4 and fix build paths * Adjust pkgver in PKGBUILD to 0.0.4 * Update build paths in PKGBUILD for consistency * Enhance AUR package versioning logic in release workflow
chore(release): update curl installation in Rocky 9 image
gitea-actions
released this
2026-04-08 15:28:46 +00:00
| 13 commits to main since this release
What's changed
chore(aur): improve AUR SSH key handling logic
chore(aur): enhance AUR SSH setup for key handling * Improve SSH key handling with support for raw, escaped, and base64-encoded keys * Add validation for AUR_SSH_KEY to ensure it's a valid private key * Update SSH command options for better security and reliability
chore(release): remove key content diagnostics from AUR SSH setup
chore(release): enhance AUR SSH setup for key handling * Improve SSH key setup by auto-detecting key format * Add diagnostics for key validation and size
chore(release): update AUR SSH setup to use base64 decoding
chore(release): remove Arch package build steps from workflow
gitea-actions
released this
2026-04-08 13:09:45 +00:00
| 19 commits to main since this release
What's changed
chore(release): update source archive format and URLs * Change source archive from tar.gz to zip for Arch packaging * Update URLs in PKGBUILD and spec files to point to the correct repository
chore(release): update Go version and build requirements * Change Go version to 1.23.0 in go.mod * Update golang build requirement to >= 1.23 in unitdore.spec * Adjust packaging commands for Arch and RPM