Skip to content

makefile: fix typo for build log location in generated rules - #2461

Merged
imjasonh merged 1 commit into
mainfrom
makefile-pass-2.5
May 31, 2023
Merged

makefile: fix typo for build log location in generated rules#2461
imjasonh merged 1 commit into
mainfrom
makefile-pass-2.5

Conversation

@kaniini

Copy link
Copy Markdown
Contributor

I forgot to update the $${pkgfullname} to $${pkgver} when updating the generated rules template.

Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
@kaniini
kaniini requested a review from a team as a code ownerMay 31, 2023 19:10
@imjasonh
imjasonh enabled auto-merge May 31, 2023 19:11
@imjasonh
imjasonh added this pull request to the merge queue May 31, 2023
Merged via the queue into main with commit b28c33bMay 31, 2023
@imjasonh
imjasonh deleted the makefile-pass-2.5 branch May 31, 2023 19:13
efbar added a commit to efbar/os that referenced this pull request Dec 15, 2025
…b3 2.6.0
The kubernetes Python client incorrectly constrains urllib3<2.4.0, which blocks
the security fixes in urllib3 2.6.0 (GHSA-2xpw-w6gg-jr37, GHSA-gm62-xv2j-4w53).
Upstream removed this constraint in PR wolfi-dev#2461 (merged Oct 2025) but hasn't released
it yet - it will be in kubernetes client v35. Until then, we patch the METADATA
file to remove the upper bound since urllib3 2.6.0 is fully compatible.
Added tests to verify:
- urllib3 2.6.0 is installed
- kubernetes metadata is patched correctly
- operator controller imports without version conflicts
Upstream tracking:
- kubernetes-client/python#2417
- kubernetes-client/python#2458
- kubernetes-client/python#2461
Signed-off-by: Francesco Bartolini <francesco.bartolini@chainguard.dev>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@kaniini@imjasonh