Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 2021.13
This release contains mostly bugfixes and UX enhancements.
Some changes were made to help with reproducible builds. For example, rpm-ostree now passes the
SOURCE_DATE_EPOCH
to scripts during composes. Also, thelstchg
timestamp field is now scrubbed from shadow files, and the content of generatedtmpfiles.d
fragments is sorted. #3163 #3174A notable improvement for users is related to RPM packages with overlapping files color/disposition (i.e. multilib support), which are now properly handled at install time. This used to be a blocker for
unixODBC.i686
, a dependency ofwine
. #3125A new
rpm-ostree install --force-replacefiles
flag allows overriding files without replacing the package. This may be useful in "quick testing" or hotfix scenarios. #3125This release now consistently holds the ostree repository locked during a build, even when committing to a remote NFS repository. #3193
Thanks to all contributors!