Skip to content

Commit 345d5f6

Browse files
authored
bump various deps (k8s, istio, contour, envoy gateway) (#918)
* bump deps * bump k8s version in kind
1 parent f2ec068 commit 345d5f6

10 files changed

Lines changed: 276 additions & 104 deletions

File tree

.github/workflows/kind-e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
fail-fast: false # Keep running if one leg fails.
1212
matrix:
1313
k8s-version:
14-
- v1.32.x
1514
- v1.33.x
15+
- v1.34.x
16+
- v1.35.x
1617
ingress:
1718
- istio
1819
- contour

docs/test-version.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ The following Gateway API version and Ingress were tested as part of the release
99

1010
| Tested Gateway API |
1111
| ------------------------ |
12-
| v1.4.0 |
12+
| v1.4.1 |
1313

1414
### Tested Ingress
1515

1616
| Ingress | Tested version | Unavailable features |
1717
| ------- | ----------------------- | ------------------------------ |
18-
| Istio | v1.28.0 | retry,httpoption |
19-
| Contour | v1.33.0 | httpoption |
20-
| Envoy Gateway | v1.6.0 | httpoption,host-rewrite |
18+
| Istio | v1.28.2 | retry,httpoption |
19+
| Contour | v1.33.1 | httpoption |
20+
| Envoy Gateway | v1.6.2 | httpoption,host-rewrite |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
knative.dev/hack v0.0.0-20260114013932-ee8a1b2d08eb
1616
knative.dev/networking v0.0.0-20260120015512-121dfe84aa2e
1717
knative.dev/pkg v0.0.0-20260119145652-af2d22303fb9
18-
sigs.k8s.io/gateway-api v1.4.0
18+
sigs.k8s.io/gateway-api v1.4.1
1919
sigs.k8s.io/yaml v1.6.0
2020
)
2121

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ knative.dev/networking v0.0.0-20260120015512-121dfe84aa2e h1:10LthMJb1lcVAHpojD3
261261
knative.dev/networking v0.0.0-20260120015512-121dfe84aa2e/go.mod h1:xXrMBn+G2q+vvkTKMjq4UqgYkHGJQkOgqRHHF4usBEA=
262262
knative.dev/pkg v0.0.0-20260119145652-af2d22303fb9 h1:ABYjcOz2gvE1ltZtyxXsB+5iykV8jRS+v7ooLvydZho=
263263
knative.dev/pkg v0.0.0-20260119145652-af2d22303fb9/go.mod h1:9mZVfPCgjTOrwZb5nZSiIGGsIWtIq97LK8RWJk7O3G8=
264-
sigs.k8s.io/gateway-api v1.4.0 h1:ZwlNM6zOHq0h3WUX2gfByPs2yAEsy/EenYJB78jpQfQ=
265-
sigs.k8s.io/gateway-api v1.4.0/go.mod h1:AR5RSqciWP98OPckEjOjh2XJhAe2Na4LHyXD2FUY7Qk=
264+
sigs.k8s.io/gateway-api v1.4.1 h1:NPxFutNkKNa8UfLd2CMlEuhIPMQgDQ6DXNKG9sHbJU8=
265+
sigs.k8s.io/gateway-api v1.4.1/go.mod h1:AR5RSqciWP98OPckEjOjh2XJhAe2Na4LHyXD2FUY7Qk=
266266
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
267267
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
268268
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=

hack/test-env.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
export GATEWAY_API_VERSION="v1.4.0"
18-
export ISTIO_VERSION="1.28.0"
17+
export GATEWAY_API_VERSION="v1.4.1"
18+
export ISTIO_VERSION="1.28.2"
1919
export ISTIO_UNSUPPORTED_E2E_TESTS="retry,httpoption"
20-
export CONTOUR_VERSION="v1.33.0"
20+
export CONTOUR_VERSION="v1.33.1"
2121
export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption"
2222

23-
export ENVOY_GATEWAY_VERSION="v1.6.0"
23+
export ENVOY_GATEWAY_VERSION="v1.6.2"
2424
export ENVOY_GATEWAY_UNSUPPORTED_E2E_TESTS="httpoption,host-rewrite"

third_party/gateway-api/gateway-api.yaml

Lines changed: 254 additions & 90 deletions
Large diffs are not rendered by default.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ knative.dev/pkg/webhook
11571157
knative.dev/pkg/webhook/certificates
11581158
knative.dev/pkg/webhook/certificates/resources
11591159
knative.dev/pkg/webhook/configmaps
1160-
# sigs.k8s.io/gateway-api v1.4.0
1160+
# sigs.k8s.io/gateway-api v1.4.1
11611161
## explicit; go 1.24.0
11621162
sigs.k8s.io/gateway-api/apis/v1
11631163
sigs.k8s.io/gateway-api/apis/v1alpha2

vendor/sigs.k8s.io/gateway-api/apis/v1/backendtlspolicy_types.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/sigs.k8s.io/gateway-api/apis/v1alpha3/backendtlspolicy_types.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/sigs.k8s.io/gateway-api/pkg/features/backendtlspolicy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)