Skip to content

Releases: jenkinsci/kubernetes-plugin

1.19.3

03 Oct 07:38
677d831
Compare
Choose a tag to compare

🐛 Bug Fixes

  • PodTemplate’s copy constructor was incomplete (#608) @jglick

📦 Dependency updates

1.19.2

27 Sep 15:52
7a9113e
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

1.19.1

25 Sep 13:11
53b296f
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

1.19.0

10 Sep 13:46
972c26f
Compare
Choose a tag to compare

📦 Dependency updates

👻 Maintenance

  • Remove dependency management for jackson-dataformat-yaml (#593) @Vlatombe
  • Fix scope for some git plugin transitive dependencies getting pulled as 'compile' instead of 'test' (#592) @Vlatombe
  • JENKINS-59224 - add kubernetes-client-api plugin dependency (#591) @cronik
  • Switch /project/url from Confluence to GitHub (#590) @jglick

1.18.3

28 Aug 13:01
552ec6c
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix a case where getYamls would return an empty collection when in fa… (#585) @Vlatombe

📦 Dependency updates

1.18.2

26 Aug 14:44
2f297e6
Compare
Choose a tag to compare

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

1.18.1

26 Aug 14:26
7c0fb42
Compare
Choose a tag to compare

🐛 Bug Fixes

👻 Maintenance

1.15.10

01 Aug 16:32
ab06308
Compare
Choose a tag to compare

🐛 Bug Fixes

1.18.0

30 Jul 14:43
6ba95e9
Compare
Choose a tag to compare

Migration notes

This release includes a change of the default working directory for the agent, in order to allow docker images to ship with their own configuration files under $HOME directory if they want.

If your Jenkinsfile or pod templates explicitly depends on /home/jenkins you will need to update it to /home/jenkins/agent.
It is recommended to always work within the job workspace ($WORKSPACE) and not rely on absolute paths in your pipelines.

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

🚦 Tests

1.17.3

26 Jul 13:34
2afb5f3
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🚦 Tests

  • Try to address ContainerExecDecoratorTest#testCommandExecution flakiness (#553) @Vlatombe