91 Commits
Author SHA1 Message Date
Matt Farina dc7e5997de Revert "Updating to new repo locations (#24419)" (#24420)
This reverts commit e2ecc4d816.
2020-11-13 18:28:12 -05:00
Matt Farina e2ecc4d816 Updating to new repo locations (#24419)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 18:21:11 -05:00
Matt Farina 4a04b6f964 Removed old owners files (#24416)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 17:06:05 -05:00
gocd-ci-userandGoCD Build User eebc887f00 [stable/gocd] Bump up GoCD Version to 20.8.0 (#23800)
* Bump up GoCD Version to 20.8.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

Co-authored-by: GoCD Build User <go-cd@googlegroups.com>
2020-09-22 03:26:47 -07:00
Ganesh S Patil 3aa1da12a6 [stable/gocd] Deprecate stable gocd helm chart (#23780)
* Deprecate GoCD Helm Chart

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Update Changelog

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2020-09-16 22:10:45 -07:00
gocd-ci-userandGoCD Build User ba79785878 [stable/gocd] Bump up GoCD Version to 20.7.0 (#23604)
* Bump up GoCD Version to 20.7.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

Co-authored-by: GoCD Build User <go-cd@googlegroups.com>
2020-08-24 22:22:15 -07:00
gocd-ci-userandGoCD Build User 149b0f0c18 [stable/gocd] Bump up GoCD Version to 20.6.0 (#23382)
* Bump up GoCD Version to 20.6.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

Co-authored-by: GoCD Build User <go-cd@googlegroups.com>
2020-07-29 01:09:47 -07:00
gocd-ci-userandGoCD Build User 6cb2b7a4d6 [stable/gocd] Bump up GoCD Version to 20.5.0 (#22908)
* Bump up GoCD Version to 20.5.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

Co-authored-by: GoCD Build User <go-cd@googlegroups.com>
2020-06-22 21:05:40 -07:00
gocd-ci-userandGoCD Build User f1b588f02e [stable/gocd] Bump up GoCD Version to 20.4.0 (#22581)
* Bump up GoCD Version to 20.4.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

Co-authored-by: GoCD Build User <go-cd@googlegroups.com>
2020-05-28 22:51:15 -07:00
Vikas Kumar 33e894a03c GH-22120 - fix the permission of files in ~/.ssh/ in gocd-server and (#22126)
agent

This is required to give access to private git repositories
https://github.com/helm/charts/issues/22120 has more details

Signed-off-by: Vikas Kumar <vikas@reachvikas.com>
2020-04-28 23:00:25 -07:00
gocd-ci-userandGoCD Build User 7601e205c4 [stable/gocd] Bump up GoCD Version to 20.3.0 (#22058)
* Bump up GoCD Version to 20.3.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

Co-authored-by: GoCD Build User <go-cd@googlegroups.com>
2020-04-22 03:25:52 -07:00
Varsha Varadarajan 0bc97083e2 [stable/gocd] Update k8s supported versions (#21669)
* [stable/gocd] Update k8s supported versions to 1.14+.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2020-03-28 22:59:52 -07:00
Varsha Varadarajan 1663190a32 [stable/gocd] Update ingress doc (#21560)
* [stable/gocd] Add docs for ingress

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2020-03-23 10:04:45 -07:00
Ganesh S Patil 881fd39a08 [stable/gocd] Remove https port (#21548)
* [stable/gocd] Remove usages of 8154 https port

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Update docs to mention about TLS changes

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Bump up chart version to 1.24.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2020-03-20 04:16:36 -07:00
gocd-ci-userandGoCD Build User bc71f315e1 [stable/gocd] Bump up GoCD Version to 20.2.0 (#21518)
* Bump up GoCD Version to 20.2.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

Co-authored-by: GoCD Build User <go-cd@googlegroups.com>
2020-03-18 02:02:48 -07:00
Austin Orth f026a7785f [stable/gocd] Quote ingress host (#20477)
* [stable/gocd] Quote ingress host

When using a wildcard DNS name for host, such as *.example.com, Helm
fails with a yaml parsing error. Added quote function to allow use of
wildcard.

Signed-off-by: Austin Orth <aorth@niche.com>

* [stable/gocd] Bump Chart version

Signed-off-by: Austin Orth <aorth@niche.com>

* [stable/gocd] Ingress api version change

Changed version of api for ingress to networking.k8s.io/v1beta1.

Signed-off-by: Austin Orth <aorth@niche.com>

* [stable/gocd] Updated changelog

Updated the changelog with relevant commits for this patch version.

Signed-off-by: Austin Orth <aorth@niche.com>
2020-02-01 00:51:20 -08:00
gocd-ci-user 431e0641c9 [stable/gocd] Bump up GoCD Version to 20.1.0 (#20439)
* Bump up GoCD Version to 20.1.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2020-01-30 01:48:14 -08:00
gocd-ci-user 9b63987092 [stable/gocd] Bump up GoCD Version to 19.12.0 (#19750)
* Bump up GoCD Version to 19.12.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-12-23 02:51:33 -08:00
Ganesh S Patil 856b6fd1a6 [stable/gocd] Update OWNERS lists (#19355)
* [stable/gocd] Update OWNERS lists

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Updated Changelog.

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2019-12-04 03:44:58 -08:00
gocd-ci-user 9304c0a3ad [stable/gocd] Bump up GoCD Version to 19.11.0 (#19359)
* Bump up GoCD Version to 19.11.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-12-04 01:00:57 -08:00
Erik Jutemar 8e07ba4502 [stable/gocd] - GoCD server should be able to have sidecar containers (#18769)
* [stable/gocd] - GoCD server should be able to have sidecar containers

Signed-off-by: Erik Jutemar <erik.jutemar@pagero.com>

* [stable/gocd] - Updated documentation for server.sidecarContainers

Signed-off-by: Erik Jutemar <erik.jutemar@pagero.com>

* [stable/gocd] - CHANGELOG and Chart version for server.sidecarContainers

Signed-off-by: Erik Jutemar <erik.jutemar@pagero.com>
2019-11-12 02:48:09 -08:00
Erik Jutemar 8f4cb428f4 [stable/gocd] - GoCD agents should run postStart lifecycle hooks (#18768)
* [stable/gocd] - GoCD agents should run postStart lifecycle hooks

Signed-off-by: Erik Jutemar <erik.jutemar@pagero.com>

* [stable/gocd] - Update changelog with 1.19.2 GoCD agents postStart

Signed-off-by: Erik Jutemar <erik.jutemar@pagero.com>

* [stable/gocd] - Updated documentation for agent.postStart and agent.preStop

Signed-off-by: Erik Jutemar <erik.jutemar@pagero.com>
2019-11-12 02:28:06 -08:00
Pontus Nordh 41bfe40904 [stable/gocd] Add support for tolerations on both the GoCD server and agent pods (#18629)
* [stable/gocd] Add support for tolerations on both the GoCD server and
agent pods

Signed-off-by: Pontus Nordh <pontus.nordh@pagero.com>

* [stable/gocd] Added changelog entry for 1.19.1

Signed-off-by: Pontus Nordh <pontus.nordh@pagero.com>
2019-11-06 07:25:53 -08:00
Ganesh S Patil 7e3770d957 [stable/gocd] Bump gocd version to 19.10.0 (#18575)
* Bump up GoCD Version to 19.10.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Use latest GoCD APIs instead of hardcoded API versions

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Bump up kubernetes elastic agent plugin version to 3.4.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Updated Changelog.

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2019-11-05 12:01:15 -08:00
Mohamed Najiullah 26dc1ae04e [stable/gocd] Add information about adding plugins (#17705)
* Add information about adding plugins

Signed-off-by: Mohamed Najiullah <mohammed.najiullah@gmail.com>

* Update chart version to 1.18.2 and update changelog

Signed-off-by: Mohamed Najiullah <mohammed.najiullah@gmail.com>
2019-10-05 12:23:11 -07:00
Ganesh S Patil db1749796e [stable/gocd] Bump up k8s plugin version to 3.2 (#17572)
* Bump up kubernetes plugin version to v3.2.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* update chart version

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2019-10-01 01:23:32 -07:00
gocd-ci-user 7967a151df [stable/gocd] Bump up GoCD Version to 19.9.0 (#17445)
* Bump up GoCD Version to 19.9.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-09-26 02:09:06 -07:00
gocd-ci-user 29da534bcf [stable/gocd] Bump up GoCD Version to 19.8.0 (#16954)
* Bump up GoCD Version to 19.8.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-09-08 22:53:17 -07:00
Ganesh S Patil 5f462ce79d [stable/gocd] Bump up k8s plugin version to 3.1 (#16586)
* Bump up kubernetes plugin version to v3.1.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Bump up chart version to v1.16.1

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2019-08-22 22:17:16 -07:00
Varsha Varadarajan fd8fd4cef4 [stable/gocd] Update pipeline config API, use getting started repo's build script (#16100)
* [stable/gocd] - update pipeline config API version, use the getting started repo for the preconfigured task

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-08-07 04:48:51 -07:00
gocd-ci-user 5864ec9648 [stable/gocd] Bump up GoCD Version to 19.7.0 (#16026)
* Bump up GoCD Version to 19.7.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-08-01 01:48:16 -07:00
Ganesh S Patil a394463640 [stable/gocd] Bump up gocd app version to 19.6.0 (#15584)
* Bump up GoCD app version to 19.6.0

- Remove 'server.env.goServerSystemProperties' in favor of 'server.env.goServerJvmOpts'
- Remove 'server.env.goAgentSystemProperties' in favor of 'server.env.goAgentJvmOpts'

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Add changelog for release 1.14.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Add an option to specify security constraint for server and agent pod

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* update readme

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2019-07-22 03:46:52 -07:00
Ganesh S Patil 1afd4c63ca [stable/gocd] Gocd bump up docker registry artifact plugin version (#15475)
* Bump up GoCD docker registry artifact plugin version from v1.0.1-92 to v1.1.0-104

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Bump up chart version to 1.13.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
2019-07-12 01:27:05 -07:00
Varsha Varadarajan a7ea40dce7 [stable/gocd] Update api versions of Deployment, Ingress, RBAC resources (#15377)
* [stable/gocd] Update API versions of some k8s API objects.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-07-10 19:24:54 -07:00
gocd-ci-user c12bc0caaf [stable/gocd] Bump up GoCD Version to 19.5.0 (#14689)
* Bump up GoCD Version to 19.5.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-06-11 07:12:21 -07:00
gocd-ci-user feaeec15bb [stable/gocd] Bump up GoCD Version to 19.4.0 (#14152)
* Bump up GoCD Version to 19.4.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-05-27 08:51:51 -07:00
Carlos Tadeu Panato Junior 717b7de5a6 add apiVersion (#13789)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-05-14 15:48:43 -07:00
Janesee3 c520eb95c1 [stable/gocd] Add support for annotations for both Pod and Deployment (#13235)
This allows people to use annotations to assume roles via tools like
kube2iam.

Signed-off-by: Jane See <janesee@thoughtworks.com>
2019-05-02 03:26:18 -07:00
adityas 740778be04 [stable/gocd] Bump up k8 elastic agent to latest and bump up GoCD to v19.3.0 (#13301)
*  [stable/gocd] Udate k8's Elastic Agent Plugin, update configmap.yaml to reflect multi cluster changes.Bumped up Elastic Profile API to v2. Added Cluster profile api and removed plugin settings API for k8's plugin Signed-off-by: Aditya Sood <adityas@thoughtworks.com>

Signed-off-by: adityasood <adityas@thoughtworks.com>

*  [stable/gocd] Bump up chart version and GoCD App version, updated changelog Signed-off-by: Aditya Sood <adityas@thoughtworks.com>

Signed-off-by: adityasood <adityas@thoughtworks.com>
2019-04-26 01:48:28 -07:00
Varsha Varadarajan e3ba6f2b66 [stable/gocd] Update docker registry plugin to latest (#13165)
* [stable/gocd] Update docker registry plugin to latest.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-04-19 21:41:40 -07:00
Varsha Varadarajan 0c34f3ddd1 [stable/gocd] Introduce server and agent pre stop hooks (#12008)
* [stable/gocd] Update agent image to alpine 3.9
* Since gocd-agent-alpine-3.6 is deprecated.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Introduce server and agent pre stop hooks for users to optionally provide pre stop scripts.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Make terminationGracePeriodSeconds configurable for gocd server and agents.
* This can be used if the preStop hook takes longer than default grace period to execute.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-03-19 13:12:21 -07:00
Varsha Varadarajan e670920cf2 [stable/gocd] Bump k8s plugin to latest (#11539)
* [stable/gocd] Bump k8s EA plugin to latest

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-03-18 14:50:20 -07:00
gocd-ci-user eb10f2297d [stable/gocd] Bump up GoCD Version to 19.2.0 (#11975)
* Bump up GoCD Version to 19.2.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-03-06 22:12:56 -08:00
Cola Chen f672cf7c44 [stable/gocd] add host in template ingress.yaml instead of using default backend (#10983)
* if there is no host in template ingress.yaml, use default backend

Signed-off-by: cola <colachg@gmail.com>

* Update CHANGELOG

Signed-off-by: cola <colachg@gmail.com>
2019-01-31 08:27:54 -08:00
gocd-ci-user b005a72e96 Bump gocd version to 19.1.0 (#10970)
* Bump up GoCD Version to 19.1.0

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>

* Updated Changelog.

Signed-off-by: GoCD Build User <go-cd@googlegroups.com>
2019-01-29 09:19:57 -08:00
Varsha Varadarajan 4f3d5e2555 [stable/gocd] Bump up artifact plugin to latest version (#10709)
* [stable/gocd] Bump up the version of docker registry artifact plugin.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-01-16 07:51:37 -08:00
Sheroy Marker c5970e149f Fixes regression of functionality that allows for extra volumes and mounts regardless of whether persistence and ssh is enabled (#10541)
* Fixes the regression of the functionality that allows volumes and volume mounts regardless of whether persistence or ssh are enabled.

Signed-off-by: Sheroy Marker <smarker@thoughtworks.com>

* Updates the changelog.

Signed-off-by: Sheroy Marker <smarker@thoughtworks.com>
2019-01-10 23:46:26 -08:00
Varsha Varadarajan e6bb60fcc6 [stable/gocd] Deprecate agent.env.agentAutoRegisterEnvironemnts in favour of agent.env.agentAutoRegisterEnvironments (#9420) (#10402)
* [stable/gocd] Deprecate agent.env.agentAutoRegisterEnvironemnts in favour of agent.env.agentAutoRegisterEnvironments (#9420)

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog, update deprecation message

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
2019-01-08 12:41:19 -08:00
Aravind SV fdf8443d52 Add sheroy to owners (#10479)
* Add sheroy to owners

Signed-off-by: Aravind SV <mail@arvindsv.com>

* Update changelog and chart version

Signed-off-by: Aravind SV <mail@arvindsv.com>
2019-01-08 09:21:53 -08:00
matthias-k afa391769a [stable/gocd] optional init containers (#10397)
* [stable/gocd] init containers and restart policy for server and agent

Signed-off-by: Matthias Kümmerer <matthias@matthias-k.org>

* [stable/gocd] bump version

Signed-off-by: Matthias Kümmerer <matthias@matthias-k.org>
2019-01-07 14:11:36 -08:00