From 7a93ceb73dcebce42afdbb13e5eca8548143a281 Mon Sep 17 00:00:00 2001 From: UshaN Date: Wed, 4 Dec 2019 16:24:40 +0530 Subject: [PATCH] Update action.yml with deprecation message (#34) * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml --- aks-set-context/action.yml | 1 + docker-login/action.yml | 1 + k8s-create-secret/action.yml | 1 + k8s-deploy/action.yml | 1 + k8s-set-context/action.yml | 1 + setup-kubectl/action.yml | 1 + 6 files changed, 6 insertions(+) diff --git a/aks-set-context/action.yml b/aks-set-context/action.yml index 5351c55..715b2de 100644 --- a/aks-set-context/action.yml +++ b/aks-set-context/action.yml @@ -5,6 +5,7 @@ inputs: description: 'Azure credentials i.e. output of `az ad sp create-for-rbac --sdk-auth`' required: true default: '' + deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/aks-set-context@v1' resource-group: description: 'Resource Group Name' required: false diff --git a/docker-login/action.yml b/docker-login/action.yml index 863906a..4a31441 100644 --- a/docker-login/action.yml +++ b/docker-login/action.yml @@ -5,6 +5,7 @@ inputs: description: 'Container registry username' required: true default: '' + deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/docker-login@v1' password: description: 'Container registry password' required: true diff --git a/k8s-create-secret/action.yml b/k8s-create-secret/action.yml index 6616fae..698be2f 100644 --- a/k8s-create-secret/action.yml +++ b/k8s-create-secret/action.yml @@ -8,6 +8,7 @@ inputs: container-registry-url: description: 'Container registry url' required: false + deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/k8s-create-secret@v1' container-registry-username: description: 'Container registry username' required: false diff --git a/k8s-deploy/action.yml b/k8s-deploy/action.yml index a181cc1..fa9092d 100644 --- a/k8s-deploy/action.yml +++ b/k8s-deploy/action.yml @@ -9,6 +9,7 @@ inputs: description: 'Path to the manifest files which will be used for deployment.' required: true default: '' + deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/k8s-deploy@v1' images: description: 'Fully qualified resource URL of the image(s) to be used for substitutions on the manifest files Example: contosodemo.azurecr.io/helloworld:test' diff --git a/k8s-set-context/action.yml b/k8s-set-context/action.yml index 2f87737..24b5982 100644 --- a/k8s-set-context/action.yml +++ b/k8s-set-context/action.yml @@ -6,6 +6,7 @@ inputs: description: 'Kubernetes Config' required: false default: '' + deprecationMessage: "This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/k8s-set-context@v1" context: description: 'If your kubeconfig has multiple contexts, use this field to use a specific context, otherwise the default one would be chosen' required: false diff --git a/setup-kubectl/action.yml b/setup-kubectl/action.yml index 1d08c1e..43219c8 100644 --- a/setup-kubectl/action.yml +++ b/setup-kubectl/action.yml @@ -5,6 +5,7 @@ inputs: description: 'Version of kubectl' required: true default: 'latest' + deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the new action azure/setup-kubectl@v1' outputs: kubectl-path: description: 'Path to the cached kubectl binary'