chore: v0.5.1

This commit is contained in:
Aarnav Tale 2025-02-28 12:19:21 -05:00
parent 40ddb69bc9
commit a7e4f3e4d2
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
latest=false
type=raw,value=latest,enable=false
- name: Build and push Docker image
uses: docker/build-push-action@v5

View File

@ -1,3 +1,8 @@
### 0.5.1 (February 28, 2025)
- Fixed an issue that caused the entire server to crash on start
- Fixed the published semver tags from Docker
- Fixed the Kubernetes integration not reading the config
### 0.5 (February 27, 2025)
- Completely redesigned the UI from the ground up for accessibility and performance.
- Switched to a config-file setup (this introduces breaking changes, see [config.example.yaml](/config.example.yaml) for the new format).