From c99ec57656ab94a70d8069fa79a53924ba997246 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Mon, 3 Mar 2025 06:49:49 +0000 Subject: [PATCH] chore(release): prepare for v0.0.9 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1595f82..7dedc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.0.9] - 2025-03-03 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/alecthomas/kong to v1.7.0 +- *(deps)* Update Go version to 1.23.6 in go.mod +- *(deps)* Update module github.com/alecthomas/kong to v1.8.0 +- *(deps)* Update kubernetes packages to v0.32.2 +- *(deps)* Update module github.com/alecthomas/kong to v1.8.1 +- *(docker)* Use amd64 golang base image for build + ## [0.0.8] - 2025-01-17 ### 🐛 Bug Fixes