diff --git a/.github/auto-label.yml b/.github/auto-label.yml index 73207f185..4153a6b60 100644 --- a/.github/auto-label.yml +++ b/.github/auto-label.yml @@ -17,6 +17,7 @@ scripts: - tasks/** vendor: vendor/** vendor/amtool: vendor/amtool/** +vendor/argocd: vendor/argocd/** vendor/assume-role: vendor/assume-role/** vendor/atlantis: vendor/atlantis/** vendor/awless: vendor/awless/** diff --git a/README.md b/README.md index 469b14f46..4e1514012 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ exit ## Makefile Targets ``` amtool 0.20.0 Tool for interacting with the Alertmanager API +argocd 1.4.0 Declarative GitOpts for Kubernetes assume-role 0.3.2 Easily assume AWS roles in your terminal. atlantis 0.10.2 Terraform For Teams awless 0.1.11 A Mighty CLI for AWS diff --git a/docs/targets.md b/docs/targets.md index 48f6e89c1..5a0e93d55 100644 --- a/docs/targets.md +++ b/docs/targets.md @@ -1,6 +1,7 @@ ## Makefile Targets ``` amtool 0.20.0 Tool for interacting with the Alertmanager API +argocd 1.4.0 Declarative GitOpts for Kubernetes assume-role 0.3.2 Easily assume AWS roles in your terminal. atlantis 0.10.2 Terraform For Teams awless 0.1.11 A Mighty CLI for AWS diff --git a/vendor/argocd/DESCRIPTION b/vendor/argocd/DESCRIPTION new file mode 100644 index 000000000..c5da6f024 --- /dev/null +++ b/vendor/argocd/DESCRIPTION @@ -0,0 +1 @@ +Declarative GitOpts for Kubernetes diff --git a/vendor/argocd/LICENSE b/vendor/argocd/LICENSE new file mode 100644 index 000000000..a22a2da24 --- /dev/null +++ b/vendor/argocd/LICENSE @@ -0,0 +1 @@ +MIT diff --git a/vendor/argocd/Makefile b/vendor/argocd/Makefile new file mode 100644 index 000000000..127debceb --- /dev/null +++ b/vendor/argocd/Makefile @@ -0,0 +1,15 @@ +include ../../tasks/Makefile.package +include ../../tasks/Makefile.apk + +export VENDOR = argoproj +export PACKAGE_NAME = argocd +export PACKAGE_REPO_NAME = argo-cd +export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)-$(OS)-$(ARCH) +export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary +export APKBUILD_DEPENDS += libc6-compat musl + +install: + $(call download_binary) + +test: + ($(PACKAGE_NAME) version || true) 2>&1 | grep 'server address unspecified' diff --git a/vendor/argocd/RELEASE b/vendor/argocd/RELEASE new file mode 100644 index 000000000..d00491fd7 --- /dev/null +++ b/vendor/argocd/RELEASE @@ -0,0 +1 @@ +1 diff --git a/vendor/argocd/VERSION b/vendor/argocd/VERSION new file mode 100644 index 000000000..88c5fb891 --- /dev/null +++ b/vendor/argocd/VERSION @@ -0,0 +1 @@ +1.4.0