Skip to content

Commit

Permalink
Merge pull request #1254 from robscott/changelog-v0.5.0-rc2
Browse files Browse the repository at this point in the history
Adding changelog for v0.5.0-rc2
  • Loading branch information
k8s-ci-robot authored Jul 12, 2022
2 parents 267c2d0 + ce4aec1 commit 35ad4f4
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 12 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Table of Contents

- [v0.5.0-rc2](#v050-rc2)
- [v0.5.0-rc1](#v050-rc1)
- [v0.4.3](#v043)
- [v0.4.2](#v042)
Expand All @@ -15,6 +16,40 @@
- [v0.1.0-rc2](#v010-rc2)
- [v0.1.0-rc1](#v010-rc1)

## v0.5.0-rc2

API versions: v1beta1, v1alpha2

We expect this to be our final release candidate before launching v0.5.0. This
release candidate includes a variety of cleanup and documentation updates.

### Webhook

- Adds webhook validation to ensure that no HTTP header or query param is
matched more than once in a given route rule. (#1230, @skriss)

### Documentation

- Add examples and documentation for v1beta1 (#1238, @EmilyShepherd)
- Add policy attachment example (#1233, @keithmattix)
- Add warning headers for experimental resources/concepts (#1234, @keithmattix)
- All Enum API fields have had updates to clarify that we may add values at any
time, and that implementations must handle unknown Enum values. (#1258,
@youngnick)
- Spacing has been improved around the documentation of feature-level
core/extended support for better readability and clarity. (#1241, @acnodal-tc)
- Update ReferenceGrant docs to include Gateways that reference a Secret in a
different namespace (#1181, @nathancoleman)

### Cleanup

- ReferencePolicyList Items is an array of ReferencePolicy again (#1239,
@dprotaso)
- This release of experimental-install.yaml will apply successfully. Previous
releases had some extraneous yaml. (#1232, @acnodal-tc)
- The NamedAddress type is back to support backwards compatibility but it is
still formally deprecated. (#1252, @robscott)

## v0.5.0-rc1

API versions: v1beta1, v1alpha2
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
channelAnnotation = "gateway.networking.k8s.io/channel"

// These values must be updated during the release process
bundleVersion = "v0.5.0-rc1"
bundleVersion = "v0.5.0-rc2"
approvalLink = "https://github.com/kubernetes-sigs/gateway-api/pull/1086"
)

Expand Down

0 comments on commit 35ad4f4

Please sign in to comment.