FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (2)
......@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [4.3.1] - 2024-07-19
### Fixed
- Since `fmt` job was removed from the upstream template `Terraform-Module.gitlab-ci.yml`,
it is not possible to refer to that job in `terraform-module.yml`. That bit was removed
to fix "jobs fmt config should implement a script: or a trigger: keyword" linter issue.
## [4.3.0] - 2024-06-04
### Added
......
......@@ -13,9 +13,5 @@ include:
# Fail-safe workflow rules if none are specified. These can be overridden by CI configuration which includes us.
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
# Since we redefine the stages by including auto-devops-stages.yml, move the fmt job to a more appropriate stage.
fmt:
stage: test
variables:
TERRAFORM_MODULE_SYSTEM: devops