Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update action.yml with deprecation message (#34)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml
  • Loading branch information
N-Usha authored and thesattiraju committed Dec 4, 2019
1 parent 3950f1c commit 7a93ceb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions aks-set-context/action.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docker-login/action.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions k8s-create-secret/action.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions k8s-deploy/action.yml
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions k8s-set-context/action.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup-kubectl/action.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 7a93ceb

Please sign in to comment.