-
Notifications
You must be signed in to change notification settings - Fork 351
Comparing changes
Open a pull request
base repository: zalando/skipper
base: v0.21.209
head repository: zalando/skipper
compare: v0.21.211
- 6 commits
- 10 files changed
- 2 contributors
Commits on Sep 27, 2024
-
packaging: add opencontainers image labels (#3251)
Add [opencontainer image labels](https://github.com/opencontainers/image-spec/blob/main/annotations.md) (except org.opencontainers.image.created) to multiarch image. Decided not touch Dockerfile.arm* because it is better to unify them with Dockerfile (see e.g. #2566). Github action already adds opencontainer image labels: ```console docker inspect ghcr.io/zalando/skipper:v0.21.209 | jq .[0].Config.Labels { "maintainer": "Team Gateway&Proxy @ Zalando SE <team-gwproxy@zalando.de>", "org.opencontainers.image.created": "2024-09-26T09:40:09.452Z", "org.opencontainers.image.description": "An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress", "org.opencontainers.image.licenses": "NOASSERTION", "org.opencontainers.image.revision": "08a295f2cbf443d5d87f680d6ba3335fba57daef", "org.opencontainers.image.source": "https://github.com/zalando/skipper", "org.opencontainers.image.title": "skipper", "org.opencontainers.image.url": "https://github.com/zalando/skipper", "org.opencontainers.image.version": "v0.21.209" } ``` This change also fixes licenses and adds vendor label. Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
Configuration menu - View commit details
-
Copy full SHA for 05362a0 - Browse repository at this point
Copy the full SHA 05362a0View commit details
Commits on Sep 30, 2024
-
build(deps): bump oss-fuzz-base/base-builder-go in /.clusterfuzzlite (#…
…3252) Bumps oss-fuzz-base/base-builder-go from `2347618` to `1f8967c`. --- updated-dependencies: - dependency-name: oss-fuzz-base/base-builder-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c9130e - Browse repository at this point
Copy the full SHA 6c9130eView commit details -
build(deps): bump amazonlinux from
03b3981
to5fe11d1
in /fuzz (#……3253) Bumps amazonlinux from `03b3981` to `5fe11d1`. --- updated-dependencies: - dependency-name: amazonlinux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd3366b - Browse repository at this point
Copy the full SHA fd3366bView commit details -
build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (#3255)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...32945a3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5060558 - Browse repository at this point
Copy the full SHA 5060558View commit details -
build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#3254)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0e936a - Browse repository at this point
Copy the full SHA d0e936aView commit details -
github: fix org.opencontainers.image.vendor image label (#3256)
Remove redundant quotes. Follow up on #3251 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
Configuration menu - View commit details
-
Copy full SHA for 1e9df04 - Browse repository at this point
Copy the full SHA 1e9df04View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.21.209...v0.21.211