Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1150 from robscott/v0.4.3-bump
Browse files Browse the repository at this point in the history
Bumping version references to v0.4.3
  • Loading branch information
k8s-ci-robot authored May 19, 2022
2 parents eac8b51 + 48b515c commit c7fe7e4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 5 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Table of Contents

- [v0.4.3](#v043)
- [v0.4.2](#v042)
- [v0.4.1](#v041)
- [v0.4.0](#v040)
- [v0.4.0-rc2](#v040-rc2)
- [v0.4.0-rc1](#v040-rc1)
Expand All @@ -11,6 +14,45 @@
- [v0.1.0-rc2](#v010-rc2)
- [v0.1.0-rc1](#v010-rc1)

## v0.4.3

API version: v1alpha2

This release includes improvements to our webhook, including:

* Migrating kube-webhook-certgen to k8s.gcr.io/ingress-nginx:v1.1.1.
[#1126](https://github.com/kubernetes-sigs/gateway-api/pull/1126)
* New validation to ensure that a HTTPRouterFilter Type matches its value
[#1071](https://github.com/kubernetes-sigs/gateway-api/pull/1071)
* A fix to ensure that Path match validation actually works
[#1071](https://github.com/kubernetes-sigs/gateway-api/pull/1071)

## v0.4.2

API version: v1alpha2

This release is intended to verify our webhook image tagging process.

### Bug Fixes

* Update image generation process with more consistent naming
[#1034](https://github.com/kubernetes-sigs/gateway-api/pull/1034)

## v0.4.1

API version: v1alpha2

This release contains minor bug fixes for v1alpha2.

### Bug Fixes

* ControllerName now prints correctly in kubectl output for GatewayClass
[#909](https://github.com/kubernetes-sigs/gateway-api/pull/909)
* Namespace can no longer be left unspecified in ReferencePolicy
[#964](https://github.com/kubernetes-sigs/gateway-api/pull/964)
* Wildcard characters can no longer be used in redirect Hostname values
[#956](https://github.com/kubernetes-sigs/gateway-api/pull/956)

## v0.4.0

API version: v1alpha2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ the specification and Custom Resource Definitions (CRDs).

## Status

The latest supported version is v1alpha2 as released by the [v0.4.2
release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.4.2) of
The latest supported version is v1alpha2 as released by the [v0.4.3
release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.4.3) of
this project. This version of the API is expected to graduate to beta in the
future with relatively minimal changes.

Expand Down
6 changes: 3 additions & 3 deletions site-src/v1alpha2/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ these resources. Installing the CRDs will just allow you to see and apply the
resources, but they won't do anything without a controller implementing them.

```
kubectl apply -k "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.2"
kubectl apply -k "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.3"
```

### Install the Webhook
Expand All @@ -50,8 +50,8 @@ Until that point, the webhook can be installed with the following kubectl
commands:

```
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v0.4.2/deploy/admission_webhook.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v0.4.2/deploy/certificate_config.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v0.4.3/deploy/admission_webhook.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v0.4.3/deploy/certificate_config.yaml
```

### Cleanup
Expand Down

0 comments on commit c7fe7e4

Please sign in to comment.