Skip to content

Commit

Permalink
Merge branch 'master' into PWX-35430
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadani authored Dec 19, 2023
2 parents 7657420 + def904a commit 76e07ba
Show file tree
Hide file tree
Showing 7 changed files with 5,070 additions and 4,779 deletions.
8 changes: 8 additions & 0 deletions SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Releases

### v0.175.0 - (12/15/2023)

* Add defrag status data structure

### v0.174.0 - (12/12/2023)

* Fix spec handler and internal naming for fs format options

### v0.173.0 - (11/13/2023)

* Add DefragJob data structure
Expand Down
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const (
SpecExportOptionsEmpty = "empty_export_options"
SpecMountOptions = "mount_options"
// spec key cannot change due to parity with existing PSO storageclasses
SpecFaCreateOptions = "createoptions"
SpecFsFormatOptions = "createoptions"
SpecCSIMountOptions = "csi_mount_options"
SpecSharedv4MountOptions = "sharedv4_mount_options"
SpecProxyProtocolS3 = "s3"
Expand Down
Loading

0 comments on commit 76e07ba

Please sign in to comment.