Releases: monte-carlo-data/terraform-azurerm-mcd-agent
Releases · monte-carlo-data/terraform-azurerm-mcd-agent
v1.0.2
v1.0.1
v1.0.0
v0.1.3
v0.1.2
What's Changed
- Azure Agent: Fixed "The dashboard setting is no longer supported" error by adding
builtin_logging_enabled = false
which removes theAzureWebJobsDashboard
env var that breaks the Azure Function in some cases.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
The first beta module release!!
What's Changed
- #1 - Initial support for deploying and managing an agent via Terraform on Azure. With CI/CD + an example, and repo scaffolding
- #2 - Updated (shortened) the lifecycle for tmp objects
Full Changelog: https://github.com/monte-carlo-data/terraform-azurerm-mcd-agent/commits/v0.1.0
Dev example usage:
% make test
{
"build": "843",
"env": {
"MCD_AGENT_CLOUD_PLATFORM": "AZURE",
"MCD_AGENT_IMAGE_TAG": "montecarlodata/pre-release-agent:latest-azure",
"MCD_AGENT_IS_REMOTE_UPGRADABLE": "true",
"MCD_AGENT_WRAPPER_TYPE": "TERRAFORM",
"MCD_AGENT_WRAPPER_VERSION": "0.1.0",
"MCD_STORAGE_ACCOUNT_NAME": "***",
"MCD_STORAGE_BUCKET_NAME": "mcdstore",
"PYTHON_SYS_VERSION": "3.11.7 (main, Jan 11 2024, 11:00:36) [GCC 10.2.1 20210110]",
"REGION_NAME": "eastus",
"WEBSITE_HOSTNAME": "***.azurewebsites.net"
},
"platform": "Azure",
"platform_info": {
"image": "DOCKER|docker.io/montecarlodata/pre-release-agent:latest-azure"
},
"version": "0.3.1rc843"
}