Bump up GoCD version (#7525)

* * Bump GoCD app version to 18.8.0
* Updated kubernetes elastic agent plugin version to 1.0.2
* Updated post install script
  - From GoCD version 18.8.0 pipeline created using api is already in
    unpaused state

Signed-off-by: Bhupendrakumar Piprava <bdpiparva@gmail.com>

* Updated changelog

Signed-off-by: Bhupendrakumar Piprava <bdpiparva@gmail.com>
This commit is contained in:
Bhupendra
2018-09-04 07:57:28 -07:00
committed by k8s-ci-robot
parent 32ee1e25bf
commit 202d6e9e88
4 changed files with 11 additions and 10 deletions
+8
View File
@@ -1,3 +1,11 @@
### 1.4.0
* [f5249551](https://github.com/kubernetes/charts/commit/f5249551):
- Bump up GoCD app version to 18.8.0
- Updated kubernetes elastic agent plugin version to 1.0.2
- Updated post install script
* From GoCD version 18.8.0 pipeline created using api is already in
unpaused state
### 1.3.6
* [b7d596e](https://github.com/helm/charts/pull/7476/commits/b7d596e): Fixed role configuration instructions in README file.
+2 -2
View File
@@ -1,7 +1,7 @@
name: gocd
home: https://www.gocd.org/
version: 1.3.6
appVersion: 18.7.0
version: 1.4.0
appVersion: 18.8.0
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
keywords:
-7
View File
@@ -133,11 +133,4 @@ data:
}
}' >> /godata/logs/preconfigure.log )
echo "Unpausing the pipeline." >> /godata/logs/preconfigure.log
(curl --fail -i 'http://localhost:8153/go/api/pipelines/hello_world/unpause' \
-H 'Accept: application/vnd.go.cd.v1+json' \
-H 'X-GoCD-Confirm: true' \
-X POST >> /godata/logs/preconfigure.log)
echo "Done preconfiguring the GoCD server" > /godata/logs/preconfigure_complete.log
+1 -1
View File
@@ -62,7 +62,7 @@ server:
# server.env.extraEnvVars is the list of environment variables passed to GoCD Server
extraEnvVars:
- name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v1.0.1/kubernetes-elastic-agent-1.0.1-107.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v1.0.2/kubernetes-elastic-agent-1.0.2-108.jar
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/1.0.0/docker-registry-artifact-plugin-1.0.0-3.jar
service: