Releases: Lukas-Heiligenbrunner/AURCache
Releases · Lukas-Heiligenbrunner/AURCache
v0.2.0
Happy to announce v0.2.0 with some nice improvements:
- Multi platform builds
- ARM64 images
- New Logo
- Oauth2 auth support
- Docusaurus docs
BREAKING CHANGES:
- Default UI port changed to 8080
- Default Repo port changed to 8081
- Repo served in subpath per platform
[repo]
SigLevel = Optional TrustAll
Server = http://<server_ip>:8081/$arch
What's Changed
- OAauth2 SSO in #58
- use backoff to retry aur api calls if failed in #56
- optimize binary size in #60
- Version print in #81
- Docker build fix in #82
- Fix symlink pointing to wrong file path in #85
- DB_NAME env variable in #86
- Application Icon in #88
- Docusaurus docs in #42
- Multi platform builds in #74
- enable multilib repo in #98
- docs in #108
- Toast Errors in #111
- Update dependencies
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Hotfix Release:
What's Changed
- Podman reboot fix #57
- Fix repo folder creation not working when folder already exists
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Custom repo-add impl in #34 (instead of calling cli)
- Concurrent builds + Builder resource limitations in #38
- Build job timeout in #43
- bollard migration in #44
- Configure Renovate for dependency updates in #45
Full Changelog: v0.1.2...v0.1.3
Configuration
New Env variables:
- MAX_CONCURRENT_BUILDS
- CPU_LIMIT
- MEMORY_LIMIT
- JOB_TIMEOUT
See readme for all configuration options.
v0.1.2
Bugfixes:
- backend trying to aquire too many sqlite connections
- reset starttime when actual build starts after queue
Features:
- proper logger (log level selectable with LOG_LEVEL env var)
- Cancelable builds
v0.1.1
Bugfixes:
- fix sqlite db lock when trying to log to db while in an active db transaction
- fix type incompatibilities with postgresql
v0.1.0 - Initial Release
Happy to announce the first release of AURCache.
I consider this project as useable and ready for its first release.
From now on the database layout will not arbitrarily change and migrated from version to version with proper migration scripts.
Use the :latest tag to get the latest release version.
Thanks for using my project!
-- Lukas