Skip to content

Commit 822afab

Browse files
committed
Update CHANGELOG with CI/CD improvements
1 parent bbf938b commit 822afab

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- **CI/CD Enhancements**
12+
- TFLint workflow for validating Terraform example files
13+
- terraform-docs workflow for auto-generating example documentation
14+
- Trivy vulnerability and license scanning in security workflow
15+
- Codecov integration for test coverage tracking
16+
- Pre-commit hooks configuration (`.pre-commit-config.yaml`)
17+
- Go: gofmt, go vet, go-mod-tidy, golangci-lint
18+
- Terraform: terraform_fmt, terraform_tflint, terraform_docs
19+
- General: trailing whitespace, end-of-file, YAML/JSON validation
20+
- golangci-lint v2 configuration (`.golangci.yml`)
21+
- TFLint configuration (`.tflint.hcl`)
22+
- terraform-docs configuration (`.terraform-docs.yml`)
23+
24+
- **Documentation**
25+
- Branch protection guidance in CONTRIBUTING.md
26+
- Pre-commit setup instructions in CONTRIBUTING.md
27+
- Auto-generated README.md for all examples
28+
29+
### Changed
30+
- Updated GitHub Actions to latest versions (checkout v6, upload-artifact v6)
31+
- Updated Helm dependency to v3.19.4
32+
- Fixed `state` attribute in basic example (bool `true` → string `"on"`)
33+
- Added Terraform files to `.gitignore` (`.terraform/`, `*.tfstate`)
34+
1035
## [1.3.0] - 2025-12-30
1136

1237
### Added

0 commit comments

Comments
 (0)