diff --git a/graduated/git-clone/step.yaml b/graduated/git-clone/step.yaml index 80acd6053..e467e5227 100644 --- a/graduated/git-clone/step.yaml +++ b/graduated/git-clone/step.yaml @@ -3,7 +3,7 @@ version: "1.0" metadata: name: git-clone title: Clone a Git repository - version: 1.0.5 + version: 1.0.6 isPublic: true description: Clone a Git repository with Codefresh's built in Git provider integration. sources: @@ -77,6 +77,10 @@ spec: "exclude_blobs": { "type": "boolean", "description": "(boolean) Filter out all blobs (file contents). The default value is False." + }, + "skip_tags_on_update": { + "type": "boolean", + "description": "When set, fetch updates without tags to minimize data transfer. If unset, tags are included in the fetch operation. The default value is False." } } } diff --git a/incubating/newrelic-deployment-marker/step.yaml b/incubating/newrelic-deployment-marker/step.yaml index afae7cea9..8b8cbfd46 100644 --- a/incubating/newrelic-deployment-marker/step.yaml +++ b/incubating/newrelic-deployment-marker/step.yaml @@ -2,9 +2,9 @@ version: '1.0' kind: step-type metadata: name: newrelic-deployment-marker - version: 1.0.1 + version: 1.0.2 isPublic: true - description: Createa a new deployment marker in New Relic. + description: Create a new deployment marker in New Relic. sources: - >- https://github.com/codefresh-io/steps/tree/master/incubating/newrelic-deployment-marker