Skip to content

Commit 7d080ca

Browse files
committed
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/[email protected] * 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 <[email protected]>
1 parent b6e7fbd commit 7d080ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the version of the build.
4-
const Version = "0.1.41-dev"
4+
const Version = "0.1.41"

0 commit comments

Comments
 (0)