Releases: openwrt/asu
Releases · openwrt/asu
v0.7.1
v0.7.0
0.6.6
v0.6.5
What's Changed
- Add simple overview to the server by @aparcar in https://github.com/aparcar/asu/pull/300
- OpenWrt styling on the ASU Server pages by @richb-hanover in https://github.com/aparcar/asu/pull/305
- a few changes based on my experience with getting asu running by @Habbie in https://github.com/aparcar/asu/pull/309
- janitor: don't use pool for updates by @aparcar in https://github.com/aparcar/asu/pull/314
- meta: start using poetry by @aparcar in https://github.com/aparcar/asu/pull/320
- api: prefer profile directly over mapped one by @aparcar in https://github.com/aparcar/asu/pull/321
New Contributors
- @richb-hanover made their first contribution in https://github.com/aparcar/asu/pull/305
- @Habbie made their first contribution in https://github.com/aparcar/asu/pull/309
Full Changelog: aparcar/asu@v0.6.4...v0.6.5
v0.6.4
Paul Spooren (26):
api: use zrevrange to show most popular packages first
api: do not allow additional params and add version_code
api: support legacy API for existing setups
api: support legacy json path
api: add eol, release_date and updates
config: add release_date and updates
api: add stats/{images,versions}
api: add examples and fixup swagger-ui path
api: fixup legacy GET api
api: add /api/v1/revision/<version>/<target>
api: add `id` back to profile json files
json: store build_at in images
janitor: fix up non int epoch
asu: expire builds based on revision
asu: store results for 7d
janitor: fixup missing source_date_epoch in 19.07 branch
config: add 21.02.0
build: store builds in request_hash folder
build: store build_cmd in output
common: use 32Byte request_hash
janitor: cleanup builds on a target basis
build: add imagebuilder_status
api: add support for `defaults`
api: add back /api/overview
build: special exception if to many packages
black: apply style to tests