SafeScale v21.11.1
vplanche-pro
released this
27 Apr 07:47
·
14 commits
to release/v21.11
since this release
!!! Warning !!!
Format of SafeScale metadata has evolved. It's strongly advised to not use the binaries of this release with existing SafeScale resources. However, if you are adventurous, there is a metadata upgrade procedure proposed when using safescale tenant set <tenant>
, that still need more testings (there are some situations where the migration may fail, leaving metadata in inconsistent state). Use at your own risk !!! It's strongly recommended to realize a metadata backup; rclone may be of good use for that.
Next revision should remove this warning with further tested migration code (hopefully v21.11.1).
What's new since v21.11.0
This release contains mainly bugfixes:
- #90 Cluster subnet CIDR must not overlap with Docker default subnet: FIXED
- #114 safescale cluster expand command blocks after image selection by safescaled: FIXED
- #115 Unable to create SSD Volume on FlexibleEngine: FIXED
- #149 sizing parameters ignored upon cluster creation: FIXED
- #173 Disable Flag gateway-failover not working correctly: FIXED
- #195 safescale --server flag not honoured: FIXED
- CLI flags are ignored if placed after arguments (since upgrade to urfave/cli v2): FIXED
- OVH: templates
i1.*
contain far more nvme disk than reported by the API: FIXED - system disk sizing not always honored for all Cloud Providers: FIXED
- in cluster creation, using component count in --master-sizing should trigger an error: FIXED
- file descriptor leakage due to unclosed http.Responses/Connections: FIXED
- wrong defaults for timings: FIXED
- cluster cannot be inspected while building: FIXED
- keepalived configuration invalid on secondary gateway, disabling default route not working if primary gateway stops: FIXED
- "ssh connect" does not even try to use the secondary gateway if primayr fails: FIXED
- multiple timings degradations: FIXED
- undeletable cluster: FIXED
- huge docker install time: FIXED
- some panics remains: FIXED
- various fixes in bash scripts
Developer interest
- Reverted urface/cli from v2 to v1 (issue with flags after arguments in v2)
Known limitations:
- Mount of Google Object Storage Bucket not yet implemented
Known bugs
- documentation has been improved but still needs work