Skip to content

Commit

Permalink
build(deps): bump com.redhat.insights:runtimes-agent from 1.0.0 to 1.…
Browse files Browse the repository at this point in the history
…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](RedHatInsights/insights-java-agent@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] <[email protected]>

* Remove is_ocp parameter, no longer used in 1.0.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elliott Baron <[email protected]>
  • Loading branch information
dependabot[bot] and ebaron authored Apr 12, 2024
1 parent 98384ff commit c4c52a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<org.projectnessie.cel.bom.version>0.4.4</org.projectnessie.cel.bom.version>
<com.google.protobuf-java.version>3.25.2</com.google.protobuf-java.version>
<info.picocli.version>4.7.4</info.picocli.version>
<com.redhat.insights.agent.version>1.0.0</com.redhat.insights.agent.version>
<com.redhat.insights.agent.version>1.0.1</com.redhat.insights.agent.version>

<com.github.spotbugs.version>4.8.4</com.github.spotbugs.version>
<com.github.spotbugs.plugin.version>4.8.3.1</com.github.spotbugs.plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public void runInsightsAgent(PluginInfo pluginInfo) {
Map<String, String> 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.
Expand Down

0 comments on commit c4c52a4

Please sign in to comment.