docs for netrc auth#899
Conversation
|
Can you create a separate document about serving plug-ins privately? The target audience is not people installing the plug-ins but creating and distributing them so they should understand the architecture of doing so just like you are doing. |
|
The main distinction here is that custom index are for the most part still public. We can always have a link between the two documents, but I think this is a document called "Serving plugins privately". |
|
@ahmetb sounds good 👍🏼 let me split this out into a new doc. |
f16c8e2 to
1466346
Compare
6b2c1c7 to
423bddc
Compare
|
@ahmetb pushed the changes into a new doc, let me know what you think. |
423bddc to
9ff3128
Compare
|
Almost there. Thank you. 🙏🏼 |
updated 👍🏼 sorry, closed by mistake and reopened 😅 |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, dkulchinsky The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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 [#​897](kubernetes-sigs/krew#897) - docs for netrc auth [#​899](kubernetes-sigs/krew#899) - Update to Go 1.25 and latest Go dependencies [#​890](kubernetes-sigs/krew#890) - feat: speed up ci [#​884](kubernetes-sigs/krew#884) - Fix: Non-constant format string in PrintWarning [#​877](kubernetes-sigs/krew#877) - Bump GitHub actions to latest stable [#​881](kubernetes-sigs/krew#881) - bump golangci-lint to v2 [#​880](kubernetes-sigs/krew#880) - Add workaround for msys2/cygwin git [#​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-->
Related issue: #896
follow-up for #897, adding docs.
cc @ahmetb