Skip to content

Commit

Permalink
Update rakkess (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Aug 9, 2019
1 parent be00e24 commit 51b2617
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM cfssl/cfssl:1.3.2 as cfssl

# Install remaining packages
FROM alpine:3.10.0
FROM alpine:3.10.1
ENV INSTALL_PATH=/packages/bin
ENV PATH=${INSTALL_PATH}:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN mkdir -p ${INSTALL_PATH}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ kubectx 0.6.3 Switch faster between clusters and namespac
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.
packer 1.4.2 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pandoc 2.7.2 Universal markup converter
rakkess 0.2.0 Review Access - kubectl plugin to show an access matrix for all available resources
rakkess 0.4.1 Review Access - kubectl plugin to show an access matrix for all available resources
rbac-lookup 0.3.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
retry 3.3.0 ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
scenery 0.1.4 A Terraform plan output prettifier
Expand All @@ -243,9 +243,9 @@ sops 3.2.0 Secrets management stinks, use some sops!
stern 1.8.0 ⎈ Multi pod and container log tailing for Kubernetes
sudosh 0.1.4 Shell wrapper to run a login shell with `sudo` as the current user for the purpose of audit logging
teleport 4.0.2 Privileged access management for elastic infrastructure.
terraform 0.12.3 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform 0.12.6 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.11 0.11.14 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.12 0.12.3 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.12 0.12.6 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-docs 0.4.5 Generate docs from terraform modules
terragrunt 0.19.2 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
terrahelp 0.6.3 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
Expand Down
8 changes: 4 additions & 4 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ kubectx 0.6.3 Switch faster between clusters and namespac
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.
packer 1.4.2 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pandoc 2.7.2 Universal markup converter
rakkess 0.2.0 Review Access - kubectl plugin to show an access matrix for all available resources
rakkess 0.4.1 Review Access - kubectl plugin to show an access matrix for all available resources
rbac-lookup 0.3.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
retry 3.3.0 ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
scenery 0.1.4 A Terraform plan output prettifier
Expand All @@ -54,9 +54,9 @@ sops 3.2.0 Secrets management stinks, use some sops!
stern 1.8.0 ⎈ Multi pod and container log tailing for Kubernetes
sudosh 0.1.4 Shell wrapper to run a login shell with `sudo` as the current user for the purpose of audit logging
teleport 4.0.2 Privileged access management for elastic infrastructure.
terraform 0.12.3 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform 0.12.6 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.11 0.11.14 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.12 0.12.3 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.12 0.12.6 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-docs 0.4.5 Generate docs from terraform modules
terragrunt 0.19.2 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
terrahelp 0.6.3 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
Expand Down
2 changes: 1 addition & 1 deletion vendor/packer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.4.2
2 changes: 1 addition & 1 deletion vendor/rakkess/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.4.1
2 changes: 1 addition & 1 deletion vendor/terraform-0.12/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.3
0.12.6
2 changes: 1 addition & 1 deletion vendor/terraform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.3
0.12.6

0 comments on commit 51b2617

Please sign in to comment.