Releases: redeux/terraform-kubernetes-terraform-cloud-agent
Releases · redeux/terraform-kubernetes-terraform-cloud-agent
v1.0.1
v1.0.0
v0.1.0
BREAKING CHANGES
- Updated
agent_token_name
toagent_name
- Updated
agent_token_secret
toagent_token
ENHANCEMENTS
- The agent's docker image and version can now be specified through
agent_image
andagent_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
andcluster_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
andlimits_memory