Skip to content

Commit

Permalink
Site updated to 9b80055
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 3, 2024
1 parent 799610b commit c971ef7
Show file tree
Hide file tree
Showing 9 changed files with 389 additions and 289 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h4>Sriram Narayan</h4>
<li>Dependency management.</li>
<li>Distribution via standardized repository layouts, metadata and protocol.</li>
<li>Transactional install/upgrade/uninstall via package managers.</li>
<li>Managing configuration files: OS packages know how to manage files that are expected to change after installation so you don't lose your changes when you uninstall or override when you upgrade. e.g. rpm's <a href="https://web.archive.org/web/20230926132600/http://www.cl.cam.ac.uk/~jw35/docs/rpm_config.html">%config macro</a>.</li>
<li>Managing configuration files: OS packages know how to manage files that are expected to change after installation so you don't lose your changes when you uninstall or override when you upgrade. e.g. rpm's %config macro.</li>
<li>File verification: Packages have built-in checksums, which can be used for verification before a package is extracted and installed.</li>
<li>Signature verification (e.g. <a href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-check-rpm-sig">rpm</a>).</li>
<li>Idempotence - Issuing the same package install/upgrade/uninstall multiple times leaves the system in the same state as issuing it once.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h4>Sriram Narayan</h4>
<li>Dependency management.</li>
<li>Distribution via standardized repository layouts, metadata and protocol.</li>
<li>Transactional install/upgrade/uninstall via package managers.</li>
<li>Managing configuration files: OS packages know how to manage files that are expected to change after installation so you don't lose your changes when you uninstall or override when you upgrade. e.g. rpm's <a href="https://web.archive.org/web/20230926132600/http://www.cl.cam.ac.uk/~jw35/docs/rpm_config.html">%config macro</a>.</li>
<li>Managing configuration files: OS packages know how to manage files that are expected to change after installation so you don't lose your changes when you uninstall or override when you upgrade. e.g. rpm's %config macro.</li>
<li>File verification: Packages have built-in checksums, which can be used for verification before a package is extracted and installed.</li>
<li>Signature verification (e.g. <a href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-check-rpm-sig">rpm</a>).</li>
<li>Idempotence - Issuing the same package install/upgrade/uninstall multiple times leaves the system in the same state as issuing it once.</li>
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/site-8aa753e5.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ <h5 class="name"> CMake </h5>
<a href="https://github.com/Tectu/gocd-cmake-task/blob/master/README.md">Read more</a>
</p>
<span class="created-by">by
<a href="https://blog.insane.engineer/author/joel-bodenmann/">Joel Bodenmann</a>
<a href="https://github.com/Tectu">Joel Bodenmann</a>
</span>
</div>
<div class="actions">
Expand Down
2 changes: 1 addition & 1 deletion plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ <h5 class="name"> CMake </h5>
<a href="https://github.com/Tectu/gocd-cmake-task/blob/master/README.md">Read more</a>
</p>
<span class="created-by">by
<a href="https://blog.insane.engineer/author/joel-bodenmann/">Joel Bodenmann</a>
<a href="https://github.com/Tectu">Joel Bodenmann</a>
</span>
</div>
<div class="actions">
Expand Down
54 changes: 52 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-3-0" class="tab-marker active">24.3.0 (latest)</li>
<li rel="tab-24-4-0" class="tab-marker active">24.4.0 (latest)</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>
<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>
Expand Down Expand Up @@ -153,7 +154,56 @@ <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-3-0">24.3.0 (latest)</h3>
<h3 class="tab-marker tab-accordion_heading d_active" rel="tab-24-4-0">24.4.0 (latest)</h3>
<div id="tab-24-4-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.5 release with non-Linux installers &amp; containers</li>
<li><a href="https://github.com/gocd/gocd/issues/13226">#13226</a> - Fail linux installer package post-install scripts if configured Java runtime cannot be found</li>
</ul>

<h4>Bug fixes</h4>

<ul>
<li><a href="https://github.com/gocd/gocd/issues/13214">#13214</a> - GoCD 24.3.0 database migration can hang/be extremely slow in low entropy server environments</li>
<li><a href="https://github.com/gocd/gocd/issues/13232">#13232</a> - Secret references within config repo materials dont work if material not used by any pipeline</li>
<li><a href="https://github.com/gocd/gocd/issues/12764">#12764</a> - Secret resolution failure breaks work allocation in server</li>
<li><a href="https://github.com/gocd/gocd/issues/13008">#13008</a> - Alpine-based images can conflicts with some tools due to inclusion of glibc zlib</li>
<li><a href="https://github.com/gocd/gocd/issues/12872">#12872</a> - function ${escape:} not a valid type errors from UrlRewriting are still appearing</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.4.0/#changes-in-24-4-0">API changelog for 24.4.0</a> and
<a href="https://plugin-api.gocd.org/24.4.0/#changes-in-gocd-24-4-0">Plugin API changelog for 24.4.0</a>.</p>

<h4>Contributors</h4>

<p>Aravind SV, Chad Wilson, Jason Smyth, Jochen Lutz, Mitchell R</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.4.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-3-0">24.3.0</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>
Expand Down
54 changes: 52 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-3-0" class="tab-marker active">24.3.0 (latest)</li>
<li rel="tab-24-4-0" class="tab-marker active">24.4.0 (latest)</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>
<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>
Expand Down Expand Up @@ -153,7 +154,56 @@ <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-3-0">24.3.0 (latest)</h3>
<h3 class="tab-marker tab-accordion_heading d_active" rel="tab-24-4-0">24.4.0 (latest)</h3>
<div id="tab-24-4-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.5 release with non-Linux installers &amp; containers</li>
<li><a href="https://github.com/gocd/gocd/issues/13226">#13226</a> - Fail linux installer package post-install scripts if configured Java runtime cannot be found</li>
</ul>

<h4>Bug fixes</h4>

<ul>
<li><a href="https://github.com/gocd/gocd/issues/13214">#13214</a> - GoCD 24.3.0 database migration can hang/be extremely slow in low entropy server environments</li>
<li><a href="https://github.com/gocd/gocd/issues/13232">#13232</a> - Secret references within config repo materials dont work if material not used by any pipeline</li>
<li><a href="https://github.com/gocd/gocd/issues/12764">#12764</a> - Secret resolution failure breaks work allocation in server</li>
<li><a href="https://github.com/gocd/gocd/issues/13008">#13008</a> - Alpine-based images can conflicts with some tools due to inclusion of glibc zlib</li>
<li><a href="https://github.com/gocd/gocd/issues/12872">#12872</a> - function ${escape:} not a valid type errors from UrlRewriting are still appearing</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.4.0/#changes-in-24-4-0">API changelog for 24.4.0</a> and
<a href="https://plugin-api.gocd.org/24.4.0/#changes-in-gocd-24-4-0">Plugin API changelog for 24.4.0</a>.</p>

<h4>Contributors</h4>

<p>Aravind SV, Chad Wilson, Jason Smyth, Jochen Lutz, Mitchell R</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.4.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-3-0">24.3.0</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>
Expand Down
Loading

0 comments on commit c971ef7

Please sign in to comment.