Skip to content

Releases: shalb/cluster.dev

v0.8.1

15 Nov 16:55
Compare
Choose a tag to compare

Updates:

usage stats collection. To disable stats collection use CDEV_COLLECT_USAGE_STATS=false.

v0.8.0

24 Oct 11:25
a2d14c7
Compare
Choose a tag to compare

Features:

  • GKE state storage support
  • Azure state storage support
  • Documentation Enhancements
  • added unit type kubernetes, to deploy kubernetes manifests with terraform kubernetes provider
  • determinate object kind and API version to generate terraform kubernetes resources

Updates:

  • go mod tidy
  • warning about kubernetes kind deprecation was removed

Fixes:

  • Bug on destroy units with 'force_apply: true' "file main.tf is already exists"

v0.7.23

20 Oct 16:23
4b3c6a3
Compare
Choose a tag to compare

updates:

  • kubernetes unit configured to use last provider version
  • removed kubernetes deprecation warning
    fix: check 'name' field in kubernetes unit

v0.7.22

03 Oct 14:50
4277492
Compare
Choose a tag to compare

hotfix: added support for nested block features in azurem provider

v0.7.21

20 Sep 12:14
d561dca
Compare
Choose a tag to compare

Improvements:

added support for GCS backend

v0.7.20

17 Sep 09:50
0af5e11
Compare
Choose a tag to compare

Improvements:

Fixes:

v0.7.19

22 Aug 13:37
d56a906
Compare
Choose a tag to compare

Hotfix:

  • gcp backend error (yaml marshal stun)

v0.7.18

08 Aug 10:34
559faba
Compare
Choose a tag to compare

Updates:

  • updated soft versions in all docker images

v0.7.17

28 Jun 11:21
b50cd90
Compare
Choose a tag to compare

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

14 Jun 15:55
95940ce
Compare
Choose a tag to compare

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