Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
today keeps working across minor and patch releases; a change that would break
one waits for a major.

## [Unreleased]
## [0.5.5] - 2026-09-04

### Fixed

Expand Down Expand Up @@ -375,7 +375,8 @@ First release.
to be re-run still leaves the immutable tags behind.

[artifact-contract]: https://github.com/VizzleTF/owfeed/blob/main/docs/artifact-contract.md
[Unreleased]: https://github.com/VizzleTF/owlab/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/VizzleTF/owlab/compare/v0.5.5...HEAD
[0.5.5]: https://github.com/VizzleTF/owlab/compare/v0.5.4...v0.5.5
[0.4.1]: https://github.com/VizzleTF/owlab/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/VizzleTF/owlab/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/VizzleTF/owlab/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ output for one release.
### Check it in CI

```yaml
- uses: owfeed/owlab/action@v0.5.4
- uses: owfeed/owlab/action@v0.5.5
with:
releases: "25.12.5 24.10.8"
install: dist/*/luci-app-mine-*.apk
Expand Down
2 changes: 1 addition & 1 deletion README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ dist/
### Проверять в CI

```yaml
- uses: owfeed/owlab/action@v0.5.4
- uses: owfeed/owlab/action@v0.5.5
with:
releases: "25.12.5 24.10.8"
install: dist/*/luci-app-mine-*.apk
Expand Down
4 changes: 2 additions & 2 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ add'` is the whole of "is anything stale".
### In GitHub Actions

```yaml
- uses: owfeed/owlab/action@v0.5.4
- uses: owfeed/owlab/action@v0.5.5
with:
releases: "25.12.5 24.10.8"
install: dist/*/luci-app-mine-*.apk
Expand All @@ -468,7 +468,7 @@ add'` is the whole of "is anything stale".
Every flag above has an input with the same name; `assert` and `install` take
one per line. The action writes a table to the job summary and exposes
`report` (the JSON path), `passed` and `failed` as outputs.
`owfeed/owlab/setup@v0.5.4` installs the binary alone, for a job that drives
`owfeed/owlab/setup@v0.5.5` installs the binary alone, for a job that drives
`owlab` itself. Both verify the download against this repository's build
attestation before the binary is executed or put on `PATH`.

Expand Down
4 changes: 2 additions & 2 deletions docs/reference_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ caught», lua-шный `stack traceback:`): поймав исключение, L
### В GitHub Actions

```yaml
- uses: owfeed/owlab/action@v0.5.4
- uses: owfeed/owlab/action@v0.5.5
with:
releases: "25.12.5 24.10.8"
install: dist/*/luci-app-mine-*.apk
Expand All @@ -408,7 +408,7 @@ caught», lua-шный `stack traceback:`): поймав исключение, L

У каждого флага выше есть одноимённый input; `assert` и `install` принимают по
одному значению на строку. Экшен пишет таблицу в summary джоба и отдаёт outputs
`report` (путь к JSON), `passed` и `failed`. `owfeed/owlab/setup@v0.5.4`
`report` (путь к JSON), `passed` и `failed`. `owfeed/owlab/setup@v0.5.5`
ставит только бинарь — для джоба, который сам вызывает `owlab`. Оба проверяют
скачанное по build attestation этого репозитория до того, как бинарь будет
запущен или попадёт в `PATH`.
Expand Down
4 changes: 2 additions & 2 deletions docs/runbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ On Apple Silicon this runs under emulation — every `openwrt/sdk` tag is
In a package repository, with no `owlab.yaml`:

```yaml
- uses: owfeed/owlab/setup@v0.5.4
- uses: owfeed/owlab/setup@v0.5.5
- run: owlab build --release 25.12.5 --out dist
- uses: owfeed/owlab/action@v0.5.4
- uses: owfeed/owlab/action@v0.5.5
with:
releases: "25.12.5 24.10.8"
install: dist/*/luci-app-mine-*
Expand Down
4 changes: 2 additions & 2 deletions docs/runbook_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ sync — нет, и на этой разнице ломались пакеты,
В репозитории пакета, без всякого `owlab.yaml`:

```yaml
- uses: owfeed/owlab/setup@v0.5.4
- uses: owfeed/owlab/setup@v0.5.5
- run: owlab build --release 25.12.5 --out dist
- uses: owfeed/owlab/action@v0.5.4
- uses: owfeed/owlab/action@v0.5.5
with:
releases: "25.12.5 24.10.8"
install: dist/*/luci-app-mine-*
Expand Down
4 changes: 2 additions & 2 deletions examples/workflow/package-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Pin the tag. "latest" means a CI result can change without a commit
# anywhere in this repository.
- uses: owfeed/owlab/setup@v0.5.4
- uses: owfeed/owlab/setup@v0.5.5

# The verification tier: luci.mk minifies JS and CSS by default, so a real
# package is not the source tree. Code that works unminified and breaks
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build the package
run: owlab build --release '${{ matrix.release }}' --out dist

- uses: owfeed/owlab/action@v0.5.4
- uses: owfeed/owlab/action@v0.5.5
with:
releases: ${{ matrix.release }}
# A glob, because the version in the artifact's file name comes from
Expand Down