Commit 5fdb99f
Bump Fractions from 7.3.0 to 8.3.2 (#1736)
* Bump Fractions from 7.3.0 to 8.3.2
---
updated-dependencies:
- dependency-name: Fractions
dependency-version: 8.3.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix ResourceQuantity parsing: reject strings with multiple decimal points
Fractions 8.x changed behavior so that Fraction.FromString("1.1.") no
longer throws but returns 11/100. Add explicit validation to reject
numeric parts containing more than one decimal point, preserving the
original behavior and fixing QuantityValueTests.Parse CI failure.
Agent-Logs-Url: https://github.com/kubernetes-client/csharp/sessions/b7732b0d-100b-4d92-99bf-354a97c23fc2
Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>1 parent 556574e commit 5fdb99f
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
0 commit comments