Skip to content

Releases: thurloat/docker-compose-sentry

8.22.1 - bugfix

14 Mar 17:49
Compare
Choose a tag to compare

fixes

  • #3 fixed a bug in the docker-compose complaining about a circular dependency.

additional notes

No sentry upgrade path required for this patch, just git pull and docker-compose up -d.

8.22.0

14 Mar 17:31
Compare
Choose a tag to compare

You can see the changelog for upstream sentry versions 8.21.0 and 8.22.0.

We rolled our production instance from 8.20 to 8.22 without a hitch.

To upgrade, just run

docker-compose stop sentry-web sentry-worker sentry-cron
docker-compose run --rm sentry-web sentry upgrade
docker-compose up -d

Additional upgrade note

If upgrading from 8.20 or lower, your next visit to your sentry instance you'll be prompted to opt in / out of their anonymous data collection service.

8.20.0

12 Sep 15:09
Compare
Choose a tag to compare

You can see the changelog for upstream sentry version 8.20.0.

We rolled our production instance from 8.19 to 8.20 without a hitch.

To upgrade, just run

docker-compose stop sentry-web sentry-worker sentry-cron
docker-compose run --rm sentry-web sentry upgrade
docker-compose up -d

8.19.0

21 Aug 14:47
Compare
Choose a tag to compare

You can see the changelog for upstream sentry versions 8.19.0 and 8.18.0.

We rolled our production instance from 8.17 to 8.19 without a hitch.

To upgrade, just run

docker-compose stop sentry-web sentry-worker sentry-cron
docker-compose run --rm sentry-web sentry upgrade
docker-compose up -d