Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cnabio/cnab-to-oci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.7
Choose a base ref
...
head repository: cnabio/cnab-to-oci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 12 commits
  • 21 files changed
  • 2 contributors

Commits on Dec 7, 2022

  1. Bump github.com/containerd/containerd from 1.6.6 to 1.6.12

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.6 to 1.6.12.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.6.6...v1.6.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4fc1710 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Merge pull request #130 from cnabio/dependabot/go_modules/github.com/…

    …containerd/containerd-1.6.12
    
    Bump github.com/containerd/containerd from 1.6.6 to 1.6.12
    carolynvs authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d90c265 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Bump github.com/containerd/containerd from 1.6.12 to 1.6.18

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.12 to 1.6.18.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.6.12...v1.6.18)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d7a60fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from cnabio/dependabot/go_modules/github.com/…

    …containerd/containerd-1.6.18
    
    Bump github.com/containerd/containerd from 1.6.12 to 1.6.18
    carolynvs authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e4a58de View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Update to go 1.19.6

    Update to a supported version of Go
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3d5d8f2 View commit details
    Browse the repository at this point in the history
  2. Update to Docker CLI 20.10.23 for tests

    Updating to the most recent docker cli release that works with our setup. If we want to update to v23+ then we need to update our dockerfile to install buildx.
    
    This only updates the version of docker used in our tests, not what is in the go.mod
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6e43478 View commit details
    Browse the repository at this point in the history
  3. Update golang.org/x/net to v0.7.0

    Update to a version of golang.org/x/net that is not affected by CVE-2022-27664
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ffc34be View commit details
    Browse the repository at this point in the history
  4. Update golangci-lint to v1.51.2

    Update the linter to work with Go 1.19.6
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    83f06f6 View commit details
    Browse the repository at this point in the history
  5. Update cnab-go to v0.25.1

    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f5cd591 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #134 from carolynvs/bump-deps

    Update dependencies
    carolynvs authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bfa78b4 View commit details
    Browse the repository at this point in the history
  7. Use same canonical json library as cnab-go

    The cnab-go library that we use to work with bundles switched to a canonical json library with support for numeric types a while back and I forgot to update cnab-to-oci at the same time.
    
    This updates cnab-to-oci to use the same library, github.com/cyberphone/json-canonicalization, and when possible just use the helper methods defined on cnab-go's Bundle type instead of doing the marshaling ourselves.
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b017a60 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #132 from carolynvs/canonical-json-switcheroo

    Use same canonical json library as cnab-go
    carolynvs authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b332fa8 View commit details
    Browse the repository at this point in the history
Loading