Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
626b4ef
feat: remove automatic ASG replacement and support for name overrides
andyspiers Jan 28, 2021
d1e8c08
chore(release): Update changelog for v11.0.0
andyspiers Feb 15, 2021
b5d8e49
chore: Bump to allow terraform 1.0.X
bl-robinson Aug 10, 2021
89837dc
Merge pull request #2 from JSainsburyPLC/BOS-901/terraform-1.0.X
bl-robinson Aug 11, 2021
39a322a
chore(release): Update changelog for v11.0.1
bl-robinson Aug 11, 2021
3b0cef8
chore: Use new version of auth (old one no longer works
bl-robinson May 23, 2022
cbde2e7
feat: use aws instead of aws-iam-authenticator and simplify BOS-1154
andyspiers May 26, 2022
25eec11
chore(release): Update changelog for v11.1.0
andyspiers May 27, 2022
d9bc92c
fix: replace deprecated data.template_file with templatefile function…
andyspiers Jul 29, 2022
9a8d031
chore(release): Update changelog for v11.2.0
andyspiers Jul 29, 2022
71f596a
chore: update kubeconfig to current apiversion
dhumphries-sainsburys Sep 7, 2022
b5cf6ab
Merge pull request #5 from JSainsburyPLC/BOS-1632
dhumphries-sainsburys Sep 7, 2022
0efd9f2
chore(release): Update changelog for v11.2.1
dhumphries-sainsburys Sep 7, 2022
5cff1d3
feat: support log_group_class - BOS-3058 (#6)
andy-townsend Mar 26, 2025
c57d6d0
chore(release): Update changelog for v11.2.2
andy-townsend Mar 26, 2025
e87a9e7
chore: change log_group name back to cluster (#7)
andy-townsend Mar 27, 2025
7c944c2
chore(release): Update changelog for v11.2.3
andy-townsend Mar 27, 2025
4449c6a
chore: add deletion_protection (#8)
js-johnpope Oct 6, 2025
cc763f2
chore: default true for deletion protection (#9)
js-johnpope Oct 6, 2025
53b807c
chore(release): Update changelog for v11.3.0
js-johnpope Oct 6, 2025
7f8fa14
chore: add eks cluster authentication mode (#10)
amansbs01 Mar 9, 2026
7f1c7b1
chore(release): Update changelog for v11.3.1
amansbs01 Mar 9, 2026
281d919
chore: update makefile to require passing argument - BOS-3863
dhumphries-sainsburys May 8, 2026
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: vendor
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.25.0
rev: v1.50.0
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down
86 changes: 85 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,86 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="v11.3.1"></a>
## [v11.3.1] - 2026-03-09
### 🔧 Maintenance
- [7f8fa14](https://github.com/devopsmakers/terraform-aws-eks/commit/7f8fa14) add eks cluster authentication mode ([#10](https://github.com/devopsmakers/terraform-aws-eks/issues/10))


<a name="v11.3.0"></a>
## [v11.3.0] - 2025-10-06
### 🔧 Maintenance
- [cc763f2](https://github.com/devopsmakers/terraform-aws-eks/commit/cc763f2) default true for deletion protection ([#9](https://github.com/devopsmakers/terraform-aws-eks/issues/9))
- [4449c6a](https://github.com/devopsmakers/terraform-aws-eks/commit/4449c6a) add deletion_protection ([#8](https://github.com/devopsmakers/terraform-aws-eks/issues/8))
- **release:** [53b807c](https://github.com/devopsmakers/terraform-aws-eks/commit/53b807c) Update changelog for v11.3.0


<a name="v11.2.3"></a>
## [v11.2.3] - 2025-03-27
### 🔧 Maintenance
- [e87a9e7](https://github.com/devopsmakers/terraform-aws-eks/commit/e87a9e7) change log_group name back to cluster ([#7](https://github.com/devopsmakers/terraform-aws-eks/issues/7))
- **release:** [7c944c2](https://github.com/devopsmakers/terraform-aws-eks/commit/7c944c2) Update changelog for v11.2.3


<a name="v11.2.2"></a>
## [v11.2.2] - 2025-03-26
### ✨ Features
- [5cff1d3](https://github.com/devopsmakers/terraform-aws-eks/commit/5cff1d3) support log_group_class - BOS-3058 ([#6](https://github.com/devopsmakers/terraform-aws-eks/issues/6))

### 🔧 Maintenance
- **release:** [c57d6d0](https://github.com/devopsmakers/terraform-aws-eks/commit/c57d6d0) Update changelog for v11.2.2


<a name="v11.2.1"></a>
## [v11.2.1] - 2022-09-07
### 🔧 Maintenance
- [71f596a](https://github.com/devopsmakers/terraform-aws-eks/commit/71f596a) update kubeconfig to current apiversion
- **release:** [0efd9f2](https://github.com/devopsmakers/terraform-aws-eks/commit/0efd9f2) Update changelog for v11.2.1


<a name="v11.2.0"></a>
## [v11.2.0] - 2022-07-29
### 🐛 Bug Fixes
- [d9bc92c](https://github.com/devopsmakers/terraform-aws-eks/commit/d9bc92c) replace deprecated data.template_file with templatefile function BOS-1567 ([#4](https://github.com/devopsmakers/terraform-aws-eks/issues/4))

### 🔧 Maintenance
- **release:** [9a8d031](https://github.com/devopsmakers/terraform-aws-eks/commit/9a8d031) Update changelog for v11.2.0


<a name="v11.1.0"></a>
## [v11.1.0] - 2022-05-27
### ✨ Features
- [cbde2e7](https://github.com/devopsmakers/terraform-aws-eks/commit/cbde2e7) use aws instead of aws-iam-authenticator and simplify BOS-1154

### 🔧 Maintenance
- [3b0cef8](https://github.com/devopsmakers/terraform-aws-eks/commit/3b0cef8) Use new version of auth (old one no longer works
- **release:** [25eec11](https://github.com/devopsmakers/terraform-aws-eks/commit/25eec11) Update changelog for v11.1.0


<a name="v11.0.1"></a>
## [v11.0.1] - 2021-08-11
### 🔧 Maintenance
- [b5d8e49](https://github.com/devopsmakers/terraform-aws-eks/commit/b5d8e49) Bump to allow terraform 1.0.X
- **release:** [39a322a](https://github.com/devopsmakers/terraform-aws-eks/commit/39a322a) Update changelog for v11.0.1


<a name="v11.0.0"></a>
## [v11.0.0] - 2021-02-15
### ✨ Features
- [626b4ef](https://github.com/devopsmakers/terraform-aws-eks/commit/626b4ef) remove automatic ASG replacement and support for name overrides

### 🔧 Maintenance
- **release:** [d1e8c08](https://github.com/devopsmakers/terraform-aws-eks/commit/d1e8c08) Update changelog for v11.0.0


<a name="v10.2.3"></a>
## [v10.2.3] - 2020-05-18
### 🐛 Bug Fixes
- [377e8a5](https://github.com/devopsmakers/terraform-aws-eks/commit/377e8a5) issue with placement groups ([#5](https://github.com/devopsmakers/terraform-aws-eks/issues/5))

### 🔧 Maintenance
- **release:** [dee493a](https://github.com/devopsmakers/terraform-aws-eks/commit/dee493a) Update changelog for v10.2.3


<a name="v10.2.2"></a>
## [v10.2.2] - 2020-05-05
Expand Down Expand Up @@ -106,7 +181,16 @@
- [6338f6d](https://github.com/devopsmakers/terraform-aws-eks/commit/6338f6d) Initial commit


[Unreleased]: https://github.com/devopsmakers/terraform-aws-eks/compare/v10.2.3...HEAD
[Unreleased]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.3.1...HEAD
[v11.3.1]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.3.0...v11.3.1
[v11.3.0]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.2.3...v11.3.0
[v11.2.3]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.2.2...v11.2.3
[v11.2.2]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.2.1...v11.2.2
[v11.2.1]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.2.0...v11.2.1
[v11.2.0]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.1.0...v11.2.0
[v11.1.0]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.0.1...v11.1.0
[v11.0.1]: https://github.com/devopsmakers/terraform-aws-eks/compare/v11.0.0...v11.0.1
[v11.0.0]: https://github.com/devopsmakers/terraform-aws-eks/compare/v10.2.3...v11.0.0
[v10.2.3]: https://github.com/devopsmakers/terraform-aws-eks/compare/v10.2.2...v10.2.3
[v10.2.2]: https://github.com/devopsmakers/terraform-aws-eks/compare/v10.2.1...v10.2.2
[v10.2.1]: https://github.com/devopsmakers/terraform-aws-eks/compare/v10.2.0...v10.2.1
Expand Down
15 changes: 10 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
.PHONY: release
.PHONY: release guard

TYPE := patch
VERSION := $(shell semtag final -s $(TYPE) -o)
VERSION = $(shell semtag final -s $(TYPE) -o)

release:
release: guard
git checkout master
git pull origin master
@echo $(VERSION) | grep "ERROR" && exit 1 || true
git-chglog -o CHANGELOG.md --next-tag $(VERSION)
git add CHANGELOG.md
git commit -m "chore(release): Update changelog for $(VERSION)"
git tag $(VERSION)
git push origin master --tags
git push origin master --tags

guard:
@if [ -z "$(TYPE)" ]; then \
echo "ERROR: TYPE is required. Usage: make release TYPE=patch|minor|major"; \
exit 1; \
fi
Loading