diff --git a/source/partials/release_notes/_release-24-3-0.md.erb b/source/partials/release_notes/_release-24-3-0.md.erb new file mode 100644 index 0000000000..e201ccffaa --- /dev/null +++ b/source/partials/release_notes/_release-24-3-0.md.erb @@ -0,0 +1,39 @@ +This release is a minor maintenance and bug-fix release. + +

Enhancements

+ +* <%= link_to_issue 12953, 'Bundle latest Java 21.0.4 release with non-Linux installers & containers' %> + +

Bug fixes

+ +* <%= link_to_issue 12943, 'Show password button not working properly while creating new config repo' %> + +

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.3.0','changes-in-24-3-0', 'API changelog for 24.3.0' %> and + <%= link_to_versioned_plugin_api '24.3.0','changes-in-gocd-24-3-0', 'Plugin API changelog for 24.3.0' %>. + +

Contributors

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

Note

+ +A more comprehensive list of changes for this release can be found <%= link_to_full_changelog 'here.', 'Release 24.3.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).