From 45c543984cbeb84e4df4d9dd7e094d6f0dfb3493 Mon Sep 17 00:00:00 2001 From: Kartik Pattaswamy <62078498+kpattaswamy@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:26:59 -0500 Subject: [PATCH] [nr-ebpf-agent] Bump common library (#1581) #### Is this a new chart No #### What this PR does / why we need it: Bumps the common library to 1.3.1 #### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)* - fixes # #### Special notes for your reviewer: #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [x] Chart Version bumped - [x] Variables are documented in the README.md - [x] Title of the PR starts with chart name (e.g. `[mychartname]`) Signed-off-by: kpattaswamy --- charts/nr-ebpf-agent/Chart.lock | 6 +++--- charts/nr-ebpf-agent/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/nr-ebpf-agent/Chart.lock b/charts/nr-ebpf-agent/Chart.lock index 6270dc5bd..e4b73b963 100644 --- a/charts/nr-ebpf-agent/Chart.lock +++ b/charts/nr-ebpf-agent/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common-library repository: https://helm-charts.newrelic.com - version: 1.3.0 -digest: sha256:2e1da613fd8a52706bde45af077779c5d69e9e1641bdf5c982eaf6d1ac67a443 -generated: "2024-11-06T20:45:23.428463-08:00" + version: 1.3.1 +digest: sha256:cfa7bfb136b9bcfe87e37d3556c3fedecc58f42685c4ce39485da106408b6619 +generated: "2025-01-22T20:08:40.97790448Z" diff --git a/charts/nr-ebpf-agent/Chart.yaml b/charts/nr-ebpf-agent/Chart.yaml index f28edd63d..934a21c76 100644 --- a/charts/nr-ebpf-agent/Chart.yaml +++ b/charts/nr-ebpf-agent/Chart.yaml @@ -13,10 +13,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.13 +version: 0.1.14 dependencies: - name: common-library - version: 1.3.0 + version: 1.3.1 repository: "https://helm-charts.newrelic.com" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to