rdev/changelog/v0.10.5.md
jordan 41aca7813c fix: Use Woodpecker Kaniko plugin with destinations format
Switch from raw gcr.io/kaniko-project/executor:debug to
woodpeckerci/plugin-kaniko with destinations setting. Also use
npm install instead of npm ci (no lock file in templates) and
skip-tls-verify for self-signed registry certs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 21:23:28 -07:00

16 lines
403 B
Markdown

# v0.10.5
**Released:** 2026-01-28
## Changes
Fix Kaniko templates to use Woodpecker plugin with destinations format:
- Switch from raw Kaniko executor to `woodpeckerci/plugin-kaniko`
- Use `destinations` setting for multi-tag pushes
- Use `skip-tls-verify` for self-signed registry certs
- Fix Dockerfile to use `npm install` instead of `npm ci`
---
**Image:** `ghcr.io/orchard9/rdev-api:v0.10.5`