File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222* Migrated CI from self-hosted to GitHub-hosted runners with Docker-in-Docker test infrastructure. (#94 )
2323* Test workflow always builds service images locally for reproducibility. (#97 )
2424* Clean up temporary ` .pyc ` files on remote nodes after execution. (#51 )
25+ * Relaxed Terraform version constraint to accept any 1.x release. (#40 )
2526
2627### Fixed
2728
2829* Fixed ` run_mysql_server() ` not instantiating ` MySQLServer ` class. (#94 )
2930* Disabled MD060 markdownlint rule to fix table column style false positives in documentation. (#94 )
31+ * Added default inventory directive to ` ansible.cfg ` . (#42 )
3032
3133## 1.0 - 2024-10-13
3234
Original file line number Diff line number Diff line change 11terraform {
2- required_version = " 1.0.10 "
2+ required_version = " >= 1.0.0, < 2.0.0 "
33 required_providers {
44 null = {
55 source = " hashicorp/null"
Original file line number Diff line number Diff line change 11[defaults]
2+ inventory = inventory.yml
23roles_path = ./roles
34forks = 32
You can’t perform that action at this time.
0 commit comments