Skip to content

Releases: openebs-archive/maya

0.8.0

06 Dec 17:13
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
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

04 Dec 17:44
Compare
Choose a tag to compare
0.8.0-RC3 Pre-release
Pre-release
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

26 Nov 05:57
305b1ae
Compare
Choose a tag to compare
0.8.0-RC2 Pre-release
Pre-release
Merge pull request #829 from AmitKumarDas/cast-vol-stats-read-err

fix(cast, jiva, stats) error executing cast output for volume stats

0.8.0-RC1

23 Nov 18:56
Compare
Choose a tag to compare
0.8.0-RC1 Pre-release
Pre-release
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

15 Nov 17:53
Compare
Choose a tag to compare
0.7.2-RC1 Pre-release
Pre-release
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

18 Nov 04:39
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release
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

16 Oct 14:23
Compare
Choose a tag to compare
0.7.1-RC1 Pre-release
Pre-release
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

26 Oct 03:09
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
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

06 Sep 09:42
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
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

01 Sep 18:49
Compare
Choose a tag to compare
0.7.0-RC3 Pre-release
Pre-release
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]>