chore(release): v1.16.9 - #405
Merged
Merged
Conversation
1.16.7·1.16.8 은 차트 전용이었고 operator 이미지는 v1.16.6 에 머물러 있었다. 이번은 코드 릴리스라 appVersion 을 함께 올려 태그·차트 version·appVersion 3자를 정합시킨다(release.yml preflight 가 IMAGE_RELEASE 판정에 쓰는 조건). 담기는 것: mongod exec 프로브 창 확대(건강한 DB 를 죽이던 오탐 제거, ADR-0042) + mongot 사이드카 자원 지정. artifacthub.io/images 의 operator 이미지도 v1.16.9 로 함께 옮긴다 — 이 어노테이션은 정적 텍스트라 bump 를 따라가지 않고 조용히 썩는다는 것이 1.16.8 사고의 뿌리였고, 지금은 PR 게이트가 appVersion 정합을 강제한다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VbPL3ACkTc18bnwYUd7G3w Signed-off-by: phil <phil@keiailab.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
무엇
v1.16.9릴리스 준비.charts/mongodb-operator/Chart.yaml의version·appVersion을1.16.9 로 맞추고,
artifacthub.io/images의 operator 이미지와artifacthub.io/changes를동기화한다.
CHANGELOG.md의[Unreleased]를[1.16.9] - 2026-08-26으로 확정.왜 1.16.9 인가
1.16.7·1.16.8 은 차트 전용 릴리스였고 operator 이미지는
v1.16.6에 머물러 있었다(
appVersion: "1.16.6", 태그도 v1.16.6 이 최신). 이번은 코드 릴리스라 appVersion 을 함께올려야
release.yml의 preflight 가IMAGE_RELEASE=true로 판정하고 이미지를 발행한다.담기는 변경 (#404):
건강한 mongod 를 SIGKILL 하던 오탐 제거. liveness
30s/15s/4(구10s/5s/6),readiness
15s/10s(구10s/5s). 사유·대안은 ADR-0042.-Xmx없이 돌아 힙 상한을 cgroup 에서읽는데 limit 이 없어 노드 전체 RAM 기준으로 잡던 것을
50m/512Mi~1/6Gi로 고정.게이트 자체 검증
artifacthub-verify의 정합 로직을 그대로 돌려 확인했다:머지 후
v1.16.9태그를 밀면release.yml이 GHCR 이미지를 발행한다.🤖 Generated with Claude Code
https://claude.ai/code/session_01VbPL3ACkTc18bnwYUd7G3w