Skip to content

Commit fb01618

Browse files
authored
update helm, helmfile, aws-vault, saml2aws (#372)
1 parent 9aef28d commit fb01618

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ atlantis 0.12.0 Terraform For Teams
256256
awless 0.1.11 A Mighty CLI for AWS
257257
aws-iam-authenticator 0.5.0 A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
258258
aws-okta 0.19.4 aws-okta allows users to authenticate with AWS using Okta credentials
259-
aws-vault 5.4.1 A vault for securely storing and accessing AWS credentials in development environments
259+
aws-vault 5.4.2 A vault for securely storing and accessing AWS credentials in development environments
260260
cfssl 1.4.1 Cloudflare's PKI and TLS toolkit
261261
cfssljson 1.4.1 Cloudflare's PKI and TLS toolkit json parser
262262
chamber 2.8.1 CLI for managing secrets
@@ -285,10 +285,10 @@ gonsul 0.2.1 A stand-alone alternative to git2consul
285285
goofys 0.24.0 a high-performance, POSIX-ish Amazon S3 file system written in Go
286286
gosu 1.12 Simple Go-based setuid+setgid+setgroups+exec
287287
gotop 3.0.0 A terminal based graphical activity monitor inspired by gtop and vtop
288-
helm 3.1.3 The Kubernetes Package Manager
288+
helm 3.2.0 The Kubernetes Package Manager
289289
helm2 2.16.6 The Kubernetes Package Manager
290-
helm3 3.1.2 The Kubernetes Package Manager
291-
helmfile 0.112.0 Deploy Kubernetes Helm Charts
290+
helm3 3.2.0 The Kubernetes Package Manager
291+
helmfile 0.114.0 Deploy Kubernetes Helm Charts
292292
htmltest 0.12.1 :white_check_mark: Test generated HTML for problems
293293
hugo 0.69.2 The world’s fastest framework for building websites.
294294
jq 1.6 Command-line JSON processor
@@ -328,7 +328,7 @@ rakkess 0.4.4 Review Access - kubectl plugin to show an a
328328
rancher 2.4.0 Rancher CLI
329329
rbac-lookup 0.5.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
330330
retry 3.3.0 ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
331-
saml2aws 2.25.0 CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
331+
saml2aws 2.26.0 CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
332332
scenery 0.1.5 A Terraform plan output prettifier
333333
sentinel 0.14.2 Hashicorp sentinel
334334
sentry-cli 1.52.3 A command line utility to work with Sentry.

Diff for: docs/targets.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ atlantis 0.12.0 Terraform For Teams
77
awless 0.1.11 A Mighty CLI for AWS
88
aws-iam-authenticator 0.5.0 A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
99
aws-okta 0.19.4 aws-okta allows users to authenticate with AWS using Okta credentials
10-
aws-vault 5.4.1 A vault for securely storing and accessing AWS credentials in development environments
10+
aws-vault 5.4.2 A vault for securely storing and accessing AWS credentials in development environments
1111
cfssl 1.4.1 Cloudflare's PKI and TLS toolkit
1212
cfssljson 1.4.1 Cloudflare's PKI and TLS toolkit json parser
1313
chamber 2.8.1 CLI for managing secrets
@@ -36,10 +36,10 @@ gonsul 0.2.1 A stand-alone alternative to git2consul
3636
goofys 0.24.0 a high-performance, POSIX-ish Amazon S3 file system written in Go
3737
gosu 1.12 Simple Go-based setuid+setgid+setgroups+exec
3838
gotop 3.0.0 A terminal based graphical activity monitor inspired by gtop and vtop
39-
helm 3.1.3 The Kubernetes Package Manager
39+
helm 3.2.0 The Kubernetes Package Manager
4040
helm2 2.16.6 The Kubernetes Package Manager
41-
helm3 3.1.2 The Kubernetes Package Manager
42-
helmfile 0.112.0 Deploy Kubernetes Helm Charts
41+
helm3 3.2.0 The Kubernetes Package Manager
42+
helmfile 0.114.0 Deploy Kubernetes Helm Charts
4343
htmltest 0.12.1 :white_check_mark: Test generated HTML for problems
4444
hugo 0.69.2 The world’s fastest framework for building websites.
4545
jq 1.6 Command-line JSON processor
@@ -79,7 +79,7 @@ rakkess 0.4.4 Review Access - kubectl plugin to show an a
7979
rancher 2.4.0 Rancher CLI
8080
rbac-lookup 0.5.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
8181
retry 3.3.0 ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
82-
saml2aws 2.25.0 CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
82+
saml2aws 2.26.0 CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
8383
scenery 0.1.5 A Terraform plan output prettifier
8484
sentinel 0.14.2 Hashicorp sentinel
8585
sentry-cli 1.52.3 A command line utility to work with Sentry.

Diff for: vendor/aws-vault/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.1
1+
5.4.2

Diff for: vendor/helm/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.3
1+
3.2.0

Diff for: vendor/helm3/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.2.0

Diff for: vendor/helmfile/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.112.0
1+
0.114.0

Diff for: vendor/saml2aws/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.0
1+
2.26.0

0 commit comments

Comments
 (0)