Skip to content

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

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

Update litestream/litestream Docker tag to v0.5.11#119
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/litestream-litestream-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 20, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
litestream/litestream minor 0.3.130.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

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)

v0.5.7

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

Changelog

  • 92f9883 Add debug logging to S3 fileIterator.Next() (#​1068)
  • c77ecef feat(abs): add SAS token authentication for Azure Blob Storage (#​983)
  • bd57a0f feat(replicate): add --log-level CLI flag for runtime debugging (#​986)
  • ed28f2e feat(replicate): add IPC control commands for dynamic start/stop (#​1010)
  • 2a03354 feat(s3): implement ReplicaClientV3 for v0.3.x backup restore (#​1075)
  • c582db1 feat(s3): improve observability for S3 operations and L0 retention (#​996)
  • ecb34a0 feat(vfs): add Dockerfile.vfs for VFS-enabled images (#​970)
  • 4a3bff1 feat(vfs): add LITESTREAM_LOG_FILE env var for log redirection (#​1024)
  • bb911d9 feat(vfs): add PRAGMA litestream_hydration_progress (#​1003)
  • 91f5e37 feat(vfs): add VFS compaction support via shared Compactor type (#​979)
  • e45a292 feat(vfs): add background database hydration for improved read performance (#​978)
  • c9ee814 feat(vfs): add hydration env vars to loadable extension (#​1000)
  • b474098 feat: Add optional post-compaction consistency verification (#​1029)
  • 931fe09 feat: add $PID environment variable for config expansion (#​1070)
  • f418bd0 feat: add /txid IPC endpoint (#​1071)
  • 9c56809 feat: add Replica.ValidateLevel and Store.Validate (#​1066)
  • 3a2d1c8 feat: add debug logging for S3 requests (#​1067)
  • f5d6128 feat: add pprof endpoints to IPC server (#​1069)
  • caee8e1 feat: add v0.3.x RestoreV3 method for backup restore (Phase 4) (#​1054)
  • bde5c44 feat: add v0.3.x backup types and path helpers (Phase 1) (#​1045)
  • 133abe7 feat: add v0.3.x file open with LZ4 decompression (Phase 3) (#​1053)
  • 1593a60 feat: add v0.3.x snapshot/WAL listing for file backend (Phase 2) (#​1048)
  • 28a0ab6 feat: integrate v0.3.x restore into Replica.Restore() (Phase 5) (#​1074)
  • a2a160a fix(cmd): ensure structured logging for all commands (#​985)
  • 593dff5 fix(db): use logical WAL offset for checkpoint decisions (#​999)
  • 5420136 fix(deps): update modernc.org/sqlite to v1.44.3 (#​1033)
  • b5cba15 fix(docs): remove outdated Slack and GitHub Discussions references (#​1062)
  • 33639d4 fix(file): clean up .ltx.tmp files on all error paths (#​991)
  • 6a82fc0 fix(iterator): surface blob listing errors for better diagnostics (#​1017)
  • bfe8d33 fix(mcp): fix broken tools and add status/reset/version tools (#​1049)
  • a9af19b fix(performance): reduce idle CPU usage from ~0.7% to ~0.1% (#​993)
  • 559aa47 fix(restore): check all compaction levels in TimeBounds() (#​1063)
  • 08e03b4 fix(restore): update help text to use -txid flag and fix example (#​1040)
  • 6d2d87f fix(s3): add diagnostic logging for LTX file deletion (#​981)
  • 59b5e2d fix(test): correct snapshot directory path and expand CI test coverage (#​1023)
  • b65e4fe fix: improve error recovery for missing/corrupted LTX files (#​963)
  • f3b62ff fix: mark lz4/v4 as direct dependency (#​1060)
  • cb2d885 fix: reduce noise from 'page size not initialized' error (#​1036)
  • 87d1f0d test(vfs): add rollback verification tests for writable VFS (#​1005)

v0.5.6

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

Changelog

  • 3480067 docs(examples): add library usage examples (#​921)
  • 5f6be88 feat(ci): add Cloudflare R2 integration tests (#​917)
  • fc1c254 feat(cli): add status command for replication monitoring (#​962)
  • 2d38fa4 feat(db): add shutdown sync retry for rate limiting resilience (#​904)
  • 62b25c1 feat(heartbeat): add notification hooks for health check services (#​926)
  • 36b9804 feat(replicate): add -once, -force-snapshot, and -enforce-retention flags (#​929)
  • 1b034be feat(replicate): add -restore-if-db-not-exists flag (#​928)
  • 9eab2a3 feat(s3): add LITESTREAM_S3_DEBUG env var for AWS SDK debug logging (#​925)
  • 92fc139 feat(s3): add server-side encryption support (SSE-C and SSE-KMS) (#​902)
  • 40dae8f feat(vfs): add write support with periodic sync to remote (#​953)
  • 9be0eb1 feat(vfs): support creating new databases in write mode (#​972)
  • 9d26487 fix(db): add warning log and test for WAL change detection (#​946)
  • 0ba567d fix(db): suppress double-rollback error in releaseReadLock (#​935)
  • e8653d7 fix(examples): use DSN params for PRAGMAs in library examples (#​938)
  • 2b055b1 fix(logging): add context to db initialization timeout warning (#​960)
  • 9c39382 fix(s3): add ResponseChecksumValidation for S3-compatible providers (#​950)
  • a7d773e fix(s3): default to https:// for cloud endpoints (UX improvement) (#​949)
  • 0edc3ec fix(s3): disable aws-chunked encoding for all S3-compatible providers (#​919)
  • a3a21c9 fix(s3): disable checksum on Uploader for S3-compatible providers (#​956)
  • 0a441d0 fix(s3): enable automatic ARN endpoint resolution for Access Points (#​924)
  • 253ff99 fix(s3,oss): remove HeadObject calls that caused timestamp restore hang (#​932)
  • d24abaf fix(sync): add exponential backoff for error resilience (#​931)
  • e1d5aad fix(test): resolve flaky TestStore_CompactDB/L1 timing issue (#​920)
  • 7a38f8b fix(vfs): fail fast when write buffer initialization fails (#​974)
  • 34215a4 fix: move wal_autocheckpoint PRAGMA to DSN parameters (#​939)
  • 271dd54 fix: prevent excessive snapshots after checkpoint truncation (#​944)
  • 186525e test(s3): use actual defaults in integration tests (#​915)

v0.5.5

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

Changelog

  • 803aad1 fix(s3): default SignPayload to true for AWS S3 compatibility (#​913)

v0.5.4

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

Changelog

  • fa0ba8e Add alternate Tigris endpoint (#​906)
  • d168840 deps: upgrade LTX to v0.5.1 (#​909)
  • f829b6f feat(s3): add X-Tigris-Consistent header for Tigris endpoints (#​905)
  • 8561d2a feat: add dynamic directory watcher for automatic database discovery (#​827)
  • 140d772 fix(claude): move personal hooks to local settings (#​908)
  • 02b094e fix(db): handle WAL offset at header boundary in verify (#​901)
  • 7989f62 fix(db): prevent time-based checkpoints when no external changes (#​898)
  • 9bd7234 fix(deps): downgrade Go version from 1.25 to 1.24 (#​892)
  • 2d40205 fix(s3): disable aws-chunked encoding for Tigris endpoints (#​907)
  • ee08140 fix(s3): disable aws-chunked encoding when using unsigned payloads (#​890)
  • e2cbaf4 fix(s3): improve S3-compatible provider compatibility (#​899)
  • feb65fb fix(store): retry compaction when db not ready instead of waiting full interval (#​888)

v0.5.3

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

Changelog


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch from 6a96322 to 3065323 Compare January 9, 2026 22:09
@renovate renovate Bot changed the title Update litestream/litestream Docker tag to v0.5.5 Update litestream/litestream Docker tag to v0.5.6 Jan 9, 2026
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch 2 times, most recently from 6526835 to 2dc1adf Compare January 20, 2026 22:10
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch from 2dc1adf to 4746060 Compare February 2, 2026 22:00
@renovate renovate Bot changed the title Update litestream/litestream Docker tag to v0.5.6 Update litestream/litestream Docker tag to v0.5.7 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch 2 times, most recently from 51d69f4 to 5783dc2 Compare February 4, 2026 10:44
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch from 5783dc2 to 8cc4776 Compare February 12, 2026 20:41
@renovate renovate Bot changed the title Update litestream/litestream Docker tag to v0.5.7 Update litestream/litestream Docker tag to v0.5.8 Feb 12, 2026
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch from 8cc4776 to 3961292 Compare February 23, 2026 20:10
@renovate renovate Bot changed the title Update litestream/litestream Docker tag to v0.5.8 Update litestream/litestream Docker tag to v0.5.9 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch from 3961292 to 9b6a6d6 Compare March 19, 2026 05:57
@renovate renovate Bot changed the title Update litestream/litestream Docker tag to v0.5.9 Update litestream/litestream Docker tag to v0.5.10 Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch from 9b6a6d6 to 1c349d4 Compare April 9, 2026 03:06
@renovate renovate Bot changed the title Update litestream/litestream Docker tag to v0.5.10 Update litestream/litestream Docker tag to v0.5.11 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch from 1c349d4 to 767786e Compare April 16, 2026 08:15
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch 7 times, most recently from 89badaf to 9d8b07a Compare April 17, 2026 14:09
@renovate renovate Bot force-pushed the renovate/litestream-litestream-0.x branch from 9d8b07a to 2d5a502 Compare April 17, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants