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

[go] Bump images, dependencies and versions to go 1.21.5 #122201

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

xmudrii
Copy link
Member

@xmudrii xmudrii commented Dec 6, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

  • Bump images, dependencies and versions to go 1.21.5

cc @kubernetes/release-engineering

Which issue(s) this PR fixes:

xref kubernetes/release#3383

Does this PR introduce a user-facing change?

Kubernetes is now built with Go 1.21.5

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


@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 6, 2023
@k8s-ci-robot
Copy link
Contributor

Please note that we're already in Test Freeze for the release-1.29 branch. This means every merged PR will be automatically fast-forwarded via the periodic ci-fast-forward job to the release branch of the upcoming v1.29.0 release.

Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Wed Dec 6 04:14:39 UTC 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. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Dec 6, 2023
@xmudrii xmudrii marked this pull request as draft December 6, 2023 09:34
@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. area/release-eng Issues or PRs related to the Release Engineering subproject labels Dec 6, 2023
@xmudrii
Copy link
Member Author

xmudrii commented Dec 6, 2023

/sig release
/priority critical-urgent
/triage accepted

@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. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. 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. labels Dec 6, 2023
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 6, 2023
@xmudrii xmudrii marked this pull request as ready for review December 6, 2023 10:42
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 6, 2023
@saschagrunert
Copy link
Member

/test pull-kubernetes-integration

@saschagrunert
Copy link
Member

/test pull-kubernetes-e2e-gce

@dims
Copy link
Member

dims commented Dec 6, 2023

/approve
/lgtm

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

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dims, xmudrii

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: 088147e4b6d2d5769898b08d4482851fdd3ab377

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 6, 2023
@xmudrii
Copy link
Member Author

xmudrii commented Dec 6, 2023

/milestone v1.29
cc @kubernetes/release-team-leads FYI

@k8s-ci-robot k8s-ci-robot added this to the v1.29 milestone Dec 6, 2023
@k8s-ci-robot k8s-ci-robot merged commit 9e028b4 into kubernetes:master Dec 6, 2023
17 checks passed
@xmudrii xmudrii deleted the go1.21.5-1.20.12 branch December 6, 2023 15:06
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request Dec 9, 2023
    git clean -xdf
    go mod download
    go mod vendor
    tar zcvf ../kubernetes_1.29.0~rc0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.29.0~rc0-1.spec
    cp ../kubernetes*1.29.0~rc0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.29.0-rc0/
    rm -rf ../kubernetes*1.29.0~rc0*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request Dec 9, 2023
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.29.0~rc0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.29.0~rc0-1.spec
    cp ../kubernetes*1.29.0~rc0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.29.0-rc0/
    rm -rf ../kubernetes*1.29.0~rc0*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request Dec 9, 2023
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.29.0~rc1.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.29.0~rc1-1.spec
    cp ../kubernetes*1.29.0~rc1*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.29.0-rc1/
    rm -rf ../kubernetes*1.29.0~rc1*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request Apr 6, 2024
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.30.0~rc1.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.30.0~rc1-1.spec
    cp ../kubernetes*1.30.0~rc1*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.30.0-rc1/
    rm -rf ../kubernetes*1.30.0~rc1*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request Apr 12, 2024
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.30.0~rc2.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.30.0~rc2-1.spec
    cp ../kubernetes*1.30.0~rc2*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.30.0-rc2/
    rm -rf ../kubernetes*1.30.0~rc2*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request Apr 17, 2024
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.30.0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.30.0-1.spec
    cp ../kubernetes*1.30.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.30.0/
    rm -rf ../kubernetes*1.30.0*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request May 8, 2024
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.30.0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.30.0-1.spec
    cp ../kubernetes*1.30.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.30.0/
    rm -rf ../kubernetes*1.30.0*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request May 15, 2024
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.30.1.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.30.1-1.spec
    cp ../kubernetes*1.30.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.30.1/
    rm -rf ../kubernetes*1.30.1*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request May 15, 2024
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.30.1.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.30.1-1.spec
    cp ../kubernetes*1.30.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.30.1/
    rm -rf ../kubernetes*1.30.1*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
hswong3i added a commit to alvistack/kubernetes-kubernetes that referenced this pull request Jun 5, 2024
    git clean -xdf
    go mod download
    go mod vendor
    git checkout HEAD -- vendor
    tar zcvf ../kubernetes_1.30.0.orig.tar.gz --exclude=.git .
    debuild -uc -us
    cp kubernetes.spec ../kubernetes_1.30.0-1.spec
    cp ../kubernetes*1.30.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-kubernetes-1.30.0/
    rm -rf ../kubernetes*1.30.0*.*

See kubernetes#122201

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
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 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. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/release Categorizes an issue or PR as relevant to SIG Release. 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. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants