diff --git a/_service b/_service index 863e8f2..f0f8949 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containers/podman.git git - v4.2.0 + v4.2.1 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 4ae81c6..864a20b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/podman.git - 7fe5a419cfd2880df2028ad3d7fd9378a88a04f4 \ No newline at end of file + 62b324ddf718411b1d4d0ba8117c632f7f984a38 \ No newline at end of file diff --git a/podman-4.2.0.tar.xz b/podman-4.2.0.tar.xz deleted file mode 100644 index abc0472..0000000 --- a/podman-4.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a5a42d0f1d2c034fbbc674c87bde30ce4e5876b613df73e67d7138651677e0b -size 7876712 diff --git a/podman-4.2.1.tar.xz b/podman-4.2.1.tar.xz new file mode 100644 index 0000000..f175d39 --- /dev/null +++ b/podman-4.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2577f3c921effa04f9ecc3a350ceacfb74a7e24edb9acf913d61fa42a231b59d +size 7886360 diff --git a/podman.changes b/podman.changes index 3a47c59..ce50936 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Wed Sep 21 02:01:16 UTC 2022 - asarai@suse.com + +- Update to version 4.2.1: + * Bump to v4.2.1 + * Add release notes for v4.2.1 + * remove SkipIfNotFedora() from events test + * fix podman events with custom format + * Drop stale config value resulting in asymmetric config + * Fix list of default capabilities + * Add container GID to additional groups + * libpod: Ensure that generated container names are random + * Fix bind-mount-option annotation in gen/play kube + * Improved Windows compatibility for machine command + * updated apiv2 tests to reflect hash compat fix + * api: return imageID instead of imageName, for "Image" when Podman API is queried + * Inhibit SIGTERM during Conmon startup + * Fix example sections to follow the same format + * Fix template name inconsistency + * service: make move to sub-cgroup non fatal + * Remove duplicate annotations in generated service yaml + * Compat API image remove events now have 'delete' status + * [CI:DOCS] Automatically set podman version in pkginstaller + * Allow colons in windows file paths + * Fixes isRootfull check using qemu machine on Windows + * vendor containers/psgo@v1.7.3 + * Allow podman to run in an environment with keys containing spaces + * Document restrictions on transport in FROM + * Improved Windows compatibility + * pass environment variables to container clone + * podman save: update --compress validation + * sort hc.Binds returned from compat api + * Cirrus: Update podman-machine comment + * podman images and friends can take one image as argument + * [CI:DOCS] Add .DS_Store to gitignore + * podman-kube@.service.in: Remove Restart=never option with typo + * Fix #15499 already connected network + * [CI:DOCS] Cirrus: Update meta-task for EC2 image + * fix CI: remove hardcodeded alpine version + * fix CI: remove hardcodeded alpine version + * Preserve all unknown PolicyRequirement fields on (podman image trust set) + * Reorganize the types in policy.go a bit + * Add support for showing keyPaths in (podman image trust show) + * Support (image trust show) for sigstoreSigned entries + * BREAKING CHANGE: Change how (podman image trust show) represents multiple requirements + * Reorganize descriptionsOfPolicyRequirements a bit + * Use the full descriptionsOfPolicyRequirements for the default scope + * Rename haveMatchRegistry to registriesDConfigurationForScope + * Rename tempTrustShowOutput to entry + * Split descriptionsOfPolicyRequirements out of getPolicyShowOutput + * Recognize the new lookaside names for simple signing sigstore + * Add a unit test for trust.PolicyDescription + * Make the output of (podman image trust show) deterministic + * Make most of pkg/trust package-private + * Move most of ImageEngine.ShowTrust into pkg/trust.PolicyDescription + * Add support for sigstoreSigned in (podman image trust set) + * Create new policy entries together with validating input + * Improve validation of data in ImageEngine.SetTrust + * Move most of imageEngine.SetTrust to pkg/trust.AddPolicyEntries + * Add a variable for scope + * Make trust.CreateTempFile private + * Reorganize pkg/trust + * Remove an unused trust.ShowOutput type + * Remove commented out code + * libpod: UpdateContainerStatus: do not wait for container + * Skip / update some tests under runc + * Bump to v4.2.1-dev + * test: update apply-podman-deltas for new tests + * build: implement --cache-to,--cache-from and --cache-ttl + * vendor: bump buildah to v1.27.0 + ------------------------------------------------------------------- Thu Aug 11 08:50:55 UTC 2022 - michael@stroeder.com diff --git a/podman.spec b/podman.spec index 28d0ff0..97e011e 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 4.2.0 +Version: 4.2.1 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0