Skip to content

Commit 7183a49

Browse files
chore: sync plugin.json version to v1.0.3
1 parent 44c5007 commit 7183a49

1 file changed

Lines changed: 74 additions & 61 deletions

File tree

plugin.json

Lines changed: 74 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,77 @@
11
{
2-
"name": "workflow-plugin-gitlab",
3-
"version": "1.0.2",
4-
"description": "GitLab integration plugin: webhook handling and GitLab CI pipeline management",
5-
"author": "GoCodeAlone",
6-
"license": "MIT",
7-
"type": "external",
8-
"tier": "community",
9-
"minEngineVersion": "0.53.0",
10-
"keywords": ["gitlab", "webhook", "git", "ci", "cd", "pipeline", "merge-request", "integration"],
11-
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-gitlab",
12-
"repository": "https://github.com/GoCodeAlone/workflow-plugin-gitlab",
13-
"downloads": [
14-
{
15-
"os": "linux",
16-
"arch": "amd64",
17-
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-linux-amd64.tar.gz"
18-
},
19-
{
20-
"os": "linux",
21-
"arch": "arm64",
22-
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-linux-arm64.tar.gz"
23-
},
24-
{
25-
"os": "darwin",
26-
"arch": "amd64",
27-
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-darwin-amd64.tar.gz"
28-
},
29-
{
30-
"os": "darwin",
31-
"arch": "arm64",
32-
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-darwin-arm64.tar.gz"
33-
},
34-
{
35-
"os": "windows",
36-
"arch": "amd64",
37-
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-windows-amd64.tar.gz"
38-
},
39-
{
40-
"os": "windows",
41-
"arch": "arm64",
42-
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-windows-arm64.tar.gz"
43-
}
44-
],
45-
"capabilities": {
46-
"configProvider": false,
47-
"moduleTypes": ["git.webhook", "gitlab.webhook", "gitlab.client"],
48-
"stepTypes": [
49-
"step.gitlab_trigger_pipeline",
50-
"step.gitlab_pipeline_status",
51-
"step.gitlab_create_merge_request",
52-
"step.gitlab_create_mr",
53-
"step.gitlab_mr_comment",
54-
"step.gitlab_parse_webhook"
55-
],
56-
"serviceMethods": [
57-
"gitlab.client/trigger_pipeline",
58-
"gitlab.client/pipeline_status",
59-
"gitlab.client/create_merge_request",
60-
"gitlab.client/mr_comment"
61-
],
62-
"triggerTypes": []
2+
"name": "workflow-plugin-gitlab",
3+
"version": "1.0.3",
4+
"description": "GitLab integration plugin: webhook handling and GitLab CI pipeline management",
5+
"author": "GoCodeAlone",
6+
"license": "MIT",
7+
"type": "external",
8+
"tier": "community",
9+
"minEngineVersion": "0.53.0",
10+
"keywords": [
11+
"gitlab",
12+
"webhook",
13+
"git",
14+
"ci",
15+
"cd",
16+
"pipeline",
17+
"merge-request",
18+
"integration"
19+
],
20+
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-gitlab",
21+
"repository": "https://github.com/GoCodeAlone/workflow-plugin-gitlab",
22+
"downloads": [
23+
{
24+
"os": "linux",
25+
"arch": "amd64",
26+
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-linux-amd64.tar.gz"
27+
},
28+
{
29+
"os": "linux",
30+
"arch": "arm64",
31+
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-linux-arm64.tar.gz"
32+
},
33+
{
34+
"os": "darwin",
35+
"arch": "amd64",
36+
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-darwin-amd64.tar.gz"
37+
},
38+
{
39+
"os": "darwin",
40+
"arch": "arm64",
41+
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-darwin-arm64.tar.gz"
42+
},
43+
{
44+
"os": "windows",
45+
"arch": "amd64",
46+
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-windows-amd64.tar.gz"
47+
},
48+
{
49+
"os": "windows",
50+
"arch": "arm64",
51+
"url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.2/workflow-plugin-gitlab-windows-arm64.tar.gz"
6352
}
53+
],
54+
"capabilities": {
55+
"configProvider": false,
56+
"moduleTypes": [
57+
"git.webhook",
58+
"gitlab.webhook",
59+
"gitlab.client"
60+
],
61+
"stepTypes": [
62+
"step.gitlab_trigger_pipeline",
63+
"step.gitlab_pipeline_status",
64+
"step.gitlab_create_merge_request",
65+
"step.gitlab_create_mr",
66+
"step.gitlab_mr_comment",
67+
"step.gitlab_parse_webhook"
68+
],
69+
"serviceMethods": [
70+
"gitlab.client/trigger_pipeline",
71+
"gitlab.client/pipeline_status",
72+
"gitlab.client/create_merge_request",
73+
"gitlab.client/mr_comment"
74+
],
75+
"triggerTypes": []
76+
}
6477
}

0 commit comments

Comments
 (0)