Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
2.4.19 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Jan 14, 2017
1 parent 3297935 commit d0653dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Changes.md
@@ -1,4 +1,14 @@

### 2.4.19

* Jenkins pipelines will now detect if running on OpenShift for non java application pipelines and avoid mounting the docker socket in build pods, handing off to [OpenShift binary source](https://docs.openshift.com/enterprise/3.2/dev_guide/builds.html#binary-source) to build docker images.
* Pipeline start time improvements

### 2.4.18

* fix to fabric8-maven-plugin to avoid chmod'ing non persistent volume mounts https://github.com/fabric8io/fabric8-maven-plugin/issues/772


### 2.4.15

This release fixes a number of gremlins using fabric8 with kubernetes 1.5.x and the latest minikube
Expand All @@ -17,7 +27,7 @@ This release fixes a number of gremlins using fabric8 with kubernetes 1.5.x and
* Use the new @Library to import [fabric8 Jenkins CPS Shared library](https://github.com/fabric8io/fabric8-pipeline-library) in Jenkinsfiles
* Add experimental Keycloak app
* Upgrade experimental Taiga 3.0.0 and add persistence
* Define multiple containers to include in a build pod from a Jenkinsfile. [Excellent blog](https://blog.fabric8.io/jenkins-kubernetes-plugin-adds-pipeline-capabilities-2d43f934c580#.iaht2qp1y) by Ioannis
* Define multiple containers to include in a build pod from a Jenkinsfile. [Excellent blog](https://blog.fabric8.io/jenkins-kubernetes-plugin-adds-pipeline-capabilities-2d43f934c580#.iaht2qp1y) by Ioannis

### 2.3.19

Expand Down

0 comments on commit d0653dc

Please sign in to comment.