Skip to content

Commit

Permalink
v5.11.0
Browse files Browse the repository at this point in the history
* Enable subdomain matching in registries.conf
* registries.conf: configure credential helpers
* Bump github.com/containers/storage from 1.28.0 to 1.28.1
* Bump github.com/klauspost/compress from 1.11.12 to 1.11.13
* Bump github.com/vbauerster/mpb/v6 from 6.0.2 to 6.0.3
* storage destination: improve doc comments re: concurrency
* Spelling
* Bump github.com/containers/storage from 1.27.0 to 1.28.0
* manifest: GuessMIMEType: support OCI artifacts
* copy: early commit of storage blobs
* fix docker.GetDigest docker.makeRequestToResolvedURL docker.getExternalBlob socket leak
* fix typo in docs/containers-registries.conf.d.5.md
* fix GetBlob socket leak Closes #1177
* platform matcher: use compat matrix
* Cirrus: Migrate from Travis CI
* add option to download foreign layers contents
* Bump github.com/klauspost/compress from 1.11.9 to 1.11.12
* storageImageSource.LayerInfosForCopy(): return uncompressed MediaTypes
* storage: GetBlob: write to a local tempfile
* Bump github.com/klauspost/compress from 1.11.7 to 1.11.9
* Bump github.com/ulikunitz/xz from 0.5.9 to 0.5.10
* Bump github.com/containers/storage from 1.26.0 to 1.27.0
* shortnames: correctly determine cache directory for rootless
* README: godoc: point to v5
* Check destination image exists copy optimization
* copy: compute blob compression on reused blobs based on source MediaType
* copy: provide compression info about copied blobs
* shortnames: resolution error: point to manpage if config is absent
* bump to v5.11.0-dev
* short-name-aliases.conf: use cache folders instead of $HOME
* update progress-bar lib mpb to v6
* Bump github.com/containers/storage from 1.24.5 to 1.25.0
* Bump github.com/containers/ocicrypt from 1.0.3 to 1.1.0
* Update containers-registries.conf.5.md
* Fix writing signatures for updated multi-arch image components
* Beautify copyBlobStream a bit
* move to v5.10.2-dev

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 committed Apr 9, 2021
1 parent 3734406 commit f943351
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
Expand Up @@ -11,7 +11,7 @@ const (
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 f943351

Please sign in to comment.