-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Kubernetes 1.28 #285
Conversation
Signed-off-by: terasihma <[email protected]>
Signed-off-by: terasihma <[email protected]>
Signed-off-by: terasihma <[email protected]>
Signed-off-by: terasihma <[email protected]>
Signed-off-by: terasihma <[email protected]>
Signed-off-by: terasihma <[email protected]>
"net" | ||
"os" | ||
"strconv" | ||
"time" | ||
|
||
v2 "github.com/cybozu-go/coil/v2" |
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 don't mind how the packages are organized into blocks, but at least all the packages from Coil should appear in a same block.
v2 "github.com/cybozu-go/coil/v2"
coilv2 "github.com/cybozu-go/coil/v2/api/v2"
"github.com/cybozu-go/coil/v2/pkg/constants"
"github.com/cybozu-go/coil/v2/pkg/indexing"
"github.com/cybozu-go/coil/v2/pkg/ipam"
"github.com/cybozu-go/coil/v2/runners"
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.
Could you please check all the change, as there are same issue around five?
Sorry, I forgot checking all files. |
Signed-off-by: terashima <[email protected]>
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.
LGTM!
This PR supports Kubernetes 1.28.
And this also updates dependencies.
Please notice that CNI library update is not contained in this PR.
I plan to upgrade CNI version in the other PR.
Signed-off-by: terasihma [email protected]