Skip to content

Releases: jenkinsci/kubernetes-plugin

1.28.6

15 Jan 16:23
32f1f8a
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

1.28.5

07 Jan 13:13
56126e4
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

1.28.4

14 Dec 09:18
91dda50
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • If credentialsId is specified, signal an error if no such credentials actually exists (#907) @jglick
  • Handle migration of containerCap = 0 (#903) @Vlatombe

📦 Dependency updates

👻 Maintenance

🚦 Tests

  • Get rid of explicit labels in declarative tests (#913) @Vlatombe

1.28.3

23 Nov 14:17
25be7eb
Compare
Choose a tag to compare

🐛 Bug Fixes

  • KubernetesCloud.provision optimizations (#902) @jglick

🚦 Tests

  • Assert we have only one kubernetes cloud after casc has run (#901) @Vlatombe

1.27.7

23 Nov 14:17
424bff1
Compare
Choose a tag to compare

🐛 Bug Fixes

  • KubernetesCloud.provision optimizations (#902) @jglick

1.26.6

23 Nov 14:17
b72b025
Compare
Choose a tag to compare

🐛 Bug Fixes

  • KubernetesCloud.provision optimizations (#902) @jglick

1.28.2

18 Nov 15:35
3eaa4e1
Compare
Choose a tag to compare

🐛 Bug Fixes

1.27.6

18 Nov 15:31
a1254e7
Compare
Choose a tag to compare

🐛 Bug Fixes

1.28.1

16 Nov 14:04
4ef1b2b
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • Simplify caching by removing the close logic (#889) @Vlatombe
  • fix: getPodRetention throws IllegalArgumentException (#891) @Vlatombe

👻 Maintenance

🚦 Tests

  • Improve tests logging (#897) @Vlatombe
  • Resurrecting KubernetesPipelineTest.runInPodWithDifferentShell (#871) @jglick
  • Slow down a bit the provisioning in tests as I've seen some overprovisioning. (#898) @Vlatombe
  • Add more logs to tests in order to diagnose flakiness (#888) @Vlatombe

1.28.0

06 Nov 14:53
fcf4b30
Compare
Choose a tag to compare

🚀 New features and improvements

  • Rework concurrency limits using the number provided in Cloud API (#835) @Vlatombe
  • Don't set nodeSelector when .spec.runtimeClassName is set (#859) @Vlatombe
  • Fix PodTemplate hygiene on default values (#877) @Vlatombe

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🚦 Tests