Skip to content

SafeScale v22.11.5

Compare
Choose a tag to compare
@oscarpicas oscarpicas released this 01 Feb 15:58
· 189 commits to master since this release
7b6a7c3

Stabilization release

  • SafeScale can now reliably create clusters with large numbers of nodes (previously node failures halted the cluster creation, now SafeScale keeps building until the node requirements are met)

Also:

  • label and tags now use the label/tag/metadata functions offered by each provider, so they are visible in the web console of each provider and can be used by K8S and other tooling
  • fixed problems with security groups on some providers
  • fixed problems installing docker on some combinations of provider/OS
  • now you can choose the number of masters in your cluster with the "count" keyword
  • fixes several metadata inconsistencies
  • ansible inventory was not updated correctly when nodes were removed
  • fixed problems tagging machines, now all tags are displayed with a "safescale host inspect"
  • fixed problems in operations due to improper cache invalidation
  • fixes wrong and outdated documentation
  • removed unimplemented commands that displayed the message "not yet implemented" to users
  • fixed improper start/stop of machines due to checking with metadata and not looking at the status exposed by the provider.
  • fixed problem with "safescale host ls" displaying non-existing machines
  • fixed deadlocks and panics

Known limitations

  • Mount of Google Object Storage Bucket (still...) not yet implemented

What's Changed

Full Changelog: v22.11.1...v22.11.5