From 0aeab60735ffd29abd9b50bebb3e58ab4755c99e Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Fri, 13 Dec 2024 21:23:47 +0800 Subject: [PATCH] Add 24.5.0 release notes --- .../release_notes/_release-24-5-0.md.erb | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 source/partials/release_notes/_release-24-5-0.md.erb diff --git a/source/partials/release_notes/_release-24-5-0.md.erb b/source/partials/release_notes/_release-24-5-0.md.erb new file mode 100644 index 0000000000..1456b2db5e --- /dev/null +++ b/source/partials/release_notes/_release-24-5-0.md.erb @@ -0,0 +1,39 @@ +This release is a minor maintenance and bug-fix release. + +

Bug fixes

+ +* <%= link_to_issue 13321, 'Fix erratic startup of Docker-in-Docker container images with cgroups v2 host operating systems' %> + +

Other changes

+ +* <%= link_to_issue 13322, 'Remove/decommission Chocolatey installers/support on Windows' %> + + +

Security fixes

+ +There are no security fixes included in this release (for issues known to affect GoCD). + +However, we regularly upgrade dependencies to mitigate known vulnerabilities from third party software (regardless of +whether they are known to affect GoCD), so upgrading to the latest release is always recommended from a security perspective. + +

APIs

+ +Improvements, deprecations and breaking changes in the API and plugin API have been moved to their respective changelogs +- <%= link_to_versioned_api '24.5.0','changes-in-24-5-0', 'API changelog for 24.5.0' %> and + <%= link_to_versioned_plugin_api '24.5.0','changes-in-gocd-24-5-0', 'Plugin API changelog for 24.5.0' %>. + +

Contributors

+ +<%= [ + "Aravind SV", + "Chad Wilson", +].sort.uniq.join(', ') +%> + +

Note

+ +A more comprehensive list of changes for this release can be found <%= link_to_full_changelog 'here.', 'Release 24.5.0' %> + +Found a security issue that needs fixing? Please report it to <%= link_to 'https://hackerone.com/gocd', 'https://hackerone.com/gocd' %> + +Please report any issues that you observe on [GitHub issues](https://github.com/gocd/gocd/issues).