File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
16
16
- trino: Add version ` 455 ` ([ #822 ] ).
17
17
- trino-cli: Add version ` 455 ` ([ #822 ] ).
18
18
- spark: Add version ` 3.5.2 ` ([ #848 ] ).
19
- - statsd-exporter: Add version 0.27.0 ([ #866 ] ).
19
+ - statsd-exporter: Bump version to 0.27.1 ([ #866 ] , [ # 879 ] ).
20
20
- hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([ #852 ] ).
21
21
- hbase: Add hadoop-azure.jar to the lib directory to support the Azure Blob Filesystem and
22
22
the Azure Data Lake Storage ([ #853 ] ).
@@ -68,6 +68,7 @@ All notable changes to this project will be documented in this file.
68
68
[ #868 ] : https://github.com/stackabletech/docker-images/pull/868
69
69
[ #874 ] : https://github.com/stackabletech/docker-images/pull/874
70
70
[ #877 ] : https://github.com/stackabletech/docker-images/pull/877
71
+ [ #879 ] : https://github.com/stackabletech/docker-images/pull/879
71
72
72
73
## [ 24.7.0] - 2024-07-24
73
74
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG GIT_SYNC
4
4
5
5
# For updated versions check https://github.com/kubernetes/git-sync/releases
6
6
# which should contain a image location (e.g. registry.k8s.io/git-sync/git-sync:v3.6.8)
7
- FROM oci.stackable.tech/sdp/git-sync:${GIT_SYNC} as gitsync-image
7
+ FROM oci.stackable.tech/sdp/git-sync:${GIT_SYNC} AS gitsync-image
8
8
9
9
FROM stackable/image/statsd_exporter AS statsd_exporter-builder
10
10
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.0 " ,
6
+ "statsd_exporter" : "0.27.1 " ,
7
7
"tini" : "0.19.0" ,
8
8
"vector" : "0.41.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.0 " ,
14
+ "statsd_exporter" : "0.27.1 " ,
15
15
"tini" : "0.19.0" ,
16
16
"vector" : "0.41.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.0 " ,
22
+ "statsd_exporter" : "0.27.1 " ,
23
23
"tini" : "0.19.0" ,
24
24
"vector" : "0.41.1" ,
25
25
},
Original file line number Diff line number Diff line change 1
1
versions = [
2
2
{
3
- "product" : "0.27.0 " ,
3
+ "product" : "0.27.1 " ,
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.41.1" ,
6
- "statsd_exporter" : "0.27.0 " ,
6
+ "statsd_exporter" : "0.27.1 " ,
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