Skip to content

Commit

Permalink
update to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCech committed Feb 9, 2024
1 parent 41031ff commit 0f92f29
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 2 deletions.
Empty file modified .devcontainer.json
100755 → 100644
Empty file.
Empty file modified .github/dependabot.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/builder.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/lint.yaml
100755 → 100644
Empty file.
Empty file modified .vscode/tasks.json
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
5 changes: 5 additions & 0 deletions grafana_cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 0.0.3

- add config item descriptions
- pin autoconfigure revision

## 0.0.2

- Restructure docker layout
Expand Down
2 changes: 1 addition & 1 deletion grafana_cloud/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Grafana Cloud"
description: "Send metrics & logs to Grafana Cloud"
version: "0.0.2"
version: "0.0.3"
slug: "grafana_cloud"
init: false
arch:
Expand Down
2 changes: 1 addition & 1 deletion grafana_cloud/rootfs/config.river
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.git "grafana_cloud" {
repository = "https://github.com/grafana/agent-modules.git"
path = "modules/grafana-cloud/autoconfigure/module.river"
revision = "main"
revision = "3a62fd0"
pull_frequency = "0s"
arguments {
stack_name = env("STACK_NAME")
Expand Down
Empty file modified repository.yaml
100755 → 100644
Empty file.

0 comments on commit 0f92f29

Please sign in to comment.