Skip to content

Commit

Permalink
Prepare v0.27.1 (#647)
Browse files Browse the repository at this point in the history
* bump version

* update deps

* write changelog

* update image tag in docs and rebuild
  • Loading branch information
sebadob authored Dec 11, 2024
1 parent f6618d6 commit 565f4da
Show file tree
Hide file tree
Showing 49 changed files with 989 additions and 1,605 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.27.1

### Bugfix

With the big migration to [Hiqlite](https://github.com/sebadob/hiqlite) under the hood, a bug has been introduced with
`v0.27.0` that made it possible to end up with a `NULL` value for the password policy after an update. Which would
result in errors further down the road after a restart, because the policy could not be read again.

This version fixes the issue itself and checks at startup if the database needs a fix for this issue because of an
already existing `NULL` value. In this case, the default password policy will be inserted correctly at startup.

[#646](https://github.com/sebadob/rauthy/pull/646)

## v0.27.0

### Breaking
Expand Down
Loading

0 comments on commit 565f4da

Please sign in to comment.