Closed jabdoa2 closed 5 months ago
As an aside: You know that github handles stacked PRs rather well? If you change the base of this PR to a feature branch, it will automatically change to go on top of main
when that is merged
As an aside: You know that github handles stacked PRs rather well? If you change the base of this PR to a feature branch, it will automatically change to go on top of
main
when that is merged
I did not know. Unfortunately, I cannot select my other PR since the branch technically is in my github org and this PR is against the wave-k8s org. Should that still work?
Sorry, yes, that makes sense 🤦♂️
Thanks for merging this. Can you tag a release? I would like to roll out the official version :-)
It's on my todo-list for Monday. I noticed I had not written down what to do for a release and did not want to rush and make mistakes. Sorry for the delay.
It's on my todo-list for Monday. I noticed I had not written down what to do for a release and did not want to rush and make mistakes. Sorry for the delay.
No worries. Wont upgrade during the weekend anyway. We got a strict Tuesday to Thursday upgrade policy.
The release is done.
Fix #170 Fix #171 Fix #172
This fixes a few cases we found in production where pods were restarting after creation (in combination with cert-manager secrets which initiall miss a key). Other than that it performed very well.
On top of #169. We might want to merge that first.