Skip to content

Releases: m-cmp/mc-admin-cli

v0.5.0

11 Nov 02:43
3a4ba5a

Choose a tag to compare

What's Changed

  • fix: api.yaml by @MZC-CSC in #64
  • update api yaml by @MZC-CSC in #65
  • Enhance cleanup script by @MZC-CSC in #67
  • Update docker-compose.yaml to enforce service health checks for depen… by @MZC-CSC in #68
  • Feature/mc iam manager setup by @MZC-CSC in #69
  • Update updater.go for cb-tumblebug api docs path by @seokho-son in #66
  • Add quick setup guide and firewall port information to README; introduce cleanup and IAM manager initialization scripts by @MZC-CSC in #70
  • Update binary files for mcc in both main and docker tool directories by @MZC-CSC in #71
  • iam-manager logic bug fix by @MZC-CSC in #72
  • Update docker-compose.yaml to change mc-iam-manager dependency condit… by @MZC-CSC in #73
  • mc-iam-manager의 포트를 5005에서 5000으로 변경하여 관련 설정 파일을 업데이트했습니다. by @MZC-CSC in #74
  • Update Infra-manager and Connector by @seokho-son in #75
  • Enhance installAll.sh script with container definitions and service e… by @MZC-CSC in #77
  • Update README.md for quick guide by @seokho-son in #78
  • Update guide for mc-data-manager configuration by @seokho-son in #79
  • change webconsole image version by @MZC-CSC in #80
  • Rollback for from 0.3.1 to 0.4.0 docker-compose.yaml by @seokho-son in #81
  • Update mc-cost-optimizer base URL in api.yaml from 9090 to 7780 by @MZC-CSC in #82
  • Add mc-cost-optimizer frontend service to firewall ports in README.md by @MZC-CSC in #83
  • Add mc-cost-optimizer initialization volume to docker-compose.yaml wi… by @MZC-CSC in #84
  • Update Version docker-compose.yaml - mc-workflow-manager / mc-applica… by @Strato-YangSungHun in #85
  • Update Version docker-compose.yaml - mc-application-manager by @Strato-YangSungHun in #86
  • Add installation guide link to README.md by @MZC-CSC in #87
  • Update Docker images for mc-infra-connector and mc-infra-manager by @seokho-son in #88
  • updated the image versions in the docker-compose.yaml file: mc-infra-… by @MZC-CSC in #90
  • Update Version docker-compose.yaml - mc-workflow-manager by @Strato-YangSungHun in #89
  • This PR includes documentation improvements, health check bug fixes, and health check configuration updates. by @MZC-CSC in #91
  • Update Docker images for mc-infra-connector and mc-infra-manager by @seokho-son in #92
  • Feature/mc observability updates by @kyuengmanKim in #93
  • Update mc-infra-manager image version to 0.11.14 by @seokho-son in #95
  • Update golang version & image size reduce / mc-data-manager by @JH-Lee-cloudlab in #96
  • update mc-workflow-manager module and mc-application-manager module by @Strato-YangSungHun in #97
  • Update cb-tb conf files according to the latest version of it by @seokho-son in #99
  • update mc-observability(v0.4.3) module by @kyuengmanKim in #100
  • Update readme for easier startup by @seokho-son in #101
  • Update docker compose for cb-tumblebug:0.11.15 by @seokho-son in #102
  • Add param based script excution to avoid prompt by @seokho-son in #103
  • Freezing Infra-Manager (CB-TB 0.11.16) for M-CMP v0.5.0 by @seokho-son in #105
  • docker-compose.yaml > mc-application-manager environment update by @Strato-YangSungHun in #104
  • Update README with installation execution instructions by @seokho-son in #107
  • update mc-observability-manager to v0.4.4 by @ish-hcc in #106
  • Update minimum Go version to 1.25.0 and add automated version checking by @MZC-CSC in #108
  • Update image version to v0.5.0 / mc-data-manager by @JH-Lee-cloudlab in #110
  • chore(config): update environment, docker-compose, and init SQL settings by @ddihn in #109
  • Update mc-infra-manager image version to 0.11.18 by @seokho-son in #111
  • fix: init ddl update by @makgoon in #112
  • update: mc-cost-optimizer docker-compose update for 0.5.0 release by @makgoon in #113
  • update mc-observability modules to v0.5.0 by @ish-hcc in #114
  • docker-compose.yaml > mc-application-manager / mc-workflow-manager version update by @Strato-YangSungHun in #115
  • docker-compose.yaml > mc-application-manager version, env update by @Strato-YangSungHun in #116
  • staging 0.5.0 by @seokho-son in #117

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.3

03 Nov 04:14
a5de3e4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

17 Sep 07:03
acee4ea

Choose a tag to compare

📝 Summary

This release includes documentation improvements and health check configuration fixes.

🔧 Changes Made

Documentation Updates

  • README.md / README_kr.md: Added recommendation to explicitly clone specific released versions using -b flag for stable infrastructure deployment

Configuration Fixes

  • docker-compose.yaml:
    • Fixed typo in health check configuration: HEALTH_CHECK_RETIESHEALTH_CHECK_RETRIES
    • Fixed health check port for mc-observability-insight-scheduler container: 8974 → 9002
      • This corrects the health check to use the actual exposed port (9002) instead of the incorrect port (8974)
  • Related files updated (as shown in the search results):
    • conf/docker/.env
    • conf/docker/.env.setup
    • conf/docker/docker-compose.mini.yaml
    • conf/docker/conf/mc-web-console/.env

🐛 Issues Fixed

  • Resolves health check configuration bug for mc-observability-insight-scheduler container

📋 Checklist

  • Added release version cloning recommendation in README
  • Fixed health check retries typo in docker-compose.yaml and Updated related configuration files with the corrected variable name
  • Fixed incorrect health check port for mc-observability-insight-scheduler (8974 → 9002)
  • No breaking changes introduced

What's Changed

  • Update Docker images for mc-infra-connector and mc-infra-manager by @seokho-son in #88
  • updated the image versions in the docker-compose.yaml file: mc-infra-… by @MZC-CSC in #90
  • Update Version docker-compose.yaml - mc-workflow-manager by @Strato-YangSungHun in #89
  • This PR includes documentation improvements, health check bug fixes, and health check configuration updates. by @MZC-CSC in #91

Full Changelog: v0.4.1...v0.4.2

v0.4.1

11 Aug 10:09

Choose a tag to compare

What's Changed

  • update subsystem's image tag to v0.3.0 and update api.yaml by @hippo-an in #20
  • Fix mc-observability by @ish-hcc in #21
  • update docker-compose.yaml (application-manager / workflow-manager) by @Strato-YangSungHun in #22
  • Implement OS exit codes for healthy checks by @MZC-CSC in #23
  • update docker-compose by @hyun357123 in #25
  • update docker-compose.yaml (workflow-manager) by @Strato-YangSungHun in #24
  • update docker-compose.yaml for image tag name by @hyun357123 in #26
  • rebuild binary for mcc by @hippo-an in #27
  • update initialize sql for cost optimizer by @hippo-an in #28
  • update guide for running on single instance by @hippo-an in #29
  • update setting by @BSjaeyoung-kim in #30
  • Costopti/20241119 sqlupdate by @BSjaeyoung-kim in #31
  • fix. costopti config fix in docker compose by @BSjaeyoung-kim in #32
  • Fix mc-observability by @inhun in #33
  • Update guide docs and added infra update command by @MZC-CSC in #34
  • Updating mc-infra-manager container version by @seokho-son in #35
  • Update docker-compose.yaml for CB-TB v0.10.10 by @seokho-son in #36
  • Update docker-compose.yaml for mc-infra-xx by @seokho-son in #37
  • Update env, docker-compose, db init sql for mc-observability v0.4.0 by @kyuengmanKim in #38
  • Update docker-compose for mc-o11y by @kyuengmanKim in #39
  • mc-workflow-manager / mc-application-manager Version update in docker… by @Strato-YangSungHun in #40
  • Update docker-compose.yaml by @BSjaeyoung-kim in #41
  • Reflect mc-data-manager v0.4.0 Docker image and update data folder by @MZC-CSC in #42
  • add gitignore by @MZC-CSC in #43
  • README.md에 SSL 및 IDP 구성에 대한 빠른 가이드를 추가하고, 인증서 발급을 위한 docker-compose.c… by @MZC-CSC in #44
  • Update Infra-manager and Connector (v0.11.1) by @seokho-son in #45
  • set default value. but your domain, email, aws account 등은 실제값으로 넣아야 한다. by @MZC-CSC in #46
  • Update healthcheck command for mc-cost-optimizer-db by @MZC-CSC in #47
  • Fix HEALTH_CHECK_START_PERIOD for mc-workflow-manager-engin / mc-appl… by @Strato-YangSungHun in #48
  • Feature v0.4.0 jsyoo by @MZC-CSC in #49
  • Update healthcheck command in docker-compose.yaml to include 'su-mysq… by @MZC-CSC in #50
  • MC IAM Manager 및 Keycloak 데이터베이스 초기화 스크립트 추가, 환경변수 설정 및 nginx 설정 파일 생… by @MZC-CSC in #51
  • Update docker-compose.yaml to include env_file for MC IAM Manager and… by @MZC-CSC in #52
  • Enhance docker-compose.yaml with updated commands and health checks, … by @MZC-CSC in #53
  • api yaml update by @MZC-CSC in #55
  • Add initialization and configuration scripts for MC-IAM-Manager by @MZC-CSC in #56
  • pdate docker-compose.yaml to set 'restart: unless-stopped' for iam-manager and web-console by @MZC-CSC in #57
  • Add mc-iam-manager post-initial service to docker-compose by @MZC-CSC in #58
  • Fix/docker compose env variables by @MZC-CSC in #59
  • rebuild mcc binary by @MZC-CSC in #60
  • iam-manager shell scripts bug fix by @MZC-CSC in #61
  • Fix/docker compose env variables by @MZC-CSC in #62
  • some env var bug fixed by @MZC-CSC in #63
  • fix: api.yaml by @MZC-CSC in #64
  • update api yaml by @MZC-CSC in #65
  • Enhance cleanup script by @MZC-CSC in #67
  • Update docker-compose.yaml to enforce service health checks for depen… by @MZC-CSC in #68
  • Feature/mc iam manager setup by @MZC-CSC in #69
  • Update updater.go for cb-tumblebug api docs path by @seokho-son in #66
  • Add quick setup guide and firewall port information to README; introduce cleanup and IAM manager initialization scripts by @MZC-CSC in #70
  • Update binary files for mcc in both main and docker tool directories by @MZC-CSC in #71
  • iam-manager logic bug fix by @MZC-CSC in #72
  • Update docker-compose.yaml to change mc-iam-manager dependency condit… by @MZC-CSC in #73
  • mc-iam-manager의 포트를 5005에서 5000으로 변경하여 관련 설정 파일을 업데이트했습니다. by @MZC-CSC in #74
  • Update Infra-manager and Connector by @seokho-son in #75
  • Enhance installAll.sh script with container definitions and service e… by @MZC-CSC in #77
  • Update README.md for quick guide by @seokho-son in #78
  • Update guide for mc-data-manager configuration by @seokho-son in #79
  • change webconsole image version by @MZC-CSC in #80
  • Rollback for from 0.3.1 to 0.4.0 docker-compose.yaml by @seokho-son in #81
  • Update mc-cost-optimizer base URL in api.yaml from 9090 to 7780 by @MZC-CSC in #82
  • Add mc-cost-optimizer frontend service to firewall ports in README.md by @MZC-CSC in #83
  • Add mc-cost-optimizer initialization volume to docker-compose.yaml wi… by @MZC-CSC in #84
  • Update Version docker-compose.yaml - mc-workflow-manager / mc-applica… by @Strato-YangSungHun in #85
  • Update Version docker-compose.yaml - mc-application-manager by @Strato-YangSungHun in #86
  • Add installation guide link to README.md by @MZC-CSC in #87

New Contributors

Full Changelog: v0.3.0...v0.4.1

v0.4.0

28 Jul 09:54
3595e6d

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

실행방법

  1. cd bin
  2. ./1iam_manager_set_mode.sh 쉘 스크립트를 실행
  3. mc-web-console-api 컨테이너가 unhealthy 상태면 ./2iam_manager_init.sh 쉘 스크립트 실행

최종 구동 상태

$ docker ps --format "{{.Names}}|{{.Status}}|{{.Ports}}" | sort | column -s '|' -t
mc-application-manager-jenkins          Up 33 minutes (healthy)  8443/tcp, 50000/tcp, 0.0.0.0:9800->8080/tcp, :::9800->8080/tcp
mc-application-manager-sonatype-nexus   Up 33 minutes (healthy)  0.0.0.0:8081->8081/tcp, :::8081->8081/tcp, 0.0.0.0:5500->5000/tcp, :::5500->5000/tcp
mc-application-manager                  Up 33 minutes (healthy)  0.0.0.0:18084->18084/tcp, :::18084->18084/tcp
mc-cost-optimizer-alarm-service         Up 33 minutes            0.0.0.0:9000->9000/tcp, :::9000->9000/tcp
mc-cost-optimizer-asset-collector       Up 33 minutes            0.0.0.0:8091->8091/tcp, :::8091->8091/tcp
mc-cost-optimizer-be                    Up 33 minutes (healthy)  0.0.0.0:9090->9090/tcp, :::9090->9090/tcp
mc-cost-optimizer-cost-collector        Up 33 minutes            0.0.0.0:8881->8081/tcp, :::8881->8081/tcp
mc-cost-optimizer-cost-processor        Up 33 minutes            0.0.0.0:18082->8082/tcp, :::18082->8082/tcp
mc-cost-optimizer-cost-selector         Up 33 minutes            0.0.0.0:8083->8083/tcp, :::8083->8083/tcp
mc-cost-optimizer-db                    Up 33 minutes (healthy)  0.0.0.0:3307->3306/tcp, :::3307->3306/tcp
mc-cost-optimizer-fe                    Up 33 minutes (healthy)  0.0.0.0:7780->80/tcp, :::7780->80/tcp
mc-data-manager                         Up 33 minutes (healthy)  0.0.0.0:3300->3300/tcp, :::3300->3300/tcp
mc-iam-manager-db                       Up 33 minutes (healthy)  0.0.0.0:5432->5432/tcp, :::5432->5432/tcp
mc-iam-manager-kc                       Up 33 minutes (healthy)  0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 8443/tcp
mc-iam-manager-nginx                    Up 33 minutes            0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp
mc-iam-manager                          Up 33 minutes (healthy)  0.0.0.0:5000->5000/tcp, :::5000->5000/tcp, 8082/tcp
mc-infra-connector                      Up 33 minutes (healthy)  0.0.0.0:1024->1024/tcp, :::1024->1024/tcp
mc-infra-manager-etcd                   Up 33 minutes (healthy)  0.0.0.0:2379-2380->2379-2380/tcp, :::2379-2380->2379-2380/tcp
mc-infra-manager-postgres               Up 33 minutes (healthy)  0.0.0.0:6432->5432/tcp, :::6432->5432/tcp
mc-infra-manager                        Up 33 minutes (healthy)  0.0.0.0:1323->1323/tcp, :::1323->1323/tcp
mc-observability-chronograf             Up 33 minutes (healthy)  0.0.0.0:8888->8888/tcp, :::8888->8888/tcp
mc-observability-influx                 Up 33 minutes (healthy)  0.0.0.0:8082->8082/tcp, :::8082->8082/tcp, 0.0.0.0:8086->8086/tcp, :::8086->8086/tcp
mc-observability-insight-scheduler      Up 33 minutes (healthy)  0.0.0.0:9002->9002/tcp, :::9002->9002/tcp
mc-observability-insight                Up 33 minutes (healthy)  0.0.0.0:9001->9001/tcp, :::9001->9001/tcp
mc-observability-kapacitor              Up 33 minutes (healthy)  0.0.0.0:9092->9092/tcp, :::9092->9092/tcp
mc-observability-manager                Up 33 minutes (healthy)  0.0.0.0:18080-18081->18080-18081/tcp, :::18080-18081->18080-18081/tcp
mc-observability-maria                  Up 33 minutes (healthy)  0.0.0.0:3306->3306/tcp, :::3306->3306/tcp
mc-observability-mcp-grafana            Up 33 minutes            0.0.0.0:8000->8000/tcp, :::8000->8000/tcp
mc-observability-opensearch-dashboards  Up 33 minutes (healthy)  0.0.0.0:5601->5601/tcp, :::5601->5601/tcp
mc-web-console-api                      Up 33 minutes (healthy)  0.0.0.0:3000->3000/tcp, :::3000->3000/tcp
mc-web-console-db                       Up 33 minutes (healthy)  0.0.0.0:15432->5432/tcp, :::15432->5432/tcp
mc-web-console-front                    Up 33 minutes (healthy)  0.0.0.0:3001->3001/tcp, :::3001->3001/tcp
mc-workflow-manager-jenkins             Up 33 minutes (healthy)  8443/tcp, 50000/tcp, 0.0.0.0:9880->8080/tcp, :::9880->8080/tcp
mc-workflow-manager                     Up 33 minutes (healthy)  0.0.0.0:18083->18083/tcp, :::18083->18083/tcp
opensearch-node1                        Up 33 minutes (healthy)  0.0.0.0:9200->9200/tcp, :::9200->9200/tcp, 9300/tcp, 0.0.0.0:9600->9600/tcp, :::9600->9600/tcp, 9650/tcp

What's Changed

  • update setting by @BSjaeyoung-kim in #30
  • Costopti/20241119 sqlupdate by @BSjaeyoung-kim in #31
  • fix. costopti config fix in docker compose by @BSjaeyoung-kim in #32
  • Fix mc-observability by @inhun in #33
  • Update guide docs and added infra update command by @MZC-CSC in #34
  • Updating mc-infra-manager container version by @seokho-son in #35
  • Update docker-compose.yaml for CB-TB v0.10.10 by @seokho-son in #36
  • Update docker-compose.yaml for mc-infra-xx by @seokho-son in #37
  • Update env, docker-compose, db init sql for mc-observability v0.4.0 by @kyuengmanKim in #38
  • Update docker-compose for mc-o11y by @kyuengmanKim in #39
  • mc-workflow-manager / mc-application-manager Version update in docker… by @Strato-YangSungHun in #40
  • Update docker-compose.yaml by @BSjaeyoung-kim in #41
  • Reflect mc-data-manager v0.4.0 Docker image and update data folder by @MZC-CSC in #42
  • add gitignore by @MZC-CSC in #43
  • README.md에 SSL 및 IDP 구성에 대한 빠른 가이드를 추가하고, 인증서 발급을 위한 docker-compose.c… by @MZC-CSC in #44
  • Update Infra-manager and Connector (v0.11.1) by @seokho-son in #45
  • set default value. but your domain, email, aws account 등은 실제값으로 넣아야 한다. by @MZC-CSC in #46
  • Update healthcheck command for mc-cost-optimizer-db by @MZC-CSC in #47
  • Fix HEALTH_CHECK_START_PERIOD for mc-workflow-manager-engin / mc-appl… by @Strato-YangSungHun in #48
  • Feature v0.4.0 jsyoo by @MZC-CSC in #49
  • Update healthcheck command in docker-compose.yaml to include 'su-mysq… by @MZC-CSC in #50
  • MC IAM Manager 및 Keycloak 데이터베이스 초기화 스크립트 추가, 환경변수 설정 및 nginx 설정 파일 생… by @MZC-CSC in #51
  • Update docker-compose.yaml to include env_file for MC IAM Manager and… by @MZC-CSC in #52
  • Enhance docker-compose.yaml with updated commands and health checks, … by @MZC-CSC in #53
  • api yaml update by @MZC-CSC in #55
  • Add initialization and configuration scripts for MC-IAM-Manager by @MZC-CSC in #56
  • pdate docker-compose.yaml to set 'restart: unless-stopped' for iam-manager and web-console by @MZC-CSC in #57
  • Add mc-iam-manager post-initial service to docker-compose by @MZC-CSC in #58
  • Fix/docker compose env variables by @MZC-CSC in #59
  • rebuild mcc binary by @MZC-CSC in #60
  • iam-manager shell scripts bug fix by @MZC-CSC in #61
  • Fix/docker compose env variables by @MZC-CSC in #62
  • some env var bug fixed by @MZC-CSC in #63

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

11 Nov 04:01
a36d3d0

Choose a tag to compare

What's Changed

  • update guide for running on single instance by @hippo-an in #29

Full Changelog: v0.3.1...v0.3.2

v0.3.1

08 Nov 13:10
7ba0652

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

31 Oct 09:30
ea6d909

Choose a tag to compare

What's Changed

  • update api.yaml adding mc-infra-manager by @hippo-an in #5
  • Updating source codes such as docker compose by @hippo-an in #7
  • Reflect the working docker-compose.yaml in CB-TB by @seokho-son in #8
  • initialize admin cli docker compose and update api.yaml for subsystem by @hippo-an in #10
  • A prototype of docker compose for running the mcmp platform. by @hippo-an in #11
  • update docker compose and replace command from docker to infra by @hippo-an in #12
  • update volume mounted folder ownership with servies by @hippo-an in #13
  • update observability api yaml for version 0.2.3 by @hippo-an in #14
  • update docker compose for obserbaility environment variables by @hippo-an in #15
  • update version for tumblebug and spider by @hippo-an in #16
  • update iam manager image to cloudbaristaorg repository by @hippo-an in #17
  • update depends on for mc-web-console-api and keycloak host to 127.0.0.1 by @hippo-an in #18
  • update image version to related version by @hippo-an in #19

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.1

15 Oct 04:18
4660602

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

What's Changed

  • update api.yaml adding mc-infra-manager by @hippo-an in #5
  • Updating source codes such as docker compose by @hippo-an in #7
  • Reflect the working docker-compose.yaml in CB-TB by @seokho-son in #8
  • initialize admin cli docker compose and update api.yaml for subsystem by @hippo-an in #10
  • A prototype of docker compose for running the mcmp platform. by @hippo-an in #11

New Contributors

Full Changelog: v0.1.1...v0.2.1

v0.2.0

03 Jul 06:05
34c4180

Choose a tag to compare

Release v0.2.0

What's Changed

Major Updates

  • New API Subcommand: We've added a powerful new api subcommand to the project, making it easier than ever to interact with the platform's API. This addition allows for more streamlined and efficient API management. #3

  • Enhanced Build Process: A new Makefile has been added to the project root directory, simplifying the build process. Now, building the project is as easy as running a single command. #3

Documentation Improvements

  • Updated README: The README file has been updated to include detailed information about the new api subcommand, ensuring you have all the information you need to get started quickly. #4

New Contributors

Full Changelog

For a detailed list of all changes and improvements in this release, please refer to the full changelog: v0.1.0...v2.0.0