Skip to content

Commit

Permalink
Merge branch 'release/v4.1.0-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ppxl committed Mar 20, 2020
2 parents 718295e + ee48007 commit 0e932e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.1.0-3](https://github.com/cloudogu/redmine/releases/tag/v4.1.0-3) - 2020-03-20

### Changed

- Update theme to v2.9.1-1 (#36) which applies also diverse style fixes (#36)

### Fixed

- Fixes a checkbox unavailability when an administrator wants to set the user's project roles. (#36)

## [v4.1.0-2](https://github.com/cloudogu/redmine/releases/tag/v4.1.0-2) - 2020-01-15
### Added
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.cloudogu.com/official/base:3.9.4-2

LABEL NAME="official/redmine" \
VERSION="4.1.0-2" \
VERSION="4.1.0-3" \
maintainer="[email protected]"

# This Dockerfile is based on https://github.com/docker-library/redmine/blob/master/4.0/alpine/Dockerfile
Expand All @@ -22,8 +22,8 @@ ENV REDMINE_VERSION=4.1.0 \
ACTIVERECORD_TARGZ_SHA256=a5d3a5ac6c5329212621bab128a2f94b0ad6bb59084f3cc714786a297bcdc7ee \
RUBYCAS_TARGZ_SHA256=9ca9b2e020c4f12c3c7e87565b9aa19dda130912138d80ad6775e5bdc2d4ca66 \
RAILS_RELATIVE_URL_ROOT=/redmine \
CLOUDOGU_THEME_VERSION=2.8.0-2 \
THEME_TARGZ_SHA256=9c9078f52fffbadc140f67001702dd894cf3e6f537fa2f27e7746ca608a9bf77
CLOUDOGU_THEME_VERSION=2.9.1-1 \
THEME_TARGZ_SHA256=b541030c7351a4f71561e8ac409fbcc257978c9de75816bcbcdcd199f7446cfb

# copy resource files
COPY resources/ /
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.1.0-2",
"Version": "4.1.0-3",
"DisplayName": "Redmine",
"Description": "Redmine is a flexible project management web application",
"Category": "Development Apps",
Expand Down

0 comments on commit 0e932e8

Please sign in to comment.