zalando-incubator / kube-ingress-aws-controller

Configures AWS Load Balancers according to Kubernetes Ingress resources
MIT License
375 stars 84 forks source link

Bump github.com/zalando/skipper from 0.16.6 to 0.16.76 #607

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/zalando/skipper from 0.16.6 to 0.16.76.

Release notes

Sourced from github.com/zalando/skipper's releases.

v0.16.76

Changes

Ingress docs: localRateLimit → clientRateLimit (#2358) According to the filter reference, localRateLimit is deprecated and replaced by clientRateLimit. It looks like python-markdown (which is used by MkDocs for the HTML conversion) doesn't support ~~ without an extension (e.g. https://github.com/honzajavorek/markdown-del-ins). This commit is using <del>...</del> directly in the filter reference.

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.16.76 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.16.76 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.16.76 skipper --help

v0.16.75

Changes

Support Etag from DataClient prespective (#2304)

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.16.75 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.16.75 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.16.75 skipper --help

v0.16.73

Changes

build(deps): bump github.com/lightstep/lightstep-tracer-go (#2353) Bumps github.com/lightstep/lightstep-tracer-go from 0.25.0 to 0.26.0.


updated-dependencies:

  • dependency-name: github.com/lightstep/lightstep-tracer-go dependency-type: direct:production update-type: version-update:semver-minor

... (truncated)

Commits
  • 57153a7 Ingress docs: localRateLimit → clientRateLimit (#2358)
  • d80f990 Support Etag from DataClient prespective (#2304)
  • 32dbbde build(deps): bump library/alpine-3 from 1acc8ff to 29c534f (#2356)
  • bb0acd6 build(deps): bump github.com/instana/go-sensor from 1.38.3 to 1.55.0 (#2355)
  • 516e91b build(deps): bump github.com/lightstep/lightstep-tracer-go (#2353)
  • f839df1 build(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.8.0 (#2351)
  • 39cdc3d build(deps): bump github.com/MicahParks/keyfunc from 1.0.1 to 1.9.0 (#2354)
  • a5e2a29 build(deps): bump github.com/dchest/siphash from 1.2.2 to 1.2.3 (#2352)
  • d785bea build(deps): bump actions/setup-python from 4.6.0 to 4.6.1 (#2350)
  • 29c3ea1 test: add test to make sure that you can use lb algorithm with service backen...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
AlexanderYastrebov commented 1 year ago

:+1:

szuecs commented 1 year ago

@dependabot rebase

mikkeloscar commented 1 year ago

:+1:

szuecs commented 1 year ago

https://github.com/dependabot rebase

dependabot[bot] commented 1 year ago

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

szuecs commented 1 year ago

:+1:

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.