Skip to content

Commit 2199789

Browse files
authored
docs: update CHANGELOG.md for release v0.27.0 (#512)
1 parent b011b5c commit 2199789

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
# Changelog
22

3+
## v0.27.0
4+
5+
- fix cluster cleaner for Gateway API objects
6+
[#510](https://github.com/Kong/kubernetes-testing-framework/pull/510)
7+
38
## v0.26.0
49

5-
- gRPC API is used instead of gcloud CLI when createSubnetwork is enabled in
10+
- gRPC API is used instead of gcloud CLI when createSubnetwork is enabled in
611
GKE cluster builder.
712
[#498](https://github.com/Kong/kubernetes-testing-framework/pull/498)
813
- GKE cluster builder accepts custom labels.
914
[#499](https://github.com/Kong/kubernetes-testing-framework/pull/499)
1015

11-
## v0.25.0
16+
## v0.25.0
1217

1318
- GKE cluster builder allows creating a subnet for the cluster instead of using
1419
a default one.
1520
[#490](https://github.com/Kong/kubernetes-testing-framework/pull/490)
1621
- GKE cluster is able to wait for its cleanup synchronously.
1722
[#491](https://github.com/Kong/kubernetes-testing-framework/pull/491)
18-
- MetalLB addon will use an extended timeout when fetching manifests from GH which
23+
- MetalLB addon will use an extended timeout when fetching manifests from GH which
1924
should improve its stability.
2025
[#492](https://github.com/Kong/kubernetes-testing-framework/pull/492)
2126

@@ -24,7 +29,7 @@
2429
- Golang dependencies for several Kubernetes libraries were updated to
2530
the latest `v0.26.0` release (corresponds with Kubernetes `v1.26.0`release).
2631
([k8s@v1.26.0](https://github.com/kubernetes/kubernetes/releases/tag/v1.26.0))
27-
- [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) is used as the only
32+
- [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) is used as the only
2833
YAML library.
2934
[#463](https://github.com/Kong/kubernetes-testing-framework/pull/463)
3035

0 commit comments

Comments
 (0)