diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index 0c59a4df06..559e3d9990 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -1,32 +1,45 @@ +### 1.6.1 + +* [28d5416](https://github.com/kubernetes/charts/commit/28d5416): + - Add sheroy to owners + ### 1.6.0 + * [7002dac](https://github.com/kubernetes/charts/commit/7002dac): - add option to specify init containers and restart policy for server and agent ### 1.5.13 + * [223b59f](https://github.com/kubernetes/charts/commit/223b59f): - Fix typo in README. ### 1.5.12 + * [72aa74f1](https://github.com/kubernetes/charts/commit/72aa74f1): - Removes the namespace list permission for the service account being created. ### 1.5.11 + * [a8f4e6c9](https://github.com/kubernetes/charts/commit/a8f4e6c9): - Bump up GoCD app version to 18.12.0 ### 1.5.10 + * [87b3a755](https://github.com/kubernetes/charts/commit/87b3a755): - Allow the override of the preconfigure command ### 1.5.9 + * [6547ba84](https://github.com/kubernetes/charts/commit/6547ba84): - Introduces the ability to configure agent service accounts ### 1.5.8 + * [cee475aa](https://github.com/kubernetes/charts/commit/cee475aa): - Enable extra volume mounts without persistence ### 1.5.7 + * [c663a531](https://github.com/kubernetes/charts/commit/c663a531): - Bump up GoCD app version to 18.11.0 @@ -46,12 +59,14 @@ - Update README with link to "Intro to GoCD" guide ### 1.5.3 + * [65fa6218](https://github.com/kubernetes/charts/commit/65fa6218): - Affinity setting in agent and server deployments * [587d7a37](https://github.com/kubernetes/charts/commit/587d7a37): - Invalid nodeSelector reference for agent deployment ### 1.5.2 + * [17fa5c8e](https://github.com/kubernetes/charts/commit/17fa5c8e): Fix agent kube resources typo. ### 1.5.1 diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index ef271747ef..f6dff31e4b 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,6 +1,6 @@ name: gocd home: https://www.gocd.org/ -version: 1.6.0 +version: 1.6.1 appVersion: 18.12.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 diff --git a/stable/gocd/OWNERS b/stable/gocd/OWNERS index 4faf33ca9a..10b572dbc8 100644 --- a/stable/gocd/OWNERS +++ b/stable/gocd/OWNERS @@ -4,9 +4,11 @@ approvers: - GaneshSPatil - varshavaradarajan - maheshp +- sheroy reviewers: - arvindsv - bdpiparva - GaneshSPatil - varshavaradarajan - maheshp +- sheroy