Skip to content

Commit

Permalink
Merge pull request #63 from bdpiparva/bump-version
Browse files Browse the repository at this point in the history
Bump plugin version to 2.0.0
  • Loading branch information
bdpiprava authored Oct 15, 2018
2 parents 2ab016c + 329df5b commit 25849a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.0 - 2018-10-15
- Added support to terminate pod once job is finished.

**_NOTE:_** *_Requires GoCD version 18.10.0 or higher. Plugin will not work with the older version of GoCD._*

## 1.0.2 - 2018-09-04
- Removed additional margin from status report pages

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

**_NOTE: _** *_Requires GoCD version 18.2.0 or higher. Plugin will not work with the older version of GoCD._*
**_NOTE:_** *_Requires GoCD version 18.2.0 or higher. Plugin will not work with the older version of GoCD._*


## 0.0.1 - 2017-10-26
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
apply plugin: 'java'
apply from: 'plugin-common.gradle'

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

group = 'cd.go.contrib'
Expand All @@ -26,7 +26,7 @@ version = project.fullVersion
project.ext.pluginDesc = [
id : 'cd.go.contrib.elasticagent.kubernetes',
version : project.version,
goCdVersion: '18.2.0',
goCdVersion: '18.10.0',
name : 'Kubernetes Elastic Agent Plugin',
description: 'Kubernetes Based Elastic Agent Plugins for GoCD',
vendorName : 'GoCD Contributors',
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 ThoughtWorks, Inc.
# Copyright 2018 ThoughtWorks, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,6 +15,6 @@
#
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit 25849a2

Please sign in to comment.