From d658f17cc783241c84e72ea10ae41446b4478ea6 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Mon, 1 Jul 2024 09:26:23 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f101e9..7586fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ * Building with go 1.22.4 * Testing with k8s 1.26-1.30 * Updated dependencies + * `github.com/go-test/deep` v1.1.0 -> v1.1.1 * `github.com/hashicorp/go-hclog` v1.6.2 -> v1.6.3 * `github.com/hashicorp/vault/api` v1.12.2 -> v1.14.0 * `github.com/hashicorp/vault/sdk` v0.11.1 -> v0.13.0 - * `k8s.io/api` v0.29.3 -> v0.30.1 - * `k8s.io/apimachinery` v0.29.3 -> v0.30.1 + * `k8s.io/api` v0.29.3 -> v0.30.2 + * `k8s.io/apimachinery` v0.29.3 -> v0.30.2 ## 0.19.0 (May 20, 2024)