-
Notifications
You must be signed in to change notification settings - Fork 505
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
Build Go 1.17.6 and 1.16.13 images #2381
Build Go 1.17.6 and 1.16.13 images #2381
Conversation
/assign @cpanato @puerco @saschagrunert @Verolop @justaugustus @xmudrii |
/test pull-release-verify |
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.
level=error msg="./hack/../dependencies.yaml indicates that golang: after kubernetes/kubernetes update should be at version 1.17.6, but the following files didn't match: images/releng/k8s-ci-builder/Dockerfile, images/releng/k8s-ci-builder/Makefile, images/releng/k8s-ci-builder/variants.yaml"
level=fatal msg="error during command execution: checking local dependencies: Dependencies are not in sync"
f5aadc9
to
1561a82
Compare
/test pull-release-image-k8s-cloud-builder |
/test pull-release-image-releng-ci |
/test pull-release-image-kubepkg |
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.
if nothing change in the process there are two changes that will be changed only when we merge the go updates in k/k
dependencies.yaml
Outdated
@@ -248,7 +248,7 @@ dependencies: | |||
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)? | |||
|
|||
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.22, 1.21)" | |||
version: 1.16.12 | |||
version: 1.16.13 |
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.
we should bump this after the k/k go updates are merged
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.
Gotcha! Thanks.
dependencies.yaml
Outdated
@@ -100,7 +100,7 @@ dependencies: | |||
match: go \d+.\d+ | |||
|
|||
- name: "golang: after kubernetes/kubernetes update" | |||
version: 1.17.5 | |||
version: 1.17.6 |
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.
we should bump this after the k/k go updates are merged
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.
Thanks!
d089e57
to
b4d937f
Compare
/test pull-release-image-releng-ci |
/test pull-release-image-kube-cross |
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
b4d937f
to
8389d40
Compare
/test pull-release-image-go-runner |
@palnabarun: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test pull-release-image-go-runner |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, palnabarun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
/area dependency
What this PR does / why we need it:
Build Go 1.17.6 and 1.16.13 images
Which issue(s) this PR fixes:
Part of #2379
Does this PR introduce a user-facing change?