Skip to content

Commit

Permalink
skopeo: update to v1.10.0
Browse files Browse the repository at this point in the history
Bumping skopeo to version v1.10.0-77-g4517ea0b, which comprises the following commits:

    58bccf38 fix(deps): update module golang.org/x/term to v0.4.0
    f0c08985 [skip-ci] Update actions/stale action to v7
    92e3146a proxy: Fix leak of blobs from containers-storage
    960713da vendor: Bump golang.org/x/net to 4.0
    b51f8ea2 proxy: Ensure images are closed when proxy is shutting down
    9c6cbc94 Add an example for creating a docker-archive file
    3eb9d71d proxy: Add GetLayerInfo API
    46d48295 fix(deps): update module golang.org/x/term to v0.3.0
    3212bbed [skip-ci] GHA/Cirrus-cron: Fix execution order
    40ba7a27 Update skopeo-inspect man page example
    278be5a5 README: Update example to show newly exposed LayerData
    b5ac5349 [CI:BUILD] Cirrus: Migrate OSX task to M1
    35532b24 Adds sync with tag suffix example
    1af1d9c2 GHA: Add cirrus-cron auto-rerun job
    bdf19302 Adds `--append-suffix` flag to sync
    563c91a2 fix(deps): update module github.com/containers/storage to v1.44.0
    e1fdb4da Cirrus: Add reverse-deps. test to verify proxy ext
    d06bf27e [skip-ci] Update actions/stale action to v6
    8410bfdd fix(deps): update module golang.org/x/term to v0.2.0
    16d4a81b Renovate: Override global no-rebase option
    2b55a723 chore(deps): update actions/stale to v3
    f968b2a8 fix(deps): update module github.com/spf13/cobra to v1.6.1
    fe5c4091 Close a HTTP response body
    d5327bce fix(deps): update module golang.org/x/term to v0.1.0
    6d3d9a3b fix(deps): update module github.com/stretchr/testify to v1.8.1
    5c69302d Update to c/image main branch
    6d564d4d bump to v1.11.0-dev
    4c0e5650 chore(deps): add renovate.json
    757ec5db proxy: Bump semver for OpenImageOptional
    08b27fc5 proxy: Add `OpenImageOptional`
    9b6f5b6e Add a workaround for public.ecr.aws not implementing tag list at all
    632cebd7 Update AWS workaround to use Golang types
    ea9aa68b Reorganize the "list tags failed" logic in inspect.go a bit
    c476d626 Remove a (skopeo inspect) workaround for IBM Bluemix
    fce2cf9c Fix an error message to refer to repo, not a single image
    9724da1f Remove a special case for failing to list tags in (skopeo sync)
    955a59c8 Update tests for changed error texts
    ae50898b Include c/image after containers/image#1299
    f3aee25c Fold a long line.
    1983173b Remove single-use "wanted" variables
    4ccfb033 Bump github.com/spf13/cobra from 1.5.0 to 1.6.0
    a4951550 Bump github.com/containers/ocicrypt from 1.1.5 to 1.1.6
    e021b675 Bump github.com/opencontainers/image-spec from 1.1.0-rc1 to 1.1.0-rc2
    5eace407 Bump to v1.10.1-dev
    ee60474d Release v1.10.0
    7ebff0f5 Update for klauspost/pgzip#50
    787e1087 Revert addition of -compat=1.17 to (go mod tidy)
    ee84302b Update vendor containers/(common,image)
    89ae387d [CI:DOCS] Add quay-description update reminder
    feabfac2 Bump github.com/containers/storage from 1.42.0 to 1.43.0
    18a95f94 Fix documentation in the default registries.d content.
    9b40f0be default.yaml should have all options commented
    166b587a warn about ineffective destination opts in sync cmd
    0a42c33a document imageDestOptions.warnAboutIneffectiveOptions()
    90c50338 warn users about --dest-compress and --dest-decompress misuse
    d3ff6e26 warn users about --dest-compress and --dest-decompress misuse
    3a05dca9 Don't abort sync if the registry returns invalid tags
    d9dfc448 add inspect layersData
    ba23a916 Stop using docker/docker/pkg/homedir in tests
    4b9ffac0 Update for c/image's update of github.com/gobuffalo/pop
    f36752a2 Don't include git commit from a parent directory in the --version output
    4e2dee43 Remove unused GIT_BRANCH definition
    3450c11a Point at --all in the --preserve-digests option documentation
    3a808c2e Talk about "registry repositories" in (skopeo sync) documentation
    04169cac Fix looking for commands with GNU make 4.2.1
    a99bd0c9 Fix a comment
    fa2b15ff Reformat with Go 1.19's gofmt
    9e79da5e Fix running tests on macOS
    a863a0dc Optimize upstream skopeo container image build
    67a4e044 GHA: Re-use identical workflow from buildah repo
    e95123a2 Bump to v1.9.3-dev
    ca1b0f34 Release v1.9.2
    73a668e9 Bump github.com/containers/common from 0.49.0 to 0.49.1
    eafd7e55 Cirrus: Update CI VM images to match podman CI
    b9cf626e [CI:DOCS] Cirrus: Use the latest imgts container
    63dabfcf Bump to v1.9.2-dev
    2eac0f46 Release v1.9.1
    b7e7374e Stop using deprecated names from c/common/pkg/retry
    08846d18 Update to github.com/containers/common v0.49.0
    049163fc Update to github.com/containers/image/v5 v5.22.0
    b42e6648 Bump github.com/containers/storage from 1.41.0 to 1.42.0
    ee477d88 Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
    f1485781 Bump to v1.9.1-dev
    a03cba7c Release v1.9.0
    b000ada3 Update for the renames of sigstore to lookaside
    f2b4071b Add --sign-by-sigstore-private-key to (skopeo copy) and (skopeo sync)
    06be7a15 Vendor in c/image with sigstore support
    61593fcc Revert "Change a repo used for sync tests"
    62158a58 Vendor unreleased c/image with OCI artifact support

Signed-off-by: Bruce Ashfield <[email protected]>
  • Loading branch information
zeddii committed Jan 10, 2023
1 parent 6cb3aa3 commit 0510eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-containers/skopeo/skopeo_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ SRC_URI = " \
file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \
"

SRCREV = "b95e081162382f9a28f400bee10046ce72b957fe"
PV = "v1.8.0+git${SRCPV}"
SRCREV = "4517ea0b7be6a6743d854e05cd24f7354a487b60"
PV = "v1.10.0+git${SRCPV}"
GO_IMPORT = "import"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit 0510eb5

Please sign in to comment.