Resolves: RHEL-67043
This commit is contained in:
parent
ed6afca7a1
commit
28523f5d3d
@ -1,4 +1,4 @@
|
|||||||
From 42efb49249abc889ad006b3b6f1b16547eed4fbb Mon Sep 17 00:00:00 2001
|
From e8db8e1d940d41ae46d9db41e4bd4d304b39b589 Mon Sep 17 00:00:00 2001
|
||||||
From: Andreas Gerstmayr <agerstmayr@redhat.com>
|
From: Andreas Gerstmayr <agerstmayr@redhat.com>
|
||||||
Date: Thu, 7 Jul 2022 15:38:28 +0200
|
Date: Thu, 7 Jul 2022 15:38:28 +0200
|
||||||
Subject: [PATCH] remove unused frontend crypto
|
Subject: [PATCH] remove unused frontend crypto
|
||||||
@ -7,10 +7,10 @@ update `package.json` and then run `yarn install` to update the
|
|||||||
`yarn.lock` lockfile
|
`yarn.lock` lockfile
|
||||||
|
|
||||||
diff --git a/package.json b/package.json
|
diff --git a/package.json b/package.json
|
||||||
index dd46cd2..a635c38 100644
|
index deb0f84..6515d9c 100644
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -88,7 +88,9 @@
|
@@ -89,7 +89,9 @@
|
||||||
"path-to-regexp": "^1.9.0",
|
"path-to-regexp": "^1.9.0",
|
||||||
"uplot": "^1.6.31",
|
"uplot": "^1.6.31",
|
||||||
"@sentry/browser": "^7.119.1",
|
"@sentry/browser": "^7.119.1",
|
||||||
@ -22,7 +22,7 @@ index dd46cd2..a635c38 100644
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
diff --git a/yarn.lock b/yarn.lock
|
diff --git a/yarn.lock b/yarn.lock
|
||||||
index 87f346c..16202b0 100644
|
index 757627a..3fc50ac 100644
|
||||||
--- a/yarn.lock
|
--- a/yarn.lock
|
||||||
+++ b/yarn.lock
|
+++ b/yarn.lock
|
||||||
@@ -4156,18 +4156,6 @@ array.prototype.flatmap@^1.2.5:
|
@@ -4156,18 +4156,6 @@ array.prototype.flatmap@^1.2.5:
|
||||||
@ -70,7 +70,7 @@ index 87f346c..16202b0 100644
|
|||||||
cosmiconfig@^6.0.0:
|
cosmiconfig@^6.0.0:
|
||||||
version "6.0.0"
|
version "6.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
|
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
|
||||||
@@ -5007,6 +4983,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
@@ -5007,6 +4983,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.5:
|
||||||
shebang-command "^2.0.0"
|
shebang-command "^2.0.0"
|
||||||
which "^2.0.1"
|
which "^2.0.1"
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ end}
|
|||||||
%global gomodulesmode GO111MODULE=auto
|
%global gomodulesmode GO111MODULE=auto
|
||||||
|
|
||||||
Name: grafana-pcp
|
Name: grafana-pcp
|
||||||
Version: 5.2.1
|
Version: 5.2.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Performance Co-Pilot Grafana Plugin
|
Summary: Performance Co-Pilot Grafana Plugin
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -124,7 +124,7 @@ Provides: bundled(npm(utility-types)) = 3.10.0
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
This Grafana plugin for Performance Co-Pilot includes data sources for
|
This Grafana plugin for Performance Co-Pilot includes data sources for
|
||||||
scalable time series from pmseries(1) and Redis, live PCP metrics and
|
scalable time series from pmseries(1) and Valkey, live PCP metrics and
|
||||||
bpftrace scripts from pmdabpftrace(1), as well as several dashboards.
|
bpftrace scripts from pmdabpftrace(1), as well as several dashboards.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -144,7 +144,7 @@ bpftrace scripts from pmdabpftrace(1), as well as several dashboards.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Build backend data source
|
# Build backend data source
|
||||||
%gobuild -o dist/datasources/redis/pcp_redis_datasource_$(go env GOOS)_$(go env GOARCH) ./pkg
|
%gobuild -o dist/datasources/valkey/pcp_valkey_datasource_$(go env GOOS)_$(go env GOARCH) ./pkg
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -194,6 +194,9 @@ yarn test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 26 2024 Sam Feifer <sfeifer@redhat.com> - 5.2.2-1
|
||||||
|
- Resolves RHEL-67043: update to 5.2.2 tagged upstream community sources, see CHANGELOG
|
||||||
|
|
||||||
* Mon Nov 11 2024 Sam Feifer <sfeifer@redhat.com> - 5.2.1-1
|
* Mon Nov 11 2024 Sam Feifer <sfeifer@redhat.com> - 5.2.1-1
|
||||||
- Resolves RHEL-67043: update to 5.2.0/1 tagged upstream community sources, see CHANGELOG
|
- Resolves RHEL-67043: update to 5.2.0/1 tagged upstream community sources, see CHANGELOG
|
||||||
- Resolves RHEL-16337: added PCP Vector Top Consumers dashboard in new release
|
- Resolves RHEL-16337: added PCP Vector Top Consumers dashboard in new release
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (grafana-pcp-5.2.1.tar.gz) = f1029fe85f02baf871a206d2bf6659a851a2e831f0a6f0315f1ec2edff81a6b4646c03ba7013de7f98f99056077e0b5362537c9e3ca91ef6711385980e45031b
|
SHA512 (grafana-pcp-5.2.2.tar.gz) = c9df44356ed20d0ebccb8cebc98031a6d31e08e96058c13ce0051396733c27f2cee864e9692621b8074a13e7c2f6e7ef01476e656fa5c1aec01b7eb720498f03
|
||||||
SHA512 (grafana-pcp-webpack-5.2.1-1.tar.gz) = f4675535e93cf8a76c4849c6da221778efe68d279dd97fb28001686f8a813eb44b4fb0e1401b9e23dd438dc9cb632e0b99a62bf5370c25ef41cb7a5421026ae5
|
SHA512 (grafana-pcp-webpack-5.2.2-1.tar.gz) = dd0f6233b455c7fca51eb2f030ab089af9afdf05034279c58f1069198ea82d308c2c94b454a90ae4c59c1d3d039c150dd3453faf69106763988f95a7f6ee08af
|
||||||
SHA512 (grafana-pcp-vendor-5.2.1-1.tar.xz) = ad864717e3030c7e073c9d1337f9be8d593370c342bd83a0d7c83ad7da47114a3c36c54bd19b808c2f8a96b5e39b45f4e297a6f71af356b66136c5f3d48e0adc
|
SHA512 (grafana-pcp-vendor-5.2.2-1.tar.xz) = bae086f32f80150fa5ba7210da4cce81885a8791f18677f7d2c6388d3027946fd693c8d65878d0ccce7bb42fb1612a86476af6193b88307950cd5569293ced8e
|
||||||
|
Loading…
Reference in New Issue
Block a user