From c1df1bfe1d2536e8000b8321150638f4277ea488 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Thu, 17 Feb 2022 13:16:14 -0800 Subject: [PATCH] doc: add 0.13.0 changelog (#223) Co-authored-by: Shane Utt --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae71974..fb6702e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.13.0 + +### Improvements + +- Added `WithConfig()` to KIND cluster builder, which allows you to specify + a custom KIND configuration. (see https://kind.sigs.k8s.io/docs/user/configuration/ + for the available configuration options). + ([#222](https://github.com/Kong/kubernetes-testing-framework/pull/222)) + ## v0.12.1 ### Bug Fixes