Skip to content

Commit

Permalink
[kubectx] Upgrade to 0.6.3 (#198)
Browse files Browse the repository at this point in the history
* Upgrade kubectx

* Update readme

* Depend on our kubectl

* Update Makefile
  • Loading branch information
osterman authored May 30, 2019
1 parent f190ed2 commit d951f9e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ k6 0.22.1 A modern load testing tool, using Go and Ja
kops 1.12.1 Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
kubecron 1.0.2 Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob
kubectl 1.14.2 Production-Grade Container Scheduling and Management
kubectx 0.6.1 Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it!
kubectx 0.6.3 Switch faster between clusters and namespaces in kubectl
kubens 0.6.3 Switch faster between clusters and namespaces in kubectl
lectl 0.17 Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
misspell 0.3.4 Correct commonly misspelled English words in source files
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ k6 0.22.1 A modern load testing tool, using Go and Ja
kops 1.12.1 Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
kubecron 1.0.2 Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob
kubectl 1.14.2 Production-Grade Container Scheduling and Management
kubectx 0.6.1 Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it!
kubectx 0.6.3 Switch faster between clusters and namespaces in kubectl
kubens 0.6.3 Switch faster between clusters and namespaces in kubectl
lectl 0.17 Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
misspell 0.3.4 Correct commonly misspelled English words in source files
Expand Down
2 changes: 1 addition & 1 deletion vendor/kubectx/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it!
Switch faster between clusters and namespaces in kubectl
2 changes: 1 addition & 1 deletion vendor/kubectx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include ../../tasks/Makefile.apk
export VENDOR ?= ahmetb
export DOWNLOAD_URL ?= https://raw.githubusercontent.com/ahmetb/$(PACKAGE_NAME)/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export APKBUILD_DEPENDS += bash
export APKBUILD_DEPENDS += bash kubectl

install:
$(call download_binary)
Expand Down
2 changes: 1 addition & 1 deletion vendor/kubectx/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0
0
2 changes: 1 addition & 1 deletion vendor/kubectx/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.3

0 comments on commit d951f9e

Please sign in to comment.