Skip to content

v4.0.13

Compare
Choose a tag to compare
@assafgi assafgi released this 27 Aug 10:39
· 59 commits to main since this release
  • Scaling up of NFS protocol servers can be performed using the ‘resize cluster command’ as provided by the Terraform outputs. Include "protocol":"nfs" in the request field. Example: '{"value":ENTER_NEW_VALUE_HERE,”protocol”:”nfs”}’.
  • Upgrade of WEKA clusters with NFS protocol servers provisioned via Terraform prior to this release will require removing the state of NFS resources from the Terraform State file. This can be accomplished by running this command:
    $ terraform state rm "module.weka_deployment.module.nfs_protocol_gateways[0].google_compute_instance_from_template.this"
  • Option to configure cross region access to the Load Balancer. E.g. This allows WEKA UI to be accessed from different regions.
  • The GCP Provider requirement is now more flexible, allowing using newer provider versions.
  • Deployments now handled via WEKA clusterization only account, protecting Admin password during setup. Password for Admin user available from Secret Manager upon cluster setup completing.
  • No default hard coded WEKA version anymore. The latest deployment version must be specified with the ‘weka_version’ variable.