From 66bc2d503f223f1ef94982cdb50a9ed4c2beb9d1 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Tue, 22 Mar 2022 14:17:35 -0400 Subject: [PATCH] docs: update CHANGELOG.md for v0.13.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1178bf10..f75b118a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.13.2 + +### Improvements + +- Added `--kong-admin-service-loadbalancer` to the `ktf envs create` + subcommand to make it easy to deploy the Kong Admin API as a + `LoadBalancer` type `Service` when deploying with the Kong addon. + [#245](https://github.com/Kong/kubernetes-testing-framework/pull/245) + ## v0.13.1 ### Bug Fixes