Skip to content

Releases: shalb/cluster.dev

v0.8.2

18 Nov 13:08
027fcf8

Choose a tag to compare

features:

  • helm unit now supports the set option in addition to the file option. this option allows you to transfer the value of the helm chart without saving it to a file.. Example:
    name: unitname
    type: helm
    source:
      chart: "my-chart"
      version: "0.0.23"
    kubeconfig: /file/path/conf.yaml
    values:
      - file: "./files/values.yaml"
        apply_template: false
      - set: {{ insertYAML .variables.chart_values }}

fixes:

  • fixed promlem with null value in usage stats

v0.8.1

15 Nov 16:55

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

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

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

Choose a tag to compare

hotfix: added support for nested block features in azurem provider

v0.7.21

20 Sep 12:14
d561dca

Choose a tag to compare

Improvements:

added support for GCS backend

v0.7.20

17 Sep 09:50
0af5e11

Choose a tag to compare

Improvements:

Fixes:

v0.7.19

22 Aug 13:37
d56a906

Choose a tag to compare

Hotfix:

  • gcp backend error (yaml marshal stun)

v0.7.18

08 Aug 10:34
559faba

Choose a tag to compare

Updates:

  • updated soft versions in all docker images

v0.7.17

28 Jun 11:21
b50cd90

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)