From c15371c2362d30365a29cb09f6ae313e104aa1cf Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sat, 12 Apr 2025 12:08:29 +0000 Subject: [PATCH] chore(release): prepare for v0.4.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5dc30b..a5d6896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2025-04-12 + +### 🚀 Features + +- *(service)* Implement graceful shutdown for HTTP server + +### 🐛 Bug Fixes + +- *(secrets)* Remove namespace from ExternalSecret definition +- *(deps)* Update module github.com/sparetimecoders/goamqp to v0.3.2 +- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.24 +- *(deps)* Update module github.com/getsentry/sentry-go to v0.32.0 +- *(k8s)* Increase CPU request for better performance +- *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/amqp to v1.8.1 + +### 🚜 Refactor + +- *(deploy)* Remove cpu and memory limits for schemas + ## [0.3.0] - 2025-04-08 ### 🚀 Features