From dbf401868c5b2da34fc31910ac6d8a67c2a06b66 Mon Sep 17 00:00:00 2001 From: Bec Callow Date: Mon, 23 Sep 2024 16:49:54 +1000 Subject: [PATCH 1/3] Fix typo in image path --- incubating/octopusdeploy-deploy-release-tenanted/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubating/octopusdeploy-deploy-release-tenanted/step.yaml b/incubating/octopusdeploy-deploy-release-tenanted/step.yaml index ce7b059e1..6cf520845 100644 --- a/incubating/octopusdeploy-deploy-release-tenanted/step.yaml +++ b/incubating/octopusdeploy-deploy-release-tenanted/step.yaml @@ -14,7 +14,7 @@ metadata: - deployment icon: type: svg - url: "https://cdn.jsdelivr.net/gh/codefresh-io/steps/incubating/octopusdeploy-deploy-release/deploy-release-tenanted.svg" + url: "https://cdn.jsdelivr.net/gh/codefresh-io/steps/incubating/octopusdeploy-deploy-release-tenanted/deploy-release-tenanted.svg" background: "#F4F6F8" maintainers: - name: OctopusDeploy From db2d5fe08e326cc6b53d6c4bba4b9ddb623384c7 Mon Sep 17 00:00:00 2001 From: Bec Callow Date: Mon, 23 Sep 2024 16:53:10 +1000 Subject: [PATCH 2/3] Include Octopus in step name for consistency --- incubating/octopusdeploy-create-package/step.yaml | 4 ++-- incubating/octopusdeploy-deploy-release-tenanted/step.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/incubating/octopusdeploy-create-package/step.yaml b/incubating/octopusdeploy-create-package/step.yaml index 9de9cf7ab..3386c824c 100644 --- a/incubating/octopusdeploy-create-package/step.yaml +++ b/incubating/octopusdeploy-create-package/step.yaml @@ -2,8 +2,8 @@ version: "1.0" kind: step-type metadata: name: octopusdeploy-create-package - version: 1.0.0 - title: Create a package + version: 1.0.1 + title: Create a package in Octopus Deploy isPublic: true description: Creates a zip package in the format expected by Octopus Deploy sources: diff --git a/incubating/octopusdeploy-deploy-release-tenanted/step.yaml b/incubating/octopusdeploy-deploy-release-tenanted/step.yaml index 6cf520845..416c8d919 100644 --- a/incubating/octopusdeploy-deploy-release-tenanted/step.yaml +++ b/incubating/octopusdeploy-deploy-release-tenanted/step.yaml @@ -2,7 +2,7 @@ version: "1.0" kind: step-type metadata: name: octopusdeploy-deploy-release-tenanted - version: 1.0.0 + version: 1.0.1 title: Deploy a tenanted release in Octopus Deploy isPublic: true description: Deploy a tenanted release in Octopus Deploy From b34f3068bf1f6d445f5985a3d7ec0509c326ae5d Mon Sep 17 00:00:00 2001 From: Bec Callow Date: Tue, 24 Sep 2024 09:24:49 +1000 Subject: [PATCH 3/3] Update title to be more meaningful --- incubating/octopusdeploy-create-package/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubating/octopusdeploy-create-package/step.yaml b/incubating/octopusdeploy-create-package/step.yaml index 3386c824c..c6c5ed5f0 100644 --- a/incubating/octopusdeploy-create-package/step.yaml +++ b/incubating/octopusdeploy-create-package/step.yaml @@ -3,7 +3,7 @@ kind: step-type metadata: name: octopusdeploy-create-package version: 1.0.1 - title: Create a package in Octopus Deploy + title: Create Octopus Deploy package isPublic: true description: Creates a zip package in the format expected by Octopus Deploy sources: