v2.0.0 - Build changes, new features
Breaking changes
Please refer to the application-template.yml and compare against yours, ESPECIALLY if you're coming from an older version.
See: v1.9.0 release notes.
If you're coming from 1.9.0 and already switched to the JVM image, you'll have to make no significant changes, but I highly recommend consulting the README regardless.
No more health check
I previously ran Tomcat inside the container JUST so I could run a health check on port 8081. Besides loading a servlet container (HTTP server in Java terms) just for a container health check, it also required the Spring actuator library. I couldn't justify the image size/RAM usage any longer for JUST a health check. If I am ever bringing back a web server (say, for a frontend), it's probably coming back.
What's Changed
- Java 25 with Leyden by @Schaka in https://github.com/Schaka/janitorr/pull/181
- [MediaServer] Fix incorrectly cleaned path by @b8ky in https://github.com/Schaka/janitorr/pull/195