Skip to content

Releases: eaudeweb/redmine.docker

Release 2.0.0 - New plugins, Redmine update

14 Feb 17:29
95fd29e
Compare
Choose a tag to compare

This release docker configuration files are not backwards compatible, you need to update your configuration before update:

  1. Rename .redmine.secret to .env
  2. Inside the .env file declare your TZ variable, i.e. TZ=Europe/Bucharest
  3. The themes were renamed for unification and your theme might be reset.

New features

  • New plugin to edit issue author
  • New plugin to view granchildren sub-tasks on a ticket (redmine_subtask_list_accordion)
  • New plugin to edit other people's time entries
  • New plugin to allow managers to impersonate other users to debug issues (Go to Administration > Users, click on user and "Impersonate" link on top-right of the screen)
  • New plugin to add announcements to Redmine banner (visit /settings/plugin/redmine_banner)

Updates

  • Updated to Redmine 3.4.4

Changes

  • Unified and general naming of docker-related variables and configuration files
  • Removed buggy dynamic edit plugin (crayon next to each field)

Stable version

16 Dec 14:56
9c53554
Compare
Choose a tag to compare

Update instructions

This release is changing the volume path of the stored repositories from /var/local/redmine/github to /var/local/redmine/repositories and requires you to re-create the volumes and remove the orphaned volume

#> docker-compose down
#> docker-compose pull
#> docker-compose start
#> docker volume rm XXXXXXXXXXXXX_redmine-github

ChangeLog

  • Fixes #2 - Integration with repositories (fetching and updating issues with commits)
  • Updating the repositories every 15 minutes