Skip to content

Commit e1782b6

Browse files
authored
chore: bump git-sync to 4.4.1 (#1151)
* chore: update git-sync to 4.4.1 * chore: changelog
1 parent cafa817 commit e1782b6

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ All notable changes to this project will be documented in this file.
4848
- kafka: Add `4.0.0` ([#1117])
4949
- Include `.tar.gz` snapshots of the product source code in container images ([#1126])
5050
- airflow: OPA authorizer for Airflow 3.x ([#1127])
51+
- git-sync: Bump version to 4.4.1 ([#1151]).
5152

5253
### Changed
5354

@@ -163,6 +164,7 @@ All notable changes to this project will be documented in this file.
163164
[#1137]: https://github.com/stackabletech/docker-images/pull/1137
164165
[#1138]: https://github.com/stackabletech/docker-images/pull/1138
165166
[#1139]: https://github.com/stackabletech/docker-images/pull/1139
167+
[#1151]: https://github.com/stackabletech/docker-images/pull/1151
166168

167169
## [25.3.0] - 2025-03-21
168170

airflow/versions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"product": "2.9.3",
44
"python": "3.9",
5-
"git_sync": "v4.4.0",
5+
"git_sync": "v4.4.1",
66
"s3fs": "2024.9.0",
77
"cyclonedx_bom": "6.0.0",
88
"shared/statsd-exporter": "0.28.0",
@@ -15,7 +15,7 @@
1515
{
1616
"product": "2.10.4",
1717
"python": "3.12",
18-
"git_sync": "v4.4.0",
18+
"git_sync": "v4.4.1",
1919
"s3fs": "2024.9.0",
2020
"cyclonedx_bom": "6.0.0",
2121
"shared/statsd-exporter": "0.28.0",
@@ -28,7 +28,7 @@
2828
{
2929
"product": "2.10.5",
3030
"python": "3.12",
31-
"git_sync": "v4.4.0",
31+
"git_sync": "v4.4.1",
3232
"s3fs": "2024.9.0",
3333
"cyclonedx_bom": "6.0.0",
3434
"shared/statsd-exporter": "0.28.0",
@@ -41,7 +41,7 @@
4141
{
4242
"product": "3.0.1",
4343
"python": "3.12",
44-
"git_sync": "v4.4.0",
44+
"git_sync": "v4.4.1",
4545
"s3fs": "2024.9.0",
4646
"cyclonedx_bom": "6.0.0",
4747
"shared/statsd-exporter": "0.28.0",

nifi/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"product": "1.27.0",
44
"java-base": "11",
55
"java-devel": "11", # There is an error when trying to use the jdk 21 (since nifi 1.26.0)
6-
"git_sync": "v4.4.0",
6+
"git_sync": "v4.4.1",
77
"nifi_opa_authorizer_plugin": "0.1.0",
88
},
99
{
1010
"product": "1.28.1",
1111
"java-base": "11",
1212
"java-devel": "11",
13-
"git_sync": "v4.4.0",
13+
"git_sync": "v4.4.1",
1414
"nifi_opa_authorizer_plugin": "0.1.0",
1515
},
1616
{
1717
"product": "2.4.0",
1818
"java-base": "21",
1919
"java-devel": "21",
20-
"git_sync": "v4.4.0",
20+
"git_sync": "v4.4.1",
2121
"nifi_iceberg_bundle": "0.0.4",
2222
"nifi_opa_authorizer_plugin": "0.1.0",
2323
},

0 commit comments

Comments
 (0)