Skip to content

Releases: redeux/terraform-kubernetes-terraform-cloud-agent

v1.0.1

22 Mar 23:20
aab5e74
Compare
Choose a tag to compare

BUG FIXES

  • Fixed an issue with a filename in the example that prevented the module from downloading on Microsoft Windows (#9)

v1.0.0

14 Mar 16:39
3394249
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Variable agent_disable_update is now agent_auto_update which defaults to minor and must be one of disabled, minor, or patch (#7)

IMPROVEMENTS:

v0.1.0

30 Apr 15:17
fa89232
Compare
Choose a tag to compare

BREAKING CHANGES

  • Updated agent_token_name to agent_name
  • Updated agent_token_secret to agent_token

ENHANCEMENTS

  • The agent's docker image and version can now be specified through agent_image and agent_version
  • The number of desired agent replicas can now be specified through agent_replicas
  • RBAC for custom objects can be specified through cluster_access_rbac_api_groups and cluster_access_rbac_resources. This is useful when you want the agent to manage in-cluster resources and you have Kubernetes API extensions installed.
  • The agent now has default requests and limits set for the pod. These are configurable through requests_cpu requests_memory limits_cpu and limits_memory