Skip to content

Commit 411e879

Browse files
committed
chore: stop packaging newrelic-authr-rs-cli for on-host
1 parent 09e527a commit 411e879

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

.github/renovate.json5

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,6 @@
4646
' *- NR_OTEL_COLLECTOR_VERSION=(?<currentValue>.+)',
4747
],
4848
},
49-
{
50-
customType: 'regex',
51-
managerFilePatterns: [
52-
'/^.goreleaser.yml$/',
53-
],
54-
depNameTemplate: 'newrelic/newrelic-auth-rs',
55-
datasourceTemplate: 'github-releases',
56-
matchStrings: [
57-
' *- NR_AUTH_CLIENT_VERSION=(?<currentValue>.+)',
58-
],
59-
},
6049
{
6150
customType: 'regex',
6251
managerFilePatterns: [

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env:
55
# Currently the only way to update the sub-agent versions is rebuild the binary of the agent-control
66
- NEWRELIC_INFRA_AGENT_VERSION=1.70.0
77
- NR_OTEL_COLLECTOR_VERSION=1.5.0
8-
- NR_AUTH_CLIENT_VERSION=0.1.1
98
builds:
109
- id: newrelic-agent-control
1110
builder: rust
@@ -21,13 +20,12 @@ builds:
2120
- AGENT_CONTROL_VERSION={{ .Version }}
2221
- NEWRELIC_INFRA_AGENT_VERSION={{ .Env.NEWRELIC_INFRA_AGENT_VERSION }}
2322
- NR_OTEL_COLLECTOR_VERSION={{ .Env.NR_OTEL_COLLECTOR_VERSION }}
24-
- NR_AUTH_CLIENT_VERSION={{ .Env.NR_AUTH_CLIENT_VERSION }}
2523
hooks:
2624
post:
2725
- cmd: ./build/scripts/download_embedded.sh
2826
env:
2927
- ARCH={{ .Arch }}
30-
- ARTIFACTS_VERSIONS={"newrelic-infra":"{{ .Env.NEWRELIC_INFRA_AGENT_VERSION }}","nr-otel-collector":"{{ .Env.NR_OTEL_COLLECTOR_VERSION }}","newrelic-auth-cli":"{{ .Env.NR_AUTH_CLIENT_VERSION }}"}
28+
- ARTIFACTS_VERSIONS={"newrelic-infra":"{{ .Env.NEWRELIC_INFRA_AGENT_VERSION }}","nr-otel-collector":"{{ .Env.NR_OTEL_COLLECTOR_VERSION }}"}
3129
- cmd: ./build/scripts/download_collector_config.sh
3230
env:
3331
- NR_OTEL_COLLECTOR_VERSION={{ .Env.NR_OTEL_COLLECTOR_VERSION }}

build/embedded/embedded.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,3 @@ artifacts:
6363
# installed via its newrelic-cli recipe with services disabled, allowing
6464
# agent-control to manage its orchestration.
6565
# name: nr-ebpf-agent
66-
67-
- name: newrelic-auth-cli
68-
# Version now should be added in goreleaser.yaml global envs
69-
url: https://github.com/newrelic/newrelic-auth-rs/releases/download/{{.Version | trimv}}/newrelic-auth-cli_{{.Arch}}.tar.gz
70-
files:
71-
- name: newrelic-auth-cli binary
72-
src: newrelic-auth-cli
73-
dest: artifacts/{{.Arch}}/newrelic-auth-cli

0 commit comments

Comments
 (0)