Closed christian-vdz closed 7 months ago
@borchero can you approve the workflow run?
Merging #159 (5365682) into main (7006eb4) will not change coverage. The diff coverage is
n/a
.
Nice, CI passes 😍 do you know what exactly was the fix?
I don’t understand why it works now, I did not change related to that CI job since last week.
Hello @borchero, now that the CI passes, can you take the lead on merging this MR and creating a new release? I'd be happy to test it on my lab ASAP! ;)
I'm briefly taking care of all the dependabot PRs and will publish a new release 0.6.0
tonight :)
Here we go: https://github.com/borchero/switchboard/releases/tag/v0.6.0 :smile: sorry again for the suboptimal maintenance recently.
Here we go: https://github.com/borchero/switchboard/releases/tag/v0.6.0 😄 sorry again for the suboptimal maintenance recently.
No worries, thank you for taking the time!
I've tested it and it works 🥳
Motivation
As it stands, Switchboard cannot work with newer versions of Traefik as describe in https://github.com/borchero/switchboard/issues/111. This change patches the project to include the newer version of the Traefik client library allowing it to operate with newer versions of traefik.
Resolves https://github.com/borchero/switchboard/issues/111
Explanation
This change upgrades the Traefik client library, patches the various files that use the Traefik, and finally updates the ClusterRole defined in the helm chart to support watching the appropriate resources.
Changes
Checklist