File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : grafana-alloy
3
- version : " 1.9.1 "
4
- epoch : 1
3
+ version : " 1.9.2 "
4
+ epoch : 0
5
5
description : OpenTelemetry Collector distribution with programmable pipelines
6
6
copyright :
7
7
- license : Apache-2.0
@@ -18,6 +18,7 @@ environment:
18
18
packages :
19
19
- busybox
20
20
- ca-certificates-bundle
21
+ - gcc-14-default
21
22
- go
22
23
- nodejs-18
23
24
- systemd-dev
@@ -32,12 +33,12 @@ pipeline:
32
33
with :
33
34
repository : https://github.com/grafana/alloy
34
35
tag : v${{package.version}}
35
- expected-commit : d3d79312dd7587a6636649cbab45d99e8dd576e5
36
+ expected-commit : 30277f7c6a6c8363a6c7715e17431dbabf93ac69
36
37
37
38
- uses : go/bump
38
39
with :
39
40
deps : |-
40
- github.com/cloudflare/circl@v1.6.1
41
+ github.com/go-viper/mapstructure/v2@v2.3.0
41
42
42
43
- name : Generate UI
43
44
runs : make generate-ui
You can’t perform that action at this time.
0 commit comments