From a2b524b0886ca0f81448e1842e480b567d06b405 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Thu, 11 Jun 2026 06:04:31 +0000 Subject: [PATCH] chore(release): prepare for v0.1.8 (#439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.1.8] - 2026-06-06 ### 🐛 Bug Fixes - *(deps)* Update module k8s.io/apimachinery to v0.36.1 (#424) - *(deps)* Update kubernetes monorepo to v0.36.1 (#425) - *(deps)* Update golang.org/x/net to v0.55.0 (#430) ### ⚙️ Miscellaneous Tasks - *(deps)* Update golang:1.26.3 docker digest to 54d3246 (#427) - *(deps)* Update pre-commit hook markdownlint/markdownlint to v0.16.0 (#429) - *(deps)* Update go toolchain directive to v1.26.4 [security] (#435) - *(deps)* Update golang docker tag to v1.26.4 (#436) - *(deps)* Update pre-commit hook markdownlint/markdownlint to v0.17.0 (#438) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/unboundsoftware/gitlab-cleanup-handler/pulls/439 Co-authored-by: Unbound Releaser Co-committed-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.version b/.version index b8cde9b..c54d0bc 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.1.7" + "version": "v0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aef45b6..fba2c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.1.8] - 2026-06-06 + +### 🐛 Bug Fixes + +- *(deps)* Update module k8s.io/apimachinery to v0.36.1 (#424) +- *(deps)* Update kubernetes monorepo to v0.36.1 (#425) +- *(deps)* Update golang.org/x/net to v0.55.0 (#430) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update golang:1.26.3 docker digest to 54d3246 (#427) +- *(deps)* Update pre-commit hook markdownlint/markdownlint to v0.16.0 (#429) +- *(deps)* Update go toolchain directive to v1.26.4 [security] (#435) +- *(deps)* Update golang docker tag to v1.26.4 (#436) +- *(deps)* Update pre-commit hook markdownlint/markdownlint to v0.17.0 (#438) + ## [0.1.7] - 2026-05-13 ### 🐛 Bug Fixes