Skip to content

v0.4.2

Choose a tag to compare

@MZC-CSC MZC-CSC released this 17 Sep 07:03
· 95 commits to main since this release
acee4ea

πŸ“ 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_RETIES β†’ HEALTH_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