Skip to content

Commit

Permalink
Adding changelog for v0.7.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed May 10, 2023
1 parent 74fcabc commit 955a29e
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 14 deletions.
26 changes: 26 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.7.0-rc2](#v070-rc2)
- [v0.7.0-rc1](#v070-rc1)
- [v0.6.2](#v062)
- [v0.6.1](#v061)
Expand All @@ -24,6 +25,31 @@
- [v0.1.0-rc2](#v010-rc2)
- [v0.1.0-rc1](#v010-rc1)

# v0.7.0-rc2

We expect this to be our final release candidate before launching v0.7.0. This
release candidate includes a variety of clarifications and conformance updates.
The changelog below represents the changes since v0.7.0-rc1.

## Changes by Kind

### Spec Clarification

- Port redirect when empty will depend on the configured Redirect scheme (#1880,
@gauravkghildiyal)

### Conformance

- Remove a test that only covered redirect status without any other changes.
(#2007, @robscott)
- Port redirect when empty will depend on the configured Redirect scheme (#1880,
@gauravkghildiyal)

### Validation Fixes

* Webhook: Port is now considered when validating that ParentRefs are unique
(#1995, @howardjohn)

# v0.7.0-rc1

## Changes by Kind
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.

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

2 changes: 1 addition & 1 deletion config/webhook/admission_webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: webhook
image: registry.k8s.io/gateway-api/admission-server:v0.7.0-rc1
image: registry.k8s.io/gateway-api/admission-server:v0.7.0-rc2
imagePullPolicy: Always
args:
- -logtostderr
Expand Down
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.7.0-rc1"
bundleVersion = "v0.7.0-rc2"
approvalLink = "https://github.com/kubernetes-sigs/gateway-api/pull/1923"
)

Expand Down

0 comments on commit 955a29e

Please sign in to comment.