Skip to content

Commit

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

* Upgrade readme

* abuild does not support masked deps
  • Loading branch information
osterman authored May 30, 2019
1 parent 21faca6 commit f190ed2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ kops 1.12.1 Kubernetes Operations (kops) - Production G
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!
kubens 0.6.1 Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it!
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
packer 1.3.1 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
Expand Down
6 changes: 3 additions & 3 deletions apk/Dockerfile-3.7
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.7

# Install the cloudposse alpine repository
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/
RUN echo "@cloudposse https://apk.cloudposse.com/3.7/vendor" >> /etc/apk/repositories
RUN echo "@testing https://alpine.global.ssl.fastly.net/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "@community https://alpine.global.ssl.fastly.net/alpine/edge/community" >> /etc/apk/repositories
RUN echo "https://apk.cloudposse.com/3.7/vendor" >> /etc/apk/repositories
RUN echo "https://alpine.global.ssl.fastly.net/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "https://alpine.global.ssl.fastly.net/alpine/edge/community" >> /etc/apk/repositories

RUN apk update
RUN apk add make alpine-sdk shadow
Expand Down
6 changes: 3 additions & 3 deletions apk/Dockerfile-3.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.8

# Install the cloudposse alpine repository
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/
RUN echo "@cloudposse https://apk.cloudposse.com/3.8/vendor" >> /etc/apk/repositories
RUN echo "@testing https://alpine.global.ssl.fastly.net/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "@community https://alpine.global.ssl.fastly.net/alpine/edge/community" >> /etc/apk/repositories
RUN echo "https://apk.cloudposse.com/3.8/vendor" >> /etc/apk/repositories
RUN echo "https://alpine.global.ssl.fastly.net/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "https://alpine.global.ssl.fastly.net/alpine/edge/community" >> /etc/apk/repositories

RUN apk update
RUN apk add make curl alpine-sdk shadow
Expand Down
6 changes: 3 additions & 3 deletions apk/Dockerfile-3.9
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.9

# Install the cloudposse alpine repository
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/
RUN echo "@cloudposse https://apk.cloudposse.com/3.9/vendor" >> /etc/apk/repositories
RUN echo "@testing https://alpine.global.ssl.fastly.net/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "@community https://alpine.global.ssl.fastly.net/alpine/edge/community" >> /etc/apk/repositories
RUN echo "https://apk.cloudposse.com/3.9/vendor" >> /etc/apk/repositories
RUN echo "https://alpine.global.ssl.fastly.net/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "https://alpine.global.ssl.fastly.net/alpine/edge/community" >> /etc/apk/repositories

RUN apk update
RUN apk add make curl alpine-sdk shadow
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kops 1.12.1 Kubernetes Operations (kops) - Production G
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!
kubens 0.6.1 Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it!
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
packer 1.3.1 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kubens/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/kubens/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export VENDOR ?= ahmetb
export PACKAGE_REPO_NAME ?= kubectx
export DOWNLOAD_URL ?= https://raw.githubusercontent.com/ahmetb/kubectx/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export APKBUILD_DEPENDS += bash
export APKBUILD_DEPENDS += bash kubectl

include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk
Expand Down
2 changes: 1 addition & 1 deletion vendor/kubens/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.3

0 comments on commit f190ed2

Please sign in to comment.