Skip to content

Releases: cloudposse/terraform-kubernetes-tfc-cloud-agent

v0.4.0

10 May 23:32
38f9c01
Compare
Choose a tag to compare
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

09 Jul 15:43
c3ac15e
Compare
Choose a tag to compare
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 set TFC_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 ran make 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

14 Oct 04:57
e238dc0
Compare
Choose a tag to compare
Updating terratest case & documentation @danjbh (#2)

what

  • Updated terratest case to properly test module
  • Updated documentation w/ the latest
  • Fixing kubernetes_namespace in example

0.1.0: Adding new module, documentation, and complete example (#1)

13 Oct 21:15
6d60cb6
Compare
Choose a tag to compare
* 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>