File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ All notable changes to this project will be documented in this file.
13
13
util-linux-core contains a basic set of Linux utilities, including the
14
14
command logger which allows to enter messages into the system log.
15
15
- vector: Add version 0.43.1 ([ #980 ] ).
16
- - opa: Add version 1.0.0 ([ #981 ] )
16
+ - opa: Add version 1.0.0 ([ #981 ] ).
17
+ - statsd-exporter: Bump version to 0.28.0 ([ #982 ] ).
17
18
18
19
### Removed
19
20
@@ -36,6 +37,7 @@ All notable changes to this project will be documented in this file.
36
37
[ #962 ] : https://github.com/stackabletech/docker-images/pull/962
37
38
[ #980 ] : https://github.com/stackabletech/docker-images/pull/980
38
39
[ #981 ] : https://github.com/stackabletech/docker-images/pull/981
40
+ [ #982 ] : https://github.com/stackabletech/docker-images/pull/982
39
41
40
42
## [ 24.11.1] - 2025-01-14
41
43
Original file line number Diff line number Diff line change 3
3
"product" : "2.9.2" ,
4
4
"python" : "3.9" ,
5
5
"git_sync" : "v4.2.4" ,
6
- "statsd_exporter" : "0.27.1 " ,
6
+ "statsd_exporter" : "0.28.0 " ,
7
7
"tini" : "0.19.0" ,
8
8
"vector" : "0.43.1" ,
9
9
},
10
10
{
11
11
"product" : "2.9.3" ,
12
12
"python" : "3.9" ,
13
13
"git_sync" : "v4.2.4" ,
14
- "statsd_exporter" : "0.27.1 " ,
14
+ "statsd_exporter" : "0.28.0 " ,
15
15
"tini" : "0.19.0" ,
16
16
"vector" : "0.43.1" ,
17
17
},
18
18
{
19
19
"product" : "2.10.2" ,
20
20
"python" : "3.12" ,
21
21
"git_sync" : "v4.2.4" ,
22
- "statsd_exporter" : "0.27.1 " ,
22
+ "statsd_exporter" : "0.28.0 " ,
23
23
"tini" : "0.19.0" ,
24
24
"vector" : "0.43.1" ,
25
25
},
Original file line number Diff line number Diff line change 1
1
versions = [
2
2
{
3
- "product" : "0.27.1 " ,
3
+ "product" : "0.28.0 " ,
4
4
"stackable-base" : "1.0.0" ,
5
5
}
6
6
]
Original file line number Diff line number Diff line change 3
3
"product" : "4.0.2" ,
4
4
"python" : "3.9" ,
5
5
"vector" : "0.43.1" ,
6
- "statsd_exporter" : "0.27.1 " ,
6
+ "statsd_exporter" : "0.28.0 " ,
7
7
"authlib" : "1.2.1" , # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
8
8
},
9
9
]
You can’t perform that action at this time.
0 commit comments