Skip to content

Commit 1bc0923

Browse files
authored
keda: upgrade to 2.14.1 to fix CVE-2024-35255 (microsoft#10575)
1 parent f3cf91a commit 1bc0923

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

SPECS/keda/keda.signatures.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"keda-2.14.0-vendor.tar.gz": "36e62d59b865b119070868c5d237e935bd633eacad31b1dc91e9bdcb3d5fd3cf",
4-
"keda-2.14.0.tar.gz": "f99bf7540a70cf44d5450146737e62c5860276a14fadfa020ad05b6c1f1c8f8a"
3+
"keda-2.14.1-vendor.tar.gz": "8bd0e8a26be3011de6455166874e3613ce39e99f6e7c8af49eae7cbf05d02efe",
4+
"keda-2.14.1.tar.gz": "5a843fccb39f23ea4de03a88a803129223baf9131ec802bbae438cb83bcf3272"
55
}
66
}

SPECS/keda/keda.spec

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Kubernetes-based Event Driven Autoscaling
22
Name: keda
3-
Version: 2.14.0
4-
Release: 2%{?dist}
3+
Version: 2.14.1
4+
Release: 1%{?dist}
55
License: ASL 2.0
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -60,6 +60,10 @@ cp ./bin/keda-admission-webhooks %{buildroot}%{_bindir}
6060
%{_bindir}/%{name}-admission-webhooks
6161

6262
%changelog
63+
* Fri Sep 27 2024 Archana Choudhary <archana1@microsoft.com> - 2.14.1-1
64+
- Upgrade to 2.14.1
65+
- Fix CVE-2024-35255 in github.com/Azure/azure-sdk-for-go/sdk/azidentity
66+
6367
* Thu Aug 01 2024 Bala <balakumaran.kannan@microsoft.com> - 2.14.0-2
6468
- Added CVE-2024-6104.patch
6569

cgmanifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8081,8 +8081,8 @@
80818081
"type": "other",
80828082
"other": {
80838083
"name": "keda",
8084-
"version": "2.14.0",
8085-
"downloadUrl": "https://github.com/kedacore/keda/archive/refs/tags/v2.14.0.tar.gz"
8084+
"version": "2.14.1",
8085+
"downloadUrl": "https://github.com/kedacore/keda/archive/refs/tags/v2.14.1.tar.gz"
80868086
}
80878087
}
80888088
},

0 commit comments

Comments
 (0)