Skip to content

Commit

Permalink
Site updated to dcca450
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 4, 2024
1 parent 564eacd commit 799610b
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 254 deletions.
49 changes: 47 additions & 2 deletions releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ <h1 class="caption"><span>What's new?</span></h1>

<div class="v-tabs all-releases">
<ul class="tabs tab-container-marker release-versions">
<li rel="tab-24-2-0" class="tab-marker active">24.2.0 (latest)</li>
<li rel="tab-24-3-0" class="tab-marker active">24.3.0 (latest)</li>
<li rel="tab-24-2-0" class="tab-marker">24.2.0</li>
<li rel="tab-24-1-0" class="tab-marker">24.1.0</li>
<li rel="tab-23-5-0" class="tab-marker">23.5.0</li>
<li rel="tab-23-4-0" class="tab-marker">23.4.0</li>
Expand Down Expand Up @@ -152,7 +153,51 @@ <h1 class="caption"><span>What's new?</span></h1>
</ul>

<div class="tab_container tab-container-marker">
<h3 class="tab-marker tab-accordion_heading d_active" rel="tab-24-2-0">24.2.0 (latest)</h3>
<h3 class="tab-marker tab-accordion_heading d_active" rel="tab-24-3-0">24.3.0 (latest)</h3>
<div id="tab-24-3-0" class="tab_content" style="display: block;">
<div class="content">
<p>This release is a minor maintenance and bug-fix release.</p>

<h4>Enhancements</h4>

<ul>
<li><a href="https://github.com/gocd/gocd/issues/12953">#12953</a> - Bundle latest Java 21.0.4 release with non-Linux installers &amp; containers</li>
</ul>

<h4>Bug fixes</h4>

<ul>
<li><a href="https://github.com/gocd/gocd/issues/12943">#12943</a> - Show password button not working properly while creating new config repo</li>
</ul>

<h4>Security fixes</h4>

<p>There are no security fixes included in this release (for issues known to affect GoCD).</p>

<p>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.</p>

<h4>APIs</h4>

<p>Improvements, deprecations and breaking changes in the API and plugin API have been moved to their respective changelogs
- <a href="https://api.gocd.org/24.3.0/#changes-in-24-3-0">API changelog for 24.3.0</a> and
<a href="https://plugin-api.gocd.org/24.3.0/#changes-in-gocd-24-3-0">Plugin API changelog for 24.3.0</a>.</p>

<h4>Contributors</h4>

<p>Aravind SV, Chad Wilson, ysf465639310</p>

<h4>Note</h4>

<p>A more comprehensive list of changes for this release can be found <a href="https://github.com/gocd/gocd/issues?q=milestone%3A%22Release+24.3.0%22+is%3Aclosed">here.</a></p>

<p>Found a security issue that needs fixing? Please report it to <a href="https://hackerone.com/gocd">https://hackerone.com/gocd</a></p>

<p>Please report any issues that you observe on <a href="https://github.com/gocd/gocd/issues">GitHub issues</a>.</p>

</div>
</div>
<h3 class="tab-marker tab-accordion_heading" rel="tab-24-2-0">24.2.0</h3>
<div id="tab-24-2-0" class="tab_content" style="display: block;">
<div class="content">
<p>This release is a maintenance and bug-fix release.</p>
Expand Down
49 changes: 47 additions & 2 deletions releases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ <h1 class="caption"><span>What's new?</span></h1>

<div class="v-tabs all-releases">
<ul class="tabs tab-container-marker release-versions">
<li rel="tab-24-2-0" class="tab-marker active">24.2.0 (latest)</li>
<li rel="tab-24-3-0" class="tab-marker active">24.3.0 (latest)</li>
<li rel="tab-24-2-0" class="tab-marker">24.2.0</li>
<li rel="tab-24-1-0" class="tab-marker">24.1.0</li>
<li rel="tab-23-5-0" class="tab-marker">23.5.0</li>
<li rel="tab-23-4-0" class="tab-marker">23.4.0</li>
Expand Down Expand Up @@ -152,7 +153,51 @@ <h1 class="caption"><span>What's new?</span></h1>
</ul>

<div class="tab_container tab-container-marker">
<h3 class="tab-marker tab-accordion_heading d_active" rel="tab-24-2-0">24.2.0 (latest)</h3>
<h3 class="tab-marker tab-accordion_heading d_active" rel="tab-24-3-0">24.3.0 (latest)</h3>
<div id="tab-24-3-0" class="tab_content" style="display: block;">
<div class="content">
<p>This release is a minor maintenance and bug-fix release.</p>

<h4>Enhancements</h4>

<ul>
<li><a href="https://github.com/gocd/gocd/issues/12953">#12953</a> - Bundle latest Java 21.0.4 release with non-Linux installers &amp; containers</li>
</ul>

<h4>Bug fixes</h4>

<ul>
<li><a href="https://github.com/gocd/gocd/issues/12943">#12943</a> - Show password button not working properly while creating new config repo</li>
</ul>

<h4>Security fixes</h4>

<p>There are no security fixes included in this release (for issues known to affect GoCD).</p>

<p>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.</p>

<h4>APIs</h4>

<p>Improvements, deprecations and breaking changes in the API and plugin API have been moved to their respective changelogs
- <a href="https://api.gocd.org/24.3.0/#changes-in-24-3-0">API changelog for 24.3.0</a> and
<a href="https://plugin-api.gocd.org/24.3.0/#changes-in-gocd-24-3-0">Plugin API changelog for 24.3.0</a>.</p>

<h4>Contributors</h4>

<p>Aravind SV, Chad Wilson, ysf465639310</p>

<h4>Note</h4>

<p>A more comprehensive list of changes for this release can be found <a href="https://github.com/gocd/gocd/issues?q=milestone%3A%22Release+24.3.0%22+is%3Aclosed">here.</a></p>

<p>Found a security issue that needs fixing? Please report it to <a href="https://hackerone.com/gocd">https://hackerone.com/gocd</a></p>

<p>Please report any issues that you observe on <a href="https://github.com/gocd/gocd/issues">GitHub issues</a>.</p>

</div>
</div>
<h3 class="tab-marker tab-accordion_heading" rel="tab-24-2-0">24.2.0</h3>
<div id="tab-24-2-0" class="tab_content" style="display: block;">
<div class="content">
<p>This release is a maintenance and bug-fix release.</p>
Expand Down
Loading

0 comments on commit 799610b

Please sign in to comment.