Sourced from github.com/hashicorp/hc-install's releases.
v0.8.0
ENHANCEMENTS:
- Add retries for HTTP operations by
@james0209
in hashicorp/hc-install#218- Allow
LicenseDir
field for non-enterprise usage by@james0209
in hashicorp/hc-install#214BUG FIXES:
- [fix] include custom url's "path" when creating Archive URL by
@james0209
in hashicorp/hc-install#234INTERNAL:
- [chore] Remove unused variable by
@james0209
in hashicorp/hc-install#215- build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 by
@dependabot
in hashicorp/hc-install#221- build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by
@dependabot
in hashicorp/hc-install#216- build(deps): bump golang.org/x/mod from 0.17.0 to 0.18.0 by
@dependabot
in hashicorp/hc-install#223- build(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 by
@dependabot
in hashicorp/hc-install#229- build(deps): bump hashicorp/action-setup-bob from 2.0.0 to 2.0.3 in the github-actions-backward-compatible group by
@dependabot
in hashicorp/hc-install#220- build(deps): bump hashicorp/action-setup-bob from 2.0.3 to 2.1.0 in the github-actions-backward-compatible group by
@dependabot
in hashicorp/hc-install#222- build(deps): bump hashicorp/actions-packaging-linux from 1.7 to 1.8 in the github-actions-backward-compatible group by
@dependabot
in hashicorp/hc-install#224- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/hc-install#219- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/hc-install#226- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/hc-install#231- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/hc-install#233- go: bump version to 1.22.4 by
@radeksimko
in hashicorp/hc-install#227
6a754fc
Update VERSIONb216d7f
[fix] include custom url's "path" when creating Archive URL
(#234)5efb089
build(deps): Bump workflows to latest trusted versions (#233)0c03a35
build(deps): Bump workflows to latest trusted versions (#231)321faf4
build(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 (#229)3f6f9f2
go: bump version to 1.22.4 (#227)2597d9e
build(deps): Bump workflows to latest trusted versions (#226)c4aaa60
build(deps): bump hashicorp/actions-packaging-linux from 1.7 to 1.8 in
the gi...03e0bd6
build(deps): bump hashicorp/action-setup-bob from 2.0.3 to 2.1.0 in the
githu...f847221
Merge pull request #223
from hashicorp/dependabot/go_modules/golang.org/x/mod...Sourced from github.com/projectcontour/contour's releases.
Contour v1.30.0
We are delighted to present version v1.30.0 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.
A big thank you to everyone who contributed to the release.
Minor Changes
Gateway API: Implement Listener/Route hostname isolation
Gateway API spec update in this GEP. Updates logic on finding intersecting route and Listener hostnames to factor in the other Listeners on a Gateway that the route in question may not actually be attached to. Requests should be "isolated" to the most specific Listener and it's attached routes.
Update examples for monitoring Contour and Envoy
Updates the documentation and examples for deploying a monitoring stack (Prometheus and Grafana) to scrape metrics from Contour and Envoy. Adds a metrics port to the Envoy DaemonSet/Deployment in the example YAMLs to expose port
8002
so thatPodMonitor
resources can be used to find metrics endpoints.Update to Gateway API v1.1.0
Gateway API CRD compatibility has been updated to release v1.1.0.
Notable changes for Contour include:
- The
BackendTLSPolicy
resource has undergone some breaking changes and has been updated to thev1alpha3
API version. This will require any existing users of this policy to uninstall the v1alpha2 version before installing this newer version.GRPCRoute
has graduated to GA and is now in thev1
API version.Full release notes for this Gateway API release can be found here.
Add Circuit Breaker support for Extension Services
This change enables the user to configure the Circuit breakers for extension services either via the global Contour config or on an individual Extension Service.
NOTE: The
PerHostMaxConnections
is now also configurable via the global settings.Fallback Certificate: Add Global Ext Auth support
Applies Global Auth filters to Fallback certificate
Gateway API: handle Route conflicts with GRPCRoute.Matches
It's possible that multiple GRPCRoutes will define the same Match conditions. In this case the following logic is applied to resolve the conflict:
- The oldest Route based on creation timestamp. For example, a Route with a creation timestamp of “2020-09-08 01:02:03” is given precedence over a Route with a creation timestamp of “2020-09-08 01:02:04”.
... (truncated)
00de904
Update Contour Docker image to v1.30.0.218c296
July 2024 release updates (#6588)2b29802
build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#6584)4143cf9
build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#6583)a1a95cc
build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#6582)94df101
build(deps): bump github/codeql-action from 3.25.13 to 3.25.15 (#6581)9ba18ff
build(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 (#6579)7fa5725
Gateway API: handle Route conflicts with GRPCRoute.Matches (#6566)19626e9
adds global auth support to fallback certificates (#6558)601218d
Add circuit breaker support for extension services (#6539)411f99e
LICENSE: update per Google Legal