Skip to content

Commit ee536c3

Browse files
committed
update plugins with compatibility ranges
1 parent d946dc5 commit ee536c3

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

plugins.yaml

+49-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
version: 1.4.0
99
downloadURL: 'https://github.com/gitbucket-plugins/gitbucket-h2-backup-plugin/releases/download/1.4.0/gitbucket-h2-backup-plugin.jar'
1010
gitbucketCompileVersion: 4.10.0
11+
gitbucketCompatibleRange:
12+
lower:
13+
bound: 4.10.0
14+
included: true
1115
-
1216
id: announce
1317
name: Announce Plugin
@@ -18,6 +22,10 @@
1822
version: 1.6.0
1923
downloadURL: 'https://github.com/gitbucket-plugins/gitbucket-announce-plugin/releases/download/1.6.0/gitbucket-announce-plugin.jar'
2024
gitbucketCompileVersion: 4.10.0
25+
gitbucketCompatibleRange:
26+
lower:
27+
bound: 4.10.0
28+
included: true
2129
-
2230
id: commitgraphs
2331
name: Commit Graphs
@@ -27,6 +35,10 @@
2735
version: 4.10.0
2836
downloadURL: 'https://github.com/yoshiyoshifujii/gitbucket-commitgraphs-plugin/releases/download/4.10.0/gitbucket-commitgraphs-plugin_2.12-4.10.0.jar'
2937
gitbucketCompileVersion: 4.10.0
38+
gitbucketCompatibleRange:
39+
lower:
40+
bound: 4.10.0
41+
included: true
3042
-
3143
id: emoji
3244
name: Emoji Plugin
@@ -37,6 +49,10 @@
3749
version: 4.4.0
3850
downloadURL: 'https://github.com/gitbucket/gitbucket-emoji-plugin/releases/download/4.4.0/gitbucket-emoji-plugin_2.12-4.4.0.jar'
3951
gitbucketCompileVersion: 4.10.0
52+
gitbucketCompatibleRange:
53+
lower:
54+
bound: 4.10.0
55+
included: true
4056
-
4157
id: gist
4258
name: Gist Plugin
@@ -47,6 +63,10 @@
4763
version: 4.6.0
4864
downloadURL: 'https://github.com/gitbucket/gitbucket-gist-plugin/releases/download/4.6.0/gitbucket-gist-plugin_2.12-4.6.0.jar'
4965
gitbucketCompileVersion: 4.10.0
66+
gitbucketCompatibleRange:
67+
lower:
68+
bound: 4.10.0
69+
included: true
5070
-
5171
id: rst
5272
name: ReSTructured text Plugin
@@ -56,6 +76,13 @@
5676
version: 0.1.0
5777
downloadURL: 'https://github.com/amuramatsu/gitbucket-rst-plugin/releases/download/0.1.0/gitbucket-4.0-rst-plugin-assembly-0.1.0.jar'
5878
gitbucketCompileVersion: 4.0
79+
gitbucketCompatibleRange:
80+
lower:
81+
bound: 4.0
82+
included: true
83+
upper:
84+
bound: 4.3
85+
included: false
5986
-
6087
id: asciidoctor
6188
name: AsciiDoctor Plugin
@@ -65,6 +92,13 @@
6592
version: 1.0.1
6693
downloadURL: 'https://github.com/asciidoctor/gitbucket-asciidoctor-plugin/releases/download/1.0.1/gitbucket-4.0-asciidoctor-plugin-assembly-1.0.1.jar'
6794
gitbucketCompileVersion: 4.0
95+
gitbucketCompatibleRange:
96+
lower:
97+
bound: 4.0
98+
included: true
99+
upper:
100+
bound: 4.3
101+
included: false
68102
-
69103
id: explorer
70104
name: Project explorer Plugin
@@ -74,6 +108,10 @@
74108
version: 2.0.0
75109
downloadURL: 'https://github.com/tomoki1207/gitbucket-explorer-plugin/releases/download/2.0.0/gitbucket-explorer-plugin_2.12-2.0.0.jar'
76110
gitbucketCompileVersion: 4.10.0
111+
gitbucketCompatibleRange:
112+
lower:
113+
bound: 4.10.0
114+
included: true
77115
-
78116
id: network
79117
name: Network Plugin
@@ -83,6 +121,10 @@
83121
version: 1.3
84122
downloadURL: 'https://github.com/mrkm4ntr/gitbucket-network-plugin/releases/download/1.3/gitbucket-network-plugin_2.12-1.3.jar'
85123
gitbucketCompileVersion: 4.10.0
124+
gitbucketCompatibleRange:
125+
lower:
126+
bound: 4.10.0
127+
included: true
86128
-
87129
id: pages
88130
name: Pages Plugin
@@ -92,4 +134,10 @@
92134
version: 0.9
93135
downloadURL: 'https://github.com/gitbucket/gitbucket-pages-plugin/releases/download/v0.9/pages-plugin_2.11-0.9.jar'
94136
gitbucketCompileVersion: 4.9
95-
137+
gitbucketCompatibleRange:
138+
lower:
139+
bound: 4.9
140+
included: true
141+
upper:
142+
bound: 4.10.0
143+
included: false

0 commit comments

Comments
 (0)