Releases: coreos/rpm-ostree
v2024.8
Biggest notable thing here is fixing a regression that causes older rpm-ostree to not be able to read deployments generated by the new version:
- core: Continue to write now-empty
rpmostree.modules
metadata by @cgwalters in #5069
Other changes
- packaging/rpm-ostree.spec: add libzstd-devel BuildRequires by @jmarrero in #5038
- rust/bwrap: log
fusermount -u
errors to stderr by @jlebon in #5046 - ci: update f40 kernel url by @HuijingHei in #5045
- ci: fix test failing for Duplicate lines in journal by @HuijingHei in #5049
- core: Fix Coverity WRAPPER_ESCAPE by @cgwalters in #5051
- build(deps): bump rust-ini from 0.21.0 to 0.21.1 by @dependabot in #5041
- build(deps): bump regex from 1.10.5 to 1.10.6 by @dependabot in #5043
- build(deps): bump tokio from 1.38.0 to 1.39.2 by @dependabot in #5026
- build(deps): bump serde from 1.0.203 to 1.0.208 by @dependabot in #5052
- build(deps): bump serde_json from 1.0.119 to 1.0.125 by @dependabot in #5050
- build(deps): bump openssl from 0.10.64 to 0.10.66 by @dependabot in #5023
- build(deps): bump tempfile from 3.10.1 to 3.12.0 by @dependabot in #5059
- build(deps): bump cxx from 1.0.124 to 1.0.126 by @dependabot in #5057
- build(deps): bump is-terminal from 0.4.12 to 0.4.13 by @dependabot in #5055
- build(deps): bump camino from 1.1.7 to 1.1.9 by @dependabot in #5060
- build(deps): bump tokio from 1.39.2 to 1.39.3 by @dependabot in #5056
- build(deps): bump serde_json from 1.0.125 to 1.0.127 by @dependabot in #5067
- rust: Squash two minor build warnings by @cgwalters in #5070
- packaging/rpm-ostree.spec: Update to sync with rawhide by @jmarrero in #5047
- Release 2024.8 by @cgwalters in #5073
- build(deps): bump cxx-build from 1.0.124 to 1.0.128 by @dependabot in #5077
Full Changelog: v2024.7...v2024.8
v2024.7
This is mainly a bugfix release and one new feature:
#4974 Add `Recommends=` knob in rpm-ostreed.conf
One notable bugfix comming from ostree-rs-ext is ostreedev/ostree-rs-ext#648 related to hardlinks in /etc
.
Other changes
Benno Rice (1):
packaging: Use git timestamp as mtime for vendored files
Colin Walters (2):
Remove all modularity support
ci: Uninstall kexec harder
Jonathan Lebon (3):
README: reflect development status
Add `Recommends=` knob in rpm-ostreed.conf
ci/test-container: Stop using f38 packages
Jordan Webb (2):
rust/src/scripts.rs: ignore posttrans for ELRepo's kernel-lt and kernel-ml
Add `arch` as a parameter to `package_meta`
Mike (1):
Clarify version query syntax usage in treefile doc
Timothée Ravier (1):
ci: Add SPDX-License-Identifier: Apache-2.0 OR MIT
```
## New Contributors
* @jordemort made their first contribution in https://github.com/coreos/rpm-ostree/pull/4982
* @mtalexan made their first contribution in https://github.com/coreos/rpm-ostree/pull/5028
**Full Changelog**: https://github.com/coreos/rpm-ostree/compare/v2024.6...v2024.7
v2024.6
This is mainly a bugfix release and a couple of new features:
- #4939 daemon: use new finalization APIs.
- #4859 disable downloading filelists by default.
- #4962 container: Add spinner/progress for layer fetches
One notable feature from ostree-rs-ext added with this dependency bump #4946 is initial support for zstd:chunked via ostreedev/ostree-rs-ext#622
Colin Walters (2):
Remove modularity support entrypoints
container: Add spinner/progress for layer fetches
HuijingHei (1):
kargs: keep spaces in double quotes
Jonathan Lebon (5):
docs/treefile.md: Document postprocess script ordering
daemon: use new finalization APIs
ci/test-container: move URL definitions to the top
core: also wrap `kernel-install` for scriptlets
packaging: drop `.in` extension on `rpm-ostree.spec.in`
Joseph Marrero (2):
Release 2024.6
rpm-ostree-fix-shadow-mode.service: don't run if OS is not installed
Luke Yang (3):
Various Fedora 40 fixes
Update to f40 kernel
Disable downloading filelists by default
Timothée Ravier (6):
docs/HACKING: Add example for ostree-rs-ext crate development
update-check: Print unreliability warning on stderr
deployment_utils: Also add version to cached update
docs/HACKING: Update crate patching example
container-update-check: Validate version in manifest diff
deployment_utils: Fix version for cached container update
Yaakov Selkowitz (1):
rpm-ostree.spec.in: Update rust macro usage
New Contributors
- @yselkowitz made their first contribution in #4921
Full Changelog: v2024.5...v2024.6
v2024.5
Release 2024.5
This is mainly a bugfix release with two notable PRs for
GHSA-2m76-cwhg-7wv6 which are:
On the compose side, encapsulating an OSTree commit into a container image is now much faster thanks to a more efficient approach. Encapsulating desktop composes in particular should now be much less painful.
On top of those changes there are several updates to the dependencies, error handling fixes and a CI updates.
Colin Walters (6):
Release 2024.4
Revert "compose: Inject our static tmpfiles.d dropins earlier"
Revert "ci: Test `opt-usrlocal-overlays` end-to-end in Prow CI"
passwd: Don't traverse symlinks when querying metadata
container: Check that we found packages
shadow: Adjust all deployments
Fred Tibbitts (1):
Add kernel-uek-core.posttrans to list of ignored package scripts
HuijingHei (1):
ci: sync tests with bootloader naming
Jonathan Lebon (1):
passwd: create `/etc/[g]shadow` with mode 0
Joseph Marrero (1):
install: specify sub-commands that are container build only.
Tym Lipari (1):
container-encapsulate: make build_mapping_recurse significantly faster (#4768)
jbtrystram (1):
unit: chmod /etc/[g]shadow[-] to 0000
New Contributors
- @tymlipari made their first contribution in #4768
- @jbtrystram made their first contribution in #4911
- @fredtibbitts made their first contribution in #4912
Full Changelog: v2024.4...v2024.5
v2024.4
What's Changed
- build(deps): bump cxx from 1.0.115 to 1.0.116 by @dependabot in #4834
- build(deps): bump indicatif from 0.17.7 to 0.17.8 by @dependabot in #4833
- build(deps): bump serde_yaml from 0.9.30 to 0.9.32 by @dependabot in #4832
- build(deps): bump serde_json from 1.0.109 to 1.0.113 by @dependabot in #4825
- packaging: use -p for creating dirs/subdirs by @dougsland in #4836
- cliwrap/rpm: mark
--eval
/-E
as safe by @jlebon in #4835 - build(deps): bump cxx-build from 1.0.115 to 1.0.117 by @dependabot in #4837
- build(deps): bump nix from 0.27.1 to 0.28.0 by @dependabot in #4838
- build(deps): bump anyhow from 1.0.75 to 1.0.80 by @dependabot in #4841
- build(deps): bump rustix from 0.38.28 to 0.38.31 by @dependabot in #4839
- build(deps): bump serde from 1.0.196 to 1.0.197 by @dependabot in #4840
- ci: Test
opt-usrlocal-overlays
end-to-end in Prow CI by @jlebon in #4810 - docs: replace dead link to osbuild blog by @msehnout in #4847
- cliwrap: make
install-to-root
idempotent by @jlebon in #4848 - build(deps): bump libglnx from
b415d04
to202b294
by @dependabot in #4826 - build(deps): bump h2 from 0.3.18 to 0.3.24 by @dependabot in #4785
- docs: Add doc about build rpm-ostree+autosd by @dougsland in #4849
- build(deps): bump chrono from 0.4.31 to 0.4.34 by @dependabot in #4858
- build(deps): bump openssl from 0.10.60 to 0.10.64 by @dependabot in #4856
- build(deps): bump cxx from 1.0.116 to 1.0.118 by @dependabot in #4855
- build(deps): bump cxx-build from 1.0.117 to 1.0.118 by @dependabot in #4853
- build(deps): bump cxx from 1.0.116 to 1.0.119 by @dependabot in #4864
- client:
[allow(unused_variables)]
in one helper by @cgwalters in #4865 - bwrap: Pass mutability flag, not unified core by @cgwalters in #4863
- build(deps): bump clap from 4.4.18 to 4.5.2 by @dependabot in #4868
- build(deps): bump reqwest from 0.11.23 to 0.11.25 by @dependabot in #4867
- build(deps): bump cxx-build from 1.0.118 to 1.0.119 by @dependabot in #4866
- build(deps): bump mio from 0.8.9 to 0.8.11 by @dependabot in #4860
- lib: Bump to ostree-ext 0.13.3 by @cgwalters in #4870
- Change "enable replacement" error text to "allow replacement" to match command-line interface by @ianloic in #4869
- compose: change opt_usrlocal_overlays to be an enum by @cgwalters in #4850
- build(deps): bump serde_json from 1.0.113 to 1.0.114 by @dependabot in #4857
- libpriv/scripts: support files in transfiletriggerin patterns by @jlebon in #4871
- Release 2024.4 by @cgwalters in #4872
New Contributors
- @dougsland made their first contribution in #4836
- @msehnout made their first contribution in #4847
- @ianloic made their first contribution in #4869
Full Changelog: v2024.3...v2024.4
v2024.3
Release 2024.3
Notable enhancements are:
- rpm-ostree now has experimental support for installing RPMs with files in
/opt
and/usr/local
. This can be enabled at compose time (via theopt-usrlocal-overlays
switch), or client-side using an environment variable. Feedback on the approach would be greatly appreciated! #4728
Colin Walters (2):
Port to ostree-ext 0.13, cap-std 3
Release 2024.3
HuijingHei (3):
proxy-test: verify proxy environment works
Enhance 2 upgrade tests
tests: minor fix for `client-layering-upgrade`
Jonathan Lebon (10):
importer: Allow `/usr/local` RPM content
Support RPMs installing in `/opt` and `/usr/local`
app: Make `/var/usrlocal` and `/var/opt` compat symlinks in state overlay model
core: Add knob to make it easier to test out state overlay model
libpriv/rpm-util: Fix cap_t leak
composepost: Add SELinux equivalency rule for /usr/lib/opt → /opt
ci/prow: Build rpm instead
.copr/Makefile: Allow building RPM without git remote
Scott Hebert (1):
Update container.md
Timothée Ravier (1):
docs: Add generic container image configuration support
New Contributors
Full Changelog: v2024.2...v2024.3
v2024.2
Release 2024.2
Notable bug fixes are:
- rpm-ostree now will set the correct file capabilities by getting the actual xattr bytes: #4769
- rpm-ostree (ostree-ext) now will not remove all environment variables: ostreedev/ostree-rs-ext#583. For example this can affect proxy configuration passed via environment variables.
Colin Walters (1):
daemon: Add a bit more error prefixing
HuijingHei (1):
test-misc-2.sh: update checking log
Jonathan Lebon (9):
core: Don't touch /usr/local at assembly time
app: Tweak tmpfiles.d integration entries for `/usr/local`
app: Split out /var/{opt,usrlocal} tmpfiles.d entries in separate dropin
ci/prow: temporarily stop composing with new rpm-ostree
rust/lockfile: Drop unused imports
libpriv: Stop digging in private libcap internals
.github: add new issue template
Joseph Marrero (2):
Update ostree-ext to 0.12.9
Release 2024.2
Timothée Ravier (1):
Cargo.toml: Exclude idna/tests for vendor tarball
Full Changelog: v2024.1...v2024.2
v2024.1
This release fixes two regressions, one introduced in 2023.13
for upgrades with layered packages, and one for kernel
argument handling.
What's Changed
- build(deps): bump tokio from 1.34.0 to 1.35.1 by @dependabot in #4743
- build(deps): bump clap from 4.4.4 to 4.4.11 by @dependabot in #4742
- build(deps): bump reqwest from 0.11.20 to 0.11.23 by @dependabot in #4741
- build(deps): bump unsafe-libyaml from 0.2.8 to 0.2.10 by @dependabot in #4739
- build(deps): bump tempfile from 3.8.0 to 3.8.1 by @dependabot in #4744
- Check generated tmpfiles.d dir when removing package by @HuijingHei in #4746
- build(deps): bump futures from 0.3.28 to 0.3.30 by @dependabot in #4751
- build(deps): bump is-terminal from 0.4.9 to 0.4.10 by @dependabot in #4750
- build(deps): bump serde_json from 1.0.108 to 1.0.109 by @dependabot in #4749
- build(deps): bump cxx from 1.0.107 to 1.0.112 by @dependabot in #4748
- build(deps): bump cxx-build from 1.0.107 to 1.0.112 by @dependabot in #4747
- kargs: run
delete-if-present
andappend-if-missing
failed when there is existingkey
by @HuijingHei in #4738 - Release 2024.1 by @cgwalters in #4752
Full Changelog: v2023.12...v2024.1
Release 2023.12
Notable bug fixes are:
- rpm-ostree now will remove duplicate tmpfiles entries #4697
- rpm-ostree now will properly prune container layers #4720
Colin Walters (9):
tmpfiles: Add a unit test
tmpfiles: Rename reader function
tmpfiles: Change `read_tmpfiles` to return a direct hashmap
tmpfiles: Collect into a BTreeMap for reproducibility
tmpfiles: Drop intermediate re-allocation
composepost: Support rootfs.transient=yes
Ensure container image layers are pruned
tmpfiles: Fix error contexts
tmpfiles: Handle old caches
HuijingHei (4):
rpm-ostree-0-integration.conf: remove `/var/lib` tmpfiles entry as it is duplicated in `var.conf`
rpmostree-postprocess.cxx: remove `var/` in unified core mode
utils.rs: remove duplicate tmpfiles entries
tmpfiles.rs: minor update
Full Changelog: v2023.11...v2023.12
Release 2023.11
This is a smaller release. Notable new features and bug fixes are:
- rpm-ostree now supports adding generic container configs #4701
- rpm-ostree now adds padding between dracut's initramfs and random CPIO #4683
Colin Walters (10):
Update to ostree-ext 0.12.5
daemon: Make one bit of C++ code compatible with f38+f39 clang-format
ci/test-container: Drop modularity tests in F39
ci/test-container: Update for f39
Remove layering-modules test
tests: Add f39 compatibility
tests/container-build-integration: Use testing-devel
tests: Skip tests that need the fix for https://github.com/systemd/systemd/issues/29275
lib: Update ostree-ext
compose: Add support for specifying image config
Hongxu Jia (2):
correct bash completion
src/app/libmain.cxx: correct output of rpm-ostree compose -h
Jonathan Lebon (6):
tests/layering-fedorainfra: update bodhi/koji URLs for f39
tests/libtest: drop BuildArch from spec file for test RPMs
ci: bump vmcheck timeout to 1 hour
ci: cancel previous build on PR update
lockfile: add SRPM name in metadata field
libpriv/kernel: Add padding between dracut initramfs and random CPIO
Joseph Marrero (1):
Stop vendoring bootc
New Contributors
- @hongxu-jia made their first contribution in #4681
Full Changelog: v2023.10...v2023.11