docker-compose 2.39.4 update for niceos-5.2 #5

Merged
sbelikov merged 2 commits from update-docker-compose-2.39.4 into niceos-5.2 2026-05-02 13:12:39 +03:00
Owner

Update docker-compose from 2.39.2 to 2.39.4 for niceos-5.2.

Upstream v2.39.4 is a patch release with bug fixes and one observable behavior change:

  • add support for develop.watch.initial_sync
  • fix volume ls without a project
  • fix build with bake for TLS Docker endpoints
  • disable TTY for docker compose run when stdin is piped
  • bump compose-go to v2.9.0

Risk assessment:

  • Package type is a leaf CLI plugin, so there is no daemon ABI impact.
  • Main compatibility concern is the TTY behavior change for scripts/CI using piped stdin.
  • Security note: CVE-2025-62725 is still affected in the 2.34.0 < 2.40.2 range, so this update does not remediate that advisory.

Recommended validation:

  • mock/rpmbuild in niceos-5.2
  • verify source hashes and source-manifest/lock files
  • confirm %check metadata version output matches 2.39.4
  • smoke test docker compose run with piped stdin
  • smoke test volume ls without a project
  • smoke test build with bake against a TLS endpoint

Proceed with maintainer review rather than automatic approval.

Update `docker-compose` from 2.39.2 to 2.39.4 for `niceos-5.2`. Upstream v2.39.4 is a patch release with bug fixes and one observable behavior change: - add support for `develop.watch.initial_sync` - fix `volume ls` without a project - fix `build with bake` for TLS Docker endpoints - disable TTY for `docker compose run` when stdin is piped - bump `compose-go` to v2.9.0 Risk assessment: - Package type is a leaf CLI plugin, so there is no daemon ABI impact. - Main compatibility concern is the TTY behavior change for scripts/CI using piped stdin. - Security note: CVE-2025-62725 is still affected in the `2.34.0 < 2.40.2` range, so this update does not remediate that advisory. Recommended validation: - mock/rpmbuild in `niceos-5.2` - verify source hashes and source-manifest/lock files - confirm `%check` metadata version output matches 2.39.4 - smoke test `docker compose run` with piped stdin - smoke test `volume ls` without a project - smoke test `build with bake` against a TLS endpoint Proceed with maintainer review rather than automatic approval.
sbelikov merged commit 1e5a0d6b98 into niceos-5.2 2026-05-02 13:12:39 +03:00
Sign in to join this conversation.
No description provided.