Update docker.io/litestream/litestream Docker tag to v0.5.11#44
Open
renovate[bot] wants to merge 1 commit into
Open
Update docker.io/litestream/litestream Docker tag to v0.5.11#44renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v0.5.8→0.5.11Warnings (1)
Please correct - or verify that you can safely ignore - these warnings before you merge this PR.
docker.io/litestream/litestream: Could not determine new digest for update (docker package docker.io/litestream/litestream)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
benbjohnson/litestream (docker.io/litestream/litestream)
v0.5.11Compare Source
Platform Support
✅ Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)
Installation
Homebrew (macOS and Linux)
Debian/Ubuntu
Download the
.debfile for your architecture and install:sudo dpkg -i litestream-*.debRPM-based systems
Download the
.rpmfile for your architecture and install:sudo rpm -i litestream-*.rpmBinary installation
Download the appropriate archive for your platform, extract, and move to your PATH.
VFS Extension (Experimental)
SQLite loadable extensions for read-only access to Litestream replicas are available for supported platforms:
litestream-vfs-v0.5.11-linux-amd64.tar.gzlitestream-vfs-v0.5.11-linux-arm64.tar.gzlitestream-vfs-v0.5.11-darwin-amd64.tar.gzlitestream-vfs-v0.5.11-darwin-arm64.tar.gzInstall via package managers:
Changelog
ad55ec1feat(ci): add nightly stability CI, LTX behavioral tests, and release gating (#1195)13ef323feat(logging): add tint pretty handler, optional source info, and path cleaning (#1204)1678a9bfix(ci): dedupe nightly stability issues (#1217)d65fa36fix(cmd): add helpful hint when 'litestream start' is run without args (#1208)4cb0f8cfix(db): wrap raw errors with LTXError in paths reaching replica monitor (#1227)5780f4dfix(replica): wrap missing LTX file error with LTXError in uploadLTXFile (#1225)016c368fix(restore): fix v3 restore (#1229)v0.5.10Compare Source
Platform Support
✅ Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)
Installation
Homebrew (macOS and Linux)
Debian/Ubuntu
Download the
.debfile for your architecture and install:sudo dpkg -i litestream-*.debRPM-based systems
Download the
.rpmfile for your architecture and install:sudo rpm -i litestream-*.rpmBinary installation
Download the appropriate archive for your platform, extract, and move to your PATH.
VFS Extension (Experimental)
SQLite loadable extensions for read-only access to Litestream replicas are available for supported platforms:
litestream-vfs-v0.5.10-linux-amd64.tar.gzlitestream-vfs-v0.5.10-linux-arm64.tar.gzlitestream-vfs-v0.5.10-darwin-amd64.tar.gzlitestream-vfs-v0.5.10-darwin-arm64.tar.gzInstall via package managers:
Changelog
5531fabRevert "fix(db): add warning log and test for WAL change detection (#946)" (#1187)ab55194Revert "fix(db): detect WAL changes via shm mxFrame (#1087)" (#1185)40af24aci(pr-metrics): add PR build metrics workflow (#1158)f404f2fci(pr-metrics): replace collapsible sections with plain headers (#1184)ae88b16feat(logging): add .With() system identifiers to all top-level loggers (#1191)2d5f628feat(restore): add crash recovery txid file for follow mode (#1136)f6ba05ffeat(restore): add post-restore integrity validation (#1170)1345ed7feat(vfs): distribute VFS extension via PyPI, npm, and RubyGems (#1148)1f423d7fix(ci): publish latest-scratch Docker tag (#1180)166cbe3fix(deps): bump Go to 1.25.0/toolchain 1.25.8 for security patches (#1188)d514bc7fix(logging): use db.Logger and s.Logger instead of default slog in Store (#1181)6843423fix(replica): promote LTX upload log to Info level with size field (#1182)e8b2adafix(security): upgrade Go toolchain to 1.24.13 (#1162)0b3facdfix(test): resolve 4 failing tests on main (#1156)038b296fix(vfs): coordinate expectedTXID across pooled write connections (#1140)bd2c6e6perf(db): cache Pos() result to avoid repeated disk reads (#1192)80b1b3btest(profile): add idle CPU profiling test (#1190)v0.5.9Compare Source
Platform Support
✅ Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)
Installation
Homebrew (macOS and Linux)
Debian/Ubuntu
Download the
.debfile for your architecture and install:sudo dpkg -i litestream-*.debRPM-based systems
Download the
.rpmfile for your architecture and install:sudo rpm -i litestream-*.rpmBinary installation
Download the appropriate archive for your platform, extract, and move to your PATH.
VFS Extension (Experimental)
SQLite loadable extensions for read-only access to Litestream replicas are available for supported platforms:
litestream-vfs-v0.5.9-linux-amd64.tar.gzlitestream-vfs-v0.5.9-linux-arm64.tar.gzlitestream-vfs-v0.5.9-darwin-amd64.tar.gzlitestream-vfs-v0.5.9-darwin-arm64.tar.gzChangelog
3a67f13Add cross-version upgrade integration test (v0.3.x → v0.5.x) (#1137)5b8a7d1add Hetzner S3 signed-payload preset (#1026)249f46dci: enable automatic Homebrew tap updates on release (#1117)09c2313docs(agent): update replica-client-developer with v0.3.x and ResumableReader (#1112)84a5d31docs(agents): add IPC, leasing, library API, and retention references (#1107)5e6a91cdocs(architecture): add IPC server, distributed leasing, and library API (#1108)c835786docs(claude): add debug-ipc command and provider compatibility reference (#1116)23f8b5adocs(command): add IPC, retention, and v0.3.x issues to fix-common-issues (#1113)6bcedb2docs(command): add debug-ipc command for IPC socket troubleshooting (#1114)b2980bddocs(patterns): add ResumableReader, retention bypass, and conditional write patterns (#1109)0f80b4ddocs(provider-compat): update R2 detection defaults and version compat (#1111)d4130d5docs(replica-client): add v0.3.x restore interface and ResumableReader note (#1110)d87d657feat(docker): add hardened scratch-based image variant (#1126)020da8efeat(ipc): add sync command for on-demand database replication (#1120)0df6829feat(restore): add -f follow mode for continuous restore (#1102)aa81289feat(s3): add LITESTREAM_S3_ENDPOINT env var for URL-based restore (#1145)70bb846feat(s3): add Supabase S3-compatible provider auto-detection (#1135)61a2deffeat(sync): add replicated_txid to sync response (#1141)fe7fb7afeat(vfs): add PRAGMA litestream_write_enabled for runtime write control (#1009)95253c4fix(ci): authenticate GitHub API call in NATS test setup (#1144)155507bfix(db): count sync errors when db.init() fails (#1129)48ecd53fix(db): detect WAL changes via shm mxFrame (#1087)634c74ffix(restore): expose -follow-interval CLI flag for follow mode (#1139)47e9010fix(vfs): persist hydration file across connection restarts (#1125)0ad19fftest(ci): add smoke tests for hardened scratch Docker image (#1132)a404d7btest(metrics): add coverage for all Prometheus metrics (#1127)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.