From 042bf16195ea1df5115c0ccd40f0453aa8c5f7f1 Mon Sep 17 00:00:00 2001 From: Daniel Budziwojski Date: Tue, 4 Feb 2025 10:13:52 -0800 Subject: [PATCH] [newrelic-logging] chore(deps): Update common library to 1.3.1 (#1582) #### Is this a new chart #### What this PR does / why we need it: #### 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] Title of the PR starts with chart name (e.g. `[mychartname]`) --- charts/newrelic-logging/Chart.lock | 6 +++--- charts/newrelic-logging/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/newrelic-logging/Chart.lock b/charts/newrelic-logging/Chart.lock index 97b3528db..63b3a5a56 100644 --- a/charts/newrelic-logging/Chart.lock +++ b/charts/newrelic-logging/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-10-28T11:23:44.493524-07:00" + version: 1.3.1 +digest: sha256:cfa7bfb136b9bcfe87e37d3556c3fedecc58f42685c4ce39485da106408b6619 +generated: "2025-01-22T13:46:58.206314-08:00" diff --git a/charts/newrelic-logging/Chart.yaml b/charts/newrelic-logging/Chart.yaml index a8bd0d57f..2053286b0 100644 --- a/charts/newrelic-logging/Chart.yaml +++ b/charts/newrelic-logging/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart to deploy New Relic Kubernetes Logging as a DaemonSet, supporting both Linux and Windows nodes and containers name: newrelic-logging -version: 1.23.5 +version: 1.23.6 appVersion: 2.1.0 home: https://github.com/newrelic/kubernetes-logging icon: https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg @@ -15,5 +15,5 @@ keywords: - newrelic dependencies: - name: common-library - version: 1.3.0 + version: 1.3.1 repository: "https://helm-charts.newrelic.com"