Skip to content

Commit

Permalink
Site updated to e62010272
Browse files Browse the repository at this point in the history
  • Loading branch information
gocd-ci-user committed Jan 26, 2025
1 parent 0032e63 commit b9c79d8
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 11 deletions.
53 changes: 51 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-5-0" class="tab-marker active">24.5.0 (latest)</li>
<li rel="tab-25-1-0" class="tab-marker active">25.1.0 (latest)</li>
<li rel="tab-24-5-0" class="tab-marker">24.5.0</li>
<li rel="tab-24-4-0" class="tab-marker">24.4.0</li>
<li rel="tab-24-3-0" class="tab-marker">24.3.0</li>
<li rel="tab-24-2-0" class="tab-marker">24.2.0</li>
Expand Down Expand Up @@ -155,7 +156,55 @@ <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-5-0">24.5.0 (latest)</h3>
<h3 class="tab-marker tab-accordion_heading d_active" rel="tab-25-1-0">25.1.0 (latest)</h3>
<div id="tab-25-1-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/13148">#13148</a> - Bundle latest Java 21.0.6 release with non-Linux installers &amp; containers</li>
<li><a href="https://github.com/gocd/gocd/issues/13439">#13439</a> - Increase UI responsiveness by decreasing default refresh interval to 5 seconds</li>
</ul>

<h4>Bug fixes</h4>

<ul>
<li><a href="https://github.com/gocd/gocd/issues/13393">#13393</a> - Fix re-display of stage overview modals on VSM pages</li>
<li><a href="https://github.com/gocd/gocd/issues/13397">#13397</a> - Stage Overview Modal not Loading on VSM Page When Pipeline Name Contains a .</li>
<li><a href="https://github.com/gocd/gocd/issues/13399">#13399</a> - Avoid multiple stage overviews being displayed on VSM when server is slow to return model</li>
<li><a href="https://github.com/gocd/gocd/issues/13394">#13394</a> - Dont change hover cursor for unclickable icons</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/25.1.0/#changes-in-25-1-0">API changelog for 25.1.0</a> and
<a href="https://plugin-api.gocd.org/25.1.0/#changes-in-gocd-25-1-0">Plugin API changelog for 25.1.0</a>.</p>

<h4>Contributors</h4>

<p>Aravind SV, Chad Wilson, Jason Smyth</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+25.1.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-5-0">24.5.0</h3>
<div id="tab-24-5-0" class="tab_content" style="display: block;">
<div class="content">
<p>This release is a security, maintenance and bug-fix release.</p>
Expand Down
53 changes: 51 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-5-0" class="tab-marker active">24.5.0 (latest)</li>
<li rel="tab-25-1-0" class="tab-marker active">25.1.0 (latest)</li>
<li rel="tab-24-5-0" class="tab-marker">24.5.0</li>
<li rel="tab-24-4-0" class="tab-marker">24.4.0</li>
<li rel="tab-24-3-0" class="tab-marker">24.3.0</li>
<li rel="tab-24-2-0" class="tab-marker">24.2.0</li>
Expand Down Expand Up @@ -155,7 +156,55 @@ <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-5-0">24.5.0 (latest)</h3>
<h3 class="tab-marker tab-accordion_heading d_active" rel="tab-25-1-0">25.1.0 (latest)</h3>
<div id="tab-25-1-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/13148">#13148</a> - Bundle latest Java 21.0.6 release with non-Linux installers &amp; containers</li>
<li><a href="https://github.com/gocd/gocd/issues/13439">#13439</a> - Increase UI responsiveness by decreasing default refresh interval to 5 seconds</li>
</ul>

<h4>Bug fixes</h4>

<ul>
<li><a href="https://github.com/gocd/gocd/issues/13393">#13393</a> - Fix re-display of stage overview modals on VSM pages</li>
<li><a href="https://github.com/gocd/gocd/issues/13397">#13397</a> - Stage Overview Modal not Loading on VSM Page When Pipeline Name Contains a .</li>
<li><a href="https://github.com/gocd/gocd/issues/13399">#13399</a> - Avoid multiple stage overviews being displayed on VSM when server is slow to return model</li>
<li><a href="https://github.com/gocd/gocd/issues/13394">#13394</a> - Dont change hover cursor for unclickable icons</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/25.1.0/#changes-in-25-1-0">API changelog for 25.1.0</a> and
<a href="https://plugin-api.gocd.org/25.1.0/#changes-in-gocd-25-1-0">Plugin API changelog for 25.1.0</a>.</p>

<h4>Contributors</h4>

<p>Aravind SV, Chad Wilson, Jason Smyth</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+25.1.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-5-0">24.5.0</h3>
<div id="tab-24-5-0" class="tab_content" style="display: block;">
<div class="content">
<p>This release is a security, maintenance and bug-fix release.</p>
Expand Down
11 changes: 4 additions & 7 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
Last updated: 2025-01-24 13:30:25 +0000
Last updated: 2025-01-26 06:35:34 +0000

Latest commit:
commit e02c22916b93d61db0ea3e92e9da89034863a61f
Merge: 058f12fb6 c02049fd5
commit e6201027215efd517262a7289f6b765abeeacd7f
Author: Chad Wilson <[email protected]>
Date: Fri Jan 24 21:27:05 2025 +0800
Date: Sun Jan 26 14:31:58 2025 +0800

Merge pull request #1835 from gocd/dependabot/bundler/nokogiri-1.18.2

Bump nokogiri from 1.18.1 to 1.18.2
Add 25.1.0 release notes

0 comments on commit b9c79d8

Please sign in to comment.