Releases: sebadob/rauthy
v0.14.1
Bugfix release for the Dockerfiles and Pagination in some places
- Split the Dockerfiles into separate files because the
ARG
introduced access rights problems
25e3918 - Small bugfix for the pagination component in some places
317dbad
Images
Postgres
sdobedev/rauthy@sha256:2d078a549e9cb06664cbfa8c34929877c3b62d1c79ba699eb86865c5e1fa8a96
SQLite
sdobedev/rauthy@sha256:574c2de22b6049806525ebd318aa09097be5ada85430dc0d3f9d605f55a247cc
v0.14.0
Breaking
v0.14 migrated sqlx
to the latest version. With this version, I decided to migrate away from the Any
driver because its future seems pretty uncertain to me.
This means, that you must CHANGE YOUR IMAGE TAG to the 0.14.0-lite
tag when you are using SQLite at the moment!
The default image can be used with Postgres as the target database while you need to use the *-lite
tags from now on for SQLite.
This is the only drawback that came with this change. There are a lot of other advantages like fully compile-time-checked queries, which was not possible with the Any
driver before. Additionally, the direct drivers are way better maintained and this migration includes the option to migrate to other drivers in the future more easily.
Another thing to keep in mind is that YOU CANNOT DOWNGRADE FROM v0.14 back to v0.13!
Changelog
This release is mostly about UI / UX improvements and some smaller bugfixes.
- UI: Client side pagination added
60a499a - Browsers' native language detection
884f599 sqlx
v0.7 migration
7c7a380- Docker container image split
adb3971 - Target database validation before startup
a68c652 - UI: I18n (english and german currently) for: Index, Login, Logout, Account, User Registration
99e454e
dd2e9ae
7b401f6 - UI: Custom component to overwrite the browsers' native language
4208fdb - Some Readme and Docs updates
e2ebef9
d0a71d6 - The
sub
claim was added to the ID token and will contain the Users UID
6b0a8b0
Images
Postgres
sdobedev/rauthy@sha256:78b94cf521088f9250d2c7bdb3e7ee7b7ef9c69fbabea5b9069971b7a89264c7
SQLite
sdobedev/rauthy@sha256:f909967e2a8f371ffd0a09af51f4c36fbffe1f09caaa36a08d21ba7360f424bc
edit: there was a problem with the container images and the hashes have been updated
v0.13.3
- UI: small visual bugfixes and improvements in different places
459bdbd
57a5600 - UI: All navigation routes can be reached via their own link now. This means a refresh of
the page does not return to the default anymore
4999995
7f0ac0b
cadaa40 - UI: added an index to the users table to prevent a rendering bug after changes
e35ffbe
Image
sdobedev/rauthy@sha256:94b68248afe425600d19461f050091b02db677a5d9ae66ad2db23e19fd86d753
v0.13.2
- General code and project cleanup
4531ae9
782bb9a
0c5ad02
e453142
85fbafe - Created a
justfile
for easier development handling
4aa5b99
1489efe - UI: fixed some visual bugs and improved the rendering with larger default browser fonts
45334fd
Default Image
sdobedev/rauthy@sha256:f9780e426ba97a5331bd7152108a3f5f86158f624ed28d2f69f6e060a4541075
Debug Image
sdobedev/rauthy@sha256:db9c035dda6ad7780b2ea1cff36e029b6bef9901a54930551b5a98c2b3c0d206
v0.13.1
v0.13.0
Changes
- Improved container security: Rauthy is based off a Scratch container image by default now. This improved the security
quite a lot, since you cannot even get a shell into the container anymore, and it reduced the image size by another
~4MB.
This makes it difficult however if you need to debug something, for instance when you use a SQLite deployment. For this reason, you can append-debug
to a tag
and you will get an Alpine based version just like before.
1a7e79d - More stable HA deployment: In some specific K8s HA deployments, the default HTTP2 keep-alive's from
redhac were not good enough and we got broken pipes in some environments which
caused the leader to change often. This has been fixed in redhac-0.6.0
too, which at the same time makes Rauthy HA really stable now. - The client branding section in the UI has better responsiveness for smaller screens
dfaa23a - For a HA deployment, cache modifications are now using proper HA cache functions. These default back to the single
instance functions in non-HA mode since redhac-0.6.0
7dae043 - All static UI files are now precompressed with gzip and brotli to use even fewer resources
10ad51a - CSP script-src unsafe-inline was removed in favor of custom nonce's
7de918d - UI migrated to Svelte 4
21f73ab
New Docker images:
Default (now based on Scratch)
sdobedev/rauthy:0.13.0@sha256:a374b592b4e489d13eaf7d1b9154e0346303c82f615341cf8e6cfc57a286b38a
Debug Image
sdobedev/rauthy:0.13.0@sha256:29882a03b90b9339a02bbd4ee2a8a96f23beb2d27b1cae14c603e32d4e249fa2