Skip to content

Commit

Permalink
Merge branch 'master' into chiachun/PWX-31645-libopenstorage-fstrim-c…
Browse files Browse the repository at this point in the history
…ronjob
  • Loading branch information
chiachunlin authored Jul 14, 2023
2 parents f99e6ba + 8bdb3c7 commit 0b23947
Show file tree
Hide file tree
Showing 30 changed files with 6,534 additions and 5,070 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ mockgen:
mockgen -destination=api/mock/mock_node.go -package=mock github.com/libopenstorage/openstorage/api OpenStorageNodeServer,OpenStorageNodeClient
mockgen -destination=api/mock/mock_diags.go -package=mock github.com/libopenstorage/openstorage/api OpenStorageDiagsServer,OpenStorageDiagsClient
mockgen -destination=api/mock/mock_volume.go -package=mock github.com/libopenstorage/openstorage/api OpenStorageVolumeServer,OpenStorageVolumeClient
mockgen -destination=api/mock/mock_watch.go -package=mock github.com/libopenstorage/openstorage/api OpenStorageWatchServer,OpenStorageWatchClient
mockgen -destination=api/mock/mock_bucket.go -package=mock github.com/libopenstorage/openstorage/api OpenStorageBucketServer,OpenStorageBucketClient
mockgen -destination=cluster/mock/cluster.mock.go -package=mock github.com/libopenstorage/openstorage/cluster Cluster
mockgen -destination=api/mock/mock_fstrim.go -package=mock github.com/libopenstorage/openstorage/api OpenStorageFilesystemTrimServer,OpenStorageFilesystemTrimClient
Expand Down
16 changes: 16 additions & 0 deletions SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Releases

### v0.163.0 - (07/13/2023)

* Add mode field to SdkStorageRebalanceRequest

### v0.162.0 - (07/11/2023)

* Add new Watch endpoint

### v0.161.0 - (06/12/2023)

* Add auto-journal IO profile

### v0.160.0 - (06/12/2023)

* Add journal IO profile

### v0.159.0 - (04/06/2023)

* Add 3 new fields to the CloudBackupSize API:
Expand Down
Loading

0 comments on commit 0b23947

Please sign in to comment.