Skip to content

Releases: shalb/cluster.dev

v0.7.6

23 Feb 12:48
fdc1d08

Choose a tag to compare

Fixes:

  • error using remote state in helm unit kubernetes config path
  • wrong path formatting for local tf modules cache

v0.7.5

17 Feb 16:01
efbf987

Choose a tag to compare

Fixes:
hotfix problem with processing objects in remote state outputs

v0.7.4

20 Jun 09:54
15b94b6

Choose a tag to compare

Fixes:
hotfix problem with remote templates caching

v0.7.3

16 Jun 10:42
1acf9ae

Choose a tag to compare

fix mutex init

v0.7.2

14 Jun 17:39
a094785

Choose a tag to compare

Fixes:

  • shell unit, create_files now creates files with mode 0644 by default (was 0000)
  • invalid memory address or nil pointer dereference when use cdev plan --tf-plan - fixed
  • every cedv apply/destroy reinstall all plugins. Should use external (not in the cache dir) shared dir for all units and projects.
  • sometimes cdev output didn't show project output

Improvements:

  • unit kind printer, field outputs renamed to inputs. The old name is also supported. State migration is not needed

v0.7.1

11 Jun 12:24
4ab1c5d

Choose a tag to compare

fixes:
set default value for env TF_PLUGIN_CACHE_DIR of all terraform units

v0.7.0

02 Jun 07:56
a43853e

Choose a tag to compare

Improvements:

  1. added the new backend provider local, which allows to save terraform states (backend local) and cdev state on the local file system.
  2. backend option is no longer required for Stack, id backend is not set - default local will be used. Values for default local backend:
    name: default
    path: .cluster.dev/states/
  3. accordingly, the "backend" object is no longer required in the project configuration
  4. file project.yaml is no longer required for projects. Default values for project:
    name: default-project
    backend:

v0.6.3

16 Apr 12:33
c10f620

Choose a tag to compare

Shell unit hotfix
Pipeline fix

v0.6.2

21 Feb 17:52
5a5e372

Choose a tag to compare

Fixed: bug with remoteState with path to subvalue like: remoteState "this.eks.eks_managed_node_groups.0.iam_role_arn"
Error: ... error calling output: bad dependency path

Removed old comments

Improved graph unresolved dependencies checks and logging.

v0.6.1

30 Dec 13:50

Choose a tag to compare

Fixes:

  • bug with copying unit outputs data from state, if unit does not changed.
  • bug with nil target in custom unit dependencies