summaryrefslogtreecommitdiff
path: root/net/kubectl
AgeCommit message (Collapse)AuthorFilesLines
2022-12-10kubectl: Update to 1.22.17leot3-8/+7
Changes: No relevant changes from upstream changelog regarding kubectl except some minor bug fixes.
2022-12-08Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-11-02Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-10-05Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-09-26Revbump all Go packages after 1.19 became defaultbsiegert1-1/+2
2022-09-08kubectl: Update to 1.22.13leot3-16/+15
Changes: - No significant changes for kubectl except some dependencies bump.
2022-09-07Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-08-12Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-07-13Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-06-02Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-05-11Revbump all Go packages after go118 updatebsiegert1-1/+2
2022-04-24kubectl: Update to 1.22.9leot3-40/+39
Changes: - No significant changes for kubectl except some dependencies bump.
2022-04-13Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-03-07Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-02-13Revump all Go packages after go117 updatebsiegert1-2/+2
2022-01-09Revbump all Go packages after go117 updatebsiegert1-1/+2
2021-12-31kubectl: Update to kubectl-1.22.5leot3-24/+23
Changes: 1.22.5 ------ * Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63 1.22.4 ------ * Fix a panic in kubectl when creating secrets with an improper output type 1.22.3 ------ [No changes for CLI (kubectl)]
2021-12-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-11-05Revbump all Go packages after go117 updatebsiegert1-1/+2
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-730/+730
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-08kubectl: Take MAINTAINERshipleot1-2/+2
(For real! That was part of previous update, sorry!)
2021-10-08kubectl: Update to 1.22.2leot3-1248/+1247
pkgsrc changes: - Take MAINTAINERship Changes: (Manually filled to only highlight major changes) 1.22.x ------ - Added support for `kubectl debug' ephemeral containers (compatible with old API) 1.21.x ------ - Update kubectl kustomize to 4.0.5 - Default Container Annotation: Pod with multiple containers can use kubectl.kubernetes.io/default-container annotation to have a container preselected for kubectl commands. More can be read in KEP-2227.
2021-10-07net: Remove SHA1 hashes for distfilesnia1-730/+1
2021-09-17Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-09-04kubectl: fix build with Go 1.17.bsiegert1-2/+2
For some reason, Go 1.17 uses -mod=vendor as the default in this build and complains about needing to update go.mod. Add a "-mod=readonly" to get it to build.
2021-08-11Revbump all Go packages after go116 updatebsiegert1-1/+2
2021-08-07kubectl: Update to 1.20.9leot3-29/+28
Changes: 1.20.9 ------ - Changed sigs.k8s.io/structured-merge-diff/v4 dependency to v4.1.2. 1.20.8 ------ [No changes probably worth to mention] 1.20.7 ------ - Kubectl create service now respects namespace flag
2021-07-13Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-06-06Revbump all Go packages after go116 updatebsiegert1-1/+2
2021-05-12kubectl: Update to 1.20.6leot3-69/+68
Changes: - Update some dependencies
2021-05-08Revbump all Go packages after go116 updatebsiegert1-1/+2
2021-03-31kubectl: Import kubectl-1.20.5 as net/kubectlleot5-0/+3679
The kubectl command line tool lets you control Kubernetes clusters.