Cluster.dev Versions Save

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.

v0.7.20

8 months ago

Improvements:

Fixes:

v0.7.19

9 months ago

Hotfix:

  • gcp backend error (yaml marshal stun)

v0.7.18

9 months ago

Updates:

  • updated soft versions in all docker images

v0.7.17

11 months ago

Improvements:

  • added size limit and excluded path patterns for any files that are loaded when deploying the project (like .terraform and .git)

v0.7.16

11 months ago

Functions added: projectPath, templatePath Added default values in interactive mode of cdev project create

v0.7.15

1 year ago

Features:

  • create_files option is now availble in units tfmodule and helm, it allows you to create additional files besides the generated ones in the terraform units working directory. Fixes:
  • removed debug output

v0.7.14

1 year ago

Improvements:

  • improved diff output for local tf modules
  • improved dependencies calculation

Features:

  • added readFile function for stack templates

Fixes:

  • The client version mismatch message is more informative

v0.7.13

1 year ago

Hotfix: bug with Secrets configs reading in project dir

v0.7.12

1 year ago

NEW FEATURES: Added template function readFile which can be used in the project directory. This feature is not yet available in stack templates FIXES: Fixed export of environment variables in shell execution of terraform and other tools Added export of TF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILE=true as an addition to a variable TF_PLUGIN_CACHE_DIR to support of parallel run of terraform >= v1.4.0

v0.7.11

1 year ago

Fixes:

  • incorrect outputs print in project applied with previous versions of cdev
  • deduplicate units in deps to fix slow graph builds
  • old go version in docker image builds