Skip to content

Releases: sarus-suite/parallax

Release v0.9.7

07 Nov 16:03
48ab780

Choose a tag to compare

Merge pull request #31 from sarus-suite/fc-relaxed-repo-check

relaxed validation check to pass podman quirk

Release v0.9.6

31 Aug 18:37
6fe49d6

Choose a tag to compare

Merge pull request #28 from sarus-suite/fix-opensuse-15.6-build

Fix opensuse 15.6 build

Release v0.9.5

31 Aug 16:17
e6c5e0c

Choose a tag to compare

Merge pull request #26 from sarus-suite/fc-version-metadata-injection

Releases now print correct metadata for version, commit, and build data

Release v0.9.4

29 Aug 12:10
6652f0e

Choose a tag to compare

Merge pull request #24 from sarus-suite/opensuse156-support

Opensuse156 support

Release v0.9.3

28 Aug 22:49
e429292

Choose a tag to compare

Merge pull request #23 from sarus-suite/fc-image-lookup-hostname

Fc image lookup hostname

Release v0.9.2

06 Aug 00:32
039cd52

Choose a tag to compare

Merge pull request #20 from sarus-suite/fc-improved-robustness-canoni…

Release v0.9.1

05 Aug 16:13
04268b8

Choose a tag to compare

Merge pull request #18 from sarus-suite/fc-robust-mirror

Robust implementation of mirror, it skips scratch and only transfer metadata related to the RO podman store.

Release v0.9.0

04 Aug 20:02
c6353a6

Choose a tag to compare

Merge pull request #17 from sarus-suite/fc-strict-input-validation

Ro Storage is now validated to be either an empty dir or to have the overlay directories of a podman initialized store.
This would make more difficult, options mistakes that trigger large mirror operations.

Release v0.8.0

23 Jul 14:39
b35c1bd

Choose a tag to compare

Merge pull request #10 from sarus-suite/efficient-mirror

Mirror mechanism that enables parallelFS of store has been upgraded to avoid copying the squash directory. With this upgrade, only the store metadata used by the containers/storage library are mirrored into local storage, while the squash data is kept in parallelFS with mirror access via symlink.
This approach avoids the copy of the squash images, saving local space and large data transfers.

Release v0.7.0

21 Jul 08:51
c024edd

Choose a tag to compare

Merge pull request #9 from sarus-suite/squashfuse-options

Squashfuse options, revisited squashfuse operation. Dropped nonempty option not used for recent squashfuse releases. Updated minimum requirement for squashfuse to ensure option is not needed anymore.