All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change license to Apache-2.0
- Markdown lint fixes
- Update standard files
- Fix yaml
- Update workflows to 2.0.1
- Remove mdl and replace with markdownlint-cli2
- Remove delivery
- Enable unified_mode and require Chef >= 15.3
Standardise files with files in sous-chefs/repo-management
- Update documentation with better Terragrunt command
- Support for installing terragrunt and documentation of examples for configuration
- Default version support for installers to get setup without having to lookup versions
- Ark only support intergers on groups not owners
- Systemd resource user property was listed twice
- Update systemd service resource to support environment file/vars
- Fix to properly use recommended YAML.dump() method in template
- Update systemd service resource to remove ExecStop for compatibility with v0.15
- Update documentation to reflect changed/deprecated values in Atlantis config
- Documentation
-
Update to Sous-Chefs common configs and repo style
-
Xorimabot file standardizations
-
Update README.md CHANGELOG.md
-
Cookstyle fixes
-
Update ark dependency to 5.0
-
BREAKING CHANGE: Updated config template to convert hash to YAML instead of custom logic
- log-level must be lower case
- repo-whitelist must be a
,
joined string
- repo skel, misc project helpers (@majormoses)
- local and
travis-ci
testing: lint + integration (@majormoses) - helper libraries to make it easy to download from
github
+hashicorp
releases (@majormoses) - new resource
atlantis_config
to manage theatlantis
server config file (@majormoses) - new resource
atlantis_installer
to install or removeatlantis
(@majormoses) - new resource
atlantis_service_systemd
to create or remove asystemd
unit file for managing theatlantis
service (@majormoses) - new resource
atlantis_service_upstart
to create or remove anupstart
config for managing theatlantis
service (@majormoses) - new resource
atlantis_terrform_installer
to install or removeterraform
for use with atlantis (@majormoses) - new resource
atlantis_user_group_setup
which sets up or removes users, groups, and directories for atlantis service to use (@majormoses) - use Apache 2 license (@majormoses)