Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

60 lines (37 loc) · 1.92 KB

Changelog

21.11.0

Various fixes & improvements

  • Fix #1079 - bug in reset.sh (#1134) by @chadwhitacre
  • ci: Enable parallel tests again, increase timeouts (#1125) by @BYK
  • fix: Hide compose errors during version check (#1124) by @BYK
  • build: Omit nightly bump commit from changelog (#1120) by @BYK
  • build: Set master version to nightly (d3e77857)

21.10.0

Support for Docker Compose v2 (ongoing)

You asked for it and you did it! Sentry self-hosted now can work with Docker Compose v2 thanks to our community's contributions.

PRs: #1116

Various fixes & improvements

  • docs: simplify Linux sudo instructions in README (#1096)
  • build: Set master version to nightly (58874cf9)

21.9.0

  • fix(healthcheck): Increase retries to 5 (#1072)
  • fix(requirements): Make compose version check bw-compatible (#1068)
  • ci: Test with the required minimum docker-compose (#1066) Run tests using docker-compose 1.28.0 instead of latest
  • fix(clickhouse): Use correct HTTP port for healthcheck (#1069) Fixes the regular Unexpected packet errors in Clickhouse

21.8.0

  • feat: Support custom CA roots (#27062), see the docs for more details.
  • fix: Fix curl image to version 7.77.0
  • upgrade: docker-compose version to 1.29.2
  • feat: Leverage health checks for depends_on

21.7.0

  • No documented changes.

21.6.3

  • No documented changes.

21.6.2

21.6.1

  • No documented changes.

21.6.0

  • feat: Add healthchecks for redis, memcached and postgres (#975)