Skip to content

Commit 9c9112f

Browse files
auto changelog action and changelog.md and dependabot.yml file added. (#23)
* feat: auto changelog action added * added Dependabot.yml --------- Co-authored-by: anmolnagpal <[email protected]>
1 parent 37f0fa0 commit 9c9112f

File tree

3 files changed

+140
-0
lines changed

3 files changed

+140
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "terraform" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "terraform" # See documentation for possible values
13+
directory: "_example/" # Location of package manifests
14+
schedule:
15+
interval: "weekly"

.github/workflows/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: changelog
2+
permissions: write-all
3+
4+
on:
5+
push:
6+
tags:
7+
- "*"
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
10+
jobs:
11+
call-workflow-changelog:
12+
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
13+
with:
14+
branch: 'master'

CHANGELOG.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.3.0] - 2022-01-27
8+
### :bug: Bug Fixes
9+
- [`37f0fa0`](https://github.com/clouddrove/terraform-aws-acm/commit/37f0fa0c9e4eb144c055aa5cbe2ce83c10e88f3e) - update README.md.
10+
11+
## [1.0.1] - 2022-05-16
12+
### :bug: Bug Fixes
13+
- [`35aef9c`](https://github.com/clouddrove/terraform-aws-acm/commit/35aef9c0eddcb180780aa51ba4c28901b451212e) - use terraform letast version
14+
15+
## [0.15.0] - 2021-01-16
16+
### :bug: Bug Fixes
17+
- [`35aef9c`](https://github.com/clouddrove/terraform-aws-acm/commit/35aef9c0eddcb180780aa51ba4c28901b451212e) - use terraform letast version
18+
- [`26928a6`](https://github.com/clouddrove/terraform-aws-acm/commit/26928a6dd09e68d3c120d990d89ac53f127286ec) - update module tags
19+
20+
21+
## [0.14.0] - 2021-01-20
22+
### :sparkles: New Features
23+
- [`25786bc`](https://github.com/clouddrove/terraform-aws-acm/commit/25786bc3628618bbcd05a635c388648f60542022) - add-multipal-doamin
24+
- [`40dce2c`](https://github.com/clouddrove/terraform-aws-acm/commit/40dce2c7fb09fadabe15bdc75e2c32f479b9d5f2) - add subject_alternative_names option
25+
26+
27+
## [0.13.0] - 2020-10-20
28+
### :bug: Bug Fixes
29+
- [`128d615`](https://github.com/clouddrove/terraform-aws-acm/commit/128d615d74852d83322aae50ea29082281fd0fe3) - updated precommit
30+
- [`40dce2c`](https://github.com/clouddrove/terraform-aws-acm/commit/40dce2c7fb09fadabe15bdc75e2c32f479b9d5f2) - add subject_alternative_names option
31+
- [`9777f65`](https://github.com/clouddrove/terraform-aws-acm/commit/9777f6589457779c74d476158c7e9142529b583a) - add-multipal-doamin
32+
33+
## [0.12.5] - 2020-09-08
34+
### :bug: Bug Fixes
35+
- [`35aef9c`](https://github.com/clouddrove/terraform-aws-acm/commit/35aef9c0eddcb180780aa51ba4c28901b451212e) - use terraform letast version
36+
- [`25786bc`](https://github.com/clouddrove/terraform-aws-acm/commit/25786bc3628618bbcd05a635c388648f60542022) - add-multipal-doamin
37+
- [`5d5bf77`](https://github.com/clouddrove/terraform-aws-acm/commit/5d5bf7721eb0f0f2f865eb3743b974ca217cf18e) - fix terratest pipeline
38+
- [`fa6e9d7`](https://github.com/clouddrove/terraform-aws-acm/commit/fa6e9d7789453abcbb8b3550494734f7a2500f55) - upgraded
39+
40+
41+
## [0.12.4] - 2020-04-16
42+
### :bug: Bug Fixes
43+
- [`bdaa1cf`](https://github.com/clouddrove/terraform-aws-acm/commit/35aef9c0eddcb180780aa51ba4c28901b451212e) - use terraform letast version
44+
- [`25786bc`](https://github.com/clouddrove/terraform-aws-acm/commit/25786bc3628618bbcd05a635c388648f60542022) - add-multipal-doamin
45+
- [`5d5bf77`](https://github.com/clouddrove/terraform-aws-acm/commit/5d5bf7721eb0f0f2f865eb3743b974ca217cf18e) - fix terratest pipeline
46+
- [`e08caa0`](https://github.com/clouddrove/terraform-aws-acm/commit/e08caa0e8792ec1a12b6774a9e7924ec9822f22e) - fixed bug
47+
48+
## [0.12.3] - 2020-03-06
49+
### :bug: Bug Fixes
50+
- [`c99c08f`](https://github.com/clouddrove/terraform-aws-acm/commit/c99c08f3384f7504a950403ba0f1ba8d49ab1df5) - fix labels managedby variables
51+
- [`e08caa0`](https://github.com/clouddrove/terraform-aws-acm/commit/e08caa0e8792ec1a12b6774a9e7924ec9822f22e) - fixed bug
52+
- [`24392b7`](https://github.com/clouddrove/terraform-aws-acm/commit/24392b7a2778394b94f448c829440b57679af648) - improved terratest names
53+
54+
55+
### :sparkles: New Features
56+
- [`40dce2c`](https://github.com/clouddrove/terraform-aws-acm/commit/40dce2c7fb09fadabe15bdc75e2c32f479b9d5f2) - add subject_alternative_names option
57+
- [`9777f65`](https://github.com/clouddrove/terraform-aws-acm/commit/9777f6589457779c74d476158c7e9142529b583a) - add-multipal-doamin
58+
59+
## [0.12.2] - 2020-05-03
60+
### :bug: Bug Fixes
61+
- [`6017c36`](https://github.com/clouddrove/terraform-aws-acm/commit/6017c36bde455f79e74351f7e105681cb289f5a0) - update in 0.15
62+
- [`9777f65`](https://github.com/clouddrove/terraform-aws-acm/commit/9777f6589457779c74d476158c7e9142529b583a) - add-multipal-doamin
63+
- [`5d5bf77`](https://github.com/clouddrove/terraform-aws-acm/commit/5d5bf7721eb0f0f2f865eb3743b974ca217cf18e) - fix terratest pipeline
64+
- [`e08caa0`](https://github.com/clouddrove/terraform-aws-acm/commit/e08caa0e8792ec1a12b6774a9e7924ec9822f22e) - fixed bug
65+
66+
67+
## [0.12.1] - 2019-12-28
68+
### :bug: Bug Fixes
69+
- [`a9313cf`](https://github.com/clouddrove/terraform-aws-kms/commit/a9313cf8fd5ab58bc917d54f2584c33ca8aa635d) - update module tags
70+
- [`cd3f529`](https://github.com/clouddrove/terraform-aws-kms/commit/cd3f52989be9c81b59283dbc93e3e068dfcf8bf0) - update in 0.15
71+
- [`662929b`](https://github.com/clouddrove/terraform-aws-kms/commit/662929b9943147b77da8e2ee93578d423160148a) - added security check for key rotation
72+
- [`aaa0c58`](https://github.com/clouddrove/terraform-aws-kms/commit/aaa0c583fa4d47a9bad3c74b53e61651e22a675b) - add count
73+
74+
## [0.12.0] - 2019-08-12
75+
### :bug: Bug Fixes
76+
- [`ac3b805`](https://github.com/clouddrove/terraform-aws-acm/commit/ac3b80562274c706c92d9c239569b29d82853bdc) - fix bool
77+
- [`c99c08f`](https://github.com/clouddrove/terraform-aws-acm/commit/c99c08f3384f7504a950403ba0f1ba8d49ab1df5) - fix labels managedby variables
78+
- [`4f7859c`](https://github.com/clouddrove/terraform-aws-acm/commit/4f7859c909a53e09dfbc53791d1383697238aae4) - improved
79+
- [`5d5bf77`](https://github.com/clouddrove/terraform-aws-acm/commit/5d5bf7721eb0f0f2f865eb3743b974ca217cf18e) - fix terratest pipeline
80+
81+
## [0.12.0] - 2019-10-04
82+
### :bug: Bug Fixes
83+
- [`ac3b805`](https://github.com/clouddrove/terraform-aws-acm/commit/ac3b80562274c706c92d9c239569b29d82853bdc) - fix bool
84+
- [`c99c08f`](https://github.com/clouddrove/terraform-aws-acm/commit/c99c08f3384f7504a950403ba0f1ba8d49ab1df5) - fix labels managedby variables
85+
- [`4f7859c`](https://github.com/clouddrove/terraform-aws-acm/commit/4f7859c909a53e09dfbc53791d1383697238aae4) - improved
86+
- [`5d5bf77`](https://github.com/clouddrove/terraform-aws-acm/commit/5d5bf7721eb0f0f2f865eb3743b974ca217cf18e) - fix terratest pipeline
87+
- [`9777f65`](https://github.com/clouddrove/terraform-aws-acm/commit/9777f6589457779c74d476158c7e9142529b583a) - add-multipal-doamin
88+
89+
90+
## [0.11.0] - 2019-10-10
91+
### :bug: Bug Fixes
92+
- [`ba8d9ae`](https://github.com/clouddrove/terraform-aws-acm/commit/ba8d9aef703863c168a5c554e077ef2f0f6b7a96) - terraform 0.12
93+
- [`5c784b6`](https://github.com/clouddrove/terraform-aws-acm/commit/5c784b670ec24afd41db929288bff6c0f2b36813) - changes in output
94+
- [`5f887ab`](https://github.com/clouddrove/terraform-aws-acm/commit/5f887ab021ff7814960c98f38fd5e1dae3f5cfca) - fix bool
95+
- [`e08caa0`](https://github.com/clouddrove/terraform-aws-acm/commit/e08caa0e8792ec1a12b6774a9e7924ec9822f22e) - fixed bug
96+
- [`40dce2c`](https://github.com/clouddrove/terraform-aws-acm/commit/40dce2c7fb09fadabe15bdc75e2c32f479b9d5f2) - add subject_alternative_names option
97+
98+
99+
100+
[0.11.0]: https://github.com/clouddrove/terraform-aws-kms/compare/0.11.0...master
101+
[0.12.0]: https://github.com/clouddrove/terraform-aws-kms/compare/0.11.0...0.12.0
102+
[0.12.1]: https://github.com/clouddrove/terraform-aws-kms/compare/0.12.0...0.12.1
103+
[0.12.2]: https://github.com/clouddrove/terraform-aws-kms/compare/0.12.1...0.12.2
104+
[0.12.3]: https://github.com/clouddrove/terraform-aws-kms/compare/0.12.2...0.12.3
105+
[0.12.4]: https://github.com/clouddrove/terraform-aws-kms/compare/0.12.3...0.12.4
106+
[0.12.5]: https://github.com/clouddrove/terraform-aws-kms/compare/0.12.4...0.12.5
107+
[0.13.0]: https://github.com/clouddrove/terraform-aws-kms/compare/0.12.5...0.13.0
108+
[0.14.0]: https://github.com/clouddrove/terraform-aws-kms/compare/0.13.0...0.14.0
109+
[0.15.0]: https://github.com/clouddrove/terraform-aws-kms/compare/0.14.0...0.15.0
110+
[1.0.1]: https://github.com/clouddrove/terraform-aws-kms/compare/0.15.0...1.0.1
111+
[1.3.0]: https://github.com/clouddrove/terraform-aws-kms/compare/1.0.1...1.3.0

0 commit comments

Comments
 (0)