Releases: openebs-archive/maya
Releases · openebs-archive/maya
0.8.0
feat(usage) Add configurable, regular ping event (#862) Detail: - If the user consents to share anonymous data with us, the m-apiserver besides the regular ones will also send a `ping`. The `ping` will be a time based regular event, denoting that openebs version `X` is running in a version `Y` k8s cluster with `Z` nodes. - The duration can be configured with some restrictions by setting `OPENEBS_IO_ANALYTICS_PING_INTERVAL` in m-apiserver pod. Other minor refactor: - force update of versions is made possible - enhancement(constants) cs are defined in pkg/usage/const.go - (enhancement)To better manage ENV variables a `GetOrDefault` func has been added - parsing of ping interval is done by time.ParseDuration - (bugfix)helper funcs to set replica-count to current m-apiserver default i.e. `3` improvement: https://github.com/openebs/openebs/issues/2257 Signed-off-by: Harsh Vardhan <[email protected]>
0.8.0-RC3
fix(mayactl): correct the calculations for volume metrics (#858) Fixed the following to match with the metrics returned from exporter: - size parameters are already returned in GB - fix a bug in throughput calculation - convert latency from ns to ms Signed-off-by: kmova <[email protected]>
0.8.0-RC2
0.8.0-RC1
fix(cstor-volume-mgmt): high cpu usage caused by for {} loop The commit bd44756e60bc1023bfa52d31ffcf5d70e25333f2 had refactored the cstor-volume-mgmt code to start the receivers in a for {} loop. This caused go processes to spin more cpu. Signed-off-by: kmova <[email protected]>
0.7.2-RC1
fix(cast): do not perform rollback on disabled run tasks With the introduction of disabled tasks, the CAST engine should skip forming rollback tasks for runtasks that evaluate to disabled. Signed-off-by: kmova <[email protected]>
0.7.2
fix(cast): do not perform rollback on disabled run tasks With the introduction of disabled tasks, the CAST engine should skip forming rollback tasks for runtasks that evaluate to disabled. Signed-off-by: kmova <[email protected]>
0.7.1-RC1
fix(ci): Use jsonpath to get the volume name for integration test Due to change in PV name, needs to read the volume name using CASType Signed-off-by: Ashish Ranjan <[email protected]>
0.7.1
fix(ci): Use jsonpath to get the volume name for integration test Due to change in PV name, needs to read the volume name using CASType Signed-off-by: Ashish Ranjan <[email protected]>
0.7.0
fix(install): remove hardcoded ns from cstor pool cast (#510) Use the namespace passed from the configuration instead of hardcoded value of openebs. Signed-off-by: kmova <[email protected]>
0.7.0-RC3
refactor(cast): remove unused parameters from SPC cacheFile option provided in the SPC is ignored, and a unique cacheFile path is auto generated using the SPC uuid and provided to cstor-pool. The hardcoded value in SPC is unusable, since it has to be unique across pools. overProvisioning is always hardcoded to false. Providing this option in the SPC will given an impression to user that it can be enabled/disabled. Until this feature is supported, removed the need to specify it via SPC. Signed-off-by: kmova <[email protected]>