Skip to content

feat: speed up ci#884

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:masterfrom
translatecn:master
Jul 18, 2025
Merged

feat: speed up ci#884
k8s-ci-robot merged 1 commit intokubernetes-sigs:masterfrom
translatecn:master

Conversation

@ls-2018
Copy link
Copy Markdown
Member

@ls-2018 ls-2018 commented Jul 18, 2025

Fixes #...
Related issue: #...

Signed-off-by: acejilam <acejilam@gmail.com>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 18, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Welcome @ls-2018!

It looks like this is your first PR to kubernetes-sigs/krew 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/krew has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 18, 2025
@ahmetb
Copy link
Copy Markdown
Member

ahmetb commented Jul 18, 2025

/lgtm
/approve
Thanks!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 18, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahmetb, ls-2018

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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 k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 18, 2025
@k8s-ci-robot k8s-ci-robot merged commit f613863 into kubernetes-sigs:master Jul 18, 2025
7 checks passed
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 2, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kubernetes-sigs/krew](https://github.com/kubernetes-sigs/krew) | minor | `v0.4.5` → `v0.5.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>kubernetes-sigs/krew (kubernetes-sigs/krew)</summary>

### [`v0.5.0`](https://github.com/kubernetes-sigs/krew/releases/tag/v0.5.0)

[Compare Source](kubernetes-sigs/krew@v0.4.5...v0.5.0)

## Installation

To install this release, refer to the instructions at <https://github.com/kubernetes-sigs/krew/blob/v0.5.0/README.md>.

## Release Assets

Artifacts for this release can be downloaded from the following links.
It is recommended to follow [installation instructions](https://github.com/kubernetes-sigs/krew/blob/v0.5.0/README.md)
and not using these artifacts directly.

- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-darwin_amd64.tar.gz>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-darwin_amd64.tar.gz.sha256>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-darwin_arm64.tar.gz>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-darwin_arm64.tar.gz.sha256>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-linux_amd64.tar.gz>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-linux_amd64.tar.gz.sha256>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-linux_arm.tar.gz>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-linux_arm.tar.gz.sha256>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-linux_arm64.tar.gz>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-linux_arm64.tar.gz.sha256>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-linux_ppc64le.tar.gz>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-linux_ppc64le.tar.gz.sha256>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-windows_amd64.tar.gz>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew-windows_amd64.tar.gz.sha256>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew.exe>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew.exe.sha256>
- <https://github.com/kubernetes-sigs/krew/releases/download/v0.5.0/krew.yaml>

Thanks to our contributors for helping out with v0.5.0:

- Tyler Auerbeck
- Danny Kulchinsky
- mattn
- ls-2018
- Mikel Olasagasti Uranga
- Ishaan Mittal
- Ahmet Alp Balkan

(krew v0.5.0 was tagged on Thu Feb 26 02:31:09 UTC 2026.)

<details>
<summary>Merged pull requests</summary>

- add optional netrc authentication support for plugin downloads [#&#8203;897](kubernetes-sigs/krew#897)
- docs for netrc auth [#&#8203;899](kubernetes-sigs/krew#899)
- Update to Go 1.25 and latest Go dependencies [#&#8203;890](kubernetes-sigs/krew#890)
- feat: speed up ci [#&#8203;884](kubernetes-sigs/krew#884)
- Fix: Non-constant format string in PrintWarning [#&#8203;877](kubernetes-sigs/krew#877)
- Bump GitHub actions to latest stable [#&#8203;881](kubernetes-sigs/krew#881)
- bump golangci-lint to v2 [#&#8203;880](kubernetes-sigs/krew#880)
- Add workaround for msys2/cygwin git [#&#8203;873](kubernetes-sigs/krew#873)

</details>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants