Skip to content

v1.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 20:58
· 17 commits to main since this release

1.8.2 (2023-10-13)

Bug Fixes

  • Always retrieve volume wwn (2359f1b)
  • Fix previously unmapped device discovery fix for new nodePublish code (232d6ae)
  • Fix snapshot object creation for apiv2 integration (d3acd84)

Chores

  • Remove unused createTimestampFromString function (6ca0e8b)
  • Update go dependency version (a706240)
  • Update versions to 1.8.2 (f603c4c)

Features

  • apiv2: Move v1 to pkg/exosx (bbd1b14)
  • Storageclass CHAP support (f2a5d45)
    Block volume support and refactor of node publish/unpublish (#93) (46331ea), closes #93

Other

  • Merge pull request #94 from David-T-White/feat/apiv2-update (04df2ca), closes #94
  • Accept protocol+ipaddress (3d962cf)
  • Pass http protocol with credentials (037986c)
  • Structured logging correction, include correction (c4e570b)
  • Remove api XML exposure, common api codes (07d43be)
  • Rename pkg/v1 and retrieve wwn from volume object (079cd18)
  • Required change to GetTargetId (f7646ab)
  • Remove api XML exposure, common api codes (fafb0a0)

Performance

  • Only call getVolumeWWN if we didn't get it in response of CreateVolume call (bb2a524)