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/sync snappcloud #8

Open
wants to merge 228 commits into
base: snappcloud
Choose a base branch
from
Open

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    b054178 View commit details
    Browse the repository at this point in the history
  2. Add instructions for docker-mac-net-connect and installation instruct…

    …ions to contributing guide (projectcontour#6061)
    
    * Add instructions for docker-mac-net-connect
    
    Docker Mac Net Connect allows you to connect directly to Docker-for-Mac
    containers using their ip address instead of binding ports.
    
    Signed-off-by: Christian Ang <[email protected]>
    Co-authored-by: Edwin Xie <[email protected]>
    
    * Add installation instruction to contributing
    
    Signed-off-by: Edwin Xie <[email protected]>
    Co-authored-by: Christian Ang <[email protected]>
    
    ---------
    
    Signed-off-by: Christian Ang <[email protected]>
    Signed-off-by: Edwin Xie <[email protected]>
    Co-authored-by: Edwin Xie <[email protected]>
    christianang and flawedmatrix authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d82528d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Add max-connections-per-listener config option (projectcontour#6058)

    Setting Max Connections Per Listener sets the limit on the number of
    active connections to a listener.
    
    Signed-off-by: Edwin Xie <[email protected]>
    Co-authored-by: Christian Ang <[email protected]>
    flawedmatrix and christianang authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9e8e129 View commit details
    Browse the repository at this point in the history
  2. Remove static base runtime layer from bootstrap (projectcontour#6063)

    Signed-off-by: lubronzhan <[email protected]>
    Co-authored-by: lubronzhan <[email protected]>
    lubronzhan and lubronzhan authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d8931d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Improve e2e helper updateAndWaitFor to avoid conflicts (projectcontou…

    …r#6069)
    
    Will retry updates on conflict rather than failing immediately
    
    To fix failures like: https://github.com/projectcontour/contour/actions/runs/7460847887/job/20299759302
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    16fa671 View commit details
    Browse the repository at this point in the history
  2. Bump go to 1.21.6 (projectcontour#6070)

    See release notes: https://go.dev/doc/devel/release#go1.21.0
    
    Uses sha for golang image to pin it to an exact version
    
    May help with test race issues that cropped up recently
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    838bad4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e81b65 View commit details
    Browse the repository at this point in the history
  4. Update permissions on remaining workflows (projectcontour#6072)

    Fixes codeql workflow to add write permissions
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    cc85f47 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Add OpenSSF scorecard to README (projectcontour#6074)

    also move badges to multiple lines
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9070cfa View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Roll back grpc-go to v1.59.0 (projectcontour#6075)

    Temporarily to get CI green
    
    See: projectcontour#6055
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    08d6eaf View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the k8s-dependencies group with 1 update (projectco…

    …ntour#6080)
    
    Bumps the k8s-dependencies group with 1 update: [k8s.io/klog/v2](https://github.com/kubernetes/klog).
    
    
    Updates `k8s.io/klog/v2` from 2.110.1 to 2.120.0
    - [Release notes](https://github.com/kubernetes/klog/releases)
    - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
    - [Commits](kubernetes/klog@v2.110.1...v2.120.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/klog/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a804ad8 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 (pr…

    …ojectcontour#6082)
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.13.2 to 2.14.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.13.2...v2.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ef95b9a View commit details
    Browse the repository at this point in the history
  4. build(deps): bump the artifact-actions group with 2 updates (projectc…

    …ontour#6085)
    
    Bumps the artifact-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/upload-artifact` from 4.0.0 to 4.1.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@c7d193f...1eb3cb2)
    
    Updates `actions/download-artifact` from 4.1.0 to 4.1.1
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@f44cd7b...6b208ae)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: artifact-actions
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: artifact-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    79db809 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 (projec…

    …tcontour#6087)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.23.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@012739e...e5f05b8)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c633fc3 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/cache from 3.3.2 to 3.3.3 (projectcontour#6086

    )
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@704facf...e12d46a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0c5fb70 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (projectc…

    …ontour#6083)
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.15.0 to 0.16.0.
    - [Commits](golang/oauth2@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3dd50e9 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump github.com/prometheus/common from 0.45.0 to 0.46.0 (p…

    …rojectcontour#6081)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.45.0 to 0.46.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3e1ba54 View commit details
    Browse the repository at this point in the history
  9. build(deps): bump github.com/vektra/mockery/v2 from 2.39.1 to 2.40.1 (p…

    …rojectcontour#6090)
    
    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.39.1 to 2.40.1.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.39.1...v2.40.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7980bbf View commit details
    Browse the repository at this point in the history
  10. build(deps): bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0 (

    projectcontour#6089)
    
    * build(deps): bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.16.3 to 0.17.0.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.16.3...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * regenerate mocks
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Sunjay Bhatia <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sunjay Bhatia <[email protected]>
    dependabot[bot] and sunjayBhatia authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c62ddf2 View commit details
    Browse the repository at this point in the history
  11. Enable testifylint and ginkgo linters (projectcontour#6091)

    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    02faa3a View commit details
    Browse the repository at this point in the history
  12. build(deps): bump sigs.k8s.io/controller-tools from 0.13.0 to 0.14.0 (p…

    …rojectcontour#6084)
    
    Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.13.0 to 0.14.0.
    - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/master/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-tools@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Sunjay Bhatia <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sunjay Bhatia <[email protected]>
    dependabot[bot] and sunjayBhatia authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    51b72d9 View commit details
    Browse the repository at this point in the history
  13. Enable gofumpt linter (projectcontour#6093)

    A stricter form of gofmt, added rules can be found here: https://github.com/mvdan/gofumpt?tab=readme-ov-file#added-rules
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    572515a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. add flag to golangci-lint to show error line number (projectcontour#6096

    )
    
    Closes projectcontour#6095.
    
    Signed-off-by: lubronzhan <[email protected]>
    Signed-off-by: Lubron Zhan <[email protected]>
    lubronzhan authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    61b6fae View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    ea4d4f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. build(deps): bump the k8s-dependencies group with 3 updates (projectc…

    …ontour#6102)
    
    Bumps the k8s-dependencies group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) and [k8s.io/klog/v2](https://github.com/kubernetes/klog).
    
    
    Updates `k8s.io/api` from 0.29.0 to 0.29.1
    - [Commits](kubernetes/api@v0.29.0...v0.29.1)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.29.0 to 0.29.1
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.29.0...v0.29.1)
    
    Updates `k8s.io/klog/v2` from 2.120.0 to 2.120.1
    - [Release notes](https://github.com/kubernetes/klog/releases)
    - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
    - [Commits](kubernetes/klog@v2.120.0...v2.120.1)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/klog/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bc1ea04 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 (pr…

    …ojectcontour#6103)
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.14.0 to 2.15.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.14.0...v2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7faeeb1 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 (proje…

    …ctcontour#6104)
    
    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.30.0 to 1.31.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.30.0...v1.31.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ce515b6 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/cache from 3.3.3 to 4.0.0 (projectcontour#6115

    )
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@e12d46a...13aacd8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    604bde0 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 (project…

    …contour#6114)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e5f05b8...0b21cf2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b50dc42 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump the artifact-actions group with 1 update (projectco…

    …ntour#6113)
    
    Bumps the artifact-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/upload-artifact` from 4.1.0 to 4.2.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@1eb3cb2...694cdab)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: artifact-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4ae0bfa View commit details
    Browse the repository at this point in the history
  7. Remove initial readiness probe delay (projectcontour#6099)

    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0fc3b5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c54c2b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    3fa8ec4 View commit details
    Browse the repository at this point in the history
  2. feat(access-log): omit empty fields in Envoy JSON based logs (project…

    …contour#6077)
    
    Signed-off-by: Abbas Gheydi <[email protected]>
    Co-authored-by: Tero Saarni <[email protected]>
    abbas-gheydi and tsaarni authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5f22aeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ddb0f View commit details
    Browse the repository at this point in the history
  4. Bump certyaml to fix race condition (projectcontour#6118)

    Signed-off-by: Tero Saarni <[email protected]>
    tsaarni authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9eb2838 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. build(deps): bump google.golang.org/grpc from 1.59.0 to 1.61.0 (proje…

    …ctcontour#6134)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.61.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.59.0...v1.61.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5eebe3e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (project…

    …contour#6133)
    
    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](google/uuid@v1.5.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a57a590 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump the artifact-actions group with 1 update (projectco…

    …ntour#6128)
    
    Bumps the artifact-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/upload-artifact` from 4.2.0 to 4.3.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@694cdab...26f96df)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: artifact-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    eaae374 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump mheap/github-action-required-labels (projectcontour…

    …#6130)
    
    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.1.0 to 5.2.0.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@4e9ef4c...cc7a79f)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    eb4e6b5 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 (project…

    …contour#6131)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@eaaf4be...4fe8c5f)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    706e57e View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (project…

    …contour#6129)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.23.2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0b21cf2...b7bf0a3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c3a7d19 View commit details
    Browse the repository at this point in the history
  7. internal/envoy: use consistent HTTP filter names (projectcontour#6124)

    Use the same names for HTTP filters when they
    are added to an HTTP connection manager and
    when they are configured with per-filter config
    on virtual hosts or routes. Extracts a set of
    constants for filter names to ensure they remain
    in sync.
    
    This addresses a change in Envoy behavior in Envoy
    1.29. See envoyproxy/envoy#29461
    for more detail.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    67c7ec1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4619e0a View commit details
    Browse the repository at this point in the history
  9. bump Envoy to v1.29.0 (projectcontour#6123)

    * bump Envoy to v1.29.0
    * bump go-control-plane
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6ef905a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54fc8fc View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. enable provisioning Gateways that watch specific namespaces (projectc…

    …ontour#6073)
    
    Adds support to the Gateway provisioner for
    configuring Gateways that only watch a subset
    of namespaces for resources, when a
    ContourDeployment's WatchNamespaces field
    is set.
    
    Closes projectcontour#5256.
    
    Signed-off-by: Lubron Zhan <[email protected]>
    lubronzhan authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    29201bb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. provisioner: Set SupportedVersion condition on GatewayClass (projectc…

    …ontour#6147)
    
    Based on Gateway API CRD bundle-version annotation
    
    We will still reconcile the GatewayClass etc. but will set a
    status condition on the GatewayClass saying this support is best effort.
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ac49aee View commit details
    Browse the repository at this point in the history
  2. deprecate configuring Contour with a Gateway controller name (project…

    …contour#6144)
    
    Users should either statically configure Contour with
    a specific Gateway ref, or use the Gateway provisioner
    to dynamically provision Gateways.
    
    Updates projectcontour#5923.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    62f81db View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Support gateway api BackendTLSPolicy (projectcontour#6119)

    The BackendTLSPolicy will allow a user to connect an httproute to a
    backend service with TLS.
    
    - Only implements BackendTLSPolicy for HTTPRoute
    - Only allows Services for spec.targetRef
    - Allows ConfigMap or Secret for spec.TLS.CACertRefs
    - Adds backendtlspolicies to the ClusterRole for Contour
    - Adds configmaps to the ClusterRole for Contour
    - Controller reconciles on BackendTLSPolicy and ConfigMaps now
    - BackendTLSPolicy spec.targetRef can specify SectionName to be port
      name of a service to target a particular section of the service.
    
    Signed-off-by: Edwin Xie <[email protected]>
    Signed-off-by: Christian Ang <[email protected]>
    Co-authored-by: Christian Ang <[email protected]>
    flawedmatrix and christianang authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    943d5e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. build(deps): bump github.com/cert-manager/cert-manager (projectcontou…

    …r#6158)
    
    Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.13.3 to 1.14.1.
    - [Release notes](https://github.com/cert-manager/cert-manager/releases)
    - [Commits](cert-manager/cert-manager@v1.13.3...v1.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cert-manager/cert-manager
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5b16199 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 (project…

    …contour#6156)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.2 to 3.24.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b7bf0a3...e8893c5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9f248c2 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump necojackarc/auto-request-review from 0.12.0 to 0.13…

    ….0 (projectcontour#6157)
    
    Bumps [necojackarc/auto-request-review](https://github.com/necojackarc/auto-request-review) from 0.12.0 to 0.13.0.
    - [Release notes](https://github.com/necojackarc/auto-request-review/releases)
    - [Commits](necojackarc/auto-request-review@6a51ceb...e89da1a)
    
    ---
    updated-dependencies:
    - dependency-name: necojackarc/auto-request-review
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    aeb04fc View commit details
    Browse the repository at this point in the history
  4. build(deps): bump codecov/codecov-action from 3.1.5 to 4.0.1 (project…

    …contour#6155)
    
    * build(deps): bump codecov/codecov-action from 3.1.5 to 4.0.1
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@4fe8c5f...e0b68c6)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * codecov token is now required
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Sunjay Bhatia <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sunjay Bhatia <[email protected]>
    dependabot[bot] and sunjayBhatia authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3fee384 View commit details
    Browse the repository at this point in the history
  5. Add anti-affinity for envoy deployed by provisioner (projectcontour#6148

    )
    
    Signed-off-by: lubronzhan <[email protected]>
    Signed-off-by: Lubron Zhan <[email protected]>
    lubronzhan authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    621e897 View commit details
    Browse the repository at this point in the history
  6. Bump kind/kubectl and node images (projectcontour#6160)

    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0809407 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. site: Add troubleshooting doc for common errors (projectcontour#6161)

    This doc should contain steps to diagnose common errors,
    focused on mainly HTTP req/responses
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0160b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a7d20 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    7d6831b View commit details
    Browse the repository at this point in the history
  2. Bump Envoy to 1.29.1 (projectcontour#6164)

    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c35f7f0 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.17.1 (

    projectcontour#6173)
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.0 to 0.17.1.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.17.0...v0.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ca4108f View commit details
    Browse the repository at this point in the history
  4. build(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 (pr…

    …ojectcontour#6170)
    
    Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.16.1 to 0.17.0.
    - [Release notes](https://github.com/aquasecurity/trivy-action/releases)
    - [Commits](aquasecurity/trivy-action@d43c1f1...84384bd)
    
    ---
    updated-dependencies:
    - dependency-name: aquasecurity/trivy-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f188984 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump the artifact-actions group with 2 updates (projectc…

    …ontour#6169)
    
    Bumps the artifact-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/upload-artifact` from 4.3.0 to 4.3.1
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@26f96df...5d5d22a)
    
    Updates `actions/download-artifact` from 4.1.1 to 4.1.2
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@6b208ae...eaceaf8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: artifact-actions
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: artifact-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    09aaadf View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/cert-manager/cert-manager (projectcontou…

    …r#6175)
    
    Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.14.1 to 1.14.2.
    - [Release notes](https://github.com/cert-manager/cert-manager/releases)
    - [Commits](cert-manager/cert-manager@v1.14.1...v1.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cert-manager/cert-manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    28180ca View commit details
    Browse the repository at this point in the history
  7. build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (projectc…

    …ontour#6174)
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.16.0 to 0.17.0.
    - [Commits](golang/oauth2@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1577e07 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (p…

    …rojectcontour#6171)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@3a91952...3cfe3a4)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1e37c8f View commit details
    Browse the repository at this point in the history
  9. build(deps): bump mheap/github-action-required-labels (projectcontour…

    …#6172)
    
    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.2.0 to 5.3.0.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@cc7a79f...80a96a4)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6ea6bb9 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump github.com/vektra/mockery/v2 from 2.40.1 to 2.40.3 (p…

    …rojectcontour#6176)
    
    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.40.1 to 2.40.3.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.40.1...v2.40.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    84b1117 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92d5342 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5621293 View commit details
    Browse the repository at this point in the history
  13. hack: fix link in release notes template (projectcontour#6183)

    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    60aeb27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d78210 View commit details
    Browse the repository at this point in the history
  15. Enable more linters for standardizing imports (projectcontour#6094)

    Enable gci linter, for deterministic import order
    
    Enable importas linter for consistent import aliases
    - group imports by standard, external, contour
    - enforce alias for all occurrences that have a rule
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fa1d380 View commit details
    Browse the repository at this point in the history
  16. drop Kubernetes version vars from patch release process (projectconto…

    …ur#6186)
    
    They don't need to be set since the changelog
    is now generated manually for patch releases,
    one less thing to have to look up/fill in.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1a91962 View commit details
    Browse the repository at this point in the history
  17. Fixes BackendTLSPolicy Status Update data race (projectcontour#6185)

    DAG cache objects were being written to when StatusUpdater
    fetched resource to perform update on since status updates
    held a reference to them.
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f131882 View commit details
    Browse the repository at this point in the history
  18. Inform on and use Gateway API v1 types where possible (projectcontour…

    …#6153)
    
    Only files that set up an API client scheme or use ReferenceGrant
    should have the v1beta1 import
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bd003fb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Patch release 1.28.1 changelog/site updates (projectcontour#6190)

    * changelog
    * compat matrix
    * versions
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    50cb833 View commit details
    Browse the repository at this point in the history
  2. add locally-built contour to .gitignore (projectcontour#6191)

    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5763f7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cc89d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc89948 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    6e6d2f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Add test demonstrating backendtlspolicy precedence (projectcontour#6194)

    BackendTLSPolicy takes precedence over the upstream-protocol annotation
    if both are specified.
    
    Signed-off-by: Christian Ang <[email protected]>
    christianang authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d03b6d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. build(deps): bump the k8s-dependencies group with 4 updates (projectc…

    …ontour#6197)
    
    Bumps the k8s-dependencies group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).
    
    
    Updates `k8s.io/api` from 0.29.1 to 0.29.2
    - [Commits](kubernetes/api@v0.29.1...v0.29.2)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.29.1 to 0.29.2
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.29.1...v0.29.2)
    
    Updates `k8s.io/apimachinery` from 0.29.1 to 0.29.2
    - [Commits](kubernetes/apimachinery@v0.29.1...v0.29.2)
    
    Updates `k8s.io/client-go` from 0.29.1 to 0.29.2
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.29.1...v0.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    171e94f View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0 (p…

    …rojectcontour#6198)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.46.0 to 0.47.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.46.0...v0.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    40ab309 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump sigs.k8s.io/controller-runtime from 0.17.1 to 0.17.2 (

    projectcontour#6199)
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.1 to 0.17.2.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.17.1...v0.17.2)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c76f2bc View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/prometheus/client_model from 0.5.0 to 0.…

    …6.0 (projectcontour#6200)
    
    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6d2859f View commit details
    Browse the repository at this point in the history
  5. build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 (proje…

    …ctcontour#6201)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.61.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.0...v1.61.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    841c9f6 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 (project…

    …contour#6210)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e8893c5...3796146)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    583310b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94e591f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Bump golang to 1.22.0 (projectcontour#6181)

    * Bump golang to 1.22.0
    
    See release notes: https://go.dev/doc/go1.22
    
    * Add GOEXPERIMENT=nocoverageredesign to unit test CI runs
    
    There seems to be an issue with go test -cover failing when
    run against packages not part of -coverpkg
    
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9d7f9dd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Add test validating cluster name generation is unique in HTTPRoute wi…

    …th BackendTLSPolicy vs HTTPProxy (projectcontour#6195)
    
    add a test to ensure that two clusters with different tls settings due
    to one being created with HTTPRoute and BackendTLSPolicy vs HTTPProxy
    have different cluster names
    
    Also adds type to statusupdatercache
    - to differentiate resources with the same name
    
    Signed-off-by: Christian Ang <[email protected]>
    christianang authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c6ae46e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/vektra/mockery/v2 from 2.40.3 to 2.42.0 (p…

    …rojectcontour#6212)
    
    * build(deps): bump github.com/vektra/mockery/v2 from 2.40.3 to 2.42.0
    
    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.40.3 to 2.42.0.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.40.3...v2.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * update go directive
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Sunjay Bhatia <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sunjay Bhatia <[email protected]>
    dependabot[bot] and sunjayBhatia authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e6a5bfc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 (proje…

    …ctcontour#6220)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.1 to 1.62.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.1...v1.62.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f8c2854 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/cert-manager/cert-manager (projectcontou…

    …r#6219)
    
    Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.14.2 to 1.14.3.
    - [Release notes](https://github.com/cert-manager/cert-manager/releases)
    - [Commits](cert-manager/cert-manager@v1.14.2...v1.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cert-manager/cert-manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0dbc1f3 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 (project…

    …contour#6215)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.0.2.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@e0b68c6...0cfda1d)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e49b92d View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 (project…

    …contour#6216)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@3796146...47b3d88)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    afaca64 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. build(deps): bump github.com/prometheus/client_golang (projectcontour…

    …#6226)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.18.0...v1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    41ecbaa View commit details
    Browse the repository at this point in the history
  2. Bump golangci-lint to 1.56.2 (projectcontour#6182)

    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c4ec1a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a16e749 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    5d41cfb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. build(deps): bump github.com/prometheus/common from 0.48.0 to 0.49.0 (p…

    …rojectcontour#6233)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.48.0 to 0.49.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.48.0...v0.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6791158 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the artifact-actions group with 1 update (projectco…

    …ntour#6235)
    
    Bumps the artifact-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/download-artifact` from 4.1.2 to 4.1.4
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@eaceaf8...c850b93)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: artifact-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9b5dbe6 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (pro…

    …jectcontour#6236)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@f95db51...0d103c3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a700daf View commit details
    Browse the repository at this point in the history
  4. build(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0 (project…

    …contour#6237)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.2 to 4.1.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@0cfda1d...54bcd87)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f0c613b View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 (project…

    …contour#6238)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.24.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@47b3d88...8a470fd)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    157fb67 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/cache from 4.0.0 to 4.0.1 (projectcontour#6239

    )
    
    Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@13aacd8...ab5e6d0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4e543e3 View commit details
    Browse the repository at this point in the history
  7. use multi-arch golang base image (projectcontour#6243)

    Allows builds on multiple architectures.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5081138 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (pr…

    …ojectcontour#6234)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b08ab87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53e9159 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. examples: update envoy/ratelimit image tag (projectcontour#6246)

    Updates to 19f2079f tag (the latest).
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e64a50a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    7ab1748 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. test/e2e/gateway: check service as part of request condition (project…

    …contour#6251)
    
    For the RequestHeaderModifierBackendRef test, check
    the service reached by the request as part of the
    eventual consistency condition to avoid issues with
    test pollution.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    31ad9ba View commit details
    Browse the repository at this point in the history
  2. use a separate snapshot cache for EDS (projectcontour#6250)

    - Triggers only EDS updates when endpoints change
    - Does not trigger EDS updates when only non-endpoints change
    
    Updates projectcontour#2134.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a740314 View commit details
    Browse the repository at this point in the history
  3. test/e2e/gateway: prevent tcproute test causing pollution (projectcon…

    …tour#6252)
    
    use a less generic name for echo backend Service so we can see if this test is causing pollution issues
    
    also ensure tcproute is deleted in test and route no longer functions to prevent the effective wildcard
    host from affecting other tests
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    85cc0b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. build(deps): bump github.com/prometheus/common from 0.49.0 to 0.50.0 (p…

    …rojectcontour#6259)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.49.0 to 0.50.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.49.0...v0.50.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    fe9e9d7 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 (pr…

    …ojectcontour#6256)
    
    Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.17.0 to 0.18.0.
    - [Release notes](https://github.com/aquasecurity/trivy-action/releases)
    - [Commits](aquasecurity/trivy-action@84384bd...062f259)
    
    ---
    updated-dependencies:
    - dependency-name: aquasecurity/trivy-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e164532 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. build(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 (pr…

    …ojectcontour#6261)
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.15.0 to 2.16.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.15.0...v2.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4c08b61 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/cert-manager/cert-manager (projectcontou…

    …r#6260)
    
    Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.14.3 to 1.14.4.
    - [Release notes](https://github.com/cert-manager/cert-manager/releases)
    - [Commits](cert-manager/cert-manager@v1.14.3...v1.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cert-manager/cert-manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fee5146 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 (proje…

    …ctcontour#6263)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.0 to 1.62.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.0...v1.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    19b3036 View commit details
    Browse the repository at this point in the history
  4. Bump golang to 1.22.1 for CVEs (projectcontour#6265)

    See release notes: https://go.dev/doc/devel/release#go1.22.0
    
    golang/go#65831 is the most relevant CVE backport for Contour
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    035fa05 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    bc301a1 View commit details
    Browse the repository at this point in the history
  2. change default xDS server to envoy (projectcontour#6146)

    The default xDS server implementation is
    now `envoy`, i.e. the go-control-plane
    implementation.
    
    Updates projectcontour#2134.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    23a0297 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. build(deps): bump the k8s-dependencies group with 4 updates (projectc…

    …ontour#6273)
    
    Bumps the k8s-dependencies group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).
    
    
    Updates `k8s.io/api` from 0.29.2 to 0.29.3
    - [Commits](kubernetes/api@v0.29.2...v0.29.3)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.29.2 to 0.29.3
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.29.2...v0.29.3)
    
    Updates `k8s.io/apimachinery` from 0.29.2 to 0.29.3
    - [Commits](kubernetes/apimachinery@v0.29.2...v0.29.3)
    
    Updates `k8s.io/client-go` from 0.29.2 to 0.29.3
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.29.2...v0.29.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ba23d35 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/vektra/mockery/v2 from 2.42.0 to 2.42.1 (p…

    …rojectcontour#6274)
    
    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.42.0 to 2.42.1.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.42.0...v2.42.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d5f3dcf View commit details
    Browse the repository at this point in the history
  3. build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (pro…

    …jectcontour#6277)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@0d103c3...2b51285)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    acb2acc View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 (project…

    …contour#6278)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.7.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8a470fd...3ab4101)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    49503ce View commit details
    Browse the repository at this point in the history
  5. build(deps): bump docker/login-action from 3.0.0 to 3.1.0 (projectcon…

    …tour#6279)
    
    Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@343f7c4...e92390c)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b1d6c4f View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github/codeql-action from 3.24.7 to 3.24.8 (project…

    …contour#6285)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.24.8.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@3ab4101...05963f4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5d89845 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 (pr…

    …ojectcontour#6287)
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.16.0 to 2.17.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.16.0...v2.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    484c407 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (proje…

    …ctcontour#6286)
    
    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.1 to 1.32.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.31.1...v1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3de5ddd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17e528c View commit details
    Browse the repository at this point in the history
  10. Disable Envoy removing TE request header (projectcontour#6288)

    Removal of the header was added by default in Envoy v1.29.0.
    This change reverts back to prior behavior.
    
    This change can be reverted once envoyproxy/envoy#32255 is
    backported or present in a new release of Envoy.
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    774fae8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. 1.28.2 release note and docs (projectcontour#6292)

    * changelog
    * compat matrix
    * versions
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5f1b981 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore: fix some docs typos (projectcontour#6298)

    Signed-off-by: majorteach <[email protected]>
    majorteach authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4a741c6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 (pr…

    …ojectcontour#6301)
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.0 to 2.17.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.17.0...v2.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c4c64a7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/prometheus/common from 0.50.0 to 0.51.1 (p…

    …rojectcontour#6302)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.50.0 to 0.51.1.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.50.0...v0.51.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ed6d0ff View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github/codeql-action from 3.24.8 to 3.24.9 (project…

    …contour#6303)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.8 to 3.24.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@05963f4...1b1aada)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b907e47 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/cache from 4.0.1 to 4.0.2 (projectcontour#6304

    )
    
    Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@ab5e6d0...0c45773)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6dbb28f View commit details
    Browse the repository at this point in the history
  6. build(deps): bump mheap/github-action-required-labels (projectcontour…

    …#6305)
    
    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@80a96a4...132879b)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b8544c6 View commit details
    Browse the repository at this point in the history
  7. Add Bugfender to adopters (projectcontour#6293)

    Signed-off-by: Jordi Giménez <[email protected]>
    jgimenez authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c3d6cb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6…

    ….0 (projectcontour#6313)
    
    Bumps [github.com/distribution/reference](https://github.com/distribution/reference) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/distribution/reference/releases)
    - [Commits](distribution/reference@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/distribution/reference
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c8f2138 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 (pr…

    …ojectcontour#6312)
    
    Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.18.0 to 0.19.0.
    - [Release notes](https://github.com/aquasecurity/trivy-action/releases)
    - [Commits](aquasecurity/trivy-action@062f259...d710430)
    
    ---
    updated-dependencies:
    - dependency-name: aquasecurity/trivy-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    00ee9e4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (project…

    …contour#6311)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@54bcd87...c16abc2)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fe259fa View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    a8d2f5a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 (projec…

    …tcontour#6323)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.24.10.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@1b1aada...4355270)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    014af6a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (projectc…

    …ontour#6317)
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.18.0 to 0.19.0.
    - [Commits](golang/oauth2@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    44101d7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.…

    …6.1 (projectcontour#6321)
    
    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.6.0 to 0.6.1.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.6.0...v0.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0518022 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/prometheus/common from 0.51.1 to 0.52.2 (p…

    …rojectcontour#6319)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.51.1 to 0.52.2.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.51.1...v0.52.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d49c906 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (project…

    …contour#6322)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.2.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@c16abc2...7afa10e)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e2f32a3 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0 (proje…

    …ctcontour#6318)
    
    * build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.1...v1.63.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * switch from grpc.Dial to grpc.NewClient
    
    Signed-off-by: Steve Kriss <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Steve Kriss <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Steve Kriss <[email protected]>
    dependabot[bot] and skriss authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5826aef View commit details
    Browse the repository at this point in the history
  7. build(deps): bump github.com/vektra/mockery/v2 from 2.42.1 to 2.42.2 (p…

    …rojectcontour#6320)
    
    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.42.1 to 2.42.2.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.42.1...v2.42.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    660d84e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. bump Go to 1.22.2 (projectcontour#6327)

    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7042071 View commit details
    Browse the repository at this point in the history
  2. bump Envoy to v1.29.3 (projectcontour#6328)

    Also removes setting the envoy.reloadable_features.sanitize_te
    runtime flag to false since Envoy's behavior is now correct.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    162c077 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. v1.26.3, v1.27.2, v1.28.3 patch release docs (projectcontour#6333)

    * changelogs
    * versions.yaml, compatibility matrix
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e79d56a View commit details
    Browse the repository at this point in the history
  2. use EndpointSlices by default (projectcontour#6149)

    Closes projectcontour#5891.
    
    Signed-off-by: gang.liu <[email protected]>
    izturn authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6f7010a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d72f4c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. minor release process updates (projectcontour#6336)

    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b7c7234 View commit details
    Browse the repository at this point in the history
  2. enable circuit breaker statistics for tracking remaining (projectcont…

    …our#6297)
    
    Added support for enabling circuit breaker statistics tracking.
    
    Fixes 5794
    
    Signed-off-by: Rajat Vig <[email protected]>
    rajatvig authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6bdda0b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. daily build: run E2E's against endpoints translator (projectcontour#6338

    )
    
    Now that using EndpointSlices is the default behavior,
    flip the daily build to continue running E2E's with
    the Endpoints translator for coverage until it's
    removed.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    818ca2d View commit details
    Browse the repository at this point in the history
  2. internal/dag: basic Gateway API Timeouts.BackendRequest impl (project…

    …contour#6335)
    
    Implements the Gateway API BackendRequest timeout in
    a way that satisfies current conformance. Since retries
    do not exist yet in Gateway API, BackendRequest
    is functionally equivalent to Request timeout, but
    according to the API spec must be less than/equal
    to Request timeout if both are specified.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    add0746 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. build(deps): bump sigs.k8s.io/kustomize/kyaml from 0.16.0 to 0.17.0 (p…

    …rojectcontour#6339)
    
    Bumps [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize) from 0.16.0 to 0.17.0.
    - [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
    - [Commits](kubernetes-sigs/kustomize@api/v0.16.0...api/v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/kustomize/kyaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b01ccac View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 (proje…

    …ctcontour#6340)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.0...v1.63.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d4fe67f View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/prometheus/common from 0.52.2 to 0.52.3 (p…

    …rojectcontour#6342)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.2 to 0.52.3.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.52.2...v0.52.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    46cbf21 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (project…

    …contour#6344)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@7afa10e...8450866)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fb3c562 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (pro…

    …jectcontour#6345)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@2b51285...d70bba7)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2a54b69 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump act10ns/slack from 2.0.0 to 2.1.0 (projectcontour#6346

    )
    
    Bumps [act10ns/slack](https://github.com/act10ns/slack) from 2.0.0 to 2.1.0.
    - [Release notes](https://github.com/act10ns/slack/releases)
    - [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md)
    - [Commits](act10ns/slack@ed1309a...4454124)
    
    ---
    updated-dependencies:
    - dependency-name: act10ns/slack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    13b4d2d View commit details
    Browse the repository at this point in the history
  7. build(deps): bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 (

    projectcontour#6341)
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.2 to 0.17.3.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.17.2...v0.17.3)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3d85617 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Bump envoy to v1.30.0 (projectcontour#6353)

    * bump: envoyproxy from 1.29.3 to  1.30.0
    
    Signed-off-by: tico88612 <[email protected]>
    
    * changelog: envoy update to v1.30.0
    
    Signed-off-by: tico88612 <[email protected]>
    
    * website: update compatibility matrix
    
    Signed-off-by: tico88612 <[email protected]>
    
    ---------
    
    Signed-off-by: tico88612 <[email protected]>
    tico88612 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4c25f7b View commit details
    Browse the repository at this point in the history
  2. handle route conflicts with HTTPRoute.Matches (projectcontour#6188)

    When there are conflicts between matches for
    rules in multiple HTTPRoutes, use the Gateway
    API conflict resolution rules to determine
    precedence.
    
    Closes projectcontour#3608.
    
    Signed-off-by: lubronzhan <[email protected]>
    lubronzhan authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3c79035 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    53e65db View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (projectcont…

    …our#6357)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a6e67a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. build(deps): bump actions/checkout from 4.1.1 to 4.1.3 (projectcontou…

    …r#6361)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...1d96c77)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7487a82 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 (projec…

    …tcontour#6362)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@4355270...c7f9125)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4f0a933 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump the artifact-actions group with 2 updates (projectc…

    …ontour#6360)
    
    Bumps the artifact-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/upload-artifact` from 4.3.1 to 4.3.2
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@5d5d22a...1746f4a)
    
    Updates `actions/download-artifact` from 4.1.4 to 4.1.5
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@c850b93...8caf195)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: artifact-actions
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: artifact-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    522e683 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0 (p…

    …rojectcontour#6364)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.3 to 0.53.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.52.3...v0.53.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    76d1572 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (proje…

    …ctcontour#6365)
    
    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.32.0 to 1.33.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.32.0...v1.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a577f18 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/vektra/mockery/v2 from 2.42.2 to 2.42.3 (p…

    …rojectcontour#6366)
    
    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.42.2 to 2.42.3.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.42.2...v2.42.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    056d880 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. bump Envoy to v1.30.1 (projectcontour#6376)

    * bump Envoy to v1.30.1
    
    Signed-off-by: Steve Kriss <[email protected]>
    
    * update prior changelog
    
    Signed-off-by: Steve Kriss <[email protected]>
    
    ---------
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dd08247 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the k8s-dependencies group with 4 updates (projectc…

    …ontour#6363)
    
    * build(deps): bump the k8s-dependencies group with 4 updates
    
    Bumps the k8s-dependencies group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).
    
    
    Updates `k8s.io/api` from 0.29.3 to 0.30.0
    - [Commits](kubernetes/api@v0.29.3...v0.30.0)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.29.3 to 0.30.0
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.29.3...v0.30.0)
    
    Updates `k8s.io/apimachinery` from 0.29.3 to 0.30.0
    - [Commits](kubernetes/apimachinery@v0.29.3...v0.30.0)
    
    Updates `k8s.io/client-go` from 0.29.3 to 0.30.0
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.29.3...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * bump sigs.k8s.io/controller-runtime to v0.18.0
    
    Updates provisioner controllers to use
    generics.
    
    Signed-off-by: Steve Kriss <[email protected]>
    
    * make generate
    
    Signed-off-by: Steve Kriss <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Steve Kriss <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Steve Kriss <[email protected]>
    dependabot[bot] and skriss authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    330f290 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump sigs.k8s.io/controller-tools from 0.14.0 to 0.15.0 (p…

    …rojectcontour#6371)
    
    * build(deps): bump sigs.k8s.io/controller-tools from 0.14.0 to 0.15.0
    
    Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.14.0 to 0.15.0.
    - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/master/envtest-releases.yaml)
    - [Commits](kubernetes-sigs/controller-tools@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * make generate
    
    Signed-off-by: Steve Kriss <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Steve Kriss <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Steve Kriss <[email protected]>
    dependabot[bot] and skriss authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    173a119 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (projectcontou…

    …r#6382)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1d96c77...0ad4b8f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b892135 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 (project…

    …contour#6383)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c7f9125...8f596b4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9fa9b89 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump the artifact-actions group with 2 updates (projectc…

    …ontour#6381)
    
    Bumps the artifact-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/upload-artifact` from 4.3.2 to 4.3.3
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@1746f4a...6546280)
    
    Updates `actions/download-artifact` from 4.1.5 to 4.1.7
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@8caf195...65a9edc)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: artifact-actions
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: artifact-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6558591 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. build(deps): bump github/codeql-action from 3.25.2 to 3.25.3 (project…

    …contour#6387)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.2 to 3.25.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8f596b4...d39d31e)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    672874f View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (p…

    …rojectcontour#6388)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.0.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@3cfe3a4...82d40c2)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7f1c522 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump mheap/github-action-required-labels (projectcontour…

    …#6389)
    
    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.4.0 to 5.4.1.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@132879b...5847eef)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    30f9321 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 (pr…

    …ojectcontour#6394)
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.17.2.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.17.1...v2.17.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6a47e76 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/cert-manager/cert-manager (projectcontou…

    …r#6395)
    
    Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.14.4 to 1.14.5.
    - [Release notes](https://github.com/cert-manager/cert-manager/releases)
    - [Commits](cert-manager/cert-manager@v1.14.4...v1.14.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cert-manager/cert-manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4cbcb6f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. internal/dag: 0s HTTPRoute timeout disables the timeout (projectconto…

    …ur#6375)
    
    In Gateway API, a timeout specified as 0s (or any
    other explicitly zero-valued duration string) should
    disable the timeout rather than use the default
    value.
    
    Closes projectcontour#6373.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    425b566 View commit details
    Browse the repository at this point in the history
  2. test/e2e: verify resource status upon creation (projectcontour#6347)

    * test/e2e: verify resource status upon creation
    
    Adds checks to verify resources are eventually
    created with the expected status, where missing.
    Without these checks, it's unknown whether the
    "CreateAndWaitFor" method was successful or timed
    out waiting for the desired condition.
    
    Signed-off-by: Steve Kriss <[email protected]>
    
    * test/e2e: drop first CreateAndWaitFor return parameters
    
    Virtually every invocation of these methods ignores
    the first return arg, so drop it from the methods.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    136f5a1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. remove old changelog entry (projectcontour#6399)

    Changelog projectcontour#6328 was superceded by projectcontour#6353.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored May 2, 2024
    Configuration menu
    Copy the full SHA
    128fa79 View commit details
    Browse the repository at this point in the history
  2. hack/release: update release notes template (projectcontour#6400)

    Update installing/upgrading section to include
    Gateway provisioner option.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored May 2, 2024
    Configuration menu
    Copy the full SHA
    d0f50df View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 (projectcontou…

    …r#6402)
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@0c52d54...cdcb360)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    6bcdd1c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 (project…

    …contour#6403)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@8450866...5ecb98a)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    25558ff View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 (p…

    …rojectcontour#6404)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.0.0 to 5.3.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@82d40c2...38e1018)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    7da7f5e View commit details
    Browse the repository at this point in the history
  4. build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (p…

    …rojectcontour#6410)
    
    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    311d9c8 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.1 (

    projectcontour#6408)
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.0 to 0.18.1.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.18.0...v0.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    81a5024 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/vektra/mockery/v2 from 2.42.3 to 2.43.0 (p…

    …rojectcontour#6409)
    
    Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.42.3 to 2.43.0.
    - [Release notes](https://github.com/vektra/mockery/releases)
    - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
    - [Commits](vektra/mockery@v2.42.3...v2.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vektra/mockery/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    edc0aaf View commit details
    Browse the repository at this point in the history
  7. build(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (proje…

    …ctcontour#6407)
    
    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.0 to 1.33.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.33.0...v1.33.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    a226b7d View commit details
    Browse the repository at this point in the history
  8. build(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (projectc…

    …ontour#6406)
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.19.0 to 0.20.0.
    - [Commits](golang/oauth2@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    5086f7d View commit details
    Browse the repository at this point in the history
  9. changelog

    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ad89ab5 View commit details
    Browse the repository at this point in the history
  10. provisioner: Use separate flag for each disabled feature (projectcont…

    …our#6413)
    
    Flags on Contour Deployment should be separate, not comma
    separated list
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored May 6, 2024
    Configuration menu
    Copy the full SHA
    b997b95 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. build(deps): bump actions/checkout from 4.1.4 to 4.1.5 (projectcontou…

    …r#6416)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@0ad4b8f...44c2b7a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    3c4ff21 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (pr…

    …ojectcontour#6419)
    
    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.2 to 2.17.3.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.17.2...v2.17.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    657c377 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump sigs.k8s.io/controller-runtime from 0.18.1 to 0.18.2 (

    projectcontour#6417)
    
    Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.1 to 0.18.2.
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.18.1...v0.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    249c242 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (p…

    …rojectcontour#6418)
    
    Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    5bfb6b7 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 (p…

    …rojectcontour#6415)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.3.0 to 6.0.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@38e1018...23faadf)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    959984e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2f403c View commit details
    Browse the repository at this point in the history
  7. v1.29.0 docs and config updates (projectcontour#6424)

    * Prepare documentation site for v1.29.0 release.
    * Add changelog for v1.29.0 release.
    * update compat matrix, versions.yaml
    * update dependabot, trivy configs
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored May 7, 2024
    Configuration menu
    Copy the full SHA
    fcf5007 View commit details
    Browse the repository at this point in the history
  8. v1.29.0 netlify redirect updates (projectcontour#6425)

    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored May 7, 2024
    Configuration menu
    Copy the full SHA
    a485abb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. internal/envoy: support AuthPolicy on direct response routes (project…

    …contour#6426)
    
    Previously, auth policies on direct response routes
    were ignored.
    
    Signed-off-by: Steve Kriss <[email protected]>
    Co-authored-by: shadi-altarsha <[email protected]>
    skriss and shadi-altarsha authored May 8, 2024
    Configuration menu
    Copy the full SHA
    c07a0ba View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Bump gateway-api to v1.1.0 (projectcontour#6398)

    - update go module dependency and regenerate CRDs
    - updates to reconciling GRPCRoute v1
    - v1alpha2 of BackendTLSPolicy has been removed, update to reconcile v1alpha3
    - disable a couple new conformance tests which will be fixed in subsequent PRs
    - provisioner now sets supported CRD version as v1.1.0
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored May 9, 2024
    Configuration menu
    Copy the full SHA
    bd33dfc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Update prometheus guide to a working example and add Envoy metrics po…

    …rt (projectcontour#6269)
    
    Updates docs page guide instructions and sample manifests
    
    Also removes prometheus annotations from Contour/Envoy in the example YAMLs and provisioner generated resources and adds the metrics port to Envoy DaemonSet/Deployment so that Prometheus PodMonitors can reach the metrics server. The prometheus-operator project uses PodMonitors rather than annotations to configure Prometheus to discover scrape endpoints.
    
    Signed-off-by: Sunjay Bhatia <[email protected]>
    sunjayBhatia authored May 10, 2024
    Configuration menu
    Copy the full SHA
    06761ae View commit details
    Browse the repository at this point in the history
  2. site: remove blog and unversioned guides (projectcontour#6431)

    * disable blog
    * delete blog posts and unversioned guides
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored May 10, 2024
    Configuration menu
    Copy the full SHA
    9f9547c View commit details
    Browse the repository at this point in the history
  3. site: updates for GRPCRoute moving to v1 (projectcontour#6430)

    Signed-off-by: Steve Kriss <[email protected]>
    skriss authored May 10, 2024
    Configuration menu
    Copy the full SHA
    28a20e8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    2644b30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d956245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66ade1c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a3e69cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1901827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a0480 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    393d81a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb3e3e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2154a83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43dabe3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    19a6e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f639ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1066071 View commit details
    Browse the repository at this point in the history