Skip to content

Commit

Permalink
Merge pull request #565 from abretaud/changelog
Browse files Browse the repository at this point in the history
Better communication on the default password/apikey change in 20.05
  • Loading branch information
bgruening authored Sep 7, 2020
2 parents cf2cafe + c81bc17 commit 0e087d2
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@
![docker pulls](https://img.shields.io/docker/pulls/bgruening/galaxy-stable.svg) ![docker stars](https://img.shields.io/docker/stars/bgruening/galaxy-stable.svg)
[![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")


:information_source: `19.01` was the last release which is based on `ubuntu:14.04` and
PostgreSQL 9.3. In 19.05 we have migrate to `ubuntu:18.04` and PostgreSQL version 11.5. Furthermore, we no longer
support old Galaxy tool dependencies. These are deprecated since a few years and we think it's time to remove support
for this in the default installation. You can install all needed packages manually to enable support again, though.

In short, with 19.05:
* Galaxy tool dependencies are be supported by default
* `ubuntu:18.04` is the new base image
* a new PostgreSQL version means you need to [migrate any old database to the new version](#Postgresql-migration)


Galaxy Docker Image
===================

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

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

Breaking changes
================

:information_source: `19.01` was the last release which is based on `ubuntu:14.04` and
PostgreSQL 9.3. In **19.05** we have migrate to `ubuntu:18.04` and PostgreSQL version 11.5. Furthermore, we no longer
support old Galaxy tool dependencies. These are deprecated since a few years and we think it's time to remove support
for this in the default installation. You can install all needed packages manually to enable support again, though.

In short, with 19.05:
* Galaxy tool dependencies are be supported by default
* `ubuntu:18.04` is the new base image
* a new PostgreSQL version means you need to [migrate any old database to the new version](#Postgresql-migration)


: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`).

# Table of Contents <a name="toc" />

- [Usage](#Usage)
Expand Down Expand Up @@ -987,7 +991,8 @@ If you simply want to change the Galaxy repository and/or the Galaxy branch, fro
- We not longer support old Galaxy tool dependencies.
- 20.05:
- Featuring Galaxy 20.05
- completely reworked compose setup
- Completely reworked compose setup
- 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`).
# Support & Bug Reports <a name="Support-Bug-Reports" /> [[toc]](#toc)
Expand Down

0 comments on commit 0e087d2

Please sign in to comment.