zalando-incubator / kube-ingress-aws-controller

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

Bump github.com/zalando/skipper from 0.18.38 to 0.19.39 #677

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps github.com/zalando/skipper from 0.18.38 to 0.19.39.

Release notes

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

v0.19.39

Changes

minor: refactor fadeIn code (#2886)

Multiarch Docker image

Multiarch Docker image is available in Github's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.19.39 skipper --help

Docker image

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

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.19.39 skipper --help

v0.19.38

Changes

proxy: add last route id to the 'max loopbacks reached' error (#2894)

Keep max loopbacks reached part of the error message intact in case someone greps logs for it.

Multiarch Docker image

Multiarch Docker image is available in Github's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.19.38 skipper --help

Docker image

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

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.19.38 skipper --help

v0.19.37

Changes

... (truncated)

Commits
  • ef11aa0 minor: refactor fadeIn code (#2886)
  • f4db475 proxy: add last route id to the 'max loopbacks reached' error (#2894)
  • 178b97d Avoid calling EndpointRegistry.GetMetrics() in filterFadeIn (#2887)
  • 8266aec build(deps): bump github.com/open-policy-agent/opa-envoy-plugin (#2891)
  • 47dc1fe build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#2890)
  • 3bd8c50 build(deps): bump alpine from 51b6726 to c5b1261 in /packaging (#2889)
  • 4f2ac28 build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 (#2893)
  • 6bd37d5 Decouple fadeIn from loadbalancer (#2634)
  • d3f0322 validator: use ingressValidator after loading all ingress (#2757)
  • 072f747 validator: remove duplicate hostname from ingress (#2884)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 4 months ago

Superseded by #684.