Skip to content

0.31.0

Choose a tag to compare

@worgue-magic-pocket-llmops worgue-magic-pocket-llmops released this 20 Aug 01:10
· 33 commits to dev since this release

Changed

  • build context の other-read チェックで、runtime が INIT フェーズで読む
    pocket.toml / pocket.runtime.toml に other-read が無い場合は警告でなく
    エラーで deploy を中断するようになりました (該当 container が確実に INIT
    失敗するため。chmod 644 で修正、image に COPY しないなら .dockerignore へ)。
    その他のファイルは従来どおり警告です (COPY --chmod で image 内を正規化
    する構成があるため)
  • CLI が生成する pocket.runtime.toml は umask に依らず other-read 付き
    (0644) で書き出すようになりました