-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e205204
commit dcca450
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
This release is a minor maintenance and bug-fix release. | ||
|
||
<h4>Enhancements</h4> | ||
|
||
* <%= link_to_issue 12953, 'Bundle latest Java 21.0.4 release with non-Linux installers & containers' %> | ||
|
||
<h4>Bug fixes</h4> | ||
|
||
* <%= link_to_issue 12943, 'Show password button not working properly while creating new config repo' %> | ||
|
||
<h4>Security fixes</h4> | ||
|
||
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. | ||
|
||
<h4>APIs</h4> | ||
|
||
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' %>. | ||
|
||
<h4>Contributors</h4> | ||
|
||
<%= [ | ||
"Aravind SV", | ||
"Chad Wilson", | ||
"ysf465639310", | ||
].sort.uniq.join(', ') | ||
%> | ||
|
||
<h4>Note</h4> | ||
|
||
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). |