Skip to content

Commit

Permalink
Update index page with notes about 6.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jun 26, 2023
1 parent d157c0b commit c8ecfd3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 35 deletions.
44 changes: 23 additions & 21 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,29 @@ <h1>News</h1>
<div class='colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'>
<div class='col__module--cta'>
<p>
Jun 2023
<br>
PCP 6.0.5
</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 release.
Updates to SMART, NVME and hacluster metrics.
<a href='https://man7.org/linux/man-pages/man1/pcp2json.1.html'>pcp2json</a>
extended with new HTTP POST functionality.
</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>
May 2023
<br>
PCP 6.0.4
Expand Down Expand Up @@ -312,27 +335,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 2022
<br>
PCP 5.3.6
</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 release.
Updates to the BCC, Elasticsearch and rsyslog metrics.
</p>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
Expand Down
30 changes: 16 additions & 14 deletions index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,22 @@
%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
Jun 2023
%br
PCP 6.0.5
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--cta'}
%p
Bug fix release.
Updates to SMART, NVME and hacluster metrics.
%a{:href => 'https://man7.org/linux/man-pages/man1/pcp2json.1.html'} pcp2json
extended with new HTTP POST functionality.

%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 @@ -215,18 +231,4 @@
Added Linux kernel multipath, network and disk metrics.
Security Enhanced Linux improvements.

%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 2022
%br
PCP 5.3.6
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--cta'}
%p
Bug fix release.
Updates to the BCC, Elasticsearch and rsyslog metrics.

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

0 comments on commit c8ecfd3

Please sign in to comment.