Skip to content

Tags: l0kod/containers-common

Tags

v0.48.0

Toggle v0.48.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump to v0.48.0

Signed-off-by: Daniel J Walsh <[email protected]>

v0.47.5

Toggle v0.47.5's commit message
v0.47.5

* pkg/auth: re-allow http{s} prefixes (bugzilla.redhat.com/show_bug.cgi?id=2062072)

Signed-off-by: Valentin Rothberg <[email protected]>

v0.44.5

Toggle v0.44.5's commit message
v0.44.5

* libimage: speed up image filters

Signed-off-by: Valentin Rothberg <[email protected]>

v0.47.4

Toggle v0.47.4's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump to v0.47.4

Signed-off-by: Daniel J Walsh <[email protected]>

v1.0.1

Toggle v1.0.1's commit message
Retract the v1.0.0 version

The v1.0.0 tag no longer exists, but the Go proxy
still remembers it.

So, we see things like
> skopeo % go get -u ./...
> go: downloading github.com/containers/image/v5 v5.19.1
> github.com/containers/skopeo/cmd/skopeo imports
> 	github.com/containers/common/pkg/auth: cannot find module providing package github.com/containers/common/pkg/auth
> github.com/containers/skopeo/cmd/skopeo imports
> 	github.com/containers/common/pkg/flag: cannot find module providing package github.com/containers/common/pkg/flag
> github.com/containers/skopeo/cmd/skopeo imports
> 	github.com/containers/common/pkg/report: cannot find module providing package github.com/containers/common/pkg/report
> github.com/containers/skopeo/cmd/skopeo imports
> 	github.com/containers/common/pkg/retry: cannot find module providing package github.com/containers/common/pkg/retry

Try to fix that, per https://go.dev/ref/mod#go-mod-file-retract
and https://play-with-go.dev/retract-module-versions_go116_en/ .

The intent is to tag this commit with v1.0.1 (and then, later,
maybe delete it).

Signed-off-by: Miloslav Trmač <[email protected]>

v0.47.3

Toggle v0.47.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump to v0.47.3

Signed-off-by: Daniel J Walsh <[email protected]>

v0.47.2

Toggle v0.47.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump to 0.47.2

Signed-off-by: Daniel J Walsh <[email protected]>

v0.47.1

Toggle v0.47.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump to v0.47.1

Signed-off-by: Daniel J Walsh <[email protected]>

v0.47.0

Toggle v0.47.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump to v0.47.0

Signed-off-by: Daniel J Walsh <[email protected]>

v0.44.4

Toggle v0.44.4's commit message
v0.44.4

* add pkg/flag from Skopeo (backport)

Signed-off-by: Valentin Rothberg <[email protected]>