Skip to content

chore(deps): update litestream/litestream docker tag to v0.5.9#157

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/litestream-litestream-0.x
Open

chore(deps): update litestream/litestream docker tag to v0.5.9#157
renovate[bot] wants to merge 1 commit intomainfrom
renovate/litestream-litestream-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2026

This PR contains the following updates:

Package Update Change
litestream/litestream patch 0.5.70.5.9

Release Notes

benbjohnson/litestream (litestream/litestream)

v0.5.9

Compare Source

Platform Support

⚠️ Windows Notice: Windows binaries are provided for convenience but Windows is NOT an officially supported platform. Use at your own risk. Community contributions for Windows improvements are welcome.

Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)

Installation
Homebrew (macOS and Linux)
brew tap benbjohnson/litestream
brew install litestream
Debian/Ubuntu

Download the .deb file for your architecture and install:

sudo dpkg -i litestream-*.deb
RPM-based systems

Download the .rpm file for your architecture and install:

sudo rpm -i litestream-*.rpm
Binary 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:

Platform File
Linux x86_64 litestream-vfs-v0.5.9-linux-amd64.tar.gz
Linux ARM64 litestream-vfs-v0.5.9-linux-arm64.tar.gz
macOS Intel litestream-vfs-v0.5.9-darwin-amd64.tar.gz
macOS Apple Silicon litestream-vfs-v0.5.9-darwin-arm64.tar.gz
Changelog
  • 3a67f13 Add cross-version upgrade integration test (v0.3.x → v0.5.x) (#​1137)
  • 5b8a7d1 add Hetzner S3 signed-payload preset (#​1026)
  • 249f46d ci: enable automatic Homebrew tap updates on release (#​1117)
  • 09c2313 docs(agent): update replica-client-developer with v0.3.x and ResumableReader (#​1112)
  • 84a5d31 docs(agents): add IPC, leasing, library API, and retention references (#​1107)
  • 5e6a91c docs(architecture): add IPC server, distributed leasing, and library API (#​1108)
  • c835786 docs(claude): add debug-ipc command and provider compatibility reference (#​1116)
  • 23f8b5a docs(command): add IPC, retention, and v0.3.x issues to fix-common-issues (#​1113)
  • 6bcedb2 docs(command): add debug-ipc command for IPC socket troubleshooting (#​1114)
  • b2980bd docs(patterns): add ResumableReader, retention bypass, and conditional write patterns (#​1109)
  • 0f80b4d docs(provider-compat): update R2 detection defaults and version compat (#​1111)
  • d4130d5 docs(replica-client): add v0.3.x restore interface and ResumableReader note (#​1110)
  • d87d657 feat(docker): add hardened scratch-based image variant (#​1126)
  • 020da8e feat(ipc): add sync command for on-demand database replication (#​1120)
  • 0df6829 feat(restore): add -f follow mode for continuous restore (#​1102)
  • aa81289 feat(s3): add LITESTREAM_S3_ENDPOINT env var for URL-based restore (#​1145)
  • 70bb846 feat(s3): add Supabase S3-compatible provider auto-detection (#​1135)
  • 61a2def feat(sync): add replicated_txid to sync response (#​1141)
  • fe7fb7a feat(vfs): add PRAGMA litestream_write_enabled for runtime write control (#​1009)
  • 95253c4 fix(ci): authenticate GitHub API call in NATS test setup (#​1144)
  • 155507b fix(db): count sync errors when db.init() fails (#​1129)
  • 48ecd53 fix(db): detect WAL changes via shm mxFrame (#​1087)
  • 634c74f fix(restore): expose -follow-interval CLI flag for follow mode (#​1139)
  • 47e9010 fix(vfs): persist hydration file across connection restarts (#​1125)
  • 0ad19ff test(ci): add smoke tests for hardened scratch Docker image (#​1132)
  • a404d7b test(metrics): add coverage for all Prometheus metrics (#​1127)

v0.5.8

Compare Source

Platform Support

⚠️ Windows Notice: Windows binaries are provided for convenience but Windows is NOT an officially supported platform. Use at your own risk. Community contributions for Windows improvements are welcome.

Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)

Installation
Homebrew (macOS and Linux)
brew tap benbjohnson/litestream
brew install litestream
Debian/Ubuntu

Download the .deb file for your architecture and install:

sudo dpkg -i litestream-*.deb
RPM-based systems

Download the .rpm file for your architecture and install:

sudo rpm -i litestream-*.rpm
Binary 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:

Platform File
Linux x86_64 litestream-vfs-v0.5.8-linux-amd64.tar.gz
Linux ARM64 litestream-vfs-v0.5.8-linux-arm64.tar.gz
macOS Intel litestream-vfs-v0.5.8-darwin-amd64.tar.gz
macOS Apple Silicon litestream-vfs-v0.5.8-darwin-arm64.tar.gz
Changelog
  • b2d8145 Stream restore plan selection across levels (#​1076)
  • 2172ff2 docs(ai): add litestream reset and auto-recover to AI docs (#​1091)
  • 7d2b369 feat(db): add SyncStatus, SyncAndWait, and EnsureExists for library usage (#​1092)
  • 7e12162 feat(ipc): add dynamic database management commands (register/unregister) (#​1021)
  • bab4fd4 feat(ipc): add list and info query commands with lastSyncAt (#​1015)
  • e0370ba feat(ltx): add -level flag to view LTX files at any compaction level (#​1072)
  • 7265b6b feat(retention): add skip-remote-deletion for cloud-managed retention (#​1094)
  • 44b65e2 feat(s3): add R2 concurrency default, multipart threshold test, fix docs (#​1100)
  • 90fc5b6 feat(s3): add distributed leasing with If-Match conditional writes (#​1073)
  • c194e86 feat(tls): add x509roots/fallback for embedded root CA bundle (#​1099)
  • ff1c063 feat: add agent skill for cross-platform LLM agent support (#​1064)
  • c32f6c8 fix(compactor): add mutex to protect Compactor.client from concurrent access (#​1086)
  • cfe03fc fix(dir-watch): prevent thundering herd at startup with many databases (#​1055)
  • 4800f27 fix(restore): resume S3 streams on drop (#​1082)
  • 3358c8c fix(s3): add hyphenated URL query param aliases for consistency (#​1101)
  • 1d602ea fix(shutdown): allow second Ctrl+C to interrupt shutdown sync retry loop (#​998)
  • c16755d test(db): add regression test for #​994 runaway disk usage (#​1088)
  • 68dadcf test(db): prove SQLite writes all new pages to WAL during DB growth (#​1103)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/litestream-litestream-0.x branch from 59a93cd to 11efa78 Compare February 23, 2026 19:42
@renovate renovate bot changed the title chore(deps): update litestream/litestream docker tag to v0.5.8 chore(deps): update litestream/litestream docker tag to v0.5.9 Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants