Skip to content

Commit

Permalink
chore: Update CHANGELOG (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mglotov authored Nov 3, 2021
1 parent e58698b commit c2cc34d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ project adheres to [Semantic Versioning](http://semver.org/).



<a name="v2.0.0"></a>
## [v2.0.0] - 2021-11-03
FEATURES:
- Add limitrange, resourcequota and networkpolicy features for k8s namespace ([#147](https://github.com/maddevsio/aws-eks-base/issues/147))

REFACTORS:
- Delete unused examples ([#144](https://github.com/maddevsio/aws-eks-base/issues/144))
- Use aws-iam-eks-trusted module to create all roles used in k8s ([#143](https://github.com/maddevsio/aws-eks-base/issues/143))

DOCS:
- Add some notes about coding conventions ([#146](https://github.com/maddevsio/aws-eks-base/issues/146))




<a name="v1.1.0"></a>
## [v1.1.0] - 2021-10-19
ENHANCEMENTS:
Expand All @@ -26,5 +41,6 @@ DOCS:



[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v2.0.0...HEAD
[v2.0.0]: https://github.com/maddevsio/aws-eks-base/compare/v1.1.0...v2.0.0
[v1.1.0]: https://github.com/maddevsio/aws-eks-base/compare/v1.0.0...v1.1.0

0 comments on commit c2cc34d

Please sign in to comment.