Releases: shalb/cluster.dev
Releases · shalb/cluster.dev
v0.8.2
18 Nov 13:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updates:
usage stats collection. To disable stats collection use CDEV_COLLECT_USAGE_STATS=false.
v0.8.0
24 Oct 11:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
hotfix: added support for nested block features in azurem provider
v0.7.21
20 Sep 12:14
Compare
Sorry, something went wrong.
No results found
Improvements:
added support for GCS backend
v0.7.20
17 Sep 09:50
Compare
Sorry, something went wrong.
No results found
v0.7.19
22 Aug 13:37
Compare
Sorry, something went wrong.
No results found
Hotfix:
gcp backend error (yaml marshal stun)
v0.7.18
08 Aug 10:34
Compare
Sorry, something went wrong.
No results found
Updates:
updated soft versions in all docker images
v0.7.17
28 Jun 11:21
Compare
Sorry, something went wrong.
No results found
Improvements:
added size limit and excluded path patterns for any files that are loaded when deploying the project (like .terraform and .git)