version-update
작성자: openshift
모든 필수 파일에서 OLS 버전 번호를 업데이트합니다. 릴리스를 위해 버전을 올리거나 사용자가 버전을 업데이트, 상향 조정, 또는 변경을 요청할 때 사용하세요…
npx skills add https://github.com/openshift/lightspeed-service --skill version-updateVersion Update
Update the version in three files. They must all match.
Files to update
1. ols/version.py — source of truth
__version__ = "X.Y.Z"
2. docs/openapi.json — OpenAPI spec
"info": {
"version": "X.Y.Z"
}
3. scripts/build-container.sh — container build (note the v prefix)
OLS_VERSION=vX.Y.Z
Checklist
-
ols/version.pyupdated -
docs/openapi.jsonupdated -
scripts/build-container.shupdated withvprefix - All three versions match
- Regenerate OpenAPI docs if needed after version change