Skip to content

Commit

Permalink
docs: update notes for pcp 6.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Sep 16, 2024
1 parent e991d48 commit c9cbefe
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion NEWRELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Process to make a new PCP release

Steps to create the packages for a new release
----------------------------------------------
1. Update CHANGELOG with release notes, Fedora BZs in redhat.spec
1. Update CHANGELOG with release notes
2. Tag release in git (tagged and signed using pcp-maintainers key)
Ex: git tag -s -u DEA2C114 -m X.Y.Z X.Y.Z
Update https://github.com/performancecopilot/pcp/releases to
Expand Down
Binary file modified docs/docs/cpuperf/cpuperf.tar.gz
Binary file not shown.
Binary file modified docs/docs/diskmodel/diskmodel.tar.gz
Binary file not shown.
Binary file modified docs/docs/diskperf/diskperf.tar.gz
Binary file not shown.
Binary file modified docs/docs/pmie/pmie.tar.gz
Binary file not shown.
Binary file modified docs/docs/pmview/pmview.tar.gz
Binary file not shown.
48 changes: 24 additions & 24 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,30 @@ <h1>News</h1>
<div class='colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'>
<div class='col__module--cta'>
<p>
Sep 2024
<br>
PCP 6.3.1
</p>
</div>
</div>
<div class='colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'>
<div class='features_left col__module--cta'>
<p>
Bug fix, security hardening release.
Adds vLLM metrics support by default.
Fixes to the
<a href='https://man7.org/linux/man-pages/man1/pmdahacluster.1.html'>hacluster</a>
metrics for new versions of Pacemaker.
</p>
</div>
</div>
</section>
</div>
<div class='row'>
<section class='row__colspaced'>
<div class='colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'>
<div class='col__module--cta'>
<p>
Jul 2024
<br>
PCP 6.3.0
Expand Down Expand Up @@ -367,30 +391,6 @@ <h1>News</h1>
</div>
</section>
</div>
<div class='row'>
<section class='row__colspaced'>
<div class='colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'>
<div class='col__module--cta'>
<p>
Feb 2023
<br>
PCP 6.0.3
</p>
</div>
</div>
<div class='colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'>
<div class='features_left col__module--cta'>
<p>
New Linux kernel IRQ Pressure Stall Information metrics (system wide and
for individual cgroups).
Debian packaging and
<a href='https://man7.org/linux/man-pages/man1/pmlogreduce.1.html'>pmlogreduce</a>
improvements.
</p>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
Expand Down
34 changes: 17 additions & 17 deletions index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,23 @@
%h1 News
%div{:class => 'row-parent'}

%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--cta'}
%p
Sep 2024
%br
PCP 6.3.1
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--cta'}
%p
Bug fix, security hardening release.
Adds vLLM metrics support by default.
Fixes to the
%a{:href => 'https://man7.org/linux/man-pages/man1/pmdahacluster.1.html'} hacluster
metrics for new versions of Pacemaker.

%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
Expand Down Expand Up @@ -256,21 +273,4 @@
Derived metrics help text API and instance domain similarity feature.
New Linux kernel metrics in networking and shared process maps.

%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--cta'}
%p
Feb 2023
%br
PCP 6.0.3
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--cta'}
%p
New Linux kernel IRQ Pressure Stall Information metrics (system wide and
for individual cgroups).
Debian packaging and
%a{:href => 'https://man7.org/linux/man-pages/man1/pmlogreduce.1.html'} pmlogreduce
improvements.

= Haml::Engine.new(File.read("assets/haml-includes/footer.haml")).render

0 comments on commit c9cbefe

Please sign in to comment.