Skip to content

Bump ratarmount from 0.8.1 to 1.3.0 - #5483

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/ratarmount-1.3.0
Open

Bump ratarmount from 0.8.1 to 1.3.0#5483
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/ratarmount-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps ratarmount from 0.8.1 to 1.3.0.

Release notes

Sourced from ratarmount's releases.

ratarmount 1.3.0

Version 1.3.0 built on 2026-05-10

Feature

  • Add --recreate-index-on-errors and make --no-recreate-index only use existing indexes and never modify them.
  • Add --no-mount, --mount toggle option to only trigger index creation without mounting.
  • Add direct support for AR archives, which should be faster than libarchive for large archives, including .deb and .a files.
  • Apply --transform to 7z files.
  • Add HTMLMountSource to expose embedded base64-encoded files, such as images, CSS, and JavaScript files, as a filesystem. Works particularly well with files created by the Save Page WE browser extension because it also stores the original URL and name of embedded files.
  • Add --hashes option for computing hashes and storing them as user.hash.<name> xattrs in the index.
  • Add --force-folder-index option to create indexes for folders intended for indexing cold storage HDD backups.

Performance

  • Apply file type checks associated with a backend before trying to open a file with it. This should clean out exceptions from more verbose log levels and may speed up mounting of many files.

AppImages

The AppImages can be downloaded, made executable with chmod u+x *.AppImage, and executed directly to start ratarmount.

There are also usability helpers for AppImages such as AppImageLauncher and AM.

If the AppImage is too slow to start up or to reduce memory overhead for the AppImage itself, the AppImage can also be manually unpacked and installed:

  • Extract with ratarmount-*.AppImage --appimage-extract
  • The extracted AppImage can be started by executing squashfs-root/AppRun.
  • Rename and move the resulting generic squashfs-root folder wherever you want, e.g., /opt/ratarmount-<version>.
  • Add a link to /opt/ratarmount-<version>/AppRun into some folder that is in your PATH variable, e.g., with: ln -s /opt/ratarmount-<version>/AppRun ~/.local/bin/ratarmount

Slim Version

Supports: 7z, ASAR, bzip2, EXT4, FAT, gzip, RAR, SQLAR, TAR, XZ, ZIP, zlib, ZStandard

Normal / Full Version

Supports:

  • All slim formats
  • libarchive backend: ar, CAB, cpio, grzip, ISO9660, lrzip, LZ4, lzip, LZMA, lzop, RPM, UU, WARC, XAR, Z
  • SquashFS
  • All remote protocols: ftp://, git://, http://, ssh://, ...
  • Colored output
  • Ships with compiled Python bytecode to speed up startup latency by 2-3x at the cost of 20% larger AppImage size.

... (truncated)

Changelog

Sourced from ratarmount's changelog.

Version 1.3.0 built on 2026-05-10

Feature

  • Add --recreate-index-on-errors and make --no-recreate-index only use existing indexes and never modify them.
  • Add --no-mount, --mount toggle option to only trigger index creation without mounting.
  • Add direct support for AR archives, which should be faster than libarchive for large archives, including .deb and .a files.
  • Apply --transform to 7z files.
  • Add HTMLMountSource to expose embedded base64-encoded files, such as images, CSS, and JavaScript files, as a filesystem. Works particularly well with files created by the Save Page WE browser extension because it also stores the original URL and name of embedded files.
  • Add --hashes option for computing hashes and storing them as user.hash.<name> xattrs in the index.
  • Add --force-folder-index option to create indexes for folders intended for indexing cold storage HDD backups.

Performance

  • Apply file type checks associated with a backend before trying to open a file with it. This should clean out exceptions from more verbose log levels and may speed up mounting of many files.

Version 1.2.3 built on 2026-04-19

Fixes

  • Avoid double quotes for strings in SQLite statements
  • Make --version work without mfusepy.
  • Make argument completion work with the AppImage when python-argcomplete is installed and global completion mode is enabled (activate-global-python-argcomplete).

Version 1.2.2 built on 2026-03-13

Fixes

  • WriteOverlay: Moving a newly created file into a subfolder of the read-only source failed.
  • WriteOverlay: Broken symbolic links were not correctly removed from the overlay folder.
  • Avoid network requests for --version and --oss-attributions-short.
  • Automatically create parent paths to log file specified with --log-file if they do not exist.
  • Make format detection more robust against empty or small files and without sqlcipher3 installed.

Version 1.2.1 built on 2025-11-19

Fixes

  • WriteOverlay: Reading from newly created overlay files did fail.
  • Properly format multiple URLs per dependency in --oss-attributions output.

... (truncated)

Commits
  • ee92928 [doc] Set changelog date for version 1.3.0
  • 234eef9 [style] Remove unused import
  • ab8e55b [doc] Remove @​develop because that branch is too unstable and renamed to dev
  • 0d53a2f [doc] Adjust AppImage icon to make the aspect ratio more square and the mouth...
  • 11f14e8 [doc] Document forgotten /binary group for --recursive-extensions in CLI help...
  • e74afda [doc] Document CRC32 checksumming check and JBOD backup pruning
  • 37daf63 [feature] Add --force-folder-index option to create indexes for folders
  • bca1282 [feature] Add --hashes option for computing hashes and storing them as user.h...
  • 8f9e89b [API] Assume no mount point being specified with --no-mount
  • 823cd34 [API] Remove "mount" flag from FuseMount and implement --no-mount more leanly
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [ratarmount](https://github.com/mxmlnkn/ratarmount) from 0.8.1 to 1.3.0.
- [Release notes](https://github.com/mxmlnkn/ratarmount/releases)
- [Changelog](https://github.com/mxmlnkn/ratarmount/blob/master/CHANGELOG.md)
- [Commits](mxmlnkn/ratarmount@v0.8.1...v1.3.0)

---
updated-dependencies:
- dependency-name: ratarmount
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file infrastructure Related to CI, versioning, websites, organizational issues, etc python:uv labels Jul 1, 2026
@dependabot
dependabot Bot requested a review from neutrinoceros as a code owner July 1, 2026 05:22
@dependabot dependabot Bot added infrastructure Related to CI, versioning, websites, organizational issues, etc dependencies Pull requests that update a dependency file python:uv labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file infrastructure Related to CI, versioning, websites, organizational issues, etc python:uv

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants