diff --git a/CHANGELOG.md b/CHANGELOG.md index 37069306..f362d86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.2 - 2018-09-04 +- Removed additional margin from status report pages + ## 1.0.1 - 2018-04-19 * [9f879b8](https://github.com/gocd/kubernetes-elastic-agents/commit/9f879b8) - Handle IndexOutOfBounds when container hasn't been brough up within a pod. diff --git a/build.gradle b/build.gradle index de1df4ae..08b890db 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'java' apply from: 'plugin-common.gradle' -project.ext.pluginVersion = '1.0.1' +project.ext.pluginVersion = '1.0.2' project.ext.fullVersion = project.distVersion ? "${project.pluginVersion}-${project.distVersion}" : project.pluginVersion group = 'cd.go.contrib' diff --git a/src/main/resources/agent-status-report.template.ftlh b/src/main/resources/agent-status-report.template.ftlh index c78b4d8b..e9112379 100644 --- a/src/main/resources/agent-status-report.template.ftlh +++ b/src/main/resources/agent-status-report.template.ftlh @@ -1,6 +1,11 @@
+
+

Kubernetes Plugin Status Report

+
<#if nodes?size != 0> <#list nodes as node>