Skip to content
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

[release-1.24] releng/go: Bump images, versions and deps to use Go 1.20.7 and newer protoc #119837

Merged
merged 3 commits into from Aug 9, 2023

Conversation

jeremyrickard
Copy link
Contributor

What type of PR is this?

/kind feature

What this PR does / why we need it:

  • Bump images, versions and deps to use Go 1.20.7

Which issue(s) this PR fixes:

xref kubernetes/release#3181

Does this PR introduce a user-facing change?

Kubernetes is now built with Go 1.20.7

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


/assign @saschagrunert @cpanato
cc @kubernetes/release-engineering

@k8s-ci-robot k8s-ci-robot added do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Aug 8, 2023
@k8s-ci-robot k8s-ci-robot added this to the v1.24 milestone Aug 8, 2023
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. kind/feature Categorizes issue or PR as related to a new feature. labels Aug 8, 2023
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Aug 8, 2023
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@k8s-ci-robot k8s-ci-robot added needs-priority Indicates a PR lacks a `priority/foo` label and requires one. area/release-eng Issues or PRs related to the Release Engineering subproject labels Aug 8, 2023
@k8s-ci-robot k8s-ci-robot requested review from dims and hwdef August 8, 2023 19:01
@k8s-ci-robot k8s-ci-robot added area/test sig/release Categorizes an issue or PR as relevant to SIG Release. sig/testing Categorizes an issue or PR as relevant to SIG Testing. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Aug 8, 2023
…20.7

Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
@liggitt
Copy link
Member

liggitt commented Aug 8, 2023

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 8, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 64e5acd2d446ce90d9fe82f9373ea7031a909e1c

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 8, 2023
@jeremyrickard
Copy link
Contributor Author

/test pull-kubernetes-verify

@liggitt
Copy link
Member

liggitt commented Aug 8, 2023

1.24 is done, right? (this PR isn't to merge)

@liggitt
Copy link
Member

liggitt commented Aug 9, 2023

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 9, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: c05c22d1039f3196b905e9c18c682ca174f615d2

@liggitt
Copy link
Member

liggitt commented Aug 9, 2023

/retest

the vet error is weird… nothing in vet changed between 1.20.6 and 1.20.7

@liggitt
Copy link
Member

liggitt commented Aug 9, 2023

Might need to pick #111846 but I have no idea why CI chose now to complain about this on release-1.24

Fixes instances of kubernetes#98213 (to ultimately complete kubernetes#98213 linting is
required).

This commit fixes a few instances of a common mistake done when writing
parallel subtests or Ginkgo tests (basically any test in which the test
closure is dynamically created in a loop and the loop doesn't wait for
the test closure to complete).

I'm developing a very specific linter that detects this king of mistake
and these are the only violations of it it found in this repo (it's not
airtight so there may be more).

In the case of Ginkgo tests, without this fix, only the last entry in
the loop iteratee is actually tested. In the case of Parallel tests I
think it's the same problem but maybe a bit different, iiuc it depends
on the execution speed.

Waiting for the CI to confirm the tests are still passing, even after
this fix - since it's likely it's the first time those test cases are
executed - they may be buggy or testing code that is buggy.

Another instance of this is in `test/e2e/storage/csi_mock_volume.go` and
is still failing so it has been left out of this commit and will be
addressed in a separate one
@k8s-ci-robot k8s-ci-robot added sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/storage Categorizes an issue or PR as relevant to SIG Storage. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Aug 9, 2023
@jeremyrickard
Copy link
Contributor Author

Might need to pick #111846 but I have no idea why CI chose now to complain about this on release-1.24

OK, to test this out I cherry picked that into this PR. If it's successful I can remove it and do a separate cherry pick PR and rebase on the branch after that goes in.

@liggitt
Copy link
Member

liggitt commented Aug 9, 2023

If it's successful I can remove it and do a separate cherry pick PR and rebase on the branch after that goes in.

if it's successful I don't mind merging it in a single PR

@liggitt
Copy link
Member

liggitt commented Aug 9, 2023

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 9, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jeremyrickard, liggitt

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 38ef5e3bdc961ce206941920fd5be3d00190ab1c

@jeremyrickard
Copy link
Contributor Author

/retest

1 similar comment
@jeremyrickard
Copy link
Contributor Author

/retest

@Verolop Verolop added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label Aug 9, 2023
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. label Aug 9, 2023
@k8s-ci-robot k8s-ci-robot merged commit 08de048 into kubernetes:release-1.24 Aug 9, 2023
18 checks passed
SIG Node CI/Test Board automation moved this from Triage to Done Aug 9, 2023
SIG Node PR Triage automation moved this from Triage to Done Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/release-eng Issues or PRs related to the Release Engineering subproject area/test cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/release Categorizes an issue or PR as relevant to SIG Release. sig/storage Categorizes an issue or PR as relevant to SIG Storage. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Development

Successfully merging this pull request may close these issues.

None yet

7 participants