From c4c52a4bed272762a7900277244a134af1b5d878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:25:31 -0400 Subject: [PATCH] build(deps): bump com.redhat.insights:runtimes-agent from 1.0.0 to 1.0.1 (#376) * build(deps): bump com.redhat.insights:runtimes-agent from 1.0.0 to 1.0.1 Bumps [com.redhat.insights:runtimes-agent](https://github.com/RedHatInsights/insights-java-agent) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/RedHatInsights/insights-java-agent/releases) - [Commits](https://github.com/RedHatInsights/insights-java-agent/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: com.redhat.insights:runtimes-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Remove is_ocp parameter, no longer used in 1.0.1 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elliott Baron --- pom.xml | 2 +- .../java/io/cryostat/agent/insights/InsightsAgentHelper.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 026c5337..4f3224e8 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ 0.4.4 3.25.2 4.7.4 - 1.0.0 + 1.0.1 4.8.4 4.8.3.1 diff --git a/src/main/java/io/cryostat/agent/insights/InsightsAgentHelper.java b/src/main/java/io/cryostat/agent/insights/InsightsAgentHelper.java index d7a2fda3..06d47713 100644 --- a/src/main/java/io/cryostat/agent/insights/InsightsAgentHelper.java +++ b/src/main/java/io/cryostat/agent/insights/InsightsAgentHelper.java @@ -78,7 +78,6 @@ public void runInsightsAgent(PluginInfo pluginInfo) { Map out = new HashMap<>(); out.put("name", appName); out.put("base_url", server); - out.put("is_ocp", "true"); // If the user's application already contains Insights support, // use this agent instead as it has the proper configuration // for OpenShift.