Releases: clouddrove/github-shared-workflows
Releases · clouddrove/github-shared-workflows
2.1.3
What's Changed
- fix: rename the terraform diff workflow by @dverma-cd in #362
- fix: updated document for the terraform diff check workflow by @dverma-cd in #363
- feat: split tag-release workflow and make changelog generation optional by @anket-cd in #359
- build(deps): bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #355
- build(deps): bump azure/login from 2 to 3 by @dependabot[bot] in #360
- build(deps): bump anthropics/claude-code-action from 1.0.72 to 1.0.82 by @dependabot[bot] in #361
Full Changelog: 2.1.2...2.1.3
2.1.2
What's Changed
- fix: updated pr-checks and tf-checks workflow by @ayush-cd in #344
- feat(release-changelog): add manual trigger to update changelog for existing latest tag by @vineetbavniya-cd in #347
- fix(tf-checks): control terraform plan output based on show_plan flag by @sunnymor-cd in #349
- fix(pr-checks): increase commit message length from 100 to 150 for better clarity by @vineetbavniya-cd in #348
- feat: support provider: none to skip cloud auth in tf-checks by @clouddrove-ci in #350
- refactor(tf-checks): unify workflow, add TF caching, and simplify TF min/max version handling by @hahirwar-cd in #351
- fix(pr-checks): allow pascal-case and camel-case in commit messages by @hahirwar-cd in #353
- build(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #354
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #356
- Feat: add tag validation and split smurf workflows by @anket-cd in #357
New Contributors
- @ayush-cd made their first contribution in #344
- @vineetbavniya-cd made their first contribution in #347
Full Changelog: 2.1.1...2.1.2
2.1.1
✨ New Features
f9ab1c2- tf-checks: add role-to-assume support for AWS authentication in tf-checks workflow (PR #332 by @ramnivas-cd)a26d1ab- handle PR validation for forked repository contributions (PR #336 by @anket-cd)3f5f04a- Replace semantic PR action with fork-safe PR title validation (PR #337 by @anket-cd)e84897b- ci: add workflow to update major version tag for shared workflows (PR #339 by @anket-cd)
🐛 Bug Fixes
3be9d9d- ci: update PR validation workflow pr-checks.yml to use types, subjectPattern and validateSingleCommit inputs (PR #338 by @hahirwar-cd)
👷 Build System
a631b4a- deps: bump docker/build-push-action from 6 to 7 (PR #333 by @dependabot[bot])997469c- deps: bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (PR #334 by @dependabot[bot])1c43f71- deps: bump aws-actions/configure-aws-credentials from 5 to 6 (PR #335 by @dependabot[bot])98e51f8- deps: bump webfactory/ssh-agent from 0.9.1 to 0.10.0 (PR #341 by @dependabot[bot])c8b6f9c- deps: bump slackapi/slack-github-action from 2 to 3 (PR #342 by @dependabot[bot])7bc2965- deps: bump anthropics/claude-code-action from 1.0.51 to 1.0.72 (PR #343 by @dependabot[bot])
📝 Documentation Changes
9db6ce0- update CHANGELOG.md for 2.1.0 (commit by @clouddrove-ci)3231822- refresh documentation for major version v2 (PR #340 by @anket-cd)
2.1.0
✨ New Features
0cdc55f- add reusable workflow to deploy images to Cloud Run with auto rollback (PR #307 by @kalyani-cd)1ada629- add clens AWS audit reusable workflow (commit by @anmolnagpal)
🐛 Bug Fixes
e075b2c- ci: repair shared PR validation workflow and add pr_checks alias (PR #316 by @anmolnagpal)3343efe- tf-checks: skip azure/login when AZURE_CREDENTIALS is not set (PR #317 by @anmolnagpal)521761c- remove secret check from conditional expressions (PR #318 by @anmolnagpal)32c193f- rename security-stf-checks.yml to stf-checks.yml (PR #322 by @anket-cd)74df2ef- resolve duplicate IDs and align branch version (PR #327 by @anket-cd)1a77be9- resolve conventional commit validation issue and skip label requirement for forked PRs (PR #331 by @anket-cd)
👷 Build System
a0627af- deps: bump anthropics/claude-code-action from 1.0.46 to 1.0.51 (PR #319 by @dependabot[bot])bd609ee- deps: bump actions/upload-artifact from 4 to 6 (PR #320 by @dependabot[bot])53128e9- deps: bump aws-actions/aws-cloudformation-github-deploy from 1 to 2 (PR #321 by @dependabot[bot])47dc456- deps: bump google-github-actions/auth from 2 to 3 (PR #323 by @dependabot[bot])f6b4090- deps: bump google-github-actions/setup-gcloud from 2 to 3 (PR #324 by @dependabot[bot])62909fc- deps: bump actions/setup-python from 5 to 6 (PR #325 by @dependabot[bot])7cf7f7b- deps: bump actions/upload-artifact from 6 to 7 (PR #329 by @dependabot[bot])4f3a516- deps: bump actions/download-artifact from 7 to 8 (PR #330 by @dependabot[bot])
2.0.0
🐛 Bug Fixes
2309a53- ci: allow tf-pr-checks to manage PR labels/comments (PR #312 by @anmolnagpal)a6869c9- release: repair tag changelog workflow reference (PR #314 by @anmolnagpal)
📝 Documentation Changes
7fcf836- update CHANGELOG.md for 1.4.2 (commit by @clouddrove-ci)
What's Changed
- fix(ci): allow tf-pr-checks to manage PR labels/comments by @anmolnagpal in #312
- Breaking Changes: reorganize workflows with prefix-based naming and merge duplicates by @clouddrove-ci in #313
- fix(release): repair tag changelog workflow reference by @anmolnagpal in #314
Full Changelog: 1.4.2...2.0.0
1.4.2
✨ New Features
b9dc651- enable terraform plan output in PR comments (PR #298 by @sunnymor-cd)6e85578- improve terraform plan approval visibility (PR #303 by @sunnymor-cd)da18bb9- actions: add reusable gitleaks PR scan workflow (PR #311 by @anmolnagpal)
👷 Build System
e60ad3e- deps: bump lewagon/wait-on-check-action from 1.4.1 to 1.5.0 (PR #300 by @dependabot[bot])3d7e798- deps: bump anthropics/claude-code-action from 1.0.30 to 1.0.34 (PR #301 by @dependabot[bot])cac7abe- deps: bump webiny/action-conventional-commits from 1.3.0 to 1.3.1 (PR #302 by @dependabot[bot])6138654- deps: bump google-github-actions/run-gemini-cli from 0.1.18 to 0.1.20 (PR #304 by @dependabot[bot])0840c46- deps: bump anthropics/claude-code-action from 1.0.34 to 1.0.41 (PR #305 by @dependabot[bot])88efd77- deps: bump appleboy/ssh-action from 1.2.4 to 1.2.5 (PR #306 by @dependabot[bot])312491e- deps: bump anthropics/claude-code-action from 1.0.41 to 1.0.46 (PR #309 by @dependabot[bot])bd958ea- deps: bump aws-actions/configure-aws-credentials from 5 to 6 (PR #308 by @dependabot[bot])
📝 Documentation Changes
019bc23- update CHANGELOG.md for 1.4.1 (commit by @clouddrove-ci)
1.4.1
✨ New Features
5c86710- Updated Tag Release Workflow (PR #244 by @vedant-cd)a57eb7a- added suport for azure checks for auto merge workflow (PR #253 by @dverma-cd)92445e8- add Gemini AI-powered PR code review workflow and docs (PR #247 by @Sunny-Mor)
🐛 Bug Fixes
2e66979- Remove deprecated variables and update workflow permissions for … (PR #235 by @pendharevaibhav-cd)4e18b40- updated alert template (PR #239 by @pranaydeokar-cd)5781f24- Updated Release Condition Logic (PR #246 by @vedant-cd)75b06c7- auto-merge workflow trailing space (PR #295 by @sunnymor-cd)
👷 Build System
cb5845f- deps: bump anthropics/claude-code-action from 1.pre.dev to 1.0.3 (PR #236 by @dependabot[bot])e2d4370- deps: bump google-github-actions/auth from 2 to 3 (PR #237 by @dependabot[bot])9d6597e- deps: bump actions/checkout from 4 to 5 (PR #238 by @dependabot[bot])4af549d- deps: bump aws-actions/configure-aws-credentials from 4 to 5 (PR #241 by @dependabot[bot])84eb63b- deps: bump actions/setup-python from 5 to 6 (PR #242 by @dependabot[bot])9731ac6- deps: bump actions/github-script from 7 to 8 (PR #243 by @dependabot[bot])b73b694- updated syntax for workflow (terraform-difference) (PR #245 by @rmalvia-cd)e2d672b- deps: bump actions/stale from 9 to 10 (PR #248 by @dependabot[bot])63feb55- deps: bump anthropics/claude-code-action from 1.0.3 to 1.0.7 (PR #249 by @dependabot[bot])7d6c5c7- deps: bump anthropics/claude-code-action from 1.0.7 to 1.0.8 (PR #252 by @dependabot[bot])3161820- deps: bump lewagon/wait-on-check-action from 1.4.0 to 1.4.1 (PR #256 by @dependabot[bot])813593c- deps: bump anthropics/claude-code-action from 1.0.8 to 1.0.9 (PR #257 by @dependabot[bot])776f3f6- deps: bump actions/checkout from 4 to 5 (PR #258 by @dependabot[bot])29e73d8- deps: bump terraform-linters/setup-tflint from 5 to 6 (PR #259 by @dependabot[bot])905a091- deps: bump actions/github-script from 6 to 8 (PR #260 by @dependabot[bot])27c5d38- deps: bump anthropics/claude-code-action from 1.0.9 to 1.0.10 (PR #261 by @dependabot[bot])309d776- deps: bump anthropics/claude-code-action from 1.0.10 to 1.0.12 (PR #262 by @dependabot[bot])dbdcd41- deps: bump peter-evans/create-or-update-comment from 4 to 5 (PR #263 by @dependabot[bot])9f4856a- deps: bump github/codeql-action from 3 to 4 (PR #264 by @dependabot[bot])249ecff- deps: bump google-github-actions/run-gemini-cli from 0.1.12 to 0.1.13 (PR #265 by @dependabot[bot])94b7ed1- deps: bump stefanzweifel/git-auto-commit-action from 6 to 7 (PR #266 by @dependabot[bot])dbbc478- deps: bump anthropics/claude-code-action from 1.0.12 to 1.0.13 (PR #267 by @dependabot[bot])630d8e5- deps: bump anthropics/claude-code-action from 1.0.13 to 1.0.14 (PR #268 by @dependabot[bot])66beba9- deps: bump actions/download-artifact from 5 to 6 (PR #269 by @dependabot[bot])a19f8b5- deps: bump actions/upload-artifact from 4 to 5 (PR #270 by @dependabot[bot])c17fc6f- deps: bump google-github-actions/run-gemini-cli from 0.1.13 to 0.1.14 (PR #272 by @dependabot[bot])3b61f6c- deps: bump anthropics/claude-code-action from 1.0.14 to 1.0.16 (PR #271 by @dependabot[bot])b8e01d5- deps: bump appleboy/ssh-action from 1.2.2 to 1.2.3 (PR #273 by @dependabot[bot])a49ad93- deps: bump google-github-actions/run-gemini-cli from 0.1.14 to 0.1.15 (PR #274 by @dependabot[bot])fbff856- deps: bump anthropics/claude-code-action from 1.0.16 to 1.0.20 (PR #275 by @dependabot[bot])8977e34- deps: bump actions/checkout from 5 to 6 (PR #276 by @dependabot[bot])cb82ee3- deps: bump actions/cache from 4 to 5 (PR #279 by @dependabot[bot])04ddba3- deps: bump anthropics/claude-code-action from 1.0.20 to 1.0.23 (PR #280 by @dependabot[bot])d12218f- deps: bump google-github-actions/run-gemini-cli from 0.1.15 to 0.1.16 (PR #281 by @dependabot[bot])c49028b- deps: bump int128/diff-action from 1 to 2 (PR #285 by @dependabot[bot])380af44- deps: bump appleboy/ssh-action from 1.2.3 to 1.2.4 (PR #286 by @dependabot[bot])f2244d1- deps: bump actions/checkout from 5 to 6 (PR #287 by @dependabot[bot])00165e1- deps: bump google-github-actions/run-gemini-cli from 0.1.16 to 0.1.18 (PR #289 by @dependabot[bot])0d9a2a7- deps: bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (PR #290 by @dependabot[bot])406d897- deps: bump anthropics/claude-code-action from 1.0.23 to 1.0.27 (PR #291 by @dependabot[bot])3ec9f8e- deps: bump actions/download-artifact from 6 to 7 *(PR #294...
1.4.0
✨ New Features
09c2f96- add plan_only input to support only terraform-plan (PR #218 by @h1manshu98)
🐛 Bug Fixes
05e9ff8- yamllint line-length warning (PR #233 by @Sunny-Mor)
👷 Build System
aeb4d18- deps: bump actions/download-artifact from 4 to 5 (PR #223 by @dependabot[bot])2df2912- deps: bump amannn/action-semantic-pull-request from 5.5.3 to 6.0.1 (PR #227 by @dependabot[bot])badc616- deps: bump actions/checkout from 2 to 5 (PR #226 by @dependabot[bot])debfa54- deps: bump terraform-linters/setup-tflint from 4 to 5 (PR #225 by @dependabot[bot])43ede0b- deps: bump actions/checkout from 4 to 5 (PR #231 by @dependabot[bot])32ebacd- deps: bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.1 (PR #232 by @dependabot[bot])
📝 Documentation Changes
e7c8a32- update CHANGELOG.md for 1.3.9 (commit by @clouddrove-ci)
1.3.9
✨ New Features
242de46- Release new tag v1.1.1 (PR #202 by @AnketCloudDrove)3410da2- updated helm shared workflow for kubediagram (PR #208 by @Kkhandale2024)cc90004- add Azure support and AWS OIDC role config to tf-checks workflow (PR #217 by @h1manshu98)
🐛 Bug Fixes
👷 Build System
16877a5- deps: bump clouddrove/smurf from 1.1.1 to 1.1.2 (PR #204 by @dependabot[bot])77ac669- deps: bump dflook/terraform-fmt-check from 1 to 2 (PR #205 by @dependabot[bot])3bb6f6b- deps: bump dflook/terraform-validate from 1 to 2 (PR #206 by @dependabot[bot])8cd9037- deps: bump stefanzweifel/git-auto-commit-action from 5 to 6 (PR #210 by @dependabot[bot])7a1abc0- deps: bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (PR #211 by @dependabot[bot])e0108cf- deps: bump lewagon/wait-on-check-action from 1.3.4 to 1.4.0 (PR #212 by @dependabot[bot])
📝 Documentation Changes
aa0094f- update CHANGELOG.md for 1.3.8 (commit by @clouddrove-ci)
1.3.8
✨ New Features
99a0037- changed smurf tag to 1.1.0 (PR #201 by @VishwajitNagulkar)
👷 Build System
993a391- deps: bump hashicorp/setup-terraform from 2 to 3 (PR #200 by @dependabot[bot])
📝 Documentation Changes
4aad8de- update CHANGELOG.md for 1.3.7 (commit by @clouddrove-ci)