github jenkinsci/kubernetes-plugin kubernetes-1.25.1
1.25.1

latest releases: 4423.vb_59f230b_ce53, 4419.v36079e3b_eb_5b_, 4416.v2ea_b_5372da_a_e...
5 years ago

This release brings support for streaming pod events in the build logs when using podTemplate DSL. For this to work, you need to grant additional access

- apiGroups: [""]
  resources: ["events"]
  verbs: ["watch"]

🚀 New features and improvements

🐛 Bug Fixes

  • Agent should be terminated since the queue item asking for it is removed (#740) @Vlatombe
  • Fix packaging of unwanted dependencies (#729) @Vlatombe
  • Fix copy constructor of PodTemplate to keep TaskListener (#730) @Vlatombe

📦 Dependency updates

📝 Documentation updates

Don't miss a new kubernetes-plugin release

NewReleases is sending notifications on new releases.