github.com/hernad/nomad@v1.6.112/.changelog/12078.txt (about)

     1  ```release-note:improvement
     2  csi: Allow for concurrent plugin allocations
     3  ```
     4  
     5  ```release-note:breaking-change
     6  client: The client state store will be automatically migrated to a new schema version when upgrading a client. Downgrading to a previous version of the client after upgrading it to Nomad 1.3 is not supported. To downgrade safely, users should erase the Nomad client's data directory.
     7  ```
     8  
     9  ```release-note:breaking-change
    10  csi: The client filesystem layout for CSI plugins has been updated to correctly handle the lifecycle of multiple allocations serving the same plugin. Running plugin tasks will not be updated after upgrading the client, but it is recommended to redeploy CSI plugin jobs after upgrading the cluster.
    11  ```