Releases: clouddrove/github-shared-workflows
Releases · clouddrove/github-shared-workflows
1.0.9
✨ New Features
163865b
- Updated GCP Authentication step with required attributes (PR #102 by @VishwajitNagulkar)05ebccf
- Added GCP authentication step for tf-checks (PR #103 by @Tanveer143s)1ef2195
- Add auto-approve and merge shared workflow. (PR #107 by @vaibhav7797)
👷 Build System
6f7c6fc
- deps: bump actions/github-script from 6 to 7 (PR #101 by @dependabot[bot])
📝 Documentation Changes
7933c1b
- update CHANGELOG.md for 1.0.8 (commit by @clouddrove-ci)
1.0.8
✨ New Features
4ba1097
- Created shared workflow for readme generator (PR #100 by @VishwajitNagulkar)
👷 Build System
5d41248
- deps: bump hashicorp/setup-terraform from 2 to 3 (PR #99 by @dependabot[bot])
📝 Documentation Changes
0ae9661
- update CHANGELOG.md for 1.0.7 (commit by @clouddrove-ci)
1.0.7
✨ New Features
c92588b
- Added attribute for passing environment variables as a input (commit by @VishwajitNagulkar)f85bc2f
- added uses of env-var secret in readme (commit by @VishwajitNagulkar)6b14cb1
- 🚀 Added a feature to pass environment variables in Terraform workflows and TFDrift workflows. (PR #89 by @VishwajitNagulkar)8bc1e51
- 🚀 Created cloudformation workflow and its readme (PR #90 by @Tanveer143s)68b5370
- 🚀 Docker scout reusable workflow (PR #96 by @VishwajitNagulkar)9e9106e
- 🚀 Created cloudformation-stackset workflow and readme (PR #95 by @Tanveer143s)c73c8b5
- updated instance region for list command (PR #98 by @Tanveer143s)
👷 Build System
c608cdc
- deps: bump aws-actions/configure-aws-credentials from 3 to 4 (PR #87 by @dependabot[bot])51d21c1
- deps: bump terraform-linters/setup-tflint from 3 to 4 (PR #86 by @dependabot[bot])5a5757d
- deps: bump actions/checkout from 2 to 4 (PR #91 by @dependabot[bot])eba9f0c
- deps: bump stefanzweifel/git-auto-commit-action from 4 to 5 (PR #92 by @dependabot[bot])0f82da9
- deps: bump aws-actions/amazon-ecr-login from 1 to 2 (PR #93 by @dependabot[bot])1c231ea
- deps: bump clouddrove/github-actions from 9.0.2 to 9.0.3 (PR #94 by @dependabot[bot])ba5eb58
- deps: bump docker/setup-buildx-action from 2.5.0 to 3.0.0 (PR #97 by @dependabot[bot])
📝 Documentation Changes
38907f6
- update CHANGELOG.md for 1.0.6 (commit by @clouddrove-ci)
1.0.6
✨ New Features
bb25820
- Added workflow for cloudformation linter and security scan (PR #83 by @VishwajitNagulkar)
👷 Build System
58b7608
- deps: bump docker/setup-qemu-action from 2 to 3 (PR #79 by @dependabot[bot])ca5ca81
- deps: bump docker/login-action from 2 to 3 (PR #78 by @dependabot[bot])c8a71ea
- deps: bump docker/build-push-action from 4 to 5 (PR #77 by @dependabot[bot])11594c7
- deps: bump docker/setup-buildx-action from 2 to 3 (PR #82 by @dependabot[bot])ebc9389
- deps: bump aws-actions/configure-aws-credentials from 3 to 4 (PR #81 by @dependabot[bot])011b5ce
- added terraform version and aws credentials dynamically (PR #84 by @vaibhav7797)
1.0.5
🐛 Bug Fixes
4bc6532
- updated release version for terraform-security-scan (PR #76 by @VishwajitNagulkar)
👷 Build System
b22362c
- deps: bump infracost/actions from 2.0.0 to 2.1.0 (PR #73 by @dependabot[bot])c95eaf9
- deps: bump actions/checkout from 3 to 4 (PR #74 by @dependabot[bot])
📝 Documentation Changes
ff31597
- update CHANGELOG.md for 1.0.5 (commit by @clouddrove-ci)
1.0.4
✨ New Features
3199546
- Added infracost analysis workflow (PR #72 by @Tanveer143s)
1.0.3
✨ New Features
d2054e8
- Added workflow for yamllint (PR #68 by @VishwajitNagulkar)
🐛 Bug Fixes
7634834
- updated dependabot file location and reused changelog workflow for shared workflow repo (PR #66 by @VishwajitNagulkar)7c732b2
- fixed yml files as per the yml-lint rules (PR #71 by @Tanveer143s)
👷 Build System
e5adc1e
- deps: bump aws-actions/configure-aws-credentials from 2 to 3 (PR #67 by @dependabot[bot])
1.0.2
👷 Build System
ff0b664
- deps: bump aws-actions/configure-aws-credentials from 2 to 3 (PR #64 by @dependabot[bot])44f0b87
- deps: bump ncipollo/release-action from 1.12.0 to 1.13.0 (PR #65 by @dependabot[bot])
1.0.1
1.0.0
What's Changed
- adding folder structure by @anmolnagpal in #1
- adding folder structure by @anmolnagpal in #2
- feat: auto changelog workflow added by @d4kverma in #3
- Issue 357 [ reusable workflow for docker activities] by @VishwajitNagulkar in #4
- Create sst_called.yml by @VishwajitNagulkar in #5
- feat: workflow added for tfsec by @d4kverma in #7
- ci: Update tfsec workflow call and input for working directory by @nileshgadgi in #10
- ci: update workflow to use clouddrove ci user by @nileshgadgi in #11
- updated sst application workflow by @VishwajitNagulkar in #9
- ci: workflow added in diff direcotry by @d4kverma in #12
- ci: new readme action added & action dir removed by @d4kverma in #13
- fix: shared workflow for helm actions by @VishwajitNagulkar in #14
- feat: Feautured tf-drift workflow by @nileshgadgi in #15
- fix: pass aws region input and fix variables by @nileshgadgi in #17
- fix: Added azure cloud provider by @VishwajitNagulkar in #20
- fix: cron job in tfdrift workflow is removed by @nileshgadgi in #19
- Issue 396 by @AshutoshAM2002 in #22
- build(deps): bump pre-commit/action from 2.0.0 to 3.0.0 by @dependabot in #25
- build(deps): bump actions/setup-python from 2 to 4 by @dependabot in #27
- build(deps): bump aws-actions/configure-aws-credentials from 1 to 2 by @dependabot in #26
- feat: Update workflow to work with var files by @nileshgadgi in #29
- Issue 357 by @anmolnagpal in #28
- added logo by @AshutoshAM2002 in #31
- feat: add changelog to call in sameworkflow by @d4kverma in #34
- Update issue templates by @anmolnagpal in #33
- feat: Update workflow for compatible with backend as a terraform cloud by @VishwajitNagulkar in #32
- feat: added auto assign assignee to the PR workflow by @AshutoshAM2002 in #37
- fix: secret issue fixed to use in diff orgs. by @d4kverma in #38
- fix: changelog updated to use secret in diff orgs. by @d4kverma in #39
- ci: add terraform action workflow by @themaheshyadav in #43
- feat: tf lint and checkes workflow added by @d4kverma in #45
- Feature/tf workflow by @d4kverma in #47
- fix: updated version for upload sarif in tfsec. by @d4kverma in #48
- feat: checkov workflow added by @d4kverma in #49
- fix: added var file option for checkov by @d4kverma in #50
- Update dependabot.yml by @anmolnagpal in #51
- build(deps): bump hashicorp/setup-terraform from 1 to 2 by @dependabot in #52
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #53
- Feature: Updated SST Workflow with Add-ons by @VishwajitNagulkar in #54
- build(deps): bump aws-actions/configure-aws-credentials from 1.pre.node16 to 2.2.0 by @dependabot in #56
- Terraform workflow by @VishwajitNagulkar in #55
- feat: updated aws plugin version for tflint rules by @VishwajitNagulkar in #57
- feat: Temporarily disabling the printing of the plan in the issue sec… by @VishwajitNagulkar in #58
- Update .tflint.hcl by @anmolnagpal in #59
- feat: Updated tflint.hcl and tflint.yml files by @Tanveer143s in #61
- build(deps): bump google-github-actions/auth from 0 to 1 by @dependabot in #62
New Contributors
- @anmolnagpal made their first contribution in #1
- @d4kverma made their first contribution in #3
- @VishwajitNagulkar made their first contribution in #4
- @nileshgadgi made their first contribution in #10
- @AshutoshAM2002 made their first contribution in #22
- @dependabot made their first contribution in #25
- @themaheshyadav made their first contribution in #43
- @Tanveer143s made their first contribution in #61
Full Changelog: https://github.com/clouddrove/github-shared-workflows/commits/1.0.0