From 639f19ade34e03f8d4f8a309b9b8820754cb79cc Mon Sep 17 00:00:00 2001 From: mamraj yadav Date: Mon, 8 May 2023 20:21:18 +0530 Subject: [PATCH 1/3] feat: auto changelog action added --- .github/workflows/changelog.yml | 14 +++++ CHANGELOG.md | 100 ++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 .github/workflows/changelog.yml create mode 100644 CHANGELOG.md diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml new file mode 100644 index 0000000..85b1665 --- /dev/null +++ b/.github/workflows/changelog.yml @@ -0,0 +1,14 @@ +name: changelog +permissions: write-all + +on: + push: + tags: + - "*" + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: +jobs: + call-workflow-changelog: + uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master + with: + branch: 'master' \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3561251 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,100 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.4] - 2023-04-05 +### :bug: Bug Fixes +- [`019d7dd`](https://github.com/clouddrove/terraform-aws-elasticache/commit/019d7dd7daae3b49a1a24e94adf7f56c657ffdc6) - updated deprecated variables +- [`55d833a`](https://github.com/clouddrove/terraform-aws-elasticache/commit/55d833a0fac8420284db0a06379c750b215d511a) - update workflows + +## [1.0.3] - 2022-09-16 +### :bug: Bug Fixes +- [`72c7b9f`](https://github.com/clouddrove/terraform-aws-elasticache/commit/72c7b9f70a3e9dfe5a6d1e41535575cbc2cb6668) - added arn outputs for redis/memcache + +## [1.0.2] - 2022-08-18 +### :sparkles: New Features +- [`93a2d36`](https://github.com/clouddrove/terraform-aws-elasticache/commit/93a2d36bc8dc8e153f04b4b286143c6fe7ecb940) - added retention_in_days + + +## [1.0.1] - 2022-05-19 +### :sparkles: New Features +- [`272aa17`](https://github.com/clouddrove/terraform-aws-elasticache/commit/272aa17ab7d4a038cf0e37ebd7d1abf25c30095d) - add cloudwatch_log_group and enabled redis logs + +## [0.15.1] - 2021-12-03 +### :bug: Bug Fixes +- [`41eb6a8`](https://github.com/clouddrove/terraform-aws-elasticache/commit/41eb6a841f205e5c15ebccec260e8aabcbb3988c) - update version +- [`6157bfa`](https://github.com/clouddrove/terraform-aws-elasticache/commit/6157bfa79ca7a3a607daacac9e8fbfe385c03813) - update github-action + + +## [0.12.7] - 2021-08-17 + +## [0.15.0] - 2021-01-24 +### :bug: Bug Fixes +- [`c5f7937`](https://github.com/clouddrove/terraform-aws-elasticache/commit/c5f7937cfc2215201c2f9d8a035b9de96139cd89) - added extra_tags variable for custom tags +- [`6405934`](https://github.com/clouddrove/terraform-aws-elasticache/commit/640593463a0c125818ed536da31be5e8180dca98) - update example.tf and added coustom tags with tag variable +- [`f2076be`](https://github.com/clouddrove/terraform-aws-elasticache/commit/f2076be7d25a2d757d10841f49100888e0a1bd36) - fix terratest +- [`1a9f237`](https://github.com/clouddrove/terraform-aws-elasticache/commit/1a9f2375e111d41ad63062223eb53afd5a669a4d) - fix terratest + +## [0.14.0] - 2021-05-10 +### :bug: Bug Fixes +- [`9d3aea3`](https://github.com/clouddrove/terraform-aws-elasticache/commit/9d3aea30030b2a5e59a8e44163477eb416690ef5) - upgrade redis version in example +- [`eef1a37`](https://github.com/clouddrove/terraform-aws-elasticache/commit/eef1a37695dce7012188f9e919de0626ca780117) - upgrade terraform version 0.15 + +## [0.13.0] - 2020-20-23 +### :bug: Bug Fixes +- [`85acad0`](https://github.com/clouddrove/terraform-aws-elasticache/commit/85acad025ecdcb09520ba534cf9ed76c3424411f) - snapshot_retention_limit +- [`3c7cd8a`](https://github.com/clouddrove/terraform-aws-elasticache/commit/3c7cd8aa922f0d83552ba34f4e46b9a91c4533e9) - fix the security bugs +- [`0f9e401`](https://github.com/clouddrove/terraform-aws-elasticache/commit/0f9e401c990bfdf346ebfdde8fed91bd5e51a335) - Upgrade terraform version to 0.14 and update +- [`dda84e7`](https://github.com/clouddrove/terraform-aws-elasticache/commit/dda84e77616114c7120000955d1fd960475b30e8) - precommit updated + +## [0.12.6] - 2020-06-10 +### :bug: Bug Fixes +- [`03ab463`](https://github.com/clouddrove/terraform-aws-elasticache/commit/03ab463cd2e94cba60ff796a037c967c39bd2b97) - terraform.yml changes +- [`4b5613a`](https://github.com/clouddrove/terraform-aws-elasticache/commit/4b5613aacb419cde8ba7a994578c5847a8dd79a4) - upgrade terrafomr to 0.13 + +## [0.12.5] - 2020-05-25 +### :sparkles: New Features +- [`7295372`](https://github.com/clouddrove/terraform-aws-elasticache/commit/72953724964b3890f53ed09cb959d2e1963cabc1) - add kms for encryption + +## [0.12.4] - 2020-03-30 +### :bug: Bug Fixes +- [`5af4c3d`](https://github.com/clouddrove/terraform-aws-elasticache/commit/5af4c3dc475fe8699f61d4d4984d73dbe738066e) - create variable for description +- [`dbad321`](https://github.com/clouddrove/terraform-aws-elasticache/commit/dbad321e2b42942b866ca278f740de205d502adb) - Split endpoint to redis_endpoint_address and memcached_endpoint_address +- [`d8ffe30`](https://github.com/clouddrove/terraform-aws-elasticache/commit/d8ffe304d87caed73d18dd8195d393dbf5f0f5eb) - Add endpoint address + +## [0.12.3] - 2020-01-23 +### :bug: Bug Fixes +- [`50ee184`](https://github.com/clouddrove/terraform-aws-elasticache/commit/50ee184da31b10caccde1608a4219c1fb98a48f2) - fix labels managedby variables + +## [0.12.2] - 2019-12-30 +### :bug: Bug Fixes +- [`3fdc09a`](https://github.com/clouddrove/terraform-aws-elasticache/commit/3fdc09aa401b09129bafbb88c10e64c149f52b43) - add bool option + +## [0.12.1] - 2019-09-24 +### :bug: Bug Fixes +- [`aafb837`](https://github.com/clouddrove/terraform-aws-elasticache/commit/aafb8370afe4e4c3f9b914d77e61b2a86b2c456d) - github action + +## [0.12.0] - 2019-09-12 +### :bug: Bug Fixes +- [`e3a1d17`](https://github.com/clouddrove/terraform-aws-elasticache/commit/e3a1d171cbec5d78b69f662497cad25a8c9f4d30) - change output syntax + + +[0.12.0]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.0...master +[0.12.1]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.1...master +[0.12.2]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.2...master +[0.12.3]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.3...master +[0.12.4]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.4...master +[0.12.5]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.5...master +[0.12.6]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.6...master +[0.13.0]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.13.0...master +[0.14.0]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.14.0...master +[0.15.0]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.15.0...master +[0.12.7]: https://github.com/clouddrove/terraform-aws-elasticache/releases/tag/0.12.7 +[0.15.1]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.15.1...master +[1.0.1]: https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.1...master +[1.0.2]: https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.2...master +[1.0.3]: https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.3...master +[1.0.4]: https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.4...master + From 2f9367ea5a238dc24f6326fec0fcae2e9867ee15 Mon Sep 17 00:00:00 2001 From: mamraj yadav Date: Mon, 8 May 2023 20:21:44 +0530 Subject: [PATCH 2/3] feat: auto changelog action added --- .github/workflows/changelog.yml | 5 +- .github/workflows/tfsec.yml | 43 ++------- CHANGELOG.md | 155 +++++++++++++++++++------------- 3 files changed, 100 insertions(+), 103 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 85b1665..4b735f5 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -1,14 +1,13 @@ name: changelog permissions: write-all - on: push: tags: - "*" - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: - call-workflow-changelog: + changelog: uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master + secrets: inherit with: branch: 'master' \ No newline at end of file diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml index 018a45d..9aaf588 100644 --- a/.github/workflows/tfsec.yml +++ b/.github/workflows/tfsec.yml @@ -1,42 +1,11 @@ name: tfsec +permissions: write-all on: pull_request: - + workflow_dispatch: jobs: tfsec: - name: tfsec sarif report - runs-on: ubuntu-latest - - steps: - - name: Clone repo - uses: actions/checkout@master - - - name: tfsec - uses: aquasecurity/tfsec-sarif-action@v0.1.0 - with: - sarif_file: tfsec.sarif - working_directory: ./_example/ - full_repo_scan: true - - - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v1 - with: - # Path to SARIF file relative to the root of the repository - sarif_file: tfsec.sarif - - - name: tfsec commenter for PR - uses: tfsec/tfsec-pr-commenter-action@main - with: - GITHUB_TOKEN: ${{ secrets.GITHUB}} - working_directory: ./_example/ - - - - name: 'Terraform security scan Advanced' - uses: triat/terraform-security-scan@v3.0.3 - if: github.event_name == 'pull_request' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB}} - tfsec_actions_working_dir: ./_example/ - tfsec_actions_comment: true - tfsec_output_format: sarif - continue-on-error: true + uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master + secrets: inherit + with: + working_directory: '.' \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3561251..70f57be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,97 +4,126 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.4] - 2023-04-05 +## [1.3.0] - 2023-01-10 ### :bug: Bug Fixes -- [`019d7dd`](https://github.com/clouddrove/terraform-aws-elasticache/commit/019d7dd7daae3b49a1a24e94adf7f56c657ffdc6) - updated deprecated variables -- [`55d833a`](https://github.com/clouddrove/terraform-aws-elasticache/commit/55d833a0fac8420284db0a06379c750b215d511a) - update workflows +- [`138df1a`](https://github.com/clouddrove/terraform-aws-ec2/commit/138df1af37e3967148c950ba263c9e9dd8c006a5) - update workflows -## [1.0.3] - 2022-09-16 +### :sparkles: New Features +- [`aff98ab`](https://github.com/clouddrove/terraform-aws-ec2/commit/aff98ab6ec1e492e78665f6c58b52539dba11e00) - Added multi_attach ebs volume + +## [1.0.2] - 2022-09-16 ### :bug: Bug Fixes -- [`72c7b9f`](https://github.com/clouddrove/terraform-aws-elasticache/commit/72c7b9f70a3e9dfe5a6d1e41535575cbc2cb6668) - added arn outputs for redis/memcache +- [`3dafc9c`](https://github.com/clouddrove/terraform-aws-ec2/commit/3dafc9c5ba499f2ad182239f05d84e4e535ca1a9) - update terraform letest version + -## [1.0.2] - 2022-08-18 +## [1.0.1] - 2022-05-18 ### :sparkles: New Features -- [`93a2d36`](https://github.com/clouddrove/terraform-aws-elasticache/commit/93a2d36bc8dc8e153f04b4b286143c6fe7ecb940) - added retention_in_days +- [`3ac90df`](https://github.com/clouddrove/terraform-aws-ec2/commit/3ac90df3c1d3c920700a2a67445c649e492c626d) - added hiberation tag -## [1.0.1] - 2022-05-19 -### :sparkles: New Features -- [`272aa17`](https://github.com/clouddrove/terraform-aws-elasticache/commit/272aa17ab7d4a038cf0e37ebd7d1abf25c30095d) - add cloudwatch_log_group and enabled redis logs +## [0.12.5.2] - 2021-09-07 + +## [0.12.5.1] - 2021-08-17 -## [0.15.1] - 2021-12-03 +## [0.15.1] - 2021-07-08 ### :bug: Bug Fixes -- [`41eb6a8`](https://github.com/clouddrove/terraform-aws-elasticache/commit/41eb6a841f205e5c15ebccec260e8aabcbb3988c) - update version -- [`6157bfa`](https://github.com/clouddrove/terraform-aws-elasticache/commit/6157bfa79ca7a3a607daacac9e8fbfe385c03813) - update github-action +- [`c824f12`](https://github.com/clouddrove/terraform-aws-ec2/commit/c824f12ac172b8b524a8e1cea1cd813a9ff543c9) - Fix versions +- [`e154336`](https://github.com/clouddrove/terraform-aws-ec2/commit/e15433686738ed2996dbcc58082af8158dcb41f8) - ipv6 error fixed +- [`b47bfd4`](https://github.com/clouddrove/terraform-aws-ec2/commit/b47bfd4ee3a67b079fd73969469238c8ba5da225) - update github-action -## [0.12.7] - 2021-08-17 +## [0.15.0] - 2021-06-18 +### :bug: Bug Fixes +- [`bda3099`](https://github.com/clouddrove/terraform-aws-ec2/commit/bda30991c482fcdfa78ee870bffce261f27ccba6) - fixed ebs volume +- [`795462e`](https://github.com/clouddrove/terraform-aws-ec2/commit/795462e05731e91f184b7dfa89e733c05fd789e9) - Update example.tf +- [`aa59be9`](https://github.com/clouddrove/terraform-aws-ec2/commit/aa59be92333b42b07ae61912f19c61b4dae249f4) - fix the examples and volumes part +- [`89edf54`](https://github.com/clouddrove/terraform-aws-ec2/commit/89edf5498bf0ee385b9702466c41c8c7aae6d6ed) - fix terratest -## [0.15.0] - 2021-01-24 +## [0.14.0] - 2021-05-15 ### :bug: Bug Fixes -- [`c5f7937`](https://github.com/clouddrove/terraform-aws-elasticache/commit/c5f7937cfc2215201c2f9d8a035b9de96139cd89) - added extra_tags variable for custom tags -- [`6405934`](https://github.com/clouddrove/terraform-aws-elasticache/commit/640593463a0c125818ed536da31be5e8180dca98) - update example.tf and added coustom tags with tag variable -- [`f2076be`](https://github.com/clouddrove/terraform-aws-elasticache/commit/f2076be7d25a2d757d10841f49100888e0a1bd36) - fix terratest -- [`1a9f237`](https://github.com/clouddrove/terraform-aws-elasticache/commit/1a9f2375e111d41ad63062223eb53afd5a669a4d) - fix terratest +- [`39e0c01`](https://github.com/clouddrove/terraform-aws-ec2/commit/39e0c012f6a3cad6e7a446c69b0429ba1b4a2ccc) - update module tags +- [`c6594c8`](https://github.com/clouddrove/terraform-aws-ec2/commit/c6594c8ed4a075a2327dda2b1d53ab4f4ab054a3) - version update in modules +- [`5539ee7`](https://github.com/clouddrove/terraform-aws-ec2/commit/5539ee7b0907eef6518a0d0f78ccc9f49bbf5b00) - ebs_mount +- [`39b6d1b`](https://github.com/clouddrove/terraform-aws-ec2/commit/39b6d1bf2a5a199712617d271f2ddcdd47e6e5f6) - auto_ami_enable +- [`5c3c4e8`](https://github.com/clouddrove/terraform-aws-ec2/commit/5c3c4e89469abc82c144000383306ccc6d9032e4) - update in 0.15 +- [`4629c8d`](https://github.com/clouddrove/terraform-aws-ec2/commit/4629c8de04da4ced5dfb7fd7b44b8219fcd45e34) - encrypted true +- [`5da31d0`](https://github.com/clouddrove/terraform-aws-ec2/commit/5da31d033e7fd9e0ceb4d476ff3d116dc1b3bdba) - removed variable network +- [`3887fbb`](https://github.com/clouddrove/terraform-aws-ec2/commit/3887fbb00486445eda57a7cc1be3aa8320e3a47a) - improvements for bridgecrew +- [`c5bdfba`](https://github.com/clouddrove/terraform-aws-ec2/commit/c5bdfbacf2540618f010b57024c5ccbd79dd9745) - security fixes added +- [`4670aa5`](https://github.com/clouddrove/terraform-aws-ec2/commit/4670aa5378c9f39daa0193911ef1ecf9b52c598b) - enabled-ebs-optimized +- [`dd40b00`](https://github.com/clouddrove/terraform-aws-ec2/commit/dd40b007746ae2ce6a787837228217c311de30f2) - enable-encrypted +- [`fc3e6cc`](https://github.com/clouddrove/terraform-aws-ec2/commit/fc3e6cc0176f2b3d2a6df5ccaa5273bc9f3c36f8) - enable_monitoring + + +## [0.13.0] - 2020-10-21 +### :bug: Bug Fixes +- [`d427049`](https://github.com/clouddrove/terraform-aws-ec2/commit/d4270491494da9a5131f038ca2e4cd940d47cf36) - upgrade to 0.14 +- [`9382198`](https://github.com/clouddrove/terraform-aws-ec2/commit/9382198f1155da46de60930f8310904c52801b08) - change tag name in main.tf +- [`dd1ca4e`](https://github.com/clouddrove/terraform-aws-ec2/commit/dd1ca4e914c671e6b60d2e2973cde4b9d1ff687a) - Upgrade terraform version to 0.14.0 + +## [0.12.8] - 2020-10-21 +### :bug: Bug Fixes +- [`b718512`](https://github.com/clouddrove/terraform-aws-ec2/commit/b718512f3814523b7dbe7c3107258f98e6f22906) - upgrade terraform version and update pipeline +- [`173f604`](https://github.com/clouddrove/terraform-aws-ec2/commit/173f60483529fb30897a4e31fb64a8ccefb4cb6e) - update terratest pipeline +- [`7283c80`](https://github.com/clouddrove/terraform-aws-ec2/commit/7283c800c9e193bcce08ee8721b5ece93ff8256f) - update pre-commit & terraform version +- [`370e587`](https://github.com/clouddrove/terraform-aws-ec2/commit/370e587d96ffb71223b447bf831feeb743f6e727) - upgrade 0.13 -## [0.14.0] - 2021-05-10 +## [0.12.7] - 2020-04-28 ### :bug: Bug Fixes -- [`9d3aea3`](https://github.com/clouddrove/terraform-aws-elasticache/commit/9d3aea30030b2a5e59a8e44163477eb416690ef5) - upgrade redis version in example -- [`eef1a37`](https://github.com/clouddrove/terraform-aws-elasticache/commit/eef1a37695dce7012188f9e919de0626ca780117) - upgrade terraform version 0.15 +- [`1fc2ad7`](https://github.com/clouddrove/terraform-aws-ec2/commit/1fc2ad71519efd616a2a18705f632a9b67e6db1a) - Update outputs.tf -## [0.13.0] - 2020-20-23 +## [0.12.6] - 2020-03-24 ### :bug: Bug Fixes -- [`85acad0`](https://github.com/clouddrove/terraform-aws-elasticache/commit/85acad025ecdcb09520ba534cf9ed76c3424411f) - snapshot_retention_limit -- [`3c7cd8a`](https://github.com/clouddrove/terraform-aws-elasticache/commit/3c7cd8aa922f0d83552ba34f4e46b9a91c4533e9) - fix the security bugs -- [`0f9e401`](https://github.com/clouddrove/terraform-aws-elasticache/commit/0f9e401c990bfdf346ebfdde8fed91bd5e51a335) - Upgrade terraform version to 0.14 and update -- [`dda84e7`](https://github.com/clouddrove/terraform-aws-elasticache/commit/dda84e77616114c7120000955d1fd960475b30e8) - precommit updated +- [`0dc2a97`](https://github.com/clouddrove/terraform-aws-ec2/commit/0dc2a97cb6c0f7c9a5d95f5455bdcdb0b2cd9f3b) - fix tag in readme +- [`2f3b6d7`](https://github.com/clouddrove/terraform-aws-ec2/commit/2f3b6d7d565ee43145122f574f904ee8a1e7e19b) - enable encryption with EBS -## [0.12.6] - 2020-06-10 +## [0.12.5] - 2020-01-23 ### :bug: Bug Fixes -- [`03ab463`](https://github.com/clouddrove/terraform-aws-elasticache/commit/03ab463cd2e94cba60ff796a037c967c39bd2b97) - terraform.yml changes -- [`4b5613a`](https://github.com/clouddrove/terraform-aws-elasticache/commit/4b5613aacb419cde8ba7a994578c5847a8dd79a4) - upgrade terrafomr to 0.13 +- [`c7929a3`](https://github.com/clouddrove/terraform-aws-ec2/commit/c7929a3a8d2a0bf5072034aeef5f5890d4f1bdc3) - fix labels -## [0.12.5] - 2020-05-25 +## [0.12.4] - 2019-12-28 ### :sparkles: New Features -- [`7295372`](https://github.com/clouddrove/terraform-aws-elasticache/commit/72953724964b3890f53ed09cb959d2e1963cabc1) - add kms for encryption +- [`66c687c`](https://github.com/clouddrove/terraform-aws-ec2/commit/66c687cd161f29b026666f07552f6d37430b4371) - add enable count in all resources -## [0.12.4] - 2020-03-30 +## [0.12.3] - 2019-11-05 ### :bug: Bug Fixes -- [`5af4c3d`](https://github.com/clouddrove/terraform-aws-elasticache/commit/5af4c3dc475fe8699f61d4d4984d73dbe738066e) - create variable for description -- [`dbad321`](https://github.com/clouddrove/terraform-aws-elasticache/commit/dbad321e2b42942b866ca278f740de205d502adb) - Split endpoint to redis_endpoint_address and memcached_endpoint_address -- [`d8ffe30`](https://github.com/clouddrove/terraform-aws-elasticache/commit/d8ffe304d87caed73d18dd8195d393dbf5f0f5eb) - Add endpoint address +- [`38af014`](https://github.com/clouddrove/terraform-aws-ec2/commit/38af01451c5b60e5ba7e6049d711c99401a724fb) - github action -## [0.12.3] - 2020-01-23 +## [0.12.2] - 2019-10-14 ### :bug: Bug Fixes -- [`50ee184`](https://github.com/clouddrove/terraform-aws-elasticache/commit/50ee184da31b10caccde1608a4219c1fb98a48f2) - fix labels managedby variables +- [`5bcf414`](https://github.com/clouddrove/terraform-aws-ec2/commit/5bcf4141624fd9aca696a84af2308d8f47d867b7) - update lable order +- [`01ccf91`](https://github.com/clouddrove/terraform-aws-ec2/commit/01ccf9162916d5ea8d248c7f4a93792bbed3be5a) - update tags dns iam profile -## [0.12.2] - 2019-12-30 -### :bug: Bug Fixes -- [`3fdc09a`](https://github.com/clouddrove/terraform-aws-elasticache/commit/3fdc09aa401b09129bafbb88c10e64c149f52b43) - add bool option +## [0.12.1] - 2019-09-05 +### :sparkles: New Features +- [`d83a91f`](https://github.com/clouddrove/terraform-aws-ec2/commit/d83a91f11d032242f5f9abf1b2366b607a7fc0d6) - add dynamic tags -## [0.12.1] - 2019-09-24 +## [0.12.0] - 2019-08-12 ### :bug: Bug Fixes -- [`aafb837`](https://github.com/clouddrove/terraform-aws-elasticache/commit/aafb8370afe4e4c3f9b914d77e61b2a86b2c456d) - github action +- [`3c7e291`](https://github.com/clouddrove/terraform-aws-ec2/commit/3c7e291aad6baddc04eb431e58089ce0f4b9ea44) - update url -## [0.12.0] - 2019-09-12 +## [0.11.0] - 2019-08-12 ### :bug: Bug Fixes -- [`e3a1d17`](https://github.com/clouddrove/terraform-aws-elasticache/commit/e3a1d171cbec5d78b69f662497cad25a8c9f4d30) - change output syntax - - -[0.12.0]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.0...master -[0.12.1]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.1...master -[0.12.2]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.2...master -[0.12.3]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.3...master -[0.12.4]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.4...master -[0.12.5]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.5...master -[0.12.6]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.12.6...master -[0.13.0]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.13.0...master -[0.14.0]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.14.0...master -[0.15.0]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.15.0...master -[0.12.7]: https://github.com/clouddrove/terraform-aws-elasticache/releases/tag/0.12.7 -[0.15.1]: https://github.com/clouddrove/terraform-aws-elasticache/compare/0.15.1...master -[1.0.1]: https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.1...master -[1.0.2]: https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.2...master -[1.0.3]: https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.3...master -[1.0.4]: https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.4...master +- [`b905b18`](https://github.com/clouddrove/terraform-aws-ec2/commit/b905b180a3e145255e6184d7de570d45055cb405) - terraform 0.12.0 + + +[0.11.0]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.11.0...master +[0.12.0]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.12.0...master +[0.12.1]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.12.1...master +[0.12.2]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.12.2...master +[0.12.3]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.12.3...master +[0.12.4]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.12.4...master +[0.12.5]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.12.5...master +[0.12.6]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.12.6...master +[0.12.7]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.12.7...master +[0.12.8]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.11.8...master +[0.13.0]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.13.0...master +[0.14.0]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.14.0...master +[0.15.0]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.15.0...master +[0.15.1]: https://github.com/clouddrove/terraform-aws-ec2/compare/0.15.1...master +[0.12.5.1]: https://github.com/clouddrove/terraform-aws-ec2/releases/tag/0.12.5.1 +[0.12.5.2]: https://github.com/clouddrove/terraform-aws-ec2/releases/tag/0.12.5.2 +[1.0.1]: https://github.com/clouddrove/terraform-aws-ec2/compare/1.0.1...master +[1.0.2]:https://github.com/clouddrove/terraform-aws-ec2/compare/1.0.2...master +[1.3.0]: https://github.com/clouddrove/terraform-aws-ec2/compare/1.3.0...master From f6ad76641ff1da90cf7b2873a04998cb46db9113 Mon Sep 17 00:00:00 2001 From: mamraj yadav Date: Mon, 8 May 2023 20:25:58 +0530 Subject: [PATCH 3/3] feat: added dependabot.yml file --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b433d1f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "terraform" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "terraform" # See documentation for possible values + directory: "_example/basic_example" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "terraform" # See documentation for possible values + directory: "_example/ebs_mount" # Location of package manifests + schedule: + interval: "weekly" +