Update litestream/litestream Docker tag to v0.5.11 #2

Open
renovate wants to merge 1 commits from renovate/litestream-litestream-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
litestream/litestream patch 0.5.90.5.11

Release Notes

benbjohnson/litestream (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


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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [litestream/litestream](https://github.com/benbjohnson/litestream) | patch | `0.5.9` → `0.5.11` | --- ### Release Notes <details> <summary>benbjohnson/litestream (litestream/litestream)</summary> ### [`v0.5.11`](https://github.com/benbjohnson/litestream/releases/tag/v0.5.11) [Compare Source](https://github.com/benbjohnson/litestream/compare/v0.5.10...v0.5.11) #### 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) ```bash brew tap benbjohnson/litestream brew install litestream ``` ##### Debian/Ubuntu Download the `.deb` file for your architecture and install: ```bash sudo dpkg -i litestream-*.deb ``` ##### RPM-based systems Download the `.rpm` file for your architecture and install: ```bash 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: ```bash pip install litestream-vfs # Python npm install litestream-vfs # Node.js gem install litestream-vfs # Ruby ``` #### Changelog - [`ad55ec1`](https://github.com/benbjohnson/litestream/commit/ad55ec118e13ddfe02bc8cdb3ebe857de5e68c0e) feat(ci): add nightly stability CI, LTX behavioral tests, and release gating ([#&#8203;1195](https://github.com/benbjohnson/litestream/issues/1195)) - [`13ef323`](https://github.com/benbjohnson/litestream/commit/13ef3230d31d2cd0c7934814f67c5412c564995e) feat(logging): add tint pretty handler, optional source info, and path cleaning ([#&#8203;1204](https://github.com/benbjohnson/litestream/issues/1204)) - [`1678a9b`](https://github.com/benbjohnson/litestream/commit/1678a9b5da4859ee936ce9a04765e3ac9cf5e316) fix(ci): dedupe nightly stability issues ([#&#8203;1217](https://github.com/benbjohnson/litestream/issues/1217)) - [`d65fa36`](https://github.com/benbjohnson/litestream/commit/d65fa36e89b0655c356ed2462875dfdf532f1aaa) fix(cmd): add helpful hint when 'litestream start' is run without args ([#&#8203;1208](https://github.com/benbjohnson/litestream/issues/1208)) - [`4cb0f8c`](https://github.com/benbjohnson/litestream/commit/4cb0f8ce939e800c1b9f2139c5b1616a0764a838) fix(db): wrap raw errors with LTXError in paths reaching replica monitor ([#&#8203;1227](https://github.com/benbjohnson/litestream/issues/1227)) - [`5780f4d`](https://github.com/benbjohnson/litestream/commit/5780f4d8da7b9d56f6249aba7aa3b2a73c4eb395) fix(replica): wrap missing LTX file error with LTXError in uploadLTXFile ([#&#8203;1225](https://github.com/benbjohnson/litestream/issues/1225)) - [`016c368`](https://github.com/benbjohnson/litestream/commit/016c368704e63db0088b9b61e2e96c0019f11832) fix(restore): fix v3 restore ([#&#8203;1229](https://github.com/benbjohnson/litestream/issues/1229)) ### [`v0.5.10`](https://github.com/benbjohnson/litestream/releases/tag/v0.5.10) [Compare Source](https://github.com/benbjohnson/litestream/compare/v0.5.9...v0.5.10) #### 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) ```bash brew tap benbjohnson/litestream brew install litestream ``` ##### Debian/Ubuntu Download the `.deb` file for your architecture and install: ```bash sudo dpkg -i litestream-*.deb ``` ##### RPM-based systems Download the `.rpm` file for your architecture and install: ```bash 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: ```bash pip install litestream-vfs # Python npm install litestream-vfs # Node.js gem install litestream-vfs # Ruby ``` #### Changelog - [`5531fab`](https://github.com/benbjohnson/litestream/commit/5531fabcb0c5db97760afd8c70b6fc1eab8a822c) Revert "fix(db): add warning log and test for WAL change detection ([#&#8203;946](https://github.com/benbjohnson/litestream/issues/946))" ([#&#8203;1187](https://github.com/benbjohnson/litestream/issues/1187)) - [`ab55194`](https://github.com/benbjohnson/litestream/commit/ab551949c88b54aed15d9b3b8b4e129e1870e4c4) Revert "fix(db): detect WAL changes via shm mxFrame ([#&#8203;1087](https://github.com/benbjohnson/litestream/issues/1087))" ([#&#8203;1185](https://github.com/benbjohnson/litestream/issues/1185)) - [`40af24a`](https://github.com/benbjohnson/litestream/commit/40af24ab94b9e87f0e8ab56b1ab8e793f6637a85) ci(pr-metrics): add PR build metrics workflow ([#&#8203;1158](https://github.com/benbjohnson/litestream/issues/1158)) - [`f404f2f`](https://github.com/benbjohnson/litestream/commit/f404f2ff1184b6b142d5869891af263b821c138f) ci(pr-metrics): replace collapsible sections with plain headers ([#&#8203;1184](https://github.com/benbjohnson/litestream/issues/1184)) - [`ae88b16`](https://github.com/benbjohnson/litestream/commit/ae88b164dd6304bcbb654a681df767ee59042eed) feat(logging): add .With() system identifiers to all top-level loggers ([#&#8203;1191](https://github.com/benbjohnson/litestream/issues/1191)) - [`2d5f628`](https://github.com/benbjohnson/litestream/commit/2d5f62898c9e8f11813f7b38c09ab7b3d9a676ac) feat(restore): add crash recovery txid file for follow mode ([#&#8203;1136](https://github.com/benbjohnson/litestream/issues/1136)) - [`f6ba05f`](https://github.com/benbjohnson/litestream/commit/f6ba05f42859cc82edca6cf7c604652fe9568203) feat(restore): add post-restore integrity validation ([#&#8203;1170](https://github.com/benbjohnson/litestream/issues/1170)) - [`1345ed7`](https://github.com/benbjohnson/litestream/commit/1345ed7b6691c97791a0e36a478e52b7ac6367f5) feat(vfs): distribute VFS extension via PyPI, npm, and RubyGems ([#&#8203;1148](https://github.com/benbjohnson/litestream/issues/1148)) - [`1f423d7`](https://github.com/benbjohnson/litestream/commit/1f423d72f7e649354ddde9e913c101438754d592) fix(ci): publish latest-scratch Docker tag ([#&#8203;1180](https://github.com/benbjohnson/litestream/issues/1180)) - [`166cbe3`](https://github.com/benbjohnson/litestream/commit/166cbe36e14c767171f9c0bbe5a46c51f7ad0d0d) fix(deps): bump Go to 1.25.0/toolchain 1.25.8 for security patches ([#&#8203;1188](https://github.com/benbjohnson/litestream/issues/1188)) - [`d514bc7`](https://github.com/benbjohnson/litestream/commit/d514bc749031a5348c90fe4fab92e71aad8f529d) fix(logging): use db.Logger and s.Logger instead of default slog in Store ([#&#8203;1181](https://github.com/benbjohnson/litestream/issues/1181)) - [`6843423`](https://github.com/benbjohnson/litestream/commit/6843423fbbfe8aa6414f8482d91632ee58e5901f) fix(replica): promote LTX upload log to Info level with size field ([#&#8203;1182](https://github.com/benbjohnson/litestream/issues/1182)) - [`e8b2ada`](https://github.com/benbjohnson/litestream/commit/e8b2ada8d509a3d85bf0831f9b710c0f64093a00) fix(security): upgrade Go toolchain to 1.24.13 ([#&#8203;1162](https://github.com/benbjohnson/litestream/issues/1162)) - [`0b3facd`](https://github.com/benbjohnson/litestream/commit/0b3facdbc0cfeb0274ab486740fd4d63a6fcb05d) fix(test): resolve 4 failing tests on main ([#&#8203;1156](https://github.com/benbjohnson/litestream/issues/1156)) - [`038b296`](https://github.com/benbjohnson/litestream/commit/038b296503db53cce41f165bff8a22ac534e3e8f) fix(vfs): coordinate expectedTXID across pooled write connections ([#&#8203;1140](https://github.com/benbjohnson/litestream/issues/1140)) - [`bd2c6e6`](https://github.com/benbjohnson/litestream/commit/bd2c6e66bfc22682776c51c296658f1618f1f618) perf(db): cache Pos() result to avoid repeated disk reads ([#&#8203;1192](https://github.com/benbjohnson/litestream/issues/1192)) - [`80b1b3b`](https://github.com/benbjohnson/litestream/commit/80b1b3b8a2c9c0a1f1f894b2502d5a5914fe5dff) test(profile): add idle CPU profiling test ([#&#8203;1190](https://github.com/benbjohnson/litestream/issues/1190)) </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEyOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-04-18 06:17:33 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/litestream-litestream-0.x:renovate/litestream-litestream-0.x
git checkout renovate/litestream-litestream-0.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: othrayte/infra#2