Skip to content

Commit

Permalink
Merge branch 'release/v4.2.3-9'
Browse files Browse the repository at this point in the history
  • Loading branch information
sklein94 authored and cesmarvin committed Mar 11, 2022
2 parents 6d728e7 + f210fcd commit 0318f17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v4.2.3-9] - 2022-03-11
### Changed
- Gravatar will not be used by default any longer. The admin needs to configure it manually. (#92)

## [v4.2.3-8] - 2022-02-15
### Changed
- Upgrade cas plugin to version 2.0.0 (#88)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.cloudogu.com/official/base:3.14.3-1

LABEL NAME="official/redmine" \
VERSION="4.2.3-8" \
VERSION="4.2.3-9" \
maintainer="hello@cloudogu.com"

# This Dockerfile is based on https://github.com/docker-library/redmine/blob/master/4.0/alpine/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/redmine",
"Version": "4.2.3-8",
"Version": "4.2.3-9",
"DisplayName": "Redmine",
"Description": "Redmine is a flexible project management web application",
"Category": "Development Apps",
Expand Down
4 changes: 0 additions & 4 deletions resources/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ function runMain() {
# because the user should be able to change the theme
sql "INSERT INTO settings (name, value, updated_on) VALUES ('ui_theme','Cloudogu', now());"

# enable gravatar
sql "INSERT INTO settings (name, value, updated_on) VALUES ('gravatar_enabled', 1, now());"
sql "INSERT INTO settings (name, value, updated_on) VALUES ('gravatar_default', 'identicon', now());"

# we use markdown as default format, however it can be changed
sql "INSERT INTO settings (name, value, updated_on) VALUES ('text_formatting', 'markdown', now());"

Expand Down

0 comments on commit 0318f17

Please sign in to comment.