We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7daecf3 + 236c213 commit 8b5df12Copy full SHA for 8b5df12
CHANGELOG.md
@@ -0,0 +1,19 @@
1
+## 1.0.0 - 2018-03-19
2
+
3
+### Added
4
+- Assign work to kubernetes GoCD agent based on job identifier.
5
+- Restrict creation of new pods when pending pod count is already at user specified threshold.
6
+- Support for agent status report with following information -
7
+ - Pod information
8
+ - GoCD agent information
9
+ - Pod events
10
+ - Pod logs
11
+ - Pod configuration in form of YAML file
12
+- Support to configure plugin settings using service account token and CA cert of cluster.
13
14
+**_NOTE: _** *_Requires GoCD version 18.2.0 or higher. Plugin will not work with the older version of GoCD._*
15
16
17
+## 0.0.1 - 2017-10-26
18
19
+Initial release of plugin.
0 commit comments