Skip to content

v0.1.0

Compare
Choose a tag to compare
@pxc-dev pxc-dev released this 18 Jan 18:20
· 22 commits to main since this release
3b35590

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"
}