Skip to content

Commit 5dc3be5

Browse files
chore(release): create a new release (#932)
1 parent 1c9654e commit 5dc3be5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

super-agent/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_super_agent"
33
description = "New Relic Super Agent Limited Preview"
4-
version = "0.25.0"
4+
version = "0.26.0"
55
authors.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true
@@ -50,7 +50,7 @@ resource-detection = { path = "../resource-detection" }
5050
kube = { version = "0.97.0", features = ["runtime", "derive"], optional = true }
5151
k8s-openapi = { version = "0.23.0", features = ["v1_30"], optional = true }
5252
either = { version = "1.12.0", optional = true }
53-
base64 = {version="0.22.1", optional=true}
53+
base64 = { version = "0.22.1", optional = true }
5454

5555
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
5656
tracing-appender = "0.2.3"

test/e2e/ansible/tasks/fresh_sa_install_host_monitor_nr_Linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
include_tasks: ./clean_all.yaml
44

55
- name: set e2e run name
6-
ansible.builtin.set_fact: {"e2e_run_name": "sa-caos-e2e-{{ lookup('community.general.random_string', override_all=hex_chars, length=22) }}"}
6+
ansible.builtin.set_fact: { "e2e_run_name": "sa-caos-e2e-{{ lookup('community.general.random_string', override_all=hex_chars, length=22) }}" }
77
vars:
88
# sets accepted tokens for generated string
99
hex_chars: '0123456789ABCDEF'
@@ -137,7 +137,7 @@
137137
nrql_query: >-
138138
SELECT entityGuid FROM SystemSample WHERE entityName = '{{ e2e_run_name }}' limit 1
139139
retries: 60
140-
delay: 5
140+
delay: 15
141141

142142
- name: set Host EntityGUID
143143
set_fact:

0 commit comments

Comments
 (0)