Skip to content

Releases: monte-carlo-data/terraform-azurerm-mcd-agent

v1.0.2

18 Oct 18:07
d263cfe
Compare
Choose a tag to compare

What's Changed

  • #10 - restrict Terraform Azure provider max version

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Oct 20:40
3eb4527
Compare
Choose a tag to compare

What's Changed

  • #9 - Rename storage field as per provider changes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Jul 17:50
03671fb
Compare
Choose a tag to compare

What's Changed

  • #8 - Set agent lifecycle to GA

Full Changelog: v0.1.3...v1.0.0

v0.1.3

27 Jun 17:36
36ec260
Compare
Choose a tag to compare

What's Changed

  • #6: Remove Trufflehog from the CI
  • #7: Private endpoint and vnet support

Full Changelog: v0.1.2...v0.1.3

v0.1.2

01 Mar 21:21
f20ccf9
Compare
Choose a tag to compare

What's Changed

  • Azure Agent: Fixed "The dashboard setting is no longer supported" error by adding builtin_logging_enabled = false which removes the AzureWebJobsDashboard env var that breaks the Azure Function in some cases.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Feb 19:54
e12c6b4
Compare
Choose a tag to compare

What's Changed

  • Ssmith/kil 3238 limit azure function runtime to 15 min by @sassmith in #3

Full Changelog: v0.1.0...v0.1.1

v0.1.0

18 Jan 18:20
3b35590
Compare
Choose a tag to compare

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