Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changelog for 1.13.5
  • Loading branch information
carlossg committed Oct 31, 2018
1 parent fc15d31 commit a85e2a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ Known issues

See the full list of issues at [JIRA](https://issues.jenkins-ci.org/issues/?filter=15575)

1.13.5
------
* Populate jnlp tunnel in the jnlp endpoint to launch agent whether Jenkins is behind load balancer or not [#389](https://github.com/jenkinsci/kubernetes-plugin/pull/389)
* Combine parent pod template ports with children [#340](https://github.com/jenkinsci/kubernetes-plugin/pull/340) [JENKINS-50932](https://issues.jenkins-ci.org/browse/JENKINS-50932)

1.13.4
------
* Upgrade kubernetes-client to 4.1.0 [#380](https://github.com/jenkinsci/kubernetes-plugin/pull/380) [JENKINS-53817](https://issues.jenkins-ci.org/browse/JENKINS-53817)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM jenkins/jenkins:lts-alpine

ARG VERSION=1.13.4
ARG VERSION=1.13.5
RUN /usr/local/bin/install-plugins.sh kubernetes:${VERSION}

# COPY target/kubernetes.hpi /usr/share/jenkins/ref/plugins/kubernetes.hpi
Expand Down

0 comments on commit a85e2a0

Please sign in to comment.