Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.9"
".": "0.1.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## [0.1.0](https://github.com/opzkit/terraform-aws-elasticache-redis/compare/v0.0.9...v0.1.0) (2025-05-17)


### Features

* add configuration for Release Please and Checkov ([#17](https://github.com/opzkit/terraform-aws-elasticache-redis/issues/17)) ([0d9c90d](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/0d9c90de73d24084065001a7e99ddb8c64004638))


### Bug Fixes

* commitlint config ([145114e](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/145114ec9f4f143b98974f725da47a04827d5a5b))


### Miscellaneous Chores

* Configure Renovate ([2cbf7e8](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/2cbf7e89f97408e78b05113a9f38e7cba40b5fe7))
* **deps:** add renovate.json ([6659e81](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/6659e81dc8d06b19e6bf64d460c3d10648c3f42d))
* **deps:** bump actions/checkout from 3 to 4 ([1794eeb](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/1794eebf058fe96af909ff214ffbbcc9fabd0ef7))
* **deps:** bump actions/checkout from 3 to 4 ([39aa1f0](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/39aa1f0a2daf93038ceebecefe18112345153e8b))
* **deps:** bump github/codeql-action from 2 to 3 ([99fabcc](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/99fabcc6e4dfca47970b5c59bb8f551cd9004044))
* **deps:** bump wagoid/commitlint-github-action from 5 to 6 ([cda9e51](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/cda9e515371673859097b74a507ab7aa87d1ebad))
* **deps:** bump wagoid/commitlint-github-action from 5 to 6 ([08a78fb](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/08a78fba9dd83dd19d3075cdf3fd23b4cf6ba4c8))
* **deps:** pin dependencies ([#15](https://github.com/opzkit/terraform-aws-elasticache-redis/issues/15)) ([c069f4c](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/c069f4c115e76db61a811d555e72ac069e2d29fe))
* **deps:** update actions/setup-python action to v5.6.0 ([#23](https://github.com/opzkit/terraform-aws-elasticache-redis/issues/23)) ([afa633d](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/afa633db467b370045a400217f31f7a7eb1eafa8))
* **deps:** update pre-commit hook antonbabenko/pre-commit-terraform to v1.99.0 ([#22](https://github.com/opzkit/terraform-aws-elasticache-redis/issues/22)) ([9bd471e](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/9bd471e076b43f36e7750917e9ac15917009c2fc))
* remove custom commitlint configuration ([#19](https://github.com/opzkit/terraform-aws-elasticache-redis/issues/19)) ([d4e1b98](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/d4e1b982aa6bba079242c408bf7e8ca166c461b3))
* remove unnecessary work flow for release please ([#24](https://github.com/opzkit/terraform-aws-elasticache-redis/issues/24)) ([4b2c08f](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/4b2c08f7d77ce78e94c591b04942730758d1d0b2))
* **terraform:** update required_version to >= 1.3 ([#21](https://github.com/opzkit/terraform-aws-elasticache-redis/issues/21)) ([5002f69](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/5002f69534eb7bbbe8c2dccee836519a5a48426d))
* update pre-commit flow ([#20](https://github.com/opzkit/terraform-aws-elasticache-redis/issues/20)) ([501bda2](https://github.com/opzkit/terraform-aws-elasticache-redis/commit/501bda236a3bdbc6d2eccbd935bcf1c0965d8c11))
Loading