Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
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č <[email protected]>
  • Loading branch information
mtrmac authored and lsm5 committed Nov 26, 2021
1 parent 69728fd commit 8a88191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is the version of the build.
const Version = "1.5.2-dev"
const Version = "1.5.2"

0 comments on commit 8a88191

Please sign in to comment.