-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
@tfussell That is awesome :) Thanks for finding that out :) I think we can change that to a true PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tfussell Nice. 🎉❤️
Thanks. I was going to see if I could come up with some flags for
On the one hand it would be nice to do everything in a big push like with 1.16 and Helm 2.16, but on the other it would be nice to minimize the number of changes to keep this self-contained. If we could switch everything to go modules separately from updating K8s and Helm, I sort of feel like we should try to do it. Maybe we should discuss in the WG. |
I am also in favour of moving any projects we can to go modules already. Question for me would be if importing apiextensions like this already works for dep projects? |
We can vendor using Otherwise, it seems people are using this PR of helm golang/dep#1963 |
We can keep Gopkg.{toml,lock} for a while. |
Another 2 cents from me. The big bang approach sucks and for me is a last resort.
If we can do this for dep compatibility and merge stuff sooner with K8s 1.16.6 that is fine with me. 👍 |
This seems like the way to go as long as we don't forget to keep them in sync. Maybe try to switch to go modules iteratively in 1.16 and then get rid of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the only thing missing here before merging is creating the release
of this library as outlined by pawel here:
https://github.com/giantswarm/giantswarm/issues/9192
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to have a changelog and release v0.1.0 before merging this.
Changelog is created. Waiting for a few small changes to some CRDs before creating the 0.1.0 release. |
Hi gang, I wanna push this over the finish line. Thanks for the hard work so far already. 🚀 |
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
@xh3b4sd OK done. Thx! |
# Conflicts: # CHANGELOG.md
Hello team, I created this as a draft as I wanted to make sure we could test it before merging.
Do you know how we could do that? The gen script works as I clone the code generator on every run.
WDYT?