Skip to content

Update docker.io/litestream/litestream Docker tag to v0.5.11#44

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-litestream-litestream-0.x
Open

Update docker.io/litestream/litestream Docker tag to v0.5.11#44
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-litestream-litestream-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 24, 2026

This PR contains the following updates:

Package Update Change
docker.io/litestream/litestream patch v0.5.80.5.11

Warnings (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.11

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.11-linux-amd64.tar.gz
Linux ARM64 litestream-vfs-v0.5.11-linux-arm64.tar.gz
macOS Intel litestream-vfs-v0.5.11-darwin-amd64.tar.gz
macOS Apple Silicon litestream-vfs-v0.5.11-darwin-arm64.tar.gz

Install via package managers:

pip install litestream-vfs    # Python
npm install litestream-vfs    # Node.js
gem install litestream-vfs    # Ruby
Changelog
  • ad55ec1 feat(ci): add nightly stability CI, LTX behavioral tests, and release gating (#​1195)
  • 13ef323 feat(logging): add tint pretty handler, optional source info, and path cleaning (#​1204)
  • 1678a9b fix(ci): dedupe nightly stability issues (#​1217)
  • d65fa36 fix(cmd): add helpful hint when 'litestream start' is run without args (#​1208)
  • 4cb0f8c fix(db): wrap raw errors with LTXError in paths reaching replica monitor (#​1227)
  • 5780f4d fix(replica): wrap missing LTX file error with LTXError in uploadLTXFile (#​1225)
  • 016c368 fix(restore): fix v3 restore (#​1229)

v0.5.10

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.10-linux-amd64.tar.gz
Linux ARM64 litestream-vfs-v0.5.10-linux-arm64.tar.gz
macOS Intel litestream-vfs-v0.5.10-darwin-amd64.tar.gz
macOS Apple Silicon litestream-vfs-v0.5.10-darwin-arm64.tar.gz

Install via package managers:

pip install litestream-vfs    # Python
npm install litestream-vfs    # Node.js
gem install litestream-vfs    # Ruby
Changelog

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)

Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


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

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

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