opennms-bamboo
released this
13 May 11:33
·
2 commits
to master
since this release
The release of the PRIS is mainly a maintenance release. We did some work to update dependencies, especially bumping from JDK 11 to JDK 17. The Docker image was using an OpenJDK 11 image which is deprecated by their maintainers and switched to a maintained JDK 17 from the Eclipse Temurin project to run the PRIS in a container environment.
New features
- Added a CSV data source
Breaking Changes
- The base image is now based on Red Hat UBI-9 minimal image instead of Debian Slim.
Caution
If you have derived container images in your environment relying on Debian tooling, you need to make adjustments.
Maintenance
- Switch base image from OpenJDK 11 Debian-based to Eclipse Temurin JDK 17 based on Red Hat UBI-9 minimal image
- Build environment uses OpenJDK 17
- Antora for documentation build was upgraded from 2.3.4 to 3.1.7
- Upgraded Horizon dependency from 32.0.0 to 33.0.4
- Upgraded dependency to OPA 1.6.0
- 3rd party dependencies upgraded
Credits
- @gallenc for the CSV data source enhancement
- @Bonrob2 for improving the documentation
- @RangerRick, @cgorantla for keeping Dependabot happy