mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
v0.1.41
* Bump github.com/containers/image/v5 from 5.2.0 to 5.2.1 * Bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8 * Bump github.com/containers/common from 0.0.7 to 0.1.4 * Remove the reference to openshift/api * vendor github.com/containers/image/v5@v5.2.0 * Manually update buildah to v1.13.1 * add specific authfile options to copy (and sync) command. * Bump github.com/containers/buildah from 1.11.6 to 1.12.0 * Add context to --encryption-key / --decryption-key processing failures * Bump github.com/containers/storage from 1.15.2 to 1.15.3 * Bump github.com/containers/buildah from 1.11.5 to 1.11.6 * remove direct reference on c/image/storage * Makefile: set GOBIN * Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.7 * Bump github.com/containers/storage from 1.15.1 to 1.15.2 * Introduce the sync command * openshift cluster: remove .docker directory on teardown * Bump github.com/containers/storage from 1.14.0 to 1.15.1 * document installation via apk on alpine * Fix typos in doc for image encryption * Image encryption/decryption support in skopeo * make vendor-in-container * Bump github.com/containers/buildah from 1.11.4 to 1.11.5 * Travis: use go v1.13 * Use a Windows Nano Server image instead of Server Core for multi-arch testing * Increase test timeout to 15 minutes * Run the test-system container without --net=host * Mount /run/systemd/journal/socket into test-system containers * Don't unnecessarily filter out vendor from (go list ./...) output * Use -mod=vendor in (go {list,test,vet}) * Bump github.com/containers/buildah from 1.8.4 to 1.11.4 * Bump github.com/urfave/cli from 1.20.0 to 1.22.1 * skopeo: drop support for ostree * Don't critically fail on a 403 when listing tags * Revert "Temporarily work around auth.json location confusion" * Remove references to atomic * Remove references to storage.conf * Dockerfile: use golang-github-cpuguy83-go-md2man * bump version to v0.1.41-dev * systemtest: inspect container image different from current platform arch Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package version
|
||||
|
||||
// Version is the version of the build.
|
||||
const Version = "0.1.41-dev"
|
||||
const Version = "0.1.41"
|
||||
|
Reference in New Issue
Block a user