File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
15
15
- vector: Add version 0.43.1 ([ #980 ] ).
16
16
- opa: Add version 1.0.0 ([ #981 ] ).
17
17
- statsd-exporter: Bump version to 0.28.0 ([ #982 ] ).
18
+ - git-sync: Bump version to 4.4.0 ([ #990 ] ).
18
19
- kafka: Bump version to 3.9.0 ([ #988 ] ).
19
20
20
21
### Changed
@@ -43,6 +44,7 @@ All notable changes to this project will be documented in this file.
43
44
[ #980 ] : https://github.com/stackabletech/docker-images/pull/980
44
45
[ #981 ] : https://github.com/stackabletech/docker-images/pull/981
45
46
[ #982 ] : https://github.com/stackabletech/docker-images/pull/982
47
+ [ #990 ] : https://github.com/stackabletech/docker-images/pull/990
46
48
[ #988 ] : https://github.com/stackabletech/docker-images/pull/988
47
49
48
50
## [ 24.11.1] - 2025-01-14
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG GIT_SYNC
5
5
6
6
# For updated versions check https://github.com/kubernetes/git-sync/releases
7
7
# which should contain a image location (e.g. registry.k8s.io/git-sync/git-sync:v3.6.8)
8
- FROM oci.stackable.tech/sdp/git-sync:${GIT_SYNC} AS gitsync-image
8
+ FROM oci.stackable.tech/sdp/git-sync/git-sync :${GIT_SYNC} AS gitsync-image
9
9
10
10
FROM stackable/image/statsd_exporter AS statsd_exporter-builder
11
11
Original file line number Diff line number Diff line change 2
2
{
3
3
"product" : "2.9.2" ,
4
4
"python" : "3.9" ,
5
- "git_sync" : "v4.2.4 " ,
5
+ "git_sync" : "v4.4.0 " ,
6
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
- "git_sync" : "v4.2.4 " ,
13
+ "git_sync" : "v4.4.0 " ,
14
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
- "git_sync" : "v4.2.4 " ,
21
+ "git_sync" : "v4.4.0 " ,
22
22
"statsd_exporter" : "0.28.0" ,
23
23
"tini" : "0.19.0" ,
24
24
"vector" : "0.43.1" ,
You can’t perform that action at this time.
0 commit comments