File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
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  
Original file line number Diff line number Diff line change 1717apply plugin : ' java' 
1818apply from : ' plugin-common.gradle' 
1919
20- project. ext. pluginVersion =  ' 1 .0.2 ' 
20+ project. ext. pluginVersion =  ' 2 .0.0 ' 
2121project. ext. fullVersion =  project. distVersion ?  " ${ project.pluginVersion} ${ project.distVersion} " :  project. pluginVersion
2222
2323group =  ' cd.go.contrib' 
@@ -26,7 +26,7 @@ version = project.fullVersion
2626project. 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' 
Original file line number Diff line number Diff line change 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.
1515# 
1616distributionBase =GRADLE_USER_HOME 
1717distributionPath =wrapper/dists 
18+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10-all.zip 
1819zipStoreBase =GRADLE_USER_HOME 
1920zipStorePath =wrapper/dists 
20- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-all.zip 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments