File tree 2 files changed +31
-14
lines changed
2 files changed +31
-14
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.13.1
2
+ * Populate additional ArtifactHub annotations (thanks to @chadlwilson )
1
3
### 2.13.0
2
4
* Add support for modelling static agents as StatefulSets (thanks to @12345ieee )
3
5
### 2.12.1
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : gocd
3
3
home : https://www.gocd.org/
4
- version : 2.13.0
4
+ version : 2.13.1
5
5
appVersion : 25.1.0
6
6
description : GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
7
7
icon : https://gocd.github.io/assets/images/go-icon-black-192x192.png
8
8
keywords :
9
- - gocd
10
- - ci
11
- - cd
12
- - ci/cd
13
- - continuous-integration
14
- - continuous-delivery
15
- - continuous-deployment
16
- - continuous-testing
9
+ - gocd
10
+ - ci
11
+ - cd
12
+ - ci/cd
13
+ - continuous-integration
14
+ - continuous-delivery
15
+ - continuous-deployment
16
+ - continuous-testing
17
17
sources :
18
- - https://github.com/gocd/gocd
18
+ - https://github.com/gocd/gocd
19
+ - https://github.com/gocd/helm-chart/gocd
19
20
maintainers :
20
- - name : chadlwilson
21
-
22
- - name : arvindsv
23
-
21
+ - name : chadlwilson
22
+
23
+ - name : arvindsv
24
+
25
+ annotations :
26
+ artifacthub.io/license : Apache-2.0
27
+ artifacthub.io/category : integration-delivery
28
+ artifacthub.io/images : |
29
+ - name: gocd-server
30
+ image: gocd/gocd-server:25.1.0
31
+ platforms:
32
+ - linux/amd64
33
+ - linux/arm64
34
+ - name: gocd-agent (optional)
35
+ image: gocd/gocd-agent-wolfi:25.1.0
36
+ platforms:
37
+ - linux/amd64
38
+ - linux/arm64
You can’t perform that action at this time.
0 commit comments