Skip to content

Commit

Permalink
fix(release): forgot to bump the version so the release doesn't colli…
Browse files Browse the repository at this point in the history
…de (#39)
  • Loading branch information
obs-gh-colinhutchinson authored Sep 11, 2023
1 parent 36a028b commit 4cbbeec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @obs-gh-jeremyjackins
* @obs-gh-colinhutchinson
2 changes: 1 addition & 1 deletion charts/logs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
2 changes: 1 addition & 1 deletion charts/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cbbeec

Please sign in to comment.