Build Packages / Build .txz packages (push) Successful in 7m29s
Lint / ShellCheck (push) Successful in 11s
Lint / Validate .plg XML (push) Successful in 12s
Lint / EditorConfig (push) Successful in 5s
Release / Build release packages (push) Successful in 7m23s
Release / Publish GitHub Release (push) Failing after 19s
First cut release, built and verified via Gitea Actions (build-packages.yml
run against commit 18b414d, all 11 packages succeeded). Repo lives on
Gitea (git.mp-mueller.de), not GitHub — scripts/release.sh and
plugin/podman.plg's github/gitURL/supportURL/baseURL entities are updated
to point there instead of the GitHub placeholders they had before (this
project has never actually had a GitHub remote).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
20 lines
716 B
Markdown
20 lines
716 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
|
|
for the plugin version (independent of the bundled Podman/upstream package versions,
|
|
see [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md#52-build-strategie)).
|
|
|
|
## [Unreleased]
|
|
|
|
## [0.1.0] - 2026-07-12
|
|
|
|
### Added
|
|
- Initial repository scaffolding: directory structure, documentation skeleton,
|
|
CI workflow stubs, and community health files.
|
|
- Architecture documentation (`docs/ARCHITECTURE.md`).
|
|
|
|
[Unreleased]: https://github.com/OWNER/unraid-podman/compare/HEAD...HEAD
|