v2.6.2
- manager app WAR file: rdepot-app-2.6.2.war (sha1, md5)
- repository app JAR file: rdepot-repo-2.6.2.jar (sha1, md5)
- docker manager app:
openanalytics/rdepot-app:2.6.2 - docker repository app:
openanalytics/rdepot-repo:2.6.2 - docker web interface:
openanalytics/rdepot-client:2.6.2 - docker cli:
openanalytics/rdepot-cli:2.1.1 - cli zipped binary (linux/amd64): rdepot.gz
Release notes
Deprecation notice: repository server addresses didn't require the technology (r/python) as part of the URL in the past.
However, in RDepot v3.0 this will be mandatory.
Please update your repository server addresses to include the correct technology (r/python) as part of the URL.
For example:
- http://oa-rdepot-repo:8080/my-r-repository should be updated to http://oa-rdepot-repo:8080/r/my-r-repository
- http://oa-rdepot-repo:8080/my-python-repository should be updated http://oa-rdepot-repo:8080/python/my-python-repository
Fixes:
- In some cases duplicate packages were accepted with replace=false
- Better repository name regular expressions for validation
- Configuration and sensible defaults for Tomcat >= 10.1.42