Skip to content

sync: mc-iam-manager/mc-web-console 0.6.2 bump, cli verbose-log fix - #192

Merged
MZC-CSC merged 5 commits into
m-cmp:mainfrom
MZC-CSC:develop
Aug 11, 2026
Merged

sync: mc-iam-manager/mc-web-console 0.6.2 bump, cli verbose-log fix#192
MZC-CSC merged 5 commits into
m-cmp:mainfrom
MZC-CSC:develop

Conversation

@dogfootman

@dogfootman dogfootman commented Aug 11, 2026

Copy link
Copy Markdown
Member

Summary

이전 sync PR #190(머지 완료) 이후 MZC-CSC/develop에 추가된 변경사항 반영:

  • docker-compose.yaml/docker-compose.mini.yaml: mc-iam-manager, mc-web-console-api/front 이미지를 0.6.0 → 0.6.2로 bump
    • 0.6.0 pin으로 클린 설치 시 post-init 스크립트가 호출하는 role-menu permission YAML API가 0.6.1부터 존재해 HTTP 404로 실패하던 문제 해결
    • 0.6.2 릴리즈에 포함된 메뉴 시드 메타데이터(viewtype/frameworkservice/path)로 iframe 메뉴가 수동 수정 없이 정상 동작
    • mc-infra-manager(cb-tumblebug)는 이번 범위에서 제외, 0.12.25 유지
  • CLI: verbose 로그의 Printf 인자를 포맷 문자열에 이어붙이지 않고 인자로 전달하도록 수정

yh-noh and others added 5 commits August 11, 2026 14:34
The post-init script calls the role-menu permission YAML API that only
exists from mc-iam-manager 0.6.1, so a fresh install with the 0.6.0 pins
failed post-init with HTTP 404. The 0.6.2 release pair also ships the
menu seed metadata (viewtype/frameworkservice/path) that the iframe
menus need, so a clean install now works without manual menu fixes.
The mini compose IAM pin is aligned to the same version.
… format string

fmt.Printf was called with the value concatenated onto the format
string, so the %s verb was never filled and any % in the data was
misinterpreted. This also failed go vet (non-constant format string),
blocking the feature gate for every change in the repository.
mc-infra-manager(cb-tumblebug) is left at 0.12.25 for now.
chore: bump mc-iam-manager, mc-web-console-api/front to 0.6.2
chore: mc-iam-manager·mc-web-console 이미지 0.6.2로 범프
@MZC-CSC
MZC-CSC merged commit 9c09957 into m-cmp:main Aug 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants