Skip to content

Commit

Permalink
v5.17.0
Browse files Browse the repository at this point in the history
Includes a fix for CVE-2021-41190 / GHSA-77vh-xpmg-72qh .

* [CI:DOCS] Misc manpage fixups
* Log credentials helper path if available
* Record locations of blobs discovered by PutBlob but not TryReusingBlob
* Fix possible out-of-bounds accesses in string indexing
* Precompute digests option prior to registry upload
* Add simple documentation how to use c/image with podman's rootless mode
* Fix c/image fails to pull OCI image with non-`http(s)://` urls
* Reject ambiguous manifest formats

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Nov 19, 2021
1 parent d14f4ca commit de81eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 5
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 16
VersionMinor = 17
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 2
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit de81eae

Please sign in to comment.