From 4cbbeecae9e6e6b5beec6dcf6ed4cf7a90b6f86a Mon Sep 17 00:00:00 2001 From: obs-gh-colinhutchinson <131207535+obs-gh-colinhutchinson@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:17:23 -0400 Subject: [PATCH] fix(release): forgot to bump the version so the release doesn't collide (#39) --- .github/workflows/CODEOWNERS | 2 +- charts/logs/Chart.yaml | 2 +- charts/stack/Chart.lock | 6 +++--- charts/stack/Chart.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS index 18ee928b..75797ae8 100644 --- a/.github/workflows/CODEOWNERS +++ b/.github/workflows/CODEOWNERS @@ -1 +1 @@ -* @obs-gh-jeremyjackins +* @obs-gh-colinhutchinson diff --git a/charts/logs/Chart.yaml b/charts/logs/Chart.yaml index c8b004f4..9ce1bba4 100644 --- a/charts/logs/Chart.yaml +++ b/charts/logs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: logs description: Observe logs collection type: application -version: 0.1.5 +version: 0.1.6 dependencies: - name: fluent-bit version: 0.25.0 diff --git a/charts/stack/Chart.lock b/charts/stack/Chart.lock index 5ceeabe7..4b0e21b7 100644 --- a/charts/stack/Chart.lock +++ b/charts/stack/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: logs repository: file://../logs - version: 0.1.5 + version: 0.1.6 - name: metrics repository: file://../metrics version: 0.2.0 @@ -11,5 +11,5 @@ dependencies: - name: proxy repository: file://../proxy version: 0.1.0 -digest: sha256:aee2acbf3e653ef1488325c3b07a0332baa47dd2ab5582d0649a7e68bec5dcb1 -generated: "2023-08-29T17:25:36.61464-07:00" +digest: sha256:c164f2e00b6d03630bcc953b334009d6741573888e3c248deee488e2754156bf +generated: "2023-09-11T16:21:54.368678336-04:00" diff --git a/charts/stack/Chart.yaml b/charts/stack/Chart.yaml index 593ac75f..1272364a 100644 --- a/charts/stack/Chart.yaml +++ b/charts/stack/Chart.yaml @@ -5,7 +5,7 @@ type: application version: 0.2.0 dependencies: - name: logs - version: 0.1.5 + version: 0.1.6 repository: file://../logs condition: logs.enabled - name: metrics