Skip to content

Commit

Permalink
Added Kustomize, Helm, and Kubectl to argocd version (argoproj#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 authored and jessesuen committed Oct 4, 2019
1 parent c3479b8 commit f185137
Show file tree
Hide file tree
Showing 15 changed files with 355 additions and 54 deletions.
18 changes: 9 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4124,9 +4124,18 @@
"GoVersion": {
"type": "string"
},
"HelmVersion": {
"type": "string"
},
"KsonnetVersion": {
"type": "string"
},
"KubectlVersion": {
"type": "string"
},
"KustomizeVersion": {
"type": "string"
},
"Platform": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions cmd/argocd/commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ func NewVersionCmd(clientOpts *argocdclient.ClientOptions) *cobra.Command {
fmt.Printf(" Compiler: %s\n", serverVers.Compiler)
fmt.Printf(" Platform: %s\n", serverVers.Platform)
fmt.Printf(" Ksonnet Version: %s\n", serverVers.KsonnetVersion)
fmt.Printf(" Kustomize Version: %s\n", serverVers.KustomizeVersion)
fmt.Printf(" Helm Version: %s\n", serverVers.HelmVersion)
fmt.Printf(" Kubectl Version: %s\n", serverVers.KubectlVersion)
}

},
Expand Down
200 changes: 172 additions & 28 deletions pkg/apiclient/version/version.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resource_customizations/custom_actions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/bouk/monkey"
"bou.ke/monkey"
"github.com/ghodss/yaml"
"github.com/stretchr/testify/assert"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
Expand Down
Loading

0 comments on commit f185137

Please sign in to comment.