Closed RuriRyan closed 10 months ago
looks like we got bit by a bug by a dependency - https://github.com/jdereg/json-io/issues/250 (which coincidentally happened because that library was fixing a bug we reported) and the class loader picked up the older version of the jar.
the fix is pushed and in the latest 1.0.3 image (ghcr.io/openunison/openunison-k8s:1.0.39-cb663a). Can you give it a try and see if it resolves your issue?
Updated to the latest 1.0.39
image and it's working again.
Thanks for the quick fix!
We're running openunison in k8s for some time now and it pretty much just worked. After the update to 1.0.39 it failed with the following error:
Downgrading to 1.0.38 works just fine. We're using the helm charts and I just changed the image version for the orchestra chart.
We're using AzureAD as the IDP.
I looked through some changes but couldn't find any in the files mentioned in the stacktrace. I would guess this is related to a wrong/missing configuration somewhere?