Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump github.com/projectcontour/contour from 1.25.2 to 1.26.0 #178

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps github.com/projectcontour/contour from 1.25.2 to 1.26.0.

Release notes

Sourced from github.com/projectcontour/contour's releases.

Contour v1.26.0

We are delighted to present version v1.26.0 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.

A big thank you to everyone who contributed to the release.

Major Changes

Support for Gateway Listeners on more than two ports

Contour now supports Gateway Listeners with many different ports. Previously, Contour only allowed a single port for HTTP, and a single port for HTTPS/TLS.

As an example, the following Gateway, with two HTTP ports and two HTTPS ports, is now fully supported:

kind: Gateway
apiVersion: gateway.networking.k8s.io/v1beta1
metadata:
  name: contour
spec:
  gatewayClassName: contour
  listeners:
    - name: http-1
      protocol: HTTP
      port: 80
      allowedRoutes:
        namespaces:
          from: Same
    - name: http-2
      protocol: HTTP
      port: 81
      allowedRoutes:
        namespaces:
          from: Same
    - name: https-1
      protocol: HTTPS
      port: 443
      allowedRoutes:
        namespaces:
          from: Same
</tr></table> 

... (truncated)

Commits
  • 5b58e34 Update Contour Docker image to v1.26.0.
  • 5471ca3 Bump Gateway API to v0.8.0 (#5726)
  • 3687f7f build(deps): bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.0 (#5707)
  • 0d367bf docs: add Gateway API documentation (#5433)
  • 947b4df update contour-authserver to v4, use GHCR (#5725)
  • 39e86ee build(deps): bump github.com/vektra/mockery/v2 from 2.32.4 to 2.33.0 (#5723)
  • d616160 build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#5705)
  • 2f63390 dependabot: group core k8s dependency updates (#5722)
  • 780447c build(deps): bump k8s.io/apiextensions-apiserver from 0.28.0 to 0.28.1 (#5709)
  • e46fd3b Bump Gateway API to v0.8.0-rc2 (#5568)
  • 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 <dependency name> 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)

Bumps [github.com/projectcontour/contour](https://github.com/projectcontour/contour) from 1.25.2 to 1.26.0.
- [Release notes](https://github.com/projectcontour/contour/releases)
- [Changelog](https://github.com/projectcontour/contour/blob/main/RELEASES.md)
- [Commits](projectcontour/contour@v1.25.2...v1.26.0)

---
updated-dependencies:
- dependency-name: github.com/projectcontour/contour
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 4, 2023 05:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go type::chore labels Sep 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Superseded by #190.

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/projectcontour/contour-1.26.0 branch October 23, 2023 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go type::chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants