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: goharbor/acceleration-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: goharbor/acceleration-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 6, 2023

  1. build(deps): bump docker/build-push-action from 3 to 4

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    dc5e522 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. build(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.2

    Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.9.0 to 4.10.2.
    - [Release notes](https://github.com/labstack/echo/releases)
    - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
    - [Commits](labstack/echo@v4.9.0...v4.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/labstack/echo/v4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    647a334 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. build(deps): bump actions/setup-go from 3 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ccc81f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. nydus: fix oci media type handle

    Bump nydus snapshotter v0.7.3 and bring some fixups:
    
    1. If the original image is already an OCI type, we should forcibly set the bootstrap layer to the OCI type.
    2. We need to append history item for bootstrap layer, to ensure the history consistency, see: https://github.com/distribution/distribution/blob/e5d5810851d1f17a5070e9b6f940d8af98ea3c29/manifest/schema1/config_builder.go#L136
    
    Related PR: containerd/nydus-snapshotter#427
    
    Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
    imeoer committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4065a63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from imeoer/fix-image-history

    nydus: fix oci media type handle
    imeoer authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1349d90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #116 from goharbor/dependabot/github_actions/actio…

    …ns/setup-go-4
    
    build(deps): bump actions/setup-go from 3 to 4
    imeoer authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    68b7670 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96 from goharbor/dependabot/github_actions/docker…

    …/build-push-action-4
    
    build(deps): bump docker/build-push-action from 3 to 4
    imeoer authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f74cf17 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #107 from goharbor/dependabot/go_modules/github.co…

    …m/labstack/echo/v4-4.10.2
    
    build(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.2
    imeoer authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e1b2b31 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/labstack/echo-contrib from 0.13.1 to 0.14.1

    Bumps [github.com/labstack/echo-contrib](https://github.com/labstack/echo-contrib) from 0.13.1 to 0.14.1.
    - [Release notes](https://github.com/labstack/echo-contrib/releases)
    - [Commits](labstack/echo-contrib@v0.13.1...v0.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/labstack/echo-contrib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    99de997 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #117 from goharbor/dependabot/go_modules/github.co…

    …m/labstack/echo-contrib-0.14.1
    
    build(deps): bump github.com/labstack/echo-contrib from 0.13.1 to 0.14.1
    imeoer authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    669d9c6 View commit details
    Browse the repository at this point in the history
Loading