• v0.1.7 82b392d44b

    v0.1.7 Stable

    pipeline-bot released this 2026-07-07 15:50:44 +00:00 | 486 commits to main since this release

    Changed

    • Concurrency raise (platform singletons). CNPG shared cluster: limits cpu 2->4 / mem 2->6Gi,
      requests 250m/768Mi->500m/2Gi, shared_buffers 512MB->2GB, effective_cache_size 1GB->4GB,
      max_connections 200->400 (the shared DB was the bottleneck for every land/CI; a PgBouncer Pooler
      for the real 10x is a deferred follow-up). MinIO pool requests cpu 100m->300m (x10 servers). Zot
      mem limit 512Mi->1Gi (tight under concurrent onDemand-sync). Requests kept modest — worker CPU is
      ~66-86%% committed after the mayastor io-engine 4-core bump.

    Included changes (v0.1.6 -> v0.1.7)

    • 5344a94ae574 feat(concurrency): raise CNPG (limits+max_connections 400+shared_buffers 2GB) + MinIO/Zot
    Downloads