🔥 Hotfix for issue #2299 (version 24.0.1), aka v24.0.0 patch 📦
Read the Docs: Ocelot 24.0 with PDF
Hot fixed version: 24.0.0
Milestone: .NET 9
ℹ️ About
🔥 Hot fixed issue: #2299
❤️ A sincere and heartfelt "Thank You" to Gracjan Bryłka, @font3r for reporting the bug.
⚠️ Warning
- This patch updates only the Ocelot.Provider.Kubernetes extension package to version 24.0.1.
- No further patches are planned for this major version. The next minor release, version 24.1, codenamed "Globality", is scheduled for Spring–Summer 2025.
❗ Breaking Changes
Interface Breaking Changes:
IKubeApiClientFactory
interface removal: TheServiceAccountPath
property was removed because it was not intended for public use.
Interface FQN:Ocelot.Provider.Kubernetes.Interfaces.IKubeApiClientFactory
Property FQN:Ocelot.Provider.Kubernetes.Interfaces.IKubeApiClientFactory.ServiceAccountPath
What's Changed
- #2299 Encapsulate
ServiceAccountPath
as a protected property of the factory to stabilizeKubeApiClient
creation in the Kubernetes provider by @raman-m in #2302 - Release v24.0.1 | Hotfix for issue #2299 | .NET 9 release | +semver: patch by @raman-m in #2303
Full Changelog: 24.0.0...24.0.1