Skip to content

Commit 0e087d2

Browse files
authored
Merge pull request #565 from abretaud/changelog
Better communication on the default password/apikey change in 20.05
2 parents cf2cafe + c81bc17 commit 0e087d2

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
![docker pulls](https://img.shields.io/docker/pulls/bgruening/galaxy-stable.svg) ![docker stars](https://img.shields.io/docker/stars/bgruening/galaxy-stable.svg)
66
[![docker image stats](https://images.microbadger.com/badges/image/bgruening/galaxy-stable.svg)](https://microbadger.com/images/bgruening/galaxy-stable "Get your own image badge on microbadger.com")
77

8-
9-
:information_source: `19.01` was the last release which is based on `ubuntu:14.04` and
10-
PostgreSQL 9.3. In 19.05 we have migrate to `ubuntu:18.04` and PostgreSQL version 11.5. Furthermore, we no longer
11-
support old Galaxy tool dependencies. These are deprecated since a few years and we think it's time to remove support
12-
for this in the default installation. You can install all needed packages manually to enable support again, though.
13-
14-
In short, with 19.05:
15-
* Galaxy tool dependencies are be supported by default
16-
* `ubuntu:18.04` is the new base image
17-
* a new PostgreSQL version means you need to [migrate any old database to the new version](#Postgresql-migration)
18-
19-
208
Galaxy Docker Image
219
===================
2210

@@ -30,6 +18,22 @@ The Image is based on [Ubuntu 14.04 LTS](http://releases.ubuntu.com/14.04/) and
3018

3119
![Docker hierarchy](https://raw.githubusercontent.com/bgruening/docker-galaxy-stable/master/chart.png)
3220

21+
Breaking changes
22+
================
23+
24+
:information_source: `19.01` was the last release which is based on `ubuntu:14.04` and
25+
PostgreSQL 9.3. In **19.05** we have migrate to `ubuntu:18.04` and PostgreSQL version 11.5. Furthermore, we no longer
26+
support old Galaxy tool dependencies. These are deprecated since a few years and we think it's time to remove support
27+
for this in the default installation. You can install all needed packages manually to enable support again, though.
28+
29+
In short, with 19.05:
30+
* Galaxy tool dependencies are be supported by default
31+
* `ubuntu:18.04` is the new base image
32+
* a new PostgreSQL version means you need to [migrate any old database to the new version](#Postgresql-migration)
33+
34+
35+
:information_source: Since **20.05** the default admin password and apikey (`GALAXY_DEFAULT_ADMIN_PASSWORD` and `GALAXY_DEFAULT_ADMIN_KEY`) have changed: the password is now `password` (instead of `admin`) and the apikey `fakekey` (instead of `admin`).
36+
3337
# Table of Contents <a name="toc" />
3438

3539
- [Usage](#Usage)
@@ -987,7 +991,8 @@ If you simply want to change the Galaxy repository and/or the Galaxy branch, fro
987991
- We not longer support old Galaxy tool dependencies.
988992
- 20.05:
989993
- Featuring Galaxy 20.05
990-
- completely reworked compose setup
994+
- Completely reworked compose setup
995+
- The default admin password and apikey (`GALAXY_DEFAULT_ADMIN_PASSWORD` and `GALAXY_DEFAULT_ADMIN_KEY`) have changed: the password is now `password` (instead of `admin`) and the apikey `fakekey` (instead of `admin`).
991996
992997
# Support & Bug Reports <a name="Support-Bug-Reports" /> [[toc]](#toc)
993998

0 commit comments

Comments
 (0)