Skip to content

Releases: jenkinsci/kubernetes-plugin

4174.v4230d0ccd951

03 Jan 13:24
4230d0c
Compare
Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

🚦 Tests

📦 Dependency updates

4151.v6fa_f0fb_0b_4c9

08 Dec 14:47
6faf0fb
Compare
Choose a tag to compare

🐛 Bug fixes

4147.va_d406fb_66172

23 Nov 15:36
ad406fb
Compare
Choose a tag to compare

🚀 New features and improvements

4144.vfd176ec18694

16 Nov 16:36
fd176ec
Compare
Choose a tag to compare

🐛 Bug fixes

4142.vd65b_b_c758868

16 Nov 15:29
d65bbc7
Compare
Choose a tag to compare

🐛 Bug fixes

📝 Documentation updates

📦 Dependency updates

4132.v758a_0c613a_38

08 Nov 17:33
758a0c6
Compare
Choose a tag to compare

🚀 New features and improvements

✍ Other changes

📦 Dependency updates

4110.v2d7ceb_d59c53

24 Oct 13:58
2d7cebd
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

4054.v2da_8e2794884

10 Oct 09:08
2da8e27
Compare
Choose a tag to compare

🐛 Bug fixes

  • Handle the case when watch.exitCode may return null (#1366) @kuzaxak

🚦 Tests

📦 Dependency updates

4029.v5712230ccb_f8

29 Aug 14:43
5712230
Compare
Choose a tag to compare

💥 Breaking changes

  • The Kubernetes client this plugin uses, kubernetes-client now depends on snakeyaml-engine. This library implements YAML 1.2. Any feature that was relying on specific features in YAML 1.1 that have been changed or removed in YAML 1.2 won't work anymore.
    Read Changes in YAML version 1.2 for details.

🚀 New features and improvements

4007.v633279962016

23 Aug 16:51
6332799
Compare
Choose a tag to compare

🐛 Bug fixes

  • Add more spotbugs checks and fix existing issues (#1392) @aneveux
  • KubernetesSlave#readResolve should call super implementation (#1420) @Vlatombe

🚦 Tests