1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-04 14:06:54 +00:00

Release 1.5.2

Includes a fix for CVE-2021-41190 / GHSA-77vh-xpmg-72qh .

- use fedora:latest in contrib/skopeoimage/*/Dockerfile
- Fix test bug that prevented useful diagnostics on registry fail
- proxy: Add an API to fetch the config upconverted to OCI
- proxy: Add support for manifest lists
- proxy: Uncapitalize all errors
- Cirrus: Bump Fedora to release 35 & Ubuntu to 21.10
- Update to c/image v5.17.0

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2021-11-26 12:00:56 +01:00 committed by Lokesh Mandvekar
parent 69728fdf93
commit 8a88191c84

View File

@ -1,4 +1,4 @@
package version
// Version is the version of the build.
const Version = "1.5.2-dev"
const Version = "1.5.2"