Skip to content

Commit 5b941a9

Browse files
gocd-ci-userGoCD Build User
andauthored
[GoCD Helm Chart] Bump up GoCD Version to 25.4.0 (#130)
* Bump up GoCD Version to 25.4.0 Signed-off-by: GoCD Build User <[email protected]> * Updated Changelog. Signed-off-by: GoCD Build User <[email protected]> --------- Signed-off-by: GoCD Build User <[email protected]> Co-authored-by: GoCD Build User <[email protected]>
1 parent e26c6fc commit 5b941a9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

gocd/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 2.17.0
2+
* [845c868](https://github.com/gocd/helm-chart/commit/845c868): Bump up GoCD Version to 25.4.0
13
### 2.16.2
24
* Bump pre-installed elastic agent plugin to latest patched version (thanks to @chadlwilson)
35
### 2.16.1

gocd/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: gocd
33
home: https://www.gocd.org/
4-
version: 2.16.2
5-
appVersion: 25.3.0
4+
version: 2.17.0
5+
appVersion: 25.4.0
66
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
77
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
88
keywords:
@@ -15,8 +15,8 @@ keywords:
1515
- continuous-deployment
1616
- continuous-testing
1717
sources:
18-
- https://github.com/gocd/gocd/tree/25.3.0
19-
- https://github.com/gocd/helm-chart/tree/gocd-2.16.2/gocd
18+
- https://github.com/gocd/gocd/tree/25.4.0
19+
- https://github.com/gocd/helm-chart/tree/gocd-2.17.0/gocd
2020
maintainers:
2121
- name: chadlwilson
2222
@@ -27,12 +27,12 @@ annotations:
2727
artifacthub.io/category: integration-delivery
2828
artifacthub.io/images: |
2929
- name: gocd-server
30-
image: docker.io/gocd/gocd-server:25.3.0
30+
image: docker.io/gocd/gocd-server:25.4.0
3131
platforms:
3232
- linux/amd64
3333
- linux/arm64
3434
- name: gocd-agent-wolfi (optional)
35-
image: docker.io/gocd/gocd-agent-wolfi:25.3.0
35+
image: docker.io/gocd/gocd-agent-wolfi:25.4.0
3636
platforms:
3737
- linux/amd64
3838
- linux/arm64

0 commit comments

Comments
 (0)