Skip to content

Commit 25849a2

Browse files
authored
Merge pull request #63 from bdpiparva/bump-version
Bump plugin version to 2.0.0
2 parents 2ab016c + 329df5b commit 25849a2

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.0 - 2018-10-15
2+
- Added support to terminate pod once job is finished.
3+
4+
**_NOTE:_** *_Requires GoCD version 18.10.0 or higher. Plugin will not work with the older version of GoCD._*
5+
16
## 1.0.2 - 2018-09-04
27
- Removed additional margin from status report pages
38

@@ -20,7 +25,7 @@
2025
- Pod configuration in form of YAML file
2126
- Support to configure plugin settings using service account token and CA cert of cluster.
2227

23-
**_NOTE: _** *_Requires GoCD version 18.2.0 or higher. Plugin will not work with the older version of GoCD._*
28+
**_NOTE:_** *_Requires GoCD version 18.2.0 or higher. Plugin will not work with the older version of GoCD._*
2429

2530

2631
## 0.0.1 - 2017-10-26

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
apply plugin: 'java'
1818
apply from: 'plugin-common.gradle'
1919

20-
project.ext.pluginVersion = '1.0.2'
20+
project.ext.pluginVersion = '2.0.0'
2121
project.ext.fullVersion = project.distVersion ? "${project.pluginVersion}-${project.distVersion}" : project.pluginVersion
2222

2323
group = 'cd.go.contrib'
@@ -26,7 +26,7 @@ version = project.fullVersion
2626
project.ext.pluginDesc = [
2727
id : 'cd.go.contrib.elasticagent.kubernetes',
2828
version : project.version,
29-
goCdVersion: '18.2.0',
29+
goCdVersion: '18.10.0',
3030
name : 'Kubernetes Elastic Agent Plugin',
3131
description: 'Kubernetes Based Elastic Agent Plugins for GoCD',
3232
vendorName : 'GoCD Contributors',

gradle/wrapper/gradle-wrapper.jar

1.43 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2017 ThoughtWorks, Inc.
2+
# Copyright 2018 ThoughtWorks, Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -15,6 +15,6 @@
1515
#
1616
distributionBase=GRADLE_USER_HOME
1717
distributionPath=wrapper/dists
18+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
1819
zipStoreBase=GRADLE_USER_HOME
1920
zipStorePath=wrapper/dists
20-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)