Skip to content

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

v1.0.1

24 Oct 01:12
ca9c82e
Compare
Choose a tag to compare

What's Changed

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

v1.0.0

26 Jul 17:48
3227ae2
Compare
Choose a tag to compare

What's Changed

  • #12 - Set agent lifecycle to GA

Full Changelog: v0.1.6...v1.0.0

v0.1.6

08 Jul 17:13
758605d
Compare
Choose a tag to compare

What's Changed

  • #11 - Update description to use the versioned platform nomenclature

Full Changelog: v0.1.5...v0.1.6

v0.1.5

30 May 14:42
4eca59d
Compare
Choose a tag to compare

What's Changed

  • #10 - Update agent template for CaaS migration

Full Changelog: v0.1.4...v0.1.5

v0.1.4

30 Apr 15:40
ea83e13
Compare
Choose a tag to compare

What's Changed

  • #9 - Updated default value for image to use the new AWS account

Full Changelog: v0.1.3...v0.1.4

v0.1.3

01 Apr 22:32
af23266
Compare
Choose a tag to compare

What's Changed

  • #8 - Add new cloud account IDs to allowlist

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

v0.1.2

26 Jan 18:53
37fa6b6
Compare
Choose a tag to compare

What's Changed

  • #4 - Add CORS configuration for data store (bucket)
  • #5 - Include the base domain for CORS
  • #6 - Increase default concurrency

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

v0.1.1

05 Jan 21:49
0d50bd8
Compare
Choose a tag to compare

What's Changed

  • #3 - Add AssumeRole policy for integrations like Glue and Athena

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

v0.1.0

19 Dec 18:11
70c571c
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 AWS. With CI/CD + an example, and repo scaffolding.
  • #2 - Minor formatting / spacing fix in the README

Full Changelog: https://github.com/monte-carlo-data/terraform-aws-mcd-agent/commits/v0.1.0

Dev example usage:

% make test profile=dev-c1
{
  "build": "567",
  "env": {
    "AWS_DEFAULT_REGION": "us-east-1",
    "AWS_LAMBDA_FUNCTION_MEMORY_SIZE": "512",
    "AWS_LAMBDA_FUNCTION_NAME": "mcd-agent-service-****",
    "AWS_REGION": "us-east-1",
    "MCD_AGENT_CLOUD_PLATFORM": "AWS",
    "MCD_AGENT_IMAGE_TAG": "752656882040.dkr.ecr.us-east-1.amazonaws.com/mcd-agent:latest",
    "MCD_AGENT_IS_REMOTE_UPGRADABLE": "True",
    "MCD_AGENT_WRAPPER_TYPE": "TERRAFORM",
    "MCD_AGENT_WRAPPER_VERSION": "0.1.0",
    "sys_version": "3.11.6 (main, Dec  4 2023, 13:34:04) [GCC 7.3.1 20180712 (Red Hat 7.3.1-17)]"
  },
  "extra": {
    "outbound_ip_address": "****"
  },
  "platform": "AWS",
  "platform_info": {
    "image": "752656882040.dkr.ecr.us-east-1.amazonaws.com/mcd-agent:latest"
  },
  "trace_id": "123456789",
  "version": "0.2.2"
}