Skip to content

Releases: metabrainz/musicbrainz-docker

v-2025-02-10.0

10 Feb 19:00
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2025-02-10.0 && \
sudo docker-compose up --build -d

Changes

  • Upgrade MusicBrainz Server to v-2025-02-10.0
  • Set up SIR development via Docker Compose environment (#292)

v-2025-01-29.0

29 Jan 11:37
Compare
Choose a tag to compare

This release has no code changes, it is solely a security advisory for those who publish ports.

For the latest code changes, see v-2025-01-27.0 release notes instead.

Security advisory

⚠️ The service search is currently running Solr 7 in standalone mode which is vulnerable to privilege escalation. See CVE-2025-24814 for details. We are working on upgrading to Solr 9 in SolrCloud mode. See SEARCH-685 for follow-up. In general, Solr is strongly recommended to be accessible to your own clients only. See Solr Security for details. Similarly, other services have not been configured to be safely publicly accessible either. Take this warning in consideration when publishing their ports.

v-2025-01-27.0

27 Jan 20:41
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2025-01-27.0 && \
sudo docker-compose up --build -d

Only change

v-2025-01-13.0

13 Jan 21:16
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2025-01-13.0 && \
sudo docker-compose up --build -d

Only change

v-2024-12-09.0

09 Dec 16:37
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2024-12-09.0 && \
sudo docker-compose up --build -d

Only change

v-2024-11-18.0

18 Nov 21:00
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2024-11-18.0 && \
sudo docker-compose up --build -d

Only change

v-2024-10-21.0

21 Oct 15:44
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2024-10-21.0 && \
sudo docker-compose up --build -d

Only change

v-2024-09-17.0

18 Sep 09:44
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2024-09-17.0 && \
sudo docker-compose up --build -d

Only change

v-2024-09-02.0

02 Sep 17:58
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2024-09-02.0 && \
sudo docker-compose up --build -d

Only change

v-2024-08-12.0

12 Aug 23:57
Compare
Choose a tag to compare

Update instructions

Assuming your checked out version of musicbrainz-docker is v-2024-05-13-mbdb29-pg16 or later, then just run:

git fetch --tags origin && \
git checkout v-2024-08-12.0 && \
sudo docker-compose up --build -d

Only change