Breaking change!
The Nexus Operator is now supported only on OpenShift 3.9+ and Kubernetes 1.22+. Please use older versions if your environment doesn't meet these requirements.
Known Configuration Issues
Some users have reported that the path /nexus-data/etc/
directory is owned by the root user on Nexus community images. Please make sure that your environment mounts the property ConfigMap with the image user. Alternatively, you can apply this fix on your end.
We are working to add this fix in the next patch release.
What's Changed
- Add way to provide annotations to ingress/route resources by @LCaparelli in #206
- The PR aims to improve the handling of WATCH_NAMESPACE param when ins… by @Kaitou786 in #202
- Allow setting host and labels for Route/Ingress by @LCaparelli in #207
- Add way to specify extra volumes by @LCaparelli in #208
- Allow ignoring updates to networking resources by @LCaparelli in #210
- Closes #204 - Mounting nexus.properties in a ConfigMap by @ricardozanini in #212
- Fix #214 Upgrade CRD to v1 and remove Legacy Ingress by @ricardozanini in #215
- Add
conifigMap
to openshift requiredSCC
s. by @bdurrow in #217
New Contributors
Full Changelog: v0.5.0...v0.6.0