Skip to content

Commit ef30db2

Browse files
Merge branch 'master' into kkhandelwal/rel-1-5-0
2 parents 4920d83 + 265cf78 commit ef30db2

54 files changed

Lines changed: 3475 additions & 1298 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/agent-control-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
targets: >-
5252
x86_64-unknown-linux-musl
5353
54-
- uses: actions/cache@v5
54+
- uses: actions/cache@v6
5555
with:
5656
path: |
5757
~/.cargo/bin/

.github/workflows/lint_test_charts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: helm/chart-testing-action@v2.8.0
3333
- uses: azure/setup-helm@v5
3434
with:
35-
version: 'v3.19.2'
35+
version: 'v3.21.2'
3636

3737
- name: Set up helm-unittest
3838
# workaround for https://github.com/helm-unittest/helm-unittest/issues/790
@@ -97,7 +97,7 @@ jobs:
9797
- uses: helm/chart-testing-action@v2.8.0
9898
- uses: azure/setup-helm@v5
9999
with:
100-
version: 'v3.19.2'
100+
version: 'v3.21.2'
101101

102102
- name: Install Minikube
103103
uses: manusa/actions-setup-minikube@v2.16.1
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/checkout@v4
131131
- uses: azure/setup-helm@v5
132132
with:
133-
version: 'v3.19.2'
133+
version: 'v3.21.2'
134134

135135
- name: Add helm repositories
136136
run: |
@@ -181,7 +181,7 @@ jobs:
181181
- uses: actions/checkout@v4
182182
- uses: azure/setup-helm@v5
183183
with:
184-
version: 'v3.19.2'
184+
version: 'v3.21.2'
185185

186186
- name: Add helm repositories
187187
run: |

.github/workflows/post-release-agent-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Upload to Agent Metadata
8787
if: steps.should-run.outputs.match == 'true' && steps.check-config.outputs.exists == 'true'
88-
uses: newrelic/agent-metadata-action@v1.0.8
88+
uses: newrelic/agent-metadata-action@v1.2.0
8989
with:
9090
newrelic-client-id: ${{ secrets.NEWRELIC_CLIENT_ID }}
9191
newrelic-private-key: ${{ secrets.NEWRELIC_PRIVATE_KEY }}

.github/workflows/repolinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Test Default Branch
1717
id: default-branch
18-
uses: actions/github-script@v8.0.0
18+
uses: actions/github-script@v9.0.0
1919
with:
2020
script: |
2121
const data = await github.rest.repos.get(context.repo)

.github/workflows/security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Run Trivy vulnerability scanner in repo mode
17-
uses: aquasecurity/trivy-action@v0.35.0
17+
uses: aquasecurity/trivy-action@v0.36.0
1818
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
1919
with:
2020
scan-type: fs
@@ -23,7 +23,7 @@ jobs:
2323
severity: 'HIGH,CRITICAL'
2424

2525
- name: Run Trivy vulnerability scanner sarif output
26-
uses: aquasecurity/trivy-action@v0.35.0
26+
uses: aquasecurity/trivy-action@v0.36.0
2727
if: ${{ github.event.schedule }} # Generate sarif when running periodically
2828
with:
2929
scan-type: fs
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common-library
33
repository: https://helm-charts.newrelic.com
4-
version: 1.4.0
5-
digest: sha256:5655aeb5921ac47b5413c3873218309e4a5a78bc0d75d6dd7aabe13ad0e63cc7
6-
generated: "2026-01-13T17:45:43.119605-08:00"
4+
version: 2.3.1
5+
digest: sha256:ff23c3a4c0a51e4de9d2015b09bad1fbe227741ef620c8646f14c09820623b20
6+
generated: "2026-06-18T12:51:39.202634884Z"

charts/agent-control-bootstrap/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: agent-control-bootstrap
33
description: Bootstraps New Relic' Agent Control
44

55
type: application
6-
version: 1.8.1
6+
version: 1.8.4
77
# renovate: chartName=agent-control-deployment
8-
appVersion: 1.7.1
8+
appVersion: 1.7.9
99
annotations:
1010
# renovate: chartName=agent-control-cd
1111
agentControlCdVersion: 1.0.0
1212

1313

1414
dependencies:
1515
- name: common-library
16-
version: 1.4.0
16+
version: 2.3.1
1717
repository: https://helm-charts.newrelic.com
1818

1919
keywords:

charts/agent-control-bootstrap/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fullnameOverride: ""
77
toolkitImage:
88
registry:
99
repository: newrelic/newrelic-agent-control-cli
10-
tag: "1.14.1"
10+
tag: "1.17.0"
1111
pullPolicy: IfNotPresent
1212
# -- The secrets that are needed to pull images from a custom registry.
1313
pullSecrets: []
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common-library
33
repository: https://helm-charts.newrelic.com
4-
version: 2.2.0
5-
digest: sha256:6c7e1a82e5483ac9762ee5f213234c2fbdd56fa7bdfbfe747e8221a10640680b
6-
generated: "2026-05-13T08:46:23.323657+02:00"
4+
version: 2.3.1
5+
digest: sha256:ff23c3a4c0a51e4de9d2015b09bad1fbe227741ef620c8646f14c09820623b20
6+
generated: "2026-06-01T16:17:58.353494504Z"

charts/agent-control-deployment/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: A Helm chart to install New Relic Agent Control on Kubernetes
44

55
type: application
66

7-
version: 1.7.3
7+
version: 1.7.9
88

99
dependencies:
1010
- name: common-library
11-
version: 2.2.0
11+
version: 2.3.1
1212
repository: https://helm-charts.newrelic.com
1313

1414
keywords:

0 commit comments

Comments
 (0)