Releases: jenkinsci/kubernetes-plugin
Releases · jenkinsci/kubernetes-plugin
1.22.3
🐛 Bug Fixes
- JENKINS-60551 - Copy constructor test should check all fields (#668) @Vlatombe / @Dohbedoh
1.21.5
🐛 Bug Fixes
- JENKINS-60551 - Copy constructor test should check all fields (#668) @Vlatombe / @Dohbedoh
1.22.2
🐛 Bug Fixes
- JENKINS-60537 - Fix support of pod templates with multiple labels (#666) @Vlatombe
📦 Dependency updates
- Bump kubernetes-client-api from 4.6.4-1 to 4.6.4-2 (#665) @dependabot
1.22.1
🚀 New features and improvements
- JENKINS-60088 - set label "jenkins/label=<label>" instead of "jenkins/<label>=true" (#640) @MattLud
- JENKINS-58975 - Update the working directory to match container working directory (#610) @narayanan
🐛 Bug Fixes
- JENKINS-58789 - Properly merge TaskListenerDecorator (#664) @Vlatombe
1.22.0
📦 Dependency updates
- Update workflow-step-api to 2.21 - No more need for useBeta (#609) @jglick
- Bump plugin from 3.53 to 3.54 (#656) @dependabot
- Bump kubernetes-client-api from 4.6.0-2 to 4.6.4-1 (#662) @dependabot
- Bump jackson2-api from 2.10.0 to 2.10.1 (#658) @dependabot
🚦 Tests
1.21.4
🐛 Bug Fixes
📦 Dependency updates
- Bump bom-2.176.x from 3 to 4 (#646) @dependabot
- Bump plugin from 3.51 to 3.53 (#648) @dependabot
👻 Maintenance
- avoiding flake: RejectedAccessException: Scripts not permitted to use staticMethod org.jenkinsci.plugins.workflow.cps.Safepoint safepoint (#649) @jglick
- test-in-k8s.sh did not support Incrementals (#650) @jglick
🚦 Tests
1.21.3
- Fix spelling errors in the README (#1) @zackmeath
🚀 New features and improvements
- Allow runAsUser and runAsGroup to be set from the PodTemplateStep (#643) @zackmeath
🐛 Bug Fixes
- JENKINS-60042 - Restore delete button to pod template list (#645) @PeppyHare
👻 Maintenance
- Fix a few spelling errors in the README (#642) @zackmeath
1.21.2
🚀 New features and improvements
🐛 Bug Fixes
- JENKINS-60055 - NoDelayProvisionerStrategy needs to call CloudProvisionerListener (#637) @Vlatombe
👻 Maintenance
- Fix wording and typos in No delay provisioning section (#639) @CharlieTLe
- removes to defaultContainer option from examples to demonstrate default behavior (#634) @marshallford
1.21.1
1.21.0
🚀 New features and improvements
- Add support for the spec.hostNetwork field (#625) @GLundh
- JENKINS-53500 - Windows support for container step (#626) @jglick
🐛 Bug Fixes
- JENKINS-59937 - Follow-up to #621 (#630) @Vlatombe
- Fixed "IllegalStateException: Jenkins URL null" in PodTemplateStepExecution (#628) @alxsap
- /pipeline-syntax/ cleanups (#629) @jglick
📦 Dependency updates
- Bump docker-workflow from 1.18 to 1.21 (#618) @dependabot
- Bump kubernetes-credentials from 0.4.0 to 0.4.1 (#568) @dependabot
- Bump jackson2-api from 2.9.9 to 2.10.0 (#617) @dependabot
- Bump plugin from 3.50 to 3.51 (#627) @dependabot
👻 Maintenance
- Fix a typo in the REAME.md (#624) @PierreBtz