Skip to content

Commit 1b25358

Browse files
Upgrade Helm chart's appVersion to 0.12.0 (#793)
1 parent b7654d9 commit 1b25358

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/cloudcost-exporter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ type: application
55

66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
8-
version: 1.0.7
8+
version: 1.0.8
99

1010
# This is the version of cloudcost-exporter to be deployed, which should be incremented
1111
# with each release.
12-
appVersion: "0.11.0"
12+
appVersion: "0.12.0"
1313

1414
home: https://github.com/grafana/cloudcost-exporter

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6
2222
github.com/google/go-cmp v0.7.0
2323
github.com/googleapis/gax-go/v2 v2.16.0
24-
github.com/grafana/grafana-foundation-sdk/go v0.0.6
24+
github.com/grafana/grafana-foundation-sdk/go v0.0.7
2525
github.com/prometheus/client_golang v1.23.2
2626
github.com/prometheus/client_model v0.6.2
2727
github.com/prometheus/common v0.67.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ github.com/googleapis/enterprise-certificate-proxy v0.3.11 h1:vAe81Msw+8tKUxi2Dq
137137
github.com/googleapis/enterprise-certificate-proxy v0.3.11/go.mod h1:RFV7MUdlb7AgEq2v7FmMCfeSMCllAzWxFgRdusoGks8=
138138
github.com/googleapis/gax-go/v2 v2.16.0 h1:iHbQmKLLZrexmb0OSsNGTeSTS0HO4YvFOG8g5E4Zd0Y=
139139
github.com/googleapis/gax-go/v2 v2.16.0/go.mod h1:o1vfQjjNZn4+dPnRdl/4ZD7S9414Y4xA+a/6Icj6l14=
140-
github.com/grafana/grafana-foundation-sdk/go v0.0.6 h1:FG3vaIQ5Kvxuv3vvS9uZAeBS+HnCzbXqwLjZSIqGC+4=
141-
github.com/grafana/grafana-foundation-sdk/go v0.0.6/go.mod h1:48EA8jF85SrReYflLa39Sk34b6NpxwJPBwjF3TJgRpE=
140+
github.com/grafana/grafana-foundation-sdk/go v0.0.7 h1:4e1YIwoeuWNXOzmewXFluYz2JIG2hIu1KcR5esQdOfU=
141+
github.com/grafana/grafana-foundation-sdk/go v0.0.7/go.mod h1:48EA8jF85SrReYflLa39Sk34b6NpxwJPBwjF3TJgRpE=
142142
github.com/keybase/go-keychain v0.0.1 h1:way+bWYa6lDppZoZcgMbYsvC7GxljxrskdNInRtuthU=
143143
github.com/keybase/go-keychain v0.0.1/go.mod h1:PdEILRW3i9D8JcdM+FmY6RwkHGnhHxXwkPPMeUgOK1k=
144144
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=

0 commit comments

Comments
 (0)