From 78fef52437064016689e214d54aac6cc7a1ede98 Mon Sep 17 00:00:00 2001 From: Vsevolod Fedorov Date: Fri, 5 Jul 2024 15:14:09 +0300 Subject: [PATCH] Update changelog for release 6.4.0 Change-Id: I4618edaa32b5601abb7c8f60b658e95df5acc60a --- doc/source/changelog.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 856701917..7452b4677 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,29 @@ Changelog ========== +Release 6.4.0 +------------- + +Features added +~~~~~~~~~~~~~~ + +* githuborg: Pull build strategies into parent xml. +* githuborg: Support ignoring archived repositories in an organization. +* Add support for clean-first parameter of repo scm. +* Add labels to lauch build property for gitlab trigger. +* Cache raw YAML parsing results of files. +* Add job_builder option to load extra modules for jinja2 filters. + +Bugs fixed +~~~~~~~~~~ + +* include-raw-verbatim fails on job-template + (`Story 2011112 `_). +* Require setuptools for pkg_resources. +* Fix links to nexus platform plugin. +* Fix expansion on `{obj:key}` variable on includes. +* Allow `disabled` to remain the last setting. + Release 6.3.0 -------------