Skip to content

Commit

Permalink
Merge branch 'release/v4.2.3-4'
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 authored and cesmarvin committed Jan 14, 2022
2 parents 77f4cbe + 1f3918e commit 5b13aa3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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-4] - 2022-01-14
### Changed
- Update cas plugin to version 1.5.2 (#84)

## [v4.2.3-3] - 2022-01-12
### Fixed
- Fix missing PostgreSQL credentials which crashes during upgrading (#79)
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
FROM registry.cloudogu.com/official/base:3.14.2-2

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

# This Dockerfile is based on https://github.com/docker-library/redmine/blob/master/4.0/alpine/Dockerfile

# set environment variables
ENV REDMINE_VERSION=4.2.3 \
CAS_PLUGIN_VERSION=1.5.1 \
CAS_PLUGIN_VERSION=1.5.2 \
ACTIVERECORD_SESSION_STORE_PLUGIN_VERSION=0.1.0 \
EXTENDED_REST_API_PLUGIN_VERSION=1.1.0 \
RUBYCASVERSION=2.3.15 \
Expand All @@ -19,7 +19,7 @@ ENV REDMINE_VERSION=4.2.3 \
SERVICE_TAGS=webapp \
RAILS_ENV=production \
REDMINE_TARGZ_SHA256=72f633dc954217948558889ca85325fe6410cd18a2d8b39358e5d75932a47a0c \
CAS_PLUGIN_TARGZ_SHA256=baf3e97d7755e401cfcf1979ff27f283fe251350d29d51526a5f712657897090 \
CAS_PLUGIN_TARGZ_SHA256=5095a32b8b56c48280fb9a33580ec5925fdcbecbfec1a3f69930b78e2fb4a109 \
EXTENDED_REST_API_TARGZ_SHA256=7def9dee6a72f7a98c34c3d0beb17dabd414a1af86153624eb03ffe631272b31 \
ACTIVERECORD_TARGZ_SHA256=a5d3a5ac6c5329212621bab128a2f94b0ad6bb59084f3cc714786a297bcdc7ee \
RUBYCAS_TARGZ_SHA256=9ca9b2e020c4f12c3c7e87565b9aa19dda130912138d80ad6775e5bdc2d4ca66 \
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-3",
"Version": "4.2.3-4",
"DisplayName": "Redmine",
"Description": "Redmine is a flexible project management web application",
"Category": "Development Apps",
Expand Down

0 comments on commit 5b13aa3

Please sign in to comment.