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: containerd/typeurl
base: v1.0.1
Choose a base ref
...
head repository: containerd/typeurl
compare: v1.0.2
Choose a head ref
  • 12 commits
  • 5 files changed
  • 5 contributors

Commits on Feb 8, 2021

  1. gha: replace uses of deprecated "set-env", "add-path"

    These have been deprecated (related to CVE-2020-15228):
    https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2021
    Copy the full SHA
    aa58678 View commit details
    Browse the repository at this point in the history
  2. gha: update to actions/setup-go@v2

    https://github.com/actions/setup-go/tree/v2.1.3#v2
    
    The V2 offers:
    
    - Adds GOBIN to the PATH
    - Proxy Support
    - stable input
    - Bug Fixes (including issues around version matching and semver)
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2021
    Copy the full SHA
    d398ca0 View commit details
    Browse the repository at this point in the history
  3. gha: run CI on go 1.15

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2021
    Copy the full SHA
    7f06489 View commit details
    Browse the repository at this point in the history
  4. gha: rename to "CI" and add badge to README

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2021
    Copy the full SHA
    9612385 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #24 from thaJeztah/update_gha

    gha:  replace deprecated "set-env", "add-path", update setup-go@v2, update go to 1.15
    estesp committed Feb 8, 2021
    Copy the full SHA
    cddef51 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Fix lock for getTypeByUrl

    Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
    wzshiming committed Feb 18, 2021
    Copy the full SHA
    ca4a32a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. GHA: update to GO 1.16.x

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 16, 2021
    Copy the full SHA
    b0c572a View commit details
    Browse the repository at this point in the history
  2. golint: add missing GoDoc

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 16, 2021
    Copy the full SHA
    2396f97 View commit details
    Browse the repository at this point in the history
  3. README: add pkg.go.dev and Go Report Card badges

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 16, 2021
    Copy the full SHA
    ee5d219 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from thaJeztah/update_ci_and_fix_lint

    CI: update to Go 1.16, update badges, and fix golint (missing GoDoc)
    mxpv committed Mar 16, 2021
    Copy the full SHA
    b23d3a1 View commit details
    Browse the repository at this point in the history
  5. go.mod: github.com/gogo/protobuf v1.3.2

    Updating to the version in use by containerd
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and dims committed Mar 16, 2021
    Copy the full SHA
    63e572d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Merge pull request #25 from wzshiming/fix/lock_for_getTypeByUrl

    Fix lock for getTypeByUrl
    AkihiroSuda committed Mar 18, 2021
    Copy the full SHA
    5e43fb8 View commit details
    Browse the repository at this point in the history