From ca0ca9122a161bec7e0768d4f90cf3f54dd16bd3 Mon Sep 17 00:00:00 2001 From: Oliver King <olivermerkleyking@gmail.com> Date: Fri, 27 Oct 2023 14:46:41 -0500 Subject: [PATCH] Add 0.0.6 release (#120) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2af5e4..82226657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.6] - 2023-10-27 + +### Added + +- Removed resource limtis and add topology spread - [#119](https://github.com/Azure/aks-app-routing-operator/pull/119) +- Add managed-by label to all managed resource and check for that before cleaning - [#111](https://github.com/Azure/aks-app-routing-operator/pull/111) + +### Changed + +- Upgrade NGINX Ingress Controller to v1.9.4 - [#118](https://github.com/Azure/aks-app-routing-operator/pull/118) + ## [0.0.5] - 2023-10-13 ### Added @@ -15,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade NGINX Ingress Controller to v1.8.4 - [#113](https://github.com/Azure/aks-app-routing-operator/pull/113) - ## [0.0.4] - 2023-10-05 ### Added