Skip to content

Commit 86d967d

Browse files
committed
feat: auto changelog action added
1 parent 2573e7e commit 86d967d

File tree

4 files changed

+93
-21
lines changed

4 files changed

+93
-21
lines changed

.github/workflows/changelog.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: changelog
2+
permissions: write-all
3+
on:
4+
push:
5+
tags:
6+
- "*"
7+
workflow_dispatch:
8+
jobs:
9+
changelog:
10+
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
11+
secrets: inherit
12+
with:
13+
branch: 'master'

.github/workflows/tfsec.yml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
name: tfsec
2+
permissions: write-all
23
on:
34
pull_request:
4-
5+
workflow_dispatch:
56
jobs:
67
tfsec:
7-
name: tfsec sarif report
8-
runs-on: ubuntu-latest
9-
10-
steps:
11-
- name: Clone repo
12-
uses: actions/checkout@master
13-
14-
- name: tfsec
15-
uses: aquasecurity/[email protected]
16-
with:
17-
sarif_file: tfsec.sarif
18-
working_directory: _example
19-
full_repo_scan: true
20-
21-
- name: Upload SARIF file
22-
uses: github/codeql-action/upload-sarif@v1
23-
with:
24-
# Path to SARIF file relative to the root of the repository
25-
sarif_file: tfsec.sarif
8+
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
9+
secrets: inherit
10+
with:
11+
working_directory: '.'

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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] - 2023-01-26
8+
9+
## [0.15.0] - 2020-05-20
10+
### :bug: Bug Fixes
11+
- [`7c208a1`](https://github.com/clouddrove/terraform-aws-lambda/commit/7c208a125e0c9ff6671570e449108d47964f1c64) - use terraform letast version
12+
13+
## [0.12.5.1] - 2021-11-09
14+
15+
## [0.14.0] - 2021-01-21
16+
### :bug: Bug Fixes
17+
- [`e0e6d09`](https://github.com/clouddrove/terraform-aws-lambda/commit/e0e6d090a414307b783f3dae3ea85f081dcf11e3) - change reserved_concurrent_executions
18+
- [`9b0f87c`](https://github.com/clouddrove/terraform-aws-lambda/commit/9b0f87cad0cdace47cd3433b1af4c5117530689b) - update github-action & License update
19+
- [`e88db65`](https://github.com/clouddrove/terraform-aws-lambda/commit/e88db658ffc1bae26c4b9b7b624ec3069354dd2f) - update with new github-action
20+
- [`be10158`](https://github.com/clouddrove/terraform-aws-lambda/commit/be10158d8a08eb5c1b2e77c7b452d5abebef5a38) - update github-action,module tags and update in 0.15
21+
22+
23+
## [0.13.0] - 2020-10-23
24+
### :bug: Bug Fixes
25+
- [`c755f7d`](https://github.com/clouddrove/terraform-aws-lambda/commit/c755f7d22bfdef89527717c13c471c98c2369f68) - upgrade to 0.14
26+
- [`22a1ecd`](https://github.com/clouddrove/terraform-aws-lambda/commit/22a1ecde066b7fabcfb9648002aa01fd8eb2910e) - Update main.tf
27+
- [`3f3629c`](https://github.com/clouddrove/terraform-aws-lambda/commit/3f3629c1e14ce778d3f4c01bf2761d002d4bc407) - Upgrade terraform version to 0.14 and update
28+
29+
30+
## [0.12.5] - 2020-04-15
31+
### :bug: Bug Fixes
32+
- [`a30bc98`](https://github.com/clouddrove/terraform-aws-lambda/commit/a30bc98d3fd2d72a961c0b3df229b8dca8612b8f) - upgrade terraform version to 0.13.0 and add pipelines
33+
- [`42c356d`](https://github.com/clouddrove/terraform-aws-lambda/commit/42c356d2a1d359f64261b09eae2965be675f2d7e) - add terraform pipeline
34+
- [`d483117`](https://github.com/clouddrove/terraform-aws-lambda/commit/d4831175d41cd12ba7c8a2124e0970efbb3b7532) - update readme.yml pipeline
35+
- [`cf38687`](https://github.com/clouddrove/terraform-aws-lambda/commit/cf386874fd1fca9da7008c06f6fe1cb92cb7137a) - upgrade terraform to 0.13 version
36+
37+
38+
## [0.12.4] - 2020-04-07
39+
### :bug: Bug Fixes
40+
- [`aefd895`](https://github.com/clouddrove/terraform-aws-lambda/commit/aefd895c75371d67f0329938c6b080dbe0c9b8c6) - change to fix a little bug
41+
- [`44b11b0`](https://github.com/clouddrove/terraform-aws-lambda/commit/44b11b0998de543fce3533d126d54c674ba5676a) - update lambda for do it lite
42+
43+
## [0.12.3] - 2020-03-17
44+
### :bug: Bug Fixes
45+
- [`80c91bf`](https://github.com/clouddrove/terraform-aws-lambda/commit/80c91bf9112a6744c09529bfbe5283df80a3eca3) - fix labels managedby variables
46+
47+
48+
## [0.12.2] - 2019-12-26
49+
### :bug: Bug Fixes
50+
- [`36151c1`](https://github.com/clouddrove/terraform-aws-lambda/commit/36151c160a72a01ebc63c80ab1035540dc7942e2) - update terraorm for some syntax warning
51+
52+
53+
## [0.12.1] - 2019-10-22
54+
### :bug: Bug Fixes
55+
- [`4225036`](https://github.com/clouddrove/terraform-aws-lambda/commit/4225036193da29aa298fa61750a3390bfc1aebc5) - fix
56+
57+
## [0.12.0] - 2019-09-28
58+
### :bug: Bug Fixes
59+
- [`36e7767`](https://github.com/clouddrove/terraform-aws-lambda/commit/36e7767cd3adaee3a725d949eeb59344813e29e7) - update role variables
60+
- [`b77daaf`](https://github.com/clouddrove/terraform-aws-lambda/commit/b77daaf473f3510bad4e315094822e45c480694c) - Update example.tf
61+
- [`2d4bb8e`](https://github.com/clouddrove/terraform-aws-lambda/commit/2d4bb8ebed1a1f4fac41fa24bd4d925553736089) - update iam policy actions
62+
63+
64+
[0.12.0]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.0...master
65+
[0.12.1]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.1...master
66+
[0.12.2]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.2...master
67+
[0.12.3]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.3...master
68+
[0.12.4]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.4...master
69+
[0.12.5]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.12.5...master
70+
[0.13.0]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.13.0...master
71+
[0.14.0]: https://github.com/clouddrove/terraform-aws-lambda/compare/0.14.0...master
72+
[0.12.5.1]: https://github.com/clouddrove/terraform-aws-lambda/releases/tag/0.12.5.1
73+
[0.15.0]: https://github.com/clouddrove/terraform-aws-ecr/compare/0.15.0...master
74+
[1.3.0]: https://github.com/clouddrove/terraform-aws-lambda/releases/tag/1.3.0

_example/basic-s3-function/.terraform.tfstate.lock.info

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)