* fix: upgrade to kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: try to trigger the build again.
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: unit test
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: trigger build
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: install-codegen-tools.sh
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: trigger build
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: revert back to 3.9.4
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: try 4.1.2 again
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: adding sha256 file for kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: adding sha256 file for kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: disable a test
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: remove kustomize 3
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fixed e2e test and added upgrade doc
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fixed e2e test and added upgrade doc
Signed-off-by: May Zhang <may_zhang@intuit.com>
Since Go 1.11, "go get" uses the modules system. This changes
the location the package is downloaded.
Additionally, "go get -u" does more work than required; changing
this to "go get -d" speeds up the process.
Finally, since Go 1.13 "go get" can also check out tags directly,
avoiding an additional checkout.
Signed-off-by: Patric Stout <github@truebrain.nl>
* Use kustomize v3 to build ArgoCD manifests
* Update to test-tools-image v0.3.0
* Reorder patches so Kustomize v3 will properly find targets
* adding back these changes
* Use the generated files.
* changed the namespace
* changed kustomize version to 3.8.1 to be in sync with the one in tool-version.sh
* revert changes in makefile
* Re-run codegen
Co-authored-by: Zhang <may_zhang@intuit.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* chore: Migrate CI to GitHub actions
* Do not install golangci-lint, we use the action
* Integrate codecov.io upload
* Use some better names for analyze job & steps
* go mod tidy
* Update tools
* Disable CircleCI completely
* Satisfy CircleCI with a dummy step until it's disabled