chore(deps): update container image ghcr.io/go-shiori/shiori to v1.7.0@85a47b2 by renovate #23111
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.3
->v1.7.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
go-shiori/shiori (ghcr.io/go-shiori/shiori)
v1.7.0
Compare Source
Always remember to backup your data before updating.
Notable changes
System Theme (@Monirzadeh) #924
Shiori now allows you to change the theme to light/dark or follow the system configuration.
New migrations backend (@fmartingr) #876
The underlying migrations system has been rewritten to custom code removing the go-migrate dependency.
This not only removes one more dependency but also allows for more control over the migrations process by letting us add run code in a migration, for example, to update the database schema.
This should be transparent for all users but if you find any problems please report it
OpenBSD support (@pacoesteban) #780
This has been in the works for several months since we broke it around 1.5 but thanks to the above migration changes and some custom database engine backend for OpenBSD, we are now able to support OpenBSD again. We added a CI step to get early warnings if we introduce something that breaks support.
What's Changed
New Contributors
Full Changelog: go-shiori/shiori@v1.6.3...v1.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.