Releases: cloudogu/redmine
Releases · cloudogu/redmine
v4.2.3-1
Changed
- Upgrade to Redmine 4.2.3; #69
- Upgrade to dogu-build-lib v1.5.1
- Upgrade dogu-integration-test-library to v2.0.0
- Upgrade cypress to v8.7.0
v4.2.2-4
Changed
- Update rest api plugin to v1.1.0
- Update documentation for default config mechanism
- Make default config mechanism use new features from rest api plugin v1.1.0
v4.2.2-3
Changed
- Install missing plugin gems in post-upgrade (#71)
- moved install_plugins function from startup.sh to util.sh
v4.2.2-2
Added
- Allow plugin deletion without direct container interaction (#68)
- Add new plugin volume
plugins_prod
for direct plugin interaction (#68)
- Add Shell unit tests
Removed
- Deprecated the volume for plugin provisioning
plugins
(#68)
Changed
- Update image maintainer address
- Switch to dogu v2 syntax which allows for fine-grained dependency management
v4.2.2-1
Changed
- Upgrade Redmine to 4.2.2; #66
- Upgrade base image to 3.14.2-2
v4.2.1-3
Changed
- update version of CAS plugin to 1.4.6 #63
v4.2.1-2
Changed
- update version of CAS plugin to 1.4.4 #61
Added
- Add RAILS_RELATIVE_URL_ROOT environment variable to startup.sh
v4.2.1-1
Changed
- Upgrade redmine to 4.2.1; #59
v4.2.0-2
Changed
- updated the import of the default-config mechanism (#57)
v4.2.0-1
Added
- Mechanism to apply configuration at dogu startup via etcd (#49); See docs
Changed
- install
redmine_extended_rest_api
plugin during docker build (#47)
- update deprecated bundle install call (#34)
- Upgrade base image to 3.12.4-1; #50
- Upgrade Redmine to 4.2.0; #50
- Upgrade Cas Plugin to version 1.3.1; #50
- Switched the integration tests to Cypress; #50