Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.49 KB

File metadata and controls

56 lines (38 loc) · 1.49 KB

Change Log

19-Dec-2025

Tag: v1.13.0

  1. Add the --token arg to support pulling from AWS ECR (and other token-based registries).

10-Dec-2025

Tag: v1.12.8

  1. Refactor image url parsing to support any number of repository segments
  2. Correct auth regex causing the service component to drop out and fail the upstream auth handshake

01-Dec-2025

Tag: v1.12.7

  1. Support SetURL on the puller.

30-Nov-2025

Tag: v1.12.6

  1. Support MaxIdleConnsPerHost

13-Nov-2025

Tag: v1.12.5

  1. Reduce blob download mem buffer size

14-Nov-2025

Tag: v1.12.4

  1. Don't reuse the default http.Transport, clone instead
  2. Ensure resp.Body().Close() always called
  3. Bump go version from 1.25.1 to 1.25.4

06-Oct-2025

Tag: v1.12.3

  1. Fix bearer authentication

27-Sep-2025

Tag: v1.12.2

  1. Bump go version from 1.24.5 to 1.25.1

13-Aug-2025

Tag: v1.12.1

  1. Perform auth using /v2/../manifests/... endpoint. Previously used the /v2/ endpoint but ghcr.io doesn't support that resulting in 401. This version successfully pulls:
    imgpull quay.io/cilium/alpine-curl:v1.10.0            quay.io-cilium-alpine-curl-v1.10.0.tar
    imgpull registry.k8s.io/kube-apiserver:v1.31.0        registry.k8s.io-kube-apiserver-v1.31.0.tar
    imgpull docker.io/alpine:3.22.1                       docker.io-alpine-3.22.1.tar
    imgpull ghcr.io/cloudnative-pg/cloudnative-pg:1.26.1  ghcr.io-cloudnative-pg-cloudnative-pg-1.26.1.tar
    
  2. Bump go version from 1.23.3 to 1.24.5