Skip to content

1.25.1

Compare
Choose a tag to compare
@release-drafter release-drafter released this 18 Mar 09:31
· 1772 commits to master since this release
8d2009c

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