diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9496454..f872ef3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f5860..23e6b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).