Tag: v1.13.0
- Add the
--tokenarg to support pulling from AWS ECR (and other token-based registries).
Tag: v1.12.8
- Refactor image url parsing to support any number of repository segments
- Correct auth regex causing the
servicecomponent to drop out and fail the upstream auth handshake
Tag: v1.12.7
- Support
SetURLon thepuller.
Tag: v1.12.6
- Support
MaxIdleConnsPerHost
Tag: v1.12.5
- Reduce blob download mem buffer size
Tag: v1.12.4
- Don't reuse the default http.Transport, clone instead
- Ensure resp.Body().Close() always called
- Bump go version from
1.25.1to1.25.4
Tag: v1.12.3
- Fix bearer authentication
Tag: v1.12.2
- Bump go version from
1.24.5to1.25.1
Tag: v1.12.1
- Perform auth using
/v2/../manifests/...endpoint. Previously used the/v2/endpoint butghcr.iodoesn'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 - Bump go version from
1.23.3to1.24.5