cli v0.12.3: 소스 프로비저닝 엔드포인트 수정 — POST /services(clusterId in body). /clusters/{id}/services 는 GET전용이라 405 나던 것(board6 '권한' 오진 실은 잘못된 엔드포인트)

This commit is contained in:
2026-08-28 06:19:19 +09:00
parent d2de054b3b
commit 2281039c1b
2 changed files with 6 additions and 10 deletions

View File

@ -14,7 +14,7 @@ set -uo pipefail # -e 미사용: 'test && action' 관용구가 값 없을 때
REPO="${YAKCLOUD_STARTER_REPO:-https://gitea.yakenator.io/yakenator/yakcloud-starter}"
BRANCH="${YAKCLOUD_STARTER_BRANCH:-main}"
VERSION="0.12.2"
VERSION="0.12.3"
CONFIG_DIR="${YAKCLOUD_CONFIG_DIR:-$HOME/.config/yakcloud}"
CONFIG_FILE="$CONFIG_DIR/config"