sync: mc-iam-manager/mc-web-console 0.6.2 bump, cli verbose-log fix - #192
Merged
Conversation
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로 범프
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.
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