Below you will find pages that utilize the taxonomy term “ylazakovich”
January 27, 2026
Compose DevOps Healthcheck
Version updated for https://github.com/ylazakovich/compose-health-check-action to version v2.2.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Compose Health Check Action is a GitHub Action designed to automate the validation of health checks for Docker Compose services within CI workflows. It ensures that services are healthy by running Docker Compose, waiting for defined health checks, and failing the workflow early if any services are unhealthy or broken.
January 21, 2026
Compose DevOps Healthcheck
Version updated for https://github.com/ylazakovich/compose-health-check-action to version v2.0.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Compose Health Check Action automates the validation of Docker Compose services in CI workflows, ensuring all services are healthy before proceeding. It runs Docker Compose, waits for container health checks, and fails the workflow if any service is unhealthy or encounters errors, providing clear diagnostics for troubleshooting.
January 4, 2026
Compose DevOps Healthcheck
Version updated for https://github.com/ylazakovich/compose-health-check-action to version v1.1.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v1.1.1 (25.12.2025) Added bats tests #33 Improved test infra enable parallel run (1 test.bats per 1 runner) #37 speed up docker compose #43 Update docs #45 Full Changelog: https://github.com/ylazakovich/compose-health-check-action/compare/v1.1.0...v1.1.1
December 24, 2025
Compose DevOps Healthcheck
Version updated for https://github.com/ylazakovich/compose-health-check-action to version v1.1.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Compose Health Check Action is a GitHub Action designed to automate the monitoring of Docker Compose services during CI workflows. It ensures that all specified services pass their health checks, failing the CI pipeline if any service is unhealthy, broken, or missing health checks.