diff --git a/.ansible-pcp.metadata b/.ansible-pcp.metadata index cbf549d..58dc4fb 100644 --- a/.ansible-pcp.metadata +++ b/.ansible-pcp.metadata @@ -1 +1 @@ -d8813fc9c3ee048a2a7f69c7e4aed8012adb9802 SOURCES/ansible-pcp-2.3.0.tar.gz +210ae26a9b6eef1282ac06eeda5814d5737885e7 SOURCES/ansible-pcp-2.4.1.tar.gz diff --git a/.gitignore b/.gitignore index 3613b24..5989df5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ansible-pcp-2.3.0.tar.gz +SOURCES/ansible-pcp-2.4.1.tar.gz diff --git a/SPECS/ansible-pcp.spec b/SPECS/ansible-pcp.spec index 8e18f88..2054cdb 100644 --- a/SPECS/ansible-pcp.spec +++ b/SPECS/ansible-pcp.spec @@ -1,6 +1,6 @@ Name: ansible-pcp -Version: 2.3.0 -Release: 5%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: Ansible Metric collection for Performance Co-Pilot License: MIT URL: https://github.com/performancecopilot/ansible-pcp @@ -35,23 +35,24 @@ BuildRequires: ansible-packaging-tests %description A collection containing roles for Performance Co-Pilot (PCP) and related -software such as Redis and Grafana. The collection is made up of several -Ansible roles, including: +software such as Grafana and Valkey. + +The collection is made up of several Ansible roles, including: %{collection_namespace}.%{collection_name}.pcp A role for core PCP capabilities, configuring live performance analysis with a large base set of metrics from the kernel and system services, as well as data recording and rule inference. -%{collection_namespace}.%{collection_name}.redis -A role for configuring a local Redis server, suitable for use with a -Performance Co-Pilot archive repository (for single or many hosts) and -fast, scalable querying of metrics. +%{collection_namespace}.%{collection_name}.keyserver +A role for configuring a local key server (Valkey/Redis), suitable for +use with a Performance Co-Pilot archive repository (for single or many +hosts) and fast, scalable querying of metrics. %{collection_namespace}.%{collection_name}.grafana A role for configuring a local Grafana server, providing web frontend visuals for Performance Co-Pilot metrics, both live and historically. -Data sources for Vector (live), Redis (historical) and interactive +Data sources for Vector (live), Valkey (historical) and interactive bpftrace (eBPF) scripts can be configured by this role. The PCP REST API service (from the core pcp role) should be configured in order to use this role. @@ -115,6 +116,16 @@ ansible-lint `find roles -name \*.yml` %{ansible_collection_files} %changelog +* Wed Nov 20 2024 Sam Feifer 2.4.1-1 +- Latest upstream release to resolve build issues + +* Thu Nov 07 2024 Nathan Scott 2.4.0-1 +- Latest upstream release + +* Tue Oct 29 2024 Troy Dawson - 2.3.0-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Oct 25 2024 MSVSphere Packaging Team - 2.3.0-5 - Rebuilt for MSVSphere 10