Skip to content

chore: Update CHANGELOG #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@ project adheres to [Semantic Versioning](http://semver.org/).



<a name="v8.0.0"></a>
## [v8.0.0] - 2022-05-02
FEATURES:
- Configure cluster endpoint ([#251](https://github.com/maddevsio/aws-eks-base/issues/251))

ENHANCEMENTS:
- Update k8s cluster to the latest version ([#274](https://github.com/maddevsio/aws-eks-base/issues/274))
- Update used helm-charts to the latest versions ([#271](https://github.com/maddevsio/aws-eks-base/issues/271))
- Update terraform modules, providers ([#270](https://github.com/maddevsio/aws-eks-base/issues/270))
- Update terraform eks module ([#261](https://github.com/maddevsio/aws-eks-base/issues/261))
- Change cluster-autoscaler configuration to improve cluster utilization ([#255](https://github.com/maddevsio/aws-eks-base/issues/255))

REFACTORS:
- Switch from aws-managed nodegroups to self-managed ([#277](https://github.com/maddevsio/aws-eks-base/issues/277))
- Switch from kubernetes-external-secrets to External Secrets Operator ([#276](https://github.com/maddevsio/aws-eks-base/issues/276))
- Fix layer*/README.md files content ([#273](https://github.com/maddevsio/aws-eks-base/issues/273))

BUG FIXES:
- Delete unnecessary istio-sidecar configuration ([#257](https://github.com/maddevsio/aws-eks-base/issues/257))




<a name="v7.0.0"></a>
## [v7.0.0] - 2022-02-14
ENHANCEMENTS:
Expand Down Expand Up @@ -155,7 +178,8 @@ DOCS:



[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v7.0.0...HEAD
[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v8.0.0...HEAD
[v8.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v7.0.0...v8.0.0
[v7.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v6.1.1...v7.0.0
[v6.1.1]: https://github.com/maddevsio/aws-eks-base/compare/v6.1.0...v6.1.1
[v6.1.0]: https://github.com/maddevsio/aws-eks-base/compare/v6.0.1...v6.1.0
Expand Down