From e5050714c65f465aa6fbd2ae43e08922fe9e5343 Mon Sep 17 00:00:00 2001 From: mglotov <37855803+mglotov@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:30:17 +0600 Subject: [PATCH] chore: Update CHANGELOG (#351) Co-authored-by: Max Glotov --- CHANGELOG.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b708f5d..51267b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,27 @@ project adheres to [Semantic Versioning](http://semver.org/). + +## [v10.0.0] - 2024-01-09 +FEATURES: +- Switch from cluster-autoscaler to karpenter ([#349](https://github.com/maddevsio/aws-eks-base/issues/349)) +- Do not use tigera-operator for native network policies ([#341](https://github.com/maddevsio/aws-eks-base/issues/341)) + +ENHANCEMENTS: +- Delete cpu.limits from the limitrange configuration ([#346](https://github.com/maddevsio/aws-eks-base/issues/346)) + +BUG FIXES: +- Change authentication method for cloudwatch datasource ([#344](https://github.com/maddevsio/aws-eks-base/issues/344)) +- Set k8s resources for Loki workload ([#342](https://github.com/maddevsio/aws-eks-base/issues/342)) + +DOCS: +- Update README after adding karpenter ([#350](https://github.com/maddevsio/aws-eks-base/issues/350)) + + + + -## [v9.1.0] - 2023-07-11 +## [v9.1.0] - 2023-08-30 FEATURES: - Upgrade all applications in layer2 ([#331](https://github.com/maddevsio/aws-eks-base/issues/331)) - Decoupled layers by using terragrunt v2 ([#313](https://github.com/maddevsio/aws-eks-base/issues/313)) @@ -230,7 +249,8 @@ DOCS: -[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v9.1.0...HEAD +[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v10.0.0...HEAD +[v10.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v9.1.0...v10.0.0 [v9.1.0]: https://github.com/maddevsio/aws-eks-base/compare/v9.0.0...v9.1.0 [v9.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v8.0.0...v9.0.0 [v8.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v7.0.0...v8.0.0