-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: snappcloud
Are you sure you want to change the base?
Commits on Jan 9, 2024
-
internal: replace min/max funcs with built-in ones (projectcontour#6062)
Signed-off-by: gang.liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b054178 - Browse repository at this point
Copy the full SHA b054178View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d82528d - Browse repository at this point
Copy the full SHA d82528dView commit details
Commits on Jan 10, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9e8e129 - Browse repository at this point
Copy the full SHA 9e8e129View commit details -
Remove static base runtime layer from bootstrap (projectcontour#6063)
Signed-off-by: lubronzhan <[email protected]> Co-authored-by: lubronzhan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8931d4 - Browse repository at this point
Copy the full SHA d8931d4View commit details
Commits on Jan 11, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 16fa671 - Browse repository at this point
Copy the full SHA 16fa671View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 838bad4 - Browse repository at this point
Copy the full SHA 838bad4View commit details -
Reduce permissions on workflows that run on PRs (projectcontour#6068)
Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e81b65 - Browse repository at this point
Copy the full SHA 6e81b65View commit details -
Update permissions on remaining workflows (projectcontour#6072)
Fixes codeql workflow to add write permissions Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc85f47 - Browse repository at this point
Copy the full SHA cc85f47View commit details
Commits on Jan 12, 2024
-
Add OpenSSF scorecard to README (projectcontour#6074)
also move badges to multiple lines Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9070cfa - Browse repository at this point
Copy the full SHA 9070cfaView commit details
Commits on Jan 16, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 08d6eaf - Browse repository at this point
Copy the full SHA 08d6eafView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a804ad8 - Browse repository at this point
Copy the full SHA a804ad8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ef95b9a - Browse repository at this point
Copy the full SHA ef95b9aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 79db809 - Browse repository at this point
Copy the full SHA 79db809View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c633fc3 - Browse repository at this point
Copy the full SHA c633fc3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0c5fb70 - Browse repository at this point
Copy the full SHA 0c5fb70View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3dd50e9 - Browse repository at this point
Copy the full SHA 3dd50e9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3e1ba54 - Browse repository at this point
Copy the full SHA 3e1ba54View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7980bbf - Browse repository at this point
Copy the full SHA 7980bbfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c62ddf2 - Browse repository at this point
Copy the full SHA c62ddf2View commit details -
Enable testifylint and ginkgo linters (projectcontour#6091)
Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02faa3a - Browse repository at this point
Copy the full SHA 02faa3aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 51b72d9 - Browse repository at this point
Copy the full SHA 51b72d9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 572515a - Browse repository at this point
Copy the full SHA 572515aView commit details
Commits on Jan 17, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 61b6fae - Browse repository at this point
Copy the full SHA 61b6faeView commit details
Commits on Jan 19, 2024
-
Update proxy-proto.md to remove warning about aws load balancer annot…
…ations not working (projectcontour#6097) Signed-off-by: Luong Vo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea4d4f9 - Browse repository at this point
Copy the full SHA ea4d4f9View commit details
Commits on Jan 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for bc1ea04 - Browse repository at this point
Copy the full SHA bc1ea04View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7faeeb1 - Browse repository at this point
Copy the full SHA 7faeeb1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ce515b6 - Browse repository at this point
Copy the full SHA ce515b6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 604bde0 - Browse repository at this point
Copy the full SHA 604bde0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b50dc42 - Browse repository at this point
Copy the full SHA b50dc42View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4ae0bfa - Browse repository at this point
Copy the full SHA 4ae0bfaView commit details -
Remove initial readiness probe delay (projectcontour#6099)
Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fc3b5d - Browse repository at this point
Copy the full SHA 0fc3b5dView commit details -
Add note to warn people to add config to vscode if need to compile fo… (
projectcontour#6116) Signed-off-by: lubronzhan <[email protected]> Signed-off-by: Lubron Zhan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c54c2b - Browse repository at this point
Copy the full SHA 5c54c2bView commit details
Commits on Jan 23, 2024
-
Add more debugging log on generating crd related code. (projectcontou…
…r#6117) Signed-off-by: Lubron Zhan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fa8ec4 - Browse repository at this point
Copy the full SHA 3fa8ec4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5f22aeb - Browse repository at this point
Copy the full SHA 5f22aebView commit details -
Generate certs and private keys for tests (projectcontour#6100)
Signed-off-by: Tero Saarni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26ddb0f - Browse repository at this point
Copy the full SHA 26ddb0fView commit details -
Bump certyaml to fix race condition (projectcontour#6118)
Signed-off-by: Tero Saarni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9eb2838 - Browse repository at this point
Copy the full SHA 9eb2838View commit details
Commits on Jan 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5eebe3e - Browse repository at this point
Copy the full SHA 5eebe3eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a57a590 - Browse repository at this point
Copy the full SHA a57a590View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for eaae374 - Browse repository at this point
Copy the full SHA eaae374View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for eb4e6b5 - Browse repository at this point
Copy the full SHA eb4e6b5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 706e57e - Browse repository at this point
Copy the full SHA 706e57eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c3a7d19 - Browse repository at this point
Copy the full SHA c3a7d19View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 67c7ec1 - Browse repository at this point
Copy the full SHA 67c7ec1View commit details -
Added support for upstream verification for TCPProxy (projectcontour#…
…6079) Signed-off-by: Tero Saarni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4619e0a - Browse repository at this point
Copy the full SHA 4619e0aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6ef905a - Browse repository at this point
Copy the full SHA 6ef905aView commit details -
site: document Gateway name length limit (projectcontour#6143)
Updates projectcontour#5970. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54fc8fc - Browse repository at this point
Copy the full SHA 54fc8fcView commit details
Commits on Jan 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 29201bb - Browse repository at this point
Copy the full SHA 29201bbView commit details
Commits on Jan 31, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ac49aee - Browse repository at this point
Copy the full SHA ac49aeeView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 62f81db - Browse repository at this point
Copy the full SHA 62f81dbView commit details
Commits on Feb 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 943d5e2 - Browse repository at this point
Copy the full SHA 943d5e2View commit details
Commits on Feb 5, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5b16199 - Browse repository at this point
Copy the full SHA 5b16199View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9f248c2 - Browse repository at this point
Copy the full SHA 9f248c2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for aeb04fc - Browse repository at this point
Copy the full SHA aeb04fcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3fee384 - Browse repository at this point
Copy the full SHA 3fee384View commit details -
Add anti-affinity for envoy deployed by provisioner (projectcontour#6148
) Signed-off-by: lubronzhan <[email protected]> Signed-off-by: Lubron Zhan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 621e897 - Browse repository at this point
Copy the full SHA 621e897View commit details -
Bump kind/kubectl and node images (projectcontour#6160)
Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0809407 - Browse repository at this point
Copy the full SHA 0809407View commit details
Commits on Feb 9, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0160b09 - Browse repository at this point
Copy the full SHA 0160b09View commit details -
add disabled-features flag to ContourDeployment for provisioner (proj…
…ectcontour#6152) Fixes projectcontour#5276. Signed-off-by: Lubron Zhan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39a7d20 - Browse repository at this point
Copy the full SHA 39a7d20View commit details
Commits on Feb 12, 2024
-
Add Accepted condition to BackendTLSPolicy (projectcontour#6151)
Signed-off-by: Christian Ang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d6831b - Browse repository at this point
Copy the full SHA 7d6831bView commit details -
Bump Envoy to 1.29.1 (projectcontour#6164)
Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c35f7f0 - Browse repository at this point
Copy the full SHA c35f7f0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ca4108f - Browse repository at this point
Copy the full SHA ca4108fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f188984 - Browse repository at this point
Copy the full SHA f188984View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 09aaadf - Browse repository at this point
Copy the full SHA 09aaadfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 28180ca - Browse repository at this point
Copy the full SHA 28180caView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1577e07 - Browse repository at this point
Copy the full SHA 1577e07View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1e37c8f - Browse repository at this point
Copy the full SHA 1e37c8fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6ea6bb9 - Browse repository at this point
Copy the full SHA 6ea6bb9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 84b1117 - Browse repository at this point
Copy the full SHA 84b1117View commit details -
update docs & examples to match gateway-api/v1 (projectcontour#5925)
Signed-off-by: gang.liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92d5342 - Browse repository at this point
Copy the full SHA 92d5342View commit details -
Site/changelog/workflow updates for v1.28.0 release (projectcontour#6180
) Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5621293 - Browse repository at this point
Copy the full SHA 5621293View commit details -
hack: fix link in release notes template (projectcontour#6183)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60aeb27 - Browse repository at this point
Copy the full SHA 60aeb27View commit details -
v1.27.1, v1.26.2 changelogs & docs updates (projectcontour#6184)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d78210 - Browse repository at this point
Copy the full SHA 3d78210View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fa1d380 - Browse repository at this point
Copy the full SHA fa1d380View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1a91962 - Browse repository at this point
Copy the full SHA 1a91962View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f131882 - Browse repository at this point
Copy the full SHA f131882View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bd003fb - Browse repository at this point
Copy the full SHA bd003fbView commit details
Commits on Feb 13, 2024
-
Patch release 1.28.1 changelog/site updates (projectcontour#6190)
* changelog * compat matrix * versions Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50cb833 - Browse repository at this point
Copy the full SHA 50cb833View commit details -
add locally-built contour to .gitignore (projectcontour#6191)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5763f7f - Browse repository at this point
Copy the full SHA 5763f7fView commit details -
Gateway API: remove gateway controller name config option (projectcon…
…tour#6145) Closes projectcontour#5923. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cc89d0 - Browse repository at this point
Copy the full SHA 1cc89d0View commit details -
site/content: minor Gateway API docs updates (projectcontour#6192)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc89948 - Browse repository at this point
Copy the full SHA bc89948View commit details
Commits on Feb 14, 2024
-
Replace ref package with k8s.io/utils/ptr (projectcontour#6189)
Closes projectcontour#6163. Signed-off-by: lubronzhan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e6d2f7 - Browse repository at this point
Copy the full SHA 6e6d2f7View commit details
Commits on Feb 16, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d03b6d7 - Browse repository at this point
Copy the full SHA d03b6d7View commit details
Commits on Feb 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 171e94f - Browse repository at this point
Copy the full SHA 171e94fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 40ab309 - Browse repository at this point
Copy the full SHA 40ab309View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c76f2bc - Browse repository at this point
Copy the full SHA c76f2bcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6d2859f - Browse repository at this point
Copy the full SHA 6d2859fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 841c9f6 - Browse repository at this point
Copy the full SHA 841c9f6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 583310b - Browse repository at this point
Copy the full SHA 583310bView commit details -
Bump kind/kubectl and node images (projectcontour#6211)
Kind release note: https://github.com/kubernetes-sigs/kind/releases/tag/v0.22.0 Signed-off-by: lubronzhan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94e591f - Browse repository at this point
Copy the full SHA 94e591fView commit details
Commits on Feb 22, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9d7f9dd - Browse repository at this point
Copy the full SHA 9d7f9ddView commit details
Commits on Feb 23, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c6ae46e - Browse repository at this point
Copy the full SHA c6ae46eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e6a5bfc - Browse repository at this point
Copy the full SHA e6a5bfcView commit details
Commits on Feb 26, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f8c2854 - Browse repository at this point
Copy the full SHA f8c2854View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0dbc1f3 - Browse repository at this point
Copy the full SHA 0dbc1f3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e49b92d - Browse repository at this point
Copy the full SHA e49b92dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for afaca64 - Browse repository at this point
Copy the full SHA afaca64View commit details
Commits on Feb 28, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 41ecbaa - Browse repository at this point
Copy the full SHA 41ecbaaView commit details -
Bump golangci-lint to 1.56.2 (projectcontour#6182)
Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4ec1a4 - Browse repository at this point
Copy the full SHA c4ec1a4View commit details -
use Go 1.22 range over integers syntax (projectcontour#6214)
See https://go.dev/doc/go1.22#language. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a16e749 - Browse repository at this point
Copy the full SHA a16e749View commit details
Commits on Feb 29, 2024
-
test/e2e: add flake attempts for gRPC plaintext E2E (projectcontour#6228
) Updates projectcontour#6092. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d41cfb - Browse repository at this point
Copy the full SHA 5d41cfbView commit details
Commits on Mar 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6791158 - Browse repository at this point
Copy the full SHA 6791158View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9b5dbe6 - Browse repository at this point
Copy the full SHA 9b5dbe6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a700daf - Browse repository at this point
Copy the full SHA a700dafView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f0c613b - Browse repository at this point
Copy the full SHA f0c613bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 157fb67 - Browse repository at this point
Copy the full SHA 157fb67View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4e543e3 - Browse repository at this point
Copy the full SHA 4e543e3View commit details -
use multi-arch golang base image (projectcontour#6243)
Allows builds on multiple architectures. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5081138 - Browse repository at this point
Copy the full SHA 5081138View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b08ab87 - Browse repository at this point
Copy the full SHA b08ab87View commit details -
Fix for specifying a health check port with an ExternalName Service (p…
…rojectcontour#6230) Signed-off-by: yangyang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53e9159 - Browse repository at this point
Copy the full SHA 53e9159View commit details
Commits on Mar 5, 2024
-
examples: update envoy/ratelimit image tag (projectcontour#6246)
Updates to 19f2079f tag (the latest). Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e64a50a - Browse repository at this point
Copy the full SHA e64a50aView commit details
Commits on Mar 6, 2024
-
Ignore all loopback IPs in local ip grep (projectcontour#6245)
Signed-off-by: Seth Epps <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ab1748 - Browse repository at this point
Copy the full SHA 7ab1748View commit details
Commits on Mar 7, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 31ad9ba - Browse repository at this point
Copy the full SHA 31ad9baView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a740314 - Browse repository at this point
Copy the full SHA a740314View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 85cc0b7 - Browse repository at this point
Copy the full SHA 85cc0b7View commit details
Commits on Mar 10, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for fe9e9d7 - Browse repository at this point
Copy the full SHA fe9e9d7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e164532 - Browse repository at this point
Copy the full SHA e164532View commit details
Commits on Mar 11, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4c08b61 - Browse repository at this point
Copy the full SHA 4c08b61View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fee5146 - Browse repository at this point
Copy the full SHA fee5146View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 19b3036 - Browse repository at this point
Copy the full SHA 19b3036View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 035fa05 - Browse repository at this point
Copy the full SHA 035fa05View commit details
Commits on Mar 12, 2024
-
use envoy xDS server for featuretests (projectcontour#6255)
Updates projectcontour#2134. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc301a1 - Browse repository at this point
Copy the full SHA bc301a1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 23a0297 - Browse repository at this point
Copy the full SHA 23a0297View commit details
Commits on Mar 18, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for ba23d35 - Browse repository at this point
Copy the full SHA ba23d35View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d5f3dcf - Browse repository at this point
Copy the full SHA d5f3dcfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for acb2acc - Browse repository at this point
Copy the full SHA acb2accView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 49503ce - Browse repository at this point
Copy the full SHA 49503ceView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b1d6c4f - Browse repository at this point
Copy the full SHA b1d6c4fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5d89845 - Browse repository at this point
Copy the full SHA 5d89845View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 484c407 - Browse repository at this point
Copy the full SHA 484c407View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3de5ddd - Browse repository at this point
Copy the full SHA 3de5dddView commit details -
Bump Envoy to v1.29.2 (projectcontour#6283)
See release notes: https://www.envoyproxy.io/docs/envoy/v1.29.2/version_history/v1.29/v1.29.2 Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17e528c - Browse repository at this point
Copy the full SHA 17e528cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 774fae8 - Browse repository at this point
Copy the full SHA 774fae8View commit details
Commits on Mar 19, 2024
-
1.28.2 release note and docs (projectcontour#6292)
* changelog * compat matrix * versions Signed-off-by: Sunjay Bhatia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f1b981 - Browse repository at this point
Copy the full SHA 5f1b981View commit details
Commits on Mar 25, 2024
-
chore: fix some docs typos (projectcontour#6298)
Signed-off-by: majorteach <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a741c6 - Browse repository at this point
Copy the full SHA 4a741c6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c4c64a7 - Browse repository at this point
Copy the full SHA c4c64a7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ed6d0ff - Browse repository at this point
Copy the full SHA ed6d0ffView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b907e47 - Browse repository at this point
Copy the full SHA b907e47View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6dbb28f - Browse repository at this point
Copy the full SHA 6dbb28fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b8544c6 - Browse repository at this point
Copy the full SHA b8544c6View commit details -
Add Bugfender to adopters (projectcontour#6293)
Signed-off-by: Jordi Giménez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3d6cb4 - Browse repository at this point
Copy the full SHA c3d6cb4View commit details
Commits on Apr 2, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for c8f2138 - Browse repository at this point
Copy the full SHA c8f2138View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 00ee9e4 - Browse repository at this point
Copy the full SHA 00ee9e4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fe259fa - Browse repository at this point
Copy the full SHA fe259faView commit details
Commits on Apr 4, 2024
-
set SpawnUpstreamSpan to true for generation new span (projectcontour…
…#6271) Signed-off-by: Saman Mahdanian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8d2f5a - Browse repository at this point
Copy the full SHA a8d2f5aView commit details
Commits on Apr 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 014af6a - Browse repository at this point
Copy the full SHA 014af6aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 44101d7 - Browse repository at this point
Copy the full SHA 44101d7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0518022 - Browse repository at this point
Copy the full SHA 0518022View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d49c906 - Browse repository at this point
Copy the full SHA d49c906View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e2f32a3 - Browse repository at this point
Copy the full SHA e2f32a3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5826aef - Browse repository at this point
Copy the full SHA 5826aefView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 660d84e - Browse repository at this point
Copy the full SHA 660d84eView commit details
Commits on Apr 9, 2024
-
bump Go to 1.22.2 (projectcontour#6327)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7042071 - Browse repository at this point
Copy the full SHA 7042071View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 162c077 - Browse repository at this point
Copy the full SHA 162c077View commit details
Commits on Apr 10, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e79d56a - Browse repository at this point
Copy the full SHA e79d56aView commit details -
use EndpointSlices by default (projectcontour#6149)
Closes projectcontour#5891. Signed-off-by: gang.liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f7010a - Browse repository at this point
Copy the full SHA 6f7010aView commit details -
Allow follower to start with empty initial resource list (projectcont…
…our#6295) Signed-off-by: Tero Saarni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d72f4c6 - Browse repository at this point
Copy the full SHA d72f4c6View commit details
Commits on Apr 11, 2024
-
minor release process updates (projectcontour#6336)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7c7234 - Browse repository at this point
Copy the full SHA b7c7234View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6bdda0b - Browse repository at this point
Copy the full SHA 6bdda0bView commit details
Commits on Apr 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 818ca2d - Browse repository at this point
Copy the full SHA 818ca2dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for add0746 - Browse repository at this point
Copy the full SHA add0746View commit details
Commits on Apr 15, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for b01ccac - Browse repository at this point
Copy the full SHA b01ccacView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d4fe67f - Browse repository at this point
Copy the full SHA d4fe67fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 46cbf21 - Browse repository at this point
Copy the full SHA 46cbf21View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fb3c562 - Browse repository at this point
Copy the full SHA fb3c562View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2a54b69 - Browse repository at this point
Copy the full SHA 2a54b69View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 13b4d2d - Browse repository at this point
Copy the full SHA 13b4d2dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3d85617 - Browse repository at this point
Copy the full SHA 3d85617View commit details
Commits on Apr 17, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4c25f7b - Browse repository at this point
Copy the full SHA 4c25f7bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3c79035 - Browse repository at this point
Copy the full SHA 3c79035View commit details
Commits on Apr 18, 2024
-
re-enable linting the tools build tag (projectcontour#6356)
Updates projectcontour#5077. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53e65db - Browse repository at this point
Copy the full SHA 53e65dbView commit details
Commits on Apr 19, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a6e67a7 - Browse repository at this point
Copy the full SHA a6e67a7View commit details
Commits on Apr 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7487a82 - Browse repository at this point
Copy the full SHA 7487a82View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4f0a933 - Browse repository at this point
Copy the full SHA 4f0a933View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 522e683 - Browse repository at this point
Copy the full SHA 522e683View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 76d1572 - Browse repository at this point
Copy the full SHA 76d1572View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a577f18 - Browse repository at this point
Copy the full SHA a577f18View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 056d880 - Browse repository at this point
Copy the full SHA 056d880View commit details
Commits on Apr 24, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for dd08247 - Browse repository at this point
Copy the full SHA dd08247View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 330f290 - Browse repository at this point
Copy the full SHA 330f290View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 173a119 - Browse repository at this point
Copy the full SHA 173a119View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b892135 - Browse repository at this point
Copy the full SHA b892135View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9fa9b89 - Browse repository at this point
Copy the full SHA 9fa9b89View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6558591 - Browse repository at this point
Copy the full SHA 6558591View commit details
Commits on Apr 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 672874f - Browse repository at this point
Copy the full SHA 672874fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7f1c522 - Browse repository at this point
Copy the full SHA 7f1c522View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 30f9321 - Browse repository at this point
Copy the full SHA 30f9321View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6a47e76 - Browse repository at this point
Copy the full SHA 6a47e76View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4cbcb6f - Browse repository at this point
Copy the full SHA 4cbcb6fView commit details
Commits on Apr 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 425b566 - Browse repository at this point
Copy the full SHA 425b566View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 136f5a1 - Browse repository at this point
Copy the full SHA 136f5a1View commit details
Commits on May 2, 2024
-
remove old changelog entry (projectcontour#6399)
Changelog projectcontour#6328 was superceded by projectcontour#6353. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 128fa79 - Browse repository at this point
Copy the full SHA 128fa79View commit details -
hack/release: update release notes template (projectcontour#6400)
Update installing/upgrading section to include Gateway provisioner option. Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0f50df - Browse repository at this point
Copy the full SHA d0f50dfView commit details
Commits on May 6, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6bcdd1c - Browse repository at this point
Copy the full SHA 6bcdd1cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 25558ff - Browse repository at this point
Copy the full SHA 25558ffView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7da7f5e - Browse repository at this point
Copy the full SHA 7da7f5eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 311d9c8 - Browse repository at this point
Copy the full SHA 311d9c8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 81a5024 - Browse repository at this point
Copy the full SHA 81a5024View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for edc0aaf - Browse repository at this point
Copy the full SHA edc0aafView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a226b7d - Browse repository at this point
Copy the full SHA a226b7dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5086f7d - Browse repository at this point
Copy the full SHA 5086f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad89ab5 - Browse repository at this point
Copy the full SHA ad89ab5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b997b95 - Browse repository at this point
Copy the full SHA b997b95View commit details
Commits on May 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3c4ff21 - Browse repository at this point
Copy the full SHA 3c4ff21View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 657c377 - Browse repository at this point
Copy the full SHA 657c377View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 249c242 - Browse repository at this point
Copy the full SHA 249c242View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5bfb6b7 - Browse repository at this point
Copy the full SHA 5bfb6b7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 959984e - Browse repository at this point
Copy the full SHA 959984eView commit details -
v1.27.3, v1.28.4 changelogs and version info (projectcontour#6423)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2f403c - Browse repository at this point
Copy the full SHA f2f403cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fcf5007 - Browse repository at this point
Copy the full SHA fcf5007View commit details -
v1.29.0 netlify redirect updates (projectcontour#6425)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a485abb - Browse repository at this point
Copy the full SHA a485abbView commit details
Commits on May 8, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c07a0ba - Browse repository at this point
Copy the full SHA c07a0baView commit details
Commits on May 9, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bd33dfc - Browse repository at this point
Copy the full SHA bd33dfcView commit details
Commits on May 10, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 06761ae - Browse repository at this point
Copy the full SHA 06761aeView commit details -
site: remove blog and unversioned guides (projectcontour#6431)
* disable blog * delete blog posts and unversioned guides Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f9547c - Browse repository at this point
Copy the full SHA 9f9547cView commit details -
site: updates for GRPCRoute moving to v1 (projectcontour#6430)
Signed-off-by: Steve Kriss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28a20e8 - Browse repository at this point
Copy the full SHA 28a20e8View commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2644b30 - Browse repository at this point
Copy the full SHA 2644b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d956245 - Browse repository at this point
Copy the full SHA d956245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ade1c - Browse repository at this point
Copy the full SHA 66ade1cView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3e69cb - Browse repository at this point
Copy the full SHA a3e69cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1901827 - Browse repository at this point
Copy the full SHA 1901827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a0480 - Browse repository at this point
Copy the full SHA 47a0480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 393d81a - Browse repository at this point
Copy the full SHA 393d81aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3e3e5 - Browse repository at this point
Copy the full SHA bb3e3e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2154a83 - Browse repository at this point
Copy the full SHA 2154a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43dabe3 - Browse repository at this point
Copy the full SHA 43dabe3View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19a6e17 - Browse repository at this point
Copy the full SHA 19a6e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f639ac - Browse repository at this point
Copy the full SHA 6f639acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1066071 - Browse repository at this point
Copy the full SHA 1066071View commit details