Update package version to 3.18.1
This commit is contained in:
parent
4a81b58d6b
commit
1c9a94d79c
|
@ -2741,3 +2741,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
[3.18.0]
|
[3.18.0]
|
||||||
* CLOUDRON_OIDC_PROVIDER_NAME implemented
|
* CLOUDRON_OIDC_PROVIDER_NAME implemented
|
||||||
|
|
||||||
|
[3.18.1]
|
||||||
|
* Update minio to RELEASE.2024-12-18T13-15-44Z
|
||||||
|
* [Full Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-12-18T13-15-44Z)
|
||||||
|
* Bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /docs/debugging/inspect by [@​dependabot](https://github.com/dependabot) in https://github.com/minio/minio/pull/20760
|
||||||
|
* Bump golang.org/x/crypto from 0.29.0 to 0.31.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/minio/minio/pull/20767
|
||||||
|
* update all dependencies and use latest msgp by [@​harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio/pull/20768
|
||||||
|
* s3: Sanitize the source object name in CopyObject handler by [@​marktheunissen](https://github.com/marktheunissen) in https://github.com/minio/minio/pull/20774
|
||||||
|
* heal: Include more use case of not healable but readable objects ([#​248](https://github.com/minio/minio/issues/248)) by [@​vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio/pull/20776
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.18.0",
|
"version": "3.18.1",
|
||||||
"upstreamVersion": "RELEASE.2024-12-18T13-15-44Z",
|
"upstreamVersion": "RELEASE.2024-12-18T13-15-44Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
|
|
Loading…
Reference in New Issue