Tags give the ability to mark specific points in history as being important
-
debian/2020.8-2+deb11u1_bpo10+1
896a2e68 · ·ostree release 2020.8-2+deb11u1~bpo10+1 for buster-backports (buster-backports) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
debian/2020.8-2+deb11u1
f1f1a7e4 · ·ostree release 2020.8-2+deb11u1 for bullseye (bullseye) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
debian/2022.2-3
1d6179f1 · ·ostree release 2022.2-3 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
debian/2022.2-2
0c9d74cd · ·ostree release 2022.2-2 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
debian/2022.2-1
4c5b57d0 · ·ostree release 2022.2-1 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
-
v2022.2
fbc6d21c · ·Release 2022.2 A usual collection of bugfixes and smaller enhancements. There is at least one bugfix worth calling out, which is https://github.com/ostreedev/ostree/pull/2549 that affects reliability of pulls with static deltas. It's a nicely self contained change, and if you aren't in a position to update to this latest release, we suggest cherry picking it. On the feature side, there's a new `ostree prune --commit-only` which allow decoupling deleting unreachable (or undesired) commits from actually deleting the referenced objects, so object garbage collection can be delayed for a later time, or amortized. The summary file now contains version information, which can help avoid fetching commits just to display that (often desired) metadata. Another notable feature is initial read side support for the new `bare-split-xattrs` repository mode that was created as part of the "ostree native containers" work in https://github.com/ostreedev/ostree-rs-ext/ We haven't yet committed to marking that as production ready and stable ~forever, but it's getting close. Thanks to all contributors! ``` Christian Hergert (2): lib/util: add syslog.h for ot_journal_print() lib/bootloader: use ot_journal_print() instead of sd-journal Colin Walters (11): main: Also support CLI extensions in `/usr/libexec/libostree/ext` sysroot: Add a public `#define OSTREE_PATH_BOOTED` deploy: Add a 5s max timeout on global filesystem `sync()` deploy: Also log to journal if we time out global sync() core: Mark `ostree_create_directory_metadata` as `(not nullable)` lib/tar: Add some error prefixing build-sys: Drop `-Werror=aggregate-return` mtree: Use declare-and-initialize style mtree: Load traversed subdirs when creating parents Release 2022.2 configure: post-release version bump Dan Nicholson (3): github: Workaround glib/seccomp issue on Ubuntu impish lib/repo: Add commit version metadata to summary metadata .lgtm.yml: Fix gpgme dependency Jonathan Lebon (9): lib/deploy: When deleting staged deployment, delete any lock ostree/deploy: Test finalization locking tests/kolainst: Avoid recursive symlinks ci/libbuild.sh: drop yum/CentOS support ci/make-git-snapshot.sh: fix archive name ci/make-git-snapshot.sh: auto-initialize submodules ci/make-git-snapshot.sh: xz the archive Add COPR integration Makefile lib/gpg-verify-result: Add missing floating annotation Luca BRUNO (14): configure: post-release version bump libotutil: avoid leaking builder memory on error ostree: check g_setenv return value libostree/sepolicy: get rid of a g_setenv() call lib/commit: always validate metadata lib/commit: reject empty metadata keys builtin: use GCancellable and GError everywhere lib/repo: open file only if required lib/commit: clean up assertions lib/core: introduce two new object types for split xattrs lib/core: introduce 'bare-split-xattrs' mode lib/repo: read split xattrs content from file-xattrs-link objects lib/commit: disallow writing content in 'bare-split-xattrs' mode tests/basic-bare-split-xattrs: add fixture, check read logic Marco Melorio (2): man: Fix typo in ostree-admin-switch man: Fix typo in ostree-find-remotes Nikita Dubrovskii (2): s390x: add "IBM Secure Execution for Linux" support s390x: add LUKS keyfile to 'sd-boot' Phaedrus Leeds (2): Fix marking static delta commits as partial lib/repo-refs: Remove misleading newline Saqib Ali (4): src/ostree: Add --commit-only option to ostree prune man/prune, bash: Add --commit-only flag for ostree prune tests/test-prune.sh: expand testing for --commit-only tests/test-prune.sh: Use TAP API Simon McVittie (2): libotutil: Avoid infinite recursion during error unwinding Update submodule: libglnx dependabot[bot] (2): build(deps): bump libglnx from `803adaf` to `88da8dd` build(deps): bump libglnx from `88da8dd` to `c71f7ae` ``` Git-EVTag-v0-SHA512: 76d1acaddbd2fdcb559f82f5fa90002e49d6d23b78c20fa18972254473c316d5e6e627eda3a0d237a4ad3e962e6b02255aea81758fb18a8de969ddf727576484 -
debian/2022.1-3
55012002 · ·ostree release 2022.1-3 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
debian/2022.1-2
313909dd · ·ostree release 2022.1-2 for experimental (experimental) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
debian/2022.1-1
c128e91b · ·ostree release 2022.1-1 for experimental (experimental) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
-
v2022.1
6c903ab0 · ·Release 2022.1 This release adds transparent support for external sub-commands on the `ostree` binary. Custom binaries present in PATH in the form of `ostree-<subcmd>` will be now used as a fallback for sub-commands that are not natively implemented. For example, this means that a custom `/usr/bin/ostree-my-command` binary can be used to transparently provide `ostree my-command`. Build logic has been updated to support both libfuse 2.x and 3.x. Auto-detection is performed at configuration time, and the 3.x library is preferred from now on. Legacy 2.x support will be deprecated and removed in the future. Several fixes and safety improvements have been merged, also addressing some static analysis warnings. The git submodule for `bsdiff` has been updated to latest upstream revision, picking up additional bound-checks and fixing CVE-2014-9862. Git-EVTag-v0-SHA512: ed5805dfc07b9bc32fbd72d797de4c0db6c6130c0fbd550eb0b26cfee5726108c25ef040bbc9f9834495240c2ef3c05a3ba166d5e154e7516ae81db556f5ee9c
-
debian/2021.6-1
afc491e4 · ·ostree release 2021.6-1 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
-
v2021.6
f1155c8d · ·This is a bugfix release. Most of the fixes are related to warnings highlighted by `gcc -fanalyzer` static source analysis. Performance of pruning logic has been improved, avoiding unnecessary trips through redundant serialization (#2484). A regression has been fixed so that `ostree` is properly behaving again when used from the initramfs, at a point where `/sysroot` may not be mounted yet (#2486). A race condition related to `sysroot.readonly` has been addressed by directly setting up sysroot readonly in initramfs (#2187). --- ``` Colin Walters (14): Remove OstreeTlsCertInteraction bits from introspection remote: Fix gcc `-fanalyzer` warning deployment: Fix gcc `-fanalyzer` warning sysroot: Fix gcc `-fanalyzer` warning fetcher/soup: Fix gcc `-fanalyzer` warning static-delta: Fix probably not actually possible NULL deref utils: Fix unreachable `NULL` deref by adding assertion variantutil: Fix gcc `-fanalyzer` warnin Attempt to update packit flow to build in COPR libglnx: Bump to ef502aabf7d3a0d37f9c4d228f870ac93404447b ci: Enable -fanalyzer tests/rollsum: Use `g_malloc` not `malloc` prepare-root: Set up sysroot readonly in initramfs ci: Require `libcap2-bin` for `capsh` Dan Nicholson (1): lib/prune: Avoid unnecessary object serialization Jonathan Lebon (1): app: Only remount /sysroot if needed Luca BRUNO (8): prepare-root: tweak log messages to clarify errors repo/private: move OstreeRepoAutoTransaction to a boxed type tests/var-mount: tweak test setup prepare-root: make all mount operations silent prepare-root: check return codes for errors when assembling paths prepare-root: get rid of a global variable prepare-root: check for read-only sysroot status early on Release 2021.6 Ryan Gonzalez (1): lib: Avoid dereferencing NULL error values Simon McVittie (1): test-commit-sign.sh: Skip a unit test when running as an installed-test Timothée Ravier (1): docs: Do not convert -- & --- to en/em-dash Valentin David (1): lib: Fix a bad call to g_file_get_child Šimon (Simon) Rataj (1): Added Fedora Kinoite link ``` Git-EVTag-v0-SHA512: 68f80d5f3585642ca98a9e9f462a12047735038b97e4e50b8ca338935a660f3da691ae1360b06f648a04ed264e9f2e4c39714cb8b7063f25152a542da8c1bba8 -
debian/2021.5-1
fb8b2ecd · ·ostree release 2021.5-1 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
-
v2021.5
63bf5e60 · ·Release 2021.5 In this release, the sysroot code now ignores (with a log) any non-regular/non-symlink files in `/etc`. See: https://github.com/ostreedev/ostree/issues/2446 There are a few fixes and API additions for the new "ostree container" work happening in Rust in: https://github.com/ostreedev/ostree-rs-ext/ Some internal preparatory work landed for making an `AutoTransaction` API for C. Finally, some small test suite improvements landed. ``` Colin Walters (11): tests/pull-test: Avoid duplicating test numbers tests: Add new TAP APIs bin/commit: Fix --tree=tar with --selinux-policy tests: Use ostree-ext 0.3.0 fsck: Print a success message repo: Add an API to init `OstreeSePolicy` from commit directly sepolicy: Add deprecation comment for `_get_path()` lib: Add an API to construct a `MutableTree` from a commit deploy: Ignore sockets, fifos in /etc during merge Release 2021.5 configure: post-release version bump Luca BRUNO (1): repo/private: allow committing/aborting through a transaction guard ``` Git-EVTag-v0-SHA512: 96b1d96a0a9c63193670969ca55b64cc11a0b0fbe7e8f8996245f9d6f7c81a43a4081bc4226ada0ce81c8d8a173414dc062945148b87ebc19a8787a199e6079b -
debian/2021.4-1
36d62a7c · ·ostree release 2021.4-1 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-