Skip to content

Releases: cloudogu/redmine

v5.1.3-4

25 Sep 11:48
Compare
Choose a tag to compare

Changed

  • Switch to new CAS service account structure in dogu.json
  • [#128] Move state that should be persistent between restarts to local config.

v5.1.3-3

06 Sep 09:16
Compare
Choose a tag to compare

Changed

  • Relicense to AGPL-3.0-only

v5.1.3-2

13 Aug 13:11
Compare
Choose a tag to compare

Changed

  • [#133] Update base image to 3.19.3-1

Security

v5.1.3-1

04 Jul 13:04
Compare
Choose a tag to compare

Changed

  • Update Redmine to version 5.1.3 (#130)
    • Redmine 5.1.2 deprecates the previous Markdown formatter in favor of the CommonMark Markdown (github-flavoured) formatter
      • For new instances the CommonMark Markdown (github-flavoured) formatter will be the default
      • The deprecated formatter is still available but may be removed in future versions
      • Administrators of previous Redmine versions should prepare for the up-coming change as the new formatter will introduce some slight changes:
        • Underlined text with _underline_ is no longer supported and will be rendered as italic
        • Mixed lists (ordered and unordered in the same level) will render as two separate lists
        • You can learn more about Github-flavored Markdown in the Github documentation (not all markups are supported though)
      • Other formatters are not affected by this
  • Update base image to Alpine 3.19.2 including doguctl v0.11.0

v5.0.8-1

07 Mar 13:52
Compare
Choose a tag to compare

Changed

  • Update Redmine to version 5.0.8
  • Update CAS plugin to version 2.1.2
    • This will fix a bug where the user data was not updated on login (#126)
    • This will also fix an error response when a ticket parameter inside an HTTP POST body was mistaken to be a CAS service ticket parameter

v5.0.5-4

24 Jan 06:53
Compare
Choose a tag to compare

Fixed

  • Add bigdecimal bundle as a dependency of the helpdesk plugin

v5.0.5-3

17 Jan 09:15
Compare
Choose a tag to compare

Fixed

  • [#123] Add gem bigdecimal because some plugins like helpdesk need the dependency on bundle install if redmine is starting up.

v5.0.5-2

20 Oct 13:53
Compare
Choose a tag to compare

v5.0.5-1

31 Jul 14:01
Compare
Choose a tag to compare

Changed

  • Update Redmine to 5.0.5 (#117)
  • Clear sessions on each restart of the container
  • Update makefiles
  • Update redmine_cas plugin
  • Update activerecord-session_store plugin
  • Update installed version of rubycas-client

Fixed

  • Fix integration tests by upgrading cypress and integration-tests-lib

v4.2.9-4

24 May 13:27
Compare
Choose a tag to compare

Changed

  • Use custom email domain for the temporary admin user if the constraint is configured in Redmine (#115)