Skip to content

Tags: mynktl/mayastor

Tags

0.3.3

Toggle 0.3.3's commit message
ci(fix): remove the need to specify cargosha256

By not pulling in dependencies from git directly we can get rid of the
need to calculate the sha and use nix builtins.

The git dependencies we used where:

 - h2 (to fix a k8s issue)
 - partition_id
 - blkid

 The changes to h2 are perhaps not needed anymore as the newer k8s
 clients should have the issue of authority IDs fixed.

 To get around the partition and blkid dependencies, I've implemented
 the required pieces myself basing it those crates which are not
 actively maintained.

v0.8.1

Toggle v0.8.1's commit message
release v0.8.1

v0.8.0

Toggle v0.8.0's commit message
Mayastor release v0.8.0

v0.7.1

Toggle v0.7.1's commit message
Release v0.7.1

v0.7.0

Toggle v0.7.0's commit message
Tag as Maystor release version v0.7.0

v0.6.0

Toggle v0.6.0's commit message
Apply tag for release v0.6.0

v0.5.0

Toggle v0.5.0's commit message
Tagging V0.5.0 release with semantic version tag

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update deployment YAML files to use 'latest' tag (openebs#423)

* Deploy files should specify mayastor images with 'latest' tag

* Update /deploy README - use "latest" tag on images

YAML files defining the deployment of Mayastor containers now use the 'latest' tag on all Mayastor supplied-images, instead of a one reflecting the repository branch or tag.

v0.3.0

Toggle v0.3.0's commit message
release: v0.3.0

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare deploy folder content for v0.2.0 staging (openebs#281)

Co-authored-by: Glenn Bullingham <[email protected]>