Commits on Source 17
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update common-ci-tasks to v2.88 See merge request !1116
-
Steve Xuereb authored
What --- Update the terraform template documentation to show how to fix the `terraform_validte` and `tflint` job when you depend on private modules hosted in ops.
-
Andrew Newdigate authored
docs: terraform template with private modules See merge request !1101
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
chore(deps): update dependency git/git to v2.51.0 See merge request !1121
-
Andrew Newdigate authored
chore(deps): update ghcr.io/containerbase/base docker tag to v13.10.11 See merge request !1120
-
Andrew Newdigate authored
chore(deps): update dependency jdx/mise to v2025.8.20 See merge request !1119
-
Andrew Newdigate authored
chore(deps): update dependency helm/helm to v3.18.6 See merge request !1118
-
Andrew Newdigate authored
chore(deps): update dependency bridgecrewio/checkov to v3.2.464 See merge request !1117
-
Andrew Newdigate authored
The `terraform test` command is a nice addition, but many projects don't keep the root of the terraform module in the root of the repository. Additionally, projects which contain multiple terraform modules may have multiple tests that need to be run. This change allows those projects to be supported. How it works The job automatically discovers directories that contain both: - `*.tf` files (Terraform configuration) - A `tests/` subdirectory with `*.hcl` files (Terraform test files). For more information on this layout, see the [Terraform documentation](https://developer.hashicorp.com/terraform/cli/commands/test#example-test-directory-structure-and-commands). It then runs `terraform test` in each of these directories, collecting all test results into separate JUnit XML files for reporting. If no directories meet these criteria, it falls back to running in the root directory (if it contains `*.tf` files).
-
Andrew Newdigate authored
feat: add recursive test handling to `terraform test` command See merge request !1122
-
semantic-release-bot authored
## [2.89.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-08-26) ### Features * add recursive test handling to `terraform test` command ([b7bd48dc](b7bd48dc)) ### Docs * terraform template with private modules ([18af6353](18af6353)) ### Dependencies * **deps:** update common-ci-tasks to v2.88 ([603e0cd3](603e0cd3)) * **deps:** update dependency bridgecrewio/checkov to v3.2.464 ([4236cb53](4236cb53)) * **deps:** update dependency git/git to v2.51.0 ([2be66262](2be66262)) * **deps:** update dependency helm/helm to v3.18.6 ([96cbf311](96cbf311)) * **deps:** update dependency jdx/mise to v2025.8.20 ([a5d84e4b](a5d84e4b)) * **deps:** update ghcr.io/containerbase/base docker tag to v13.10.11 ([f22474e9](f22474e9))