Upgrade blobfuse2 version to 2.0.1 (#991)
This commit is contained in:
Родитель
c48b041168
Коммит
8ab54d9613
|
@ -1,5 +1,5 @@
|
|||
## 2.0.1-preview.1 (WIP)
|
||||
**Bug Fixes**
|
||||
## 2.0.1 (2022-12-02)
|
||||
- Copy of GA release of Blobfuse2. This release was necessary to ensure the GA version resolves ahead of the preview versions.
|
||||
|
||||
## 2.0.0 (2022-11-30) (GA release)
|
||||
**Bug Fixes**
|
||||
|
|
|
@ -47,7 +47,7 @@ import (
|
|||
|
||||
// Standard config default values
|
||||
const (
|
||||
blobfuse2Version_ = "2.0.1-preview.1"
|
||||
blobfuse2Version_ = "2.0.1"
|
||||
|
||||
DefaultMaxLogFileSize = 512
|
||||
DefaultLogFileCount = 10
|
||||
|
|
Загрузка…
Ссылка в новой задаче