Skip to content

Commit 56e82dd

Browse files
authored
Bumping version to v1.3.0-rc.1 (#3704)
1 parent aa96793 commit 56e82dd

18 files changed

+20
-20
lines changed

CHANGELOG/1.3-CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
## Table of Contents
33

44
- [v1.3.0](#v130)
5-
- [v1.3.0-rc1](#v130-rc1)
5+
- [v1.3.0-rc.1](#v130-rc1)
66

77
# v1.3.0
88

99
TBD
1010

11-
# v1.3.0-rc1
11+
# v1.3.0-rc.1
1212
- _start-sha: 066411e5d45ea58c954bc144b88f82f534355a63_
1313
- _end-sha: b316db57e63e9a58058880982750dc035a347d6_
1414

@@ -146,7 +146,7 @@ Relevant PRs:
146146
`XBackendTrafficPolicy`. ([#3682](https://github.com/kubernetes-sigs/gateway-api/pull/3682),[@mlavacca](https://github.com/mlavacca))
147147

148148
#### XBackendTrafficPolicy (Retry Budgets)
149-
[GEP-3388](https://gateway-api.sigs.k8s.io/geps/gep-3388/)
149+
[GEP-3388](https://gateway-api.sigs.k8s.io/geps/gep-3388/)
150150
specifies the configuration of a "retry budget" across all endpoints of a destination service in order to prevent
151151
additional client-side retries after reaching a configured threshold. The budget can be configured using a maximum
152152
percentage of active requests, or an interval during which requests will be considered. In this release, this change has

config/crd/experimental/gateway.networking.k8s.io_backendtlspolicies.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_gateways.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_referencegrants.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_tcproutes.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_udproutes.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.x-k8s.io_xbackendtrafficpolicies.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.x-k8s.io_xlistenersets.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_gateways.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_grpcroutes.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_httproutes.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_referencegrants.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/consts/consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727

2828
// BundleVersion is the value used for the "gateway.networking.k8s.io/bundle-version" annotation.
2929
// These value must be updated during the release process.
30-
BundleVersion = "v1.2.1"
30+
BundleVersion = "v1.3.0-rc.1"
3131

3232
// ApprovalLink is the value used for the "api-approved.kubernetes.io" annotation.
3333
// These value must be updated during the release process.

0 commit comments

Comments
 (0)