Releases: cloudposse/terraform-kubernetes-tfc-cloud-agent
Releases · cloudposse/terraform-kubernetes-tfc-cloud-agent
v0.4.0
git.io->cloudposse.tools update @dylanbannon (#15)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
v0.3.0
Change handling of TFC_AGENT_DATA_DIR environment variable. @RussellRollins (#10)
what
- Changed default value of
var.tfc_agent_data_dir
to empty string. - Added
dynamic
env block to optionally setTFC_AGENT_DATA_DIR
only for non-empty strings. - Updated
docs/terraform.md
&README.md
(it seems like a number of unrelated changes were made automatically when I ranmake init && make readme
)
why
- The current default value of
~/.tfc-agent
breaks agent plans/applies, due to containing the~
character. - tfc-agent will automatically select a good default value if the
TFC_AGENT_DATA_DIR
environment variable is unset.
v0.2.0
0.1.0: Adding new module, documentation, and complete example (#1)
* Initial commit * Updating README * Updating README * Updating documentation * Fixing small documentation thing * Renaming k8s_namespace * Updating a few things * Some minor formatting tweaks * A few more tweaks * Updating examples * Adding first draft of service acount * A couple small tweaks * Breaking out k8s resource values into TF vars * Updating vars * Renaming fixtures in complete example * Updating variable description * Fixing a formatting thing * Fixing formatting & added missing variable * Fixing a couple more things * Update README.yaml Co-authored-by: Erik Osterman <erik@cloudposse.com> * Update README.yaml Co-authored-by: Erik Osterman <erik@cloudposse.com> * Update README.yaml Co-authored-by: Erik Osterman <erik@cloudposse.com> * Update variables.tf Co-authored-by: Erik Osterman <erik@cloudposse.com> * Update variables.tf Co-authored-by: Erik Osterman <erik@cloudposse.com> * Update README.yaml Co-authored-by: Erik Osterman <erik@cloudposse.com> * Update main.tf Co-authored-by: Erik Osterman <erik@cloudposse.com> * Making a bunch of updates * Fixing a formatting thing * Update README.md Co-authored-by: Erik Osterman <erik@cloudposse.com> * Update README.md Co-authored-by: Erik Osterman <erik@cloudposse.com> * Update README.yaml Co-authored-by: Erik Osterman <erik@cloudposse.com> * Updating README * A few more updates * Adding support for agent CLI arguments * Cleaning up namespace/service_account stuff and adding outputs * Lots of updates * Updating README * Fixing namespace output * Fixing HEREDOC Co-authored-by: Erik Osterman <erik@cloudposse.com> * Fixing HEREDOC Co-authored-by: Erik Osterman <erik@cloudposse.com> * Fixing more HEREDOC * Renaming tfc_extra_envs var to agent_envs * Fixing a few things found during testing Co-authored-by: Dan Meyers <danjbh@users.noreply.github.com> Co-authored-by: Erik Osterman <erik@cloudposse.com>