Skip to content

Releases: jenkinsci/kubernetes-plugin

1.17.2

16 Jul 14:42
081f3e6
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

1.17.1

10 Jul 15:00
38cdef4
Compare
Choose a tag to compare

🐛 Bug Fixes

👻 Maintenance

1.17.0

10 Jul 12:06
73856de
Compare
Choose a tag to compare

Release highlights

Label is no longer required when using podTemplate keyword.

Just use

podTemplate(yaml: """
...
""")
	node(POD_LABEL) {
	   ...
	}
}

The POD_LABEL variable will be automatically filled within the podTemplate block with a value derived from the current build id and some randomness to make it unique.

If a KubernetesComputer disconnects, the KubernetesSlave is now removed

It will also abort the corresponding build. This is super useful when running on top of EC2 Spot instances for example as it will prevent the build from waiting forever for the agent to reconnect (spoiler: it won't).

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

  • Jenkins core 2.176.1
  • Workflow-support 3.3
  • Workflow-step-api 2.20
  • Workflow-durable-task-step 2.32

1.15.9

10 Jul 13:43
e653613
Compare
Choose a tag to compare

Release highlights

🐛 Bug Fixes

1.16.7

08 Jul 13:36
8f034ca
Compare
Choose a tag to compare

🐛 Bug Fixes

1.16.6

08 Jul 08:17
d260cc5
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Verifying that tools do not assume sh is in /bin/sh (#490) @jglick

🚦 Tests

1.15.8

08 Jul 14:18
e0f6ed2
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.16.5

06 Jul 05:04
f4ea113
Compare
Choose a tag to compare

👻 Maintenance

  • Release drafter (#532) @jglick
  • Remove Restricted as getRunningCallsCount and getQueuedCallsCount sho… (#530) @Vlatombe