v1.3.0
Features
Opt-in PORTAINER_INSECURE flag to skip TLS verification
Portainer behind a self-signed or private certificate previously failed every API call with curl exit 60 and no recovery path. Set PORTAINER_INSECURE to true/1/yes to skip TLS verification for those calls; verification stays on by default.
The test preflight now detects curl exit 60 and reports a TLS-specific error naming the flag, instead of a generic unreachable-host message.
Maintenance
- Alpine base bumped 3.23 -> 3.24 (#18).
- CI action bumps: checkout, gitleaks-action, codeql-action, metadata-action.
Full changelog: v1.2.2...v1.3.0