diff --git a/NEWRELEASE b/NEWRELEASE index 0f4ecd6..21ccc8b 100644 --- a/NEWRELEASE +++ b/NEWRELEASE @@ -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 diff --git a/docs/docs/cpuperf/cpuperf.tar.gz b/docs/docs/cpuperf/cpuperf.tar.gz index 949af8e..cb4e7ab 100644 Binary files a/docs/docs/cpuperf/cpuperf.tar.gz and b/docs/docs/cpuperf/cpuperf.tar.gz differ diff --git a/docs/docs/diskmodel/diskmodel.tar.gz b/docs/docs/diskmodel/diskmodel.tar.gz index d381b7a..ae5b6a9 100644 Binary files a/docs/docs/diskmodel/diskmodel.tar.gz and b/docs/docs/diskmodel/diskmodel.tar.gz differ diff --git a/docs/docs/diskperf/diskperf.tar.gz b/docs/docs/diskperf/diskperf.tar.gz index ef22c0d..77cd097 100644 Binary files a/docs/docs/diskperf/diskperf.tar.gz and b/docs/docs/diskperf/diskperf.tar.gz differ diff --git a/docs/docs/pmie/pmie.tar.gz b/docs/docs/pmie/pmie.tar.gz index 3e4a8bc..5ef69a3 100644 Binary files a/docs/docs/pmie/pmie.tar.gz and b/docs/docs/pmie/pmie.tar.gz differ diff --git a/docs/docs/pmview/pmview.tar.gz b/docs/docs/pmview/pmview.tar.gz index e60cae6..36bb9dd 100644 Binary files a/docs/docs/pmview/pmview.tar.gz and b/docs/docs/pmview/pmview.tar.gz differ diff --git a/docs/index.html b/docs/index.html index 2c4d4c9..acf4d47 100644 --- a/docs/index.html +++ b/docs/index.html @@ -141,6 +141,30 @@

News

+Sep 2024 +
+PCP 6.3.1 +

+
+
+
+
+

+Bug fix, security hardening release. +Adds vLLM metrics support by default. +Fixes to the +hacluster +metrics for new versions of Pacemaker. +

+
+
+ + +
+
+
+
+

Jul 2024
PCP 6.3.0 @@ -367,30 +391,6 @@

News

-
-
-
-
-

-Feb 2023 -
-PCP 6.0.3 -

-
-
-
-
-

-New Linux kernel IRQ Pressure Stall Information metrics (system wide and -for individual cgroups). -Debian packaging and -pmlogreduce -improvements. -

-
-
-
-
diff --git a/index.haml b/index.haml index 2e4fc97..97ebf9d 100644 --- a/index.haml +++ b/index.haml @@ -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'} @@ -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