Skip to content

Commit a75ca94

Browse files
committed
docs: update version to 0.3.0
1 parent 1b19345 commit a75ca94

15 files changed

+20
-20
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MKFILE_PATH=$(abspath $(lastword $(MAKEFILE_LIST)))
22
BUILD_PATH=$(patsubst %/,%,$(dir $(MKFILE_PATH)))/build/working_dir
3-
VERSION=0.2.0
3+
VERSION=0.3.0
44
GOOS=$(shell go env GOOS)
55
GOARCH=$(shell go env GOARCH)
66

docs/plugins/argocd_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tools:
1212
kind: argocd
1313
# version of the plugin
1414
# checkout the version from the GitHub releases
15-
version: 0.2.0
15+
version: 0.3.0
1616
options:
1717
# need to create the namespace or not, default: false
1818
create_namespace: true

docs/plugins/argocdapp_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tools:
1919
kind: argocdapp
2020
# version of the plugin
2121
# checkout the version from the GitHub releases
22-
version: 0.2.0
22+
version: 0.3.0
2323
# if specified, dtm will make sure the dependency is applied first before handling this tool.
2424
dependsOn: [ "ARGOCD_TOOL_NAME.argocd" ]
2525
# options for the plugin

docs/plugins/devlake_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tools:
1414
kind: devlake
1515
# version of the plugin
1616
# checkout the version from the GitHub releases
17-
version: 0.2.0
17+
version: 0.3.0
1818
```
1919
2020
All the parameters in the example above are mandatory.

docs/plugins/github-repo-scaffolding-golang_plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tools:
3030
kind: github-repo-scaffolding-golang
3131
# version of the plugin
3232
# checkout the version from the GitHub releases
33-
version: 0.2.0
33+
version: 0.3.0
3434
# options for the plugin
3535
options:
3636
# the repo's owner. It should be case-sensitive here; strictly use your GitHub user name; please change the value below.
@@ -70,7 +70,7 @@ tools:
7070
- name: go-webapp-repo
7171
plugin:
7272
kind: github-repo-scaffolding-golang
73-
version: 0.2.0
73+
version: 0.3.0
7474
options:
7575
owner: IronCore864
7676
repo: go-webapp-devstream-demo
@@ -79,7 +79,7 @@ tools:
7979
- name: golang-demo-actions
8080
plugin:
8181
kind: githubactions-golang
82-
version: 0.2.0
82+
version: 0.3.0
8383
dependsOn: ["go-webapp-repo.github-repo-scaffolding-golang"]
8484
options:
8585
owner: ${{go-webapp-repo.github-repo-scaffolding-golang.outputs.owner}}

docs/plugins/githubactions-golang_plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tools:
2525
kind: githubactions-golang
2626
# version of the plugin
2727
# checkout the version from the GitHub releases
28-
version: 0.2.0
28+
version: 0.3.0
2929
# optional; if specified, dtm will make sure the dependency is applied first before handling this tool.
3030
dependsOn: [ "TOOL1_NAME.TOOL1_KIND", "TOOL2_NAME.TOOL2_KIND" ]
3131
# options for the plugin
@@ -83,7 +83,7 @@ tools:
8383
- name: go-webapp-repo
8484
plugin:
8585
kind: github-repo-scaffolding-golang
86-
version: 0.2.0
86+
version: 0.3.0
8787
options:
8888
owner: IronCore864
8989
repo: go-webapp-devstream-demo
@@ -92,7 +92,7 @@ tools:
9292
- name: golang-demo-actions
9393
plugin:
9494
kind: githubactions-golang
95-
version: 0.2.0
95+
version: 0.3.0
9696
dependsOn: ["go-webapp-repo.github-repo-scaffolding-golang"]
9797
options:
9898
owner: ${{go-webapp-repo.github-repo-scaffolding-golang.outputs.owner}}

docs/plugins/githubactions-nodejs_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tools:
1717
kind: githubactions-nodejs
1818
# version of the plugin
1919
# checkout the version from the GitHub releases
20-
version: 0.2.0
20+
version: 0.3.0
2121
# optional; if specified, dtm will make sure the dependency is applied first before handling this tool.
2222
dependsOn: [ "TOOL1_NAME.TOOL1_KIND", "TOOL2_NAME.TOOL2_KIND" ]
2323
# options for the plugin

docs/plugins/githubactions-python_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tools:
1717
kind: githubactions-python
1818
# version of the plugin
1919
# checkout the version from the GitHub releases
20-
version: 0.2.0
20+
version: 0.3.0
2121
# optional; if specified, dtm will make sure the dependency is applied first before handling this tool.
2222
dependsOn: [ "TOOL1_NAME.TOOL1_KIND", "TOOL2_NAME.TOOL2_KIND" ]
2323
# options for the plugin

docs/plugins/gitlabci-golang_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tools:
1616
kind: gitlabci-golang
1717
# version of the plugin
1818
# checkout the version from the GitHub releases
19-
version: 0.2.0
19+
version: 0.3.0
2020
# options for the plugin
2121
options:
2222
# owner/repo; "path with namespace" is only GitLab API's way of saying the same thing; please change the values below.

docs/plugins/jenkins_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tools:
2222
kind: jenkins
2323
# version of the plugin
2424
# checkout the version from the GitHub releases
25-
version: 0.2.0
25+
version: 0.3.0
2626
# options for the plugin
2727
options:
2828
# need to create the namespace or not, default: false

0 commit comments

Comments
 (0)