Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up built-in tools #85

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Clean up built-in tools #85

merged 3 commits into from
Aug 22, 2024

Conversation

PerfectSlayer
Copy link
Contributor

@PerfectSlayer PerfectSlayer commented Aug 21, 2024

This PR removes compose-switch, removes an old workaround, and fix autoforward script.

Compose switch

Remove compose-switch, a binary in charge of forwarding calls from docker-compose (V1, deprecated) to docker compose (V2). compose-switch was not updated for 2y+ and brings security issues.

Workaround

Unpin the urllib package from awscli.

Autoforward

The python package requests introduced behavior break in 2.32 on validating scheme: psf/requests#6707
As requests-unixsocket is no more maintained, a fork was put in place to fix the issue: msabramo/requests-unixsocket#73

This changed is tested here: DataDog/dd-trace-java#7486

requests 2.32 introduce behavior break in validating scheme: psf/requests#6707
requests-unixsocket is no more maintained but a fork was put in place to fix the issue: msabramo/requests-unixsocket#73
@PerfectSlayer PerfectSlayer changed the title Remove compose-switch Clean up built-in tools Aug 22, 2024
@PerfectSlayer PerfectSlayer added the bug Something isn't working label Aug 22, 2024
@PerfectSlayer PerfectSlayer merged commit c5489e3 into master Aug 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants