Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Minio
  3. Minio - Package Updates

Minio - Package Updates

Scheduled Pinned Locked Moved Minio
287 Posts 3 Posters 130.6k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nebulonN Offline
    nebulonN Offline
    nebulon
    Staff
    wrote on last edited by
    #217

    [3.12.4]

    • Update minio to 2024-01-16T16-07-38Z
    • Changelog
    • fix: listing SSE encrypted multipart objects by @harshavardhana in https://github.com/minio/minio/pull/18786
    • adding a missing return case to fix GetObjectTagging by @zveinn in https://github.com/minio/minio/pull/18793
    • xl-meta: Clean output by @klauspost in https://github.com/minio/minio/pull/18794
    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #218

      [3.12.5]

      • Update minio to 2024-01-18T22-51-28Z
      • Changelog
      • reject reference format from a different deployment by @harshavardhana in #18800
      • fix: a typo in storeDataUsageInBackend() comment by @chienguo in #18778
      • Deallocate huge read buffers by @klauspost in #18813
      • fix: HealBucket regression for empty buckets, simplify it by @harshavardhana in #18815
      • Fix mini typo by @fwessels in #18816
      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #219

        [3.12.6]

        • Update minio to 2024-01-29T03-56-32Z
        • Changelog
        • Fixes an ugly issue with runtime debug stack excessive logging regression
        • avoid calling close for nil inbound/outblock channels (3 hours ago)
        • remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago)
        1 Reply Last reply
        0
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #220

          [3.12.7]

          • Update minio to 2024-01-31T20-20-33Z
          • Changelog
          • This release fixes a security issue related to service accounts and their permissions for more details
          • Performance improvement for large clusters with high IOPs requirements.
          • fix: bucket metric of data usage for replication info will be ignore by @jiuker in https://github.com/minio/minio/pull/18895
          • fix metrics panic in node metrics endpoint by @poornas in https://github.com/minio/minio/pull/18894
          • Update list.md by @dvaldivia in https://github.com/minio/minio/pull/18907
          • allow configuring maximum idle connections per host by @harshavardhana in https://github.com/minio/minio/pull/18908
          • enable xattr capture by default by @harshavardhana in https://github.com/minio/minio/pull/18911
          • reuse transports for callhome and remote tgt validation by @poornas in https://github.com/minio/minio/pull/18912
          • exclude veeam virtual objects from replication by @poornas in https://github.com/minio/minio/pull/18918
          • Add cgroup v2 support for memory limit by @vadmeste in https://github.com/minio/minio/pull/18905
          • remove checkBucketExist check entirely to avoid fan-out calls by @harshavardhana in https://github.com/minio/minio/pull/18917
          • Improve tracing & notification scalability by @klauspost in https://github.com/minio/minio/pull/18903
          • use all the available nr_requests for NVMe by @harshavardhana in https://github.com/minio/minio/pull/18920
          • add total usable capacity, free and used to DataUsageInfo() by @harshavardhana in https://github.com/minio/minio/pull/18921
          • remove all the frivolous logs, that may or may not be actionable by @harshavardhana in https://github.com/minio/minio/pull/18922
          • Update service file version in makefile by @donatello in https://github.com/minio/minio/pull/18925
          • Correct small typo by @fwessels in https://github.com/minio/minio/pull/18923
          • fix: permission checks for editing access keys by @donatello in https://github.com/minio/minio/pull/18928
          • Keep ServiceV1 admin stop/restart API and mark as deprecated by @vadmeste in https://github.com/minio/minio/pull/18932
          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #221

            [3.12.8]

            • Update minio to 2024-02-04T22-36-13Z
            • Changelog
            • move a collection of peer APIs to websockets by @harshavardhana in https://github.com/minio/minio/pull/18936
            • Improve object reuse for grid messages by @klauspost in https://github.com/minio/minio/pull/18940
            • batch: Fix a typo while validating smallerThan field by @vadmeste in https://github.com/minio/minio/pull/18942
            • fix: null inline policy handling for access keys by @donatello in https://github.com/minio/minio/pull/18945
            • log: Use error log type instead of Application/MinIO type by @vadmeste in https://github.com/minio/minio/pull/18930
            • Fix some leftover issues from PR 18936 by @fwessels in https://github.com/minio/minio/pull/18946
            • simplify deadlineWriter, re-use WithDeadline by @harshavardhana in https://github.com/minio/minio/pull/18948
            • Fix ineffective recycling by @klauspost in https://github.com/minio/minio/pull/18952
            • deprecate disk tokens, instead rely on deadlines and active monitoring by @harshavardhana in https://github.com/minio/minio/pull/18947
            • move Make,Delete,Head,Heal bucket calls to websockets by @harshavardhana in https://github.com/minio/minio/pull/18951
            • Fix mux client memory leak by @klauspost in https://github.com/minio/minio/pull/18956
            • disconnected returns, an unexpected error to List() returning 500s by @harshavardhana in https://github.com/minio/minio/pull/18959
            • xl: Disable rename2 in decommissioning/rebalance by @vadmeste in https://github.com/minio/minio/pull/18964
            • Fix typo in api-router.go by @fwessels in https://github.com/minio/minio/pull/18955
            • Add more advanced cases for dangling by @harshavardhana in https://github.com/minio/minio/pull/18968
            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #222

              [3.12.9]

              • Update minio to 2024-02-06T21-36-22Z
              • Changelog
              • Fixes a second memory leak observed in ReadVersion without data that uses websockets layer.
              • Fixes a crash while running mc admin trace on a distributed setup.
              • Fixes TCP socket hangs by adding short deadlines.
              1 Reply Last reply
              0
              • nebulonN Offline
                nebulonN Offline
                nebulon
                Staff
                wrote on last edited by
                #223

                [3.12.10]

                • Update minio to 2024-02-09T21-25-16Z
                • Changelog
                • do not block iam.store registration by @harshavardhana in https://github.com/minio/minio/pull/18999
                • listing must return WalkDir() errors first by @harshavardhana in https://github.com/minio/minio/pull/19006
                • Add GetBucketInfo toStorageErr conversion by @klauspost in https://github.com/minio/minio/pull/19005
                • fix: skip policy usage validation for cache update by @donatello in https://github.com/minio/minio/pull/19008
                • Update IAM access manager plugin demo by @donatello in https://github.com/minio/minio/pull/19007
                • Fix blocked streams blocking reconnects by @klauspost in https://github.com/minio/minio/pull/19017
                • optimize startup sequence performance by @harshavardhana in https://github.com/minio/minio/pull/19009
                • Fix shared top locks client by @klauspost in https://github.com/minio/minio/pull/19018
                • fix: dangling objects honor parityBlocks instead of dataBlocks by @harshavardhana in https://github.com/minio/minio/pull/19019
                • remove unnecessary metrics in 'mc admin info' output by @harshavardhana in https://github.com/minio/minio/pull/19020
                • Add extra disconnect safety by @klauspost in https://github.com/minio/minio/pull/19022
                • introduce reader deadlines for net.Conn by @harshavardhana in https://github.com/minio/minio/pull/19023
                1 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote on last edited by
                  #224

                  [3.12.11]

                  • Update minio to 2024-02-12T21-02-27Z
                  • Changelog
                  • avoid excessive logging for objects that do not exist by @harshavardhana in https://github.com/minio/minio/pull/19030
                  • Fix panic in tagging request proxying by @poornas in https://github.com/minio/minio/pull/19032
                  • do not have to use the same distributionAlgo as first pool by @harshavardhana in https://github.com/minio/minio/pull/19031
                  • fix: allow configuring excess versions alerting by @harshavardhana in https://github.com/minio/minio/pull/19028
                  • preserve conflicting objects when parent object is being deleted by @harshavardhana in https://github.com/minio/minio/pull/19034
                  • Convert service account add/update expiration to cond values by @vadmeste in https://github.com/minio/minio/pull/19024
                  • relax pre-emptive GetBucketInfo() for multi-object delete by @harshavardhana in https://github.com/minio/minio/pull/19035
                  • honor replaced disk properly by updating globalLocalDrives by @harshavardhana in https://github.com/minio/minio/pull/19038
                  • metrics: fix typo in namespace for proxy tagging metric by @poornas in https://github.com/minio/minio/pull/19039
                  1 Reply Last reply
                  0
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #225

                    [3.12.12]

                    • Update minio to 2024-02-13T15-35-11Z
                    • Changelog
                    • FIx unexpected behavior when creating service account by @taran-p in https://github.com/minio/minio/pull/19036
                    • sts: Add test for DurationSeconds condition by @vadmeste in https://github.com/minio/minio/pull/19044
                    • add missing handler for reloading site replication config on peers by @harshavardhana in https://github.com/minio/minio/pull/19042
                    • fix: update batch replication stats for snowball uploads by @Praveenrajmani in https://github.com/minio/minio/pull/19045
                    • Send a bucket notification event on DeleteObject() for non-existing object by @Praveenrajmani in https://github.com/minio/minio/pull/19037
                    • fix incorrect disk io stats in k8s environment by @anjalshireesh in https://github.com/minio/minio/pull/19016
                    1 Reply Last reply
                    0
                    • nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote on last edited by
                      #226

                      [3.12.13]

                      • Update minio to 2024-02-14T21-36-02Z
                      • Changelog
                      1 Reply Last reply
                      0
                      • nebulonN Offline
                        nebulonN Offline
                        nebulon
                        Staff
                        wrote on last edited by
                        #227

                        [3.12.14]

                        • Update minio to 2024-02-17T01-15-57Z
                        • Changelog
                        1 Reply Last reply
                        0
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #228

                          [3.13.0]

                          • Implement OIDC authentication
                          1 Reply Last reply
                          0
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #229

                            [3.13.1]

                            • Update minio to 2024-02-26T09-33-48Z
                            • Changelog
                            • fix: crash in ResourceMetrics RPC handling concurrent writers by @harshavardhana in https://github.com/minio/minio/pull/19123
                            • fix: re-arrange console-sys to log properly in k8s/docker by @harshavardhana in https://github.com/minio/minio/pull/19129
                            1 Reply Last reply
                            0
                            • girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #230

                              [3.13.2]

                              • Update minio to 2024-03-03T17-50-39Z
                              • Changelog
                              • Major performance improvement on total connection usage and de-duplicate ILM entries refer #18926
                              • Major performance improvement for Listing() to avoid readdir() under situations for directory lookups refer #19100
                              • Read drive IO stats from sysfs instead of procfs by @Praveenrajmani in #19131
                              • ilm: Select an object when all AND tags are satisfied by @vadmeste in #19134
                              • remove unnecessary 'recreate' code by @harshavardhana in #19136
                              • feat: add userCredentials for nats by @jiuker in #19139
                              1 Reply Last reply
                              0
                              • girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #231

                                [3.13.3]

                                • Update minio to 2024-03-05T04-48-44Z
                                • Changelog
                                • fix: healthcheck to fail even if one erasure set doesn't have quorum by @Praveenrajmani in #19180
                                • Add common middleware to S3 API handlers by @donatello in #19171
                                • fix: nLink is unreliable on all filesystems by @harshavardhana in #19187
                                • Fix ilm config at startup by @krisis in #19189
                                • fix: skip local disks properly in cluster health maintenance check by @harshavardhana in #19184
                                1 Reply Last reply
                                0
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #232

                                  [3.13.4]

                                  • Update minio to 2024-03-07T00-43-48Z
                                  • Changelog
                                  • fix: cluster read health check to return proper values by @Praveenrajmani in #19203
                                  • fix: a regression in loading replication creds by @harshavardhana in #19204
                                  • fix: go mod update v1.33.0 https://pkg.go.dev/vuln/GO-2024-2611 by @harshavardhana in #19208
                                  • bucket import: avoid overwriting bucket creation date by @poornas in #19207
                                  • Set expected expiry date for ExpiredObjectAllVersions by @krisis in #19210
                                  1 Reply Last reply
                                  0
                                  • nebulonN Offline
                                    nebulonN Offline
                                    nebulon
                                    Staff
                                    wrote on last edited by
                                    #233

                                    [3.13.5]

                                    • Update minio to 2024-03-10T02-53-48Z
                                    • Changelog
                                    • make immediate purge non-blocking up to 100,000 entries per drive (#19231)
                                    • make immediate purge non-blocking upto 100000 entries per drive
                                    • Bonus: turn-off O_DIRECT verification when FSType is 'XFS'
                                    1 Reply Last reply
                                    0
                                    • nebulonN Offline
                                      nebulonN Offline
                                      nebulon
                                      Staff
                                      wrote on last edited by
                                      #234

                                      [3.13.6]

                                      • Update minio to 2024-03-15T01-07-19Z
                                      • Changelog
                                      • allow dynamically changing max_object_versions per object (#19265)
                                      1 Reply Last reply
                                      0
                                      • nebulonN Offline
                                        nebulonN Offline
                                        nebulon
                                        Staff
                                        wrote on last edited by
                                        #235

                                        [3.13.7]

                                        • Update minio to 2024-03-21T23-13-43Z
                                        • Changelog
                                        • write anything beyond 4k to be written in 4k pages by @harshavardhana in https://github.com/minio/minio/pull/19269
                                        • fix wrong time.Parse params order by @alingse in https://github.com/minio/minio/pull/19279
                                        • implement a flag to specify custom crossdomain.xml by @harshavardhana in https://github.com/minio/minio/pull/19262
                                        • fix: add a default requests deadline when deadline is 0 by @harshavardhana in https://github.com/minio/minio/pull/19287
                                        • add deprecated expiry_workers to be ignored by @harshavardhana in https://github.com/minio/minio/pull/19289
                                        • add additional logs for the decom during metadata save by @harshavardhana in https://github.com/minio/minio/pull/19288
                                        • feat: add user to NOTIFY_REDIS by @jiuker in https://github.com/minio/minio/pull/19285
                                        • change the notification queue full message by @harshavardhana in https://github.com/minio/minio/pull/19293
                                        • list: Fix IsTruncated and NextMarker when encountering expired objects by @vadmeste in https://github.com/minio/minio/pull/19290
                                        • xl: Purge instead of moving to trash with near filled disks by @vadmeste in https://github.com/minio/minio/pull/19294
                                        • crypto: generate OEK using HMAC-SHA256 instead of SHA256 by @aead in https://github.com/minio/minio/pull/19297
                                        • decom: Fix failed status after a failed decommission by @vadmeste in https://github.com/minio/minio/pull/19300
                                        • Handle zero versions qualified for expiration by @krisis in https://github.com/minio/minio/pull/19301
                                        • avoid triggering heals on metacache files if any by @harshavardhana in https://github.com/minio/minio/pull/19299
                                        • add IAM policyDB lookup fallbacks to drives by @harshavardhana in https://github.com/minio/minio/pull/19302
                                        • replication: enforce precondition for multipart by @poornas in https://github.com/minio/minio/pull/19306
                                        • fix: peer addr returned as empty string by @anjalshireesh in https://github.com/minio/minio/pull/19308
                                        • fix: Fix crash when logging events and anonymous is enabled by @vadmeste in https://github.com/minio/minio/pull/19313
                                        • use retry during policy reload from drives by @harshavardhana in https://github.com/minio/minio/pull/19307
                                        • Encode dir obj names before expiration by @krisis in https://github.com/minio/minio/pull/19305
                                        • fix batch snowball to close channel after listing finishes by @poornas in https://github.com/minio/minio/pull/19316
                                        1 Reply Last reply
                                        0
                                        • nebulonN Offline
                                          nebulonN Offline
                                          nebulon
                                          Staff
                                          wrote on last edited by
                                          #236

                                          [3.13.8]

                                          • Update minio to 2024-03-26T22-10-45Z
                                          • Changelog
                                          • Webhook targets refactor and bug fixes by @zveinn in https://github.com/minio/minio/pull/19275
                                          • fix: convert multiple callers to use toStorageErr(err) correctly by @harshavardhana in https://github.com/minio/minio/pull/19339
                                          • fix: should return when error happend by @jiuker in https://github.com/minio/minio/pull/19342
                                          • bring back minor DNS cache for k8s setups by @harshavardhana in https://github.com/minio/minio/pull/19341
                                          • Adding dashboard for MinIO node metrics by @shtripat in https://github.com/minio/minio/pull/19329
                                          • Fix races in IAM cache lazy loading by @klauspost in https://github.com/minio/minio/pull/19346
                                          • allow configuring inline shard size value by @harshavardhana in https://github.com/minio/minio/pull/19336
                                          • replication:fix precondition check for multipart by @poornas in https://github.com/minio/minio/pull/19349
                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search