1.25.1
release-drafter
released this
18 Mar 09:31
·
1772 commits
to master
since this release
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
- Log events in build log during pod provisioning (#742) @Vlatombe
- JENKINS-57828 - Cleaning up the Snippet Generator output for PodTemplateStep (#703) @kerogers-cloudbees
🐛 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
- Bump bom-2.176.x from 5 to 6 (#738) @dependabot
- JENKINS-58732 - Update pipeline-model-definition & drop explicit dep on docker-workflow (#735) @jglick