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

[8.x](backport #4543) Update to go v1.24.0 #4551

Open
wants to merge 2 commits into
base: 8.x
Choose a base branch
from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 6, 2025

What is the problem this PR solves?

Update to go v1.24.0, change golang.org/x/crypto/pbkdf2 to crypto/pbkdf2

Design Checklist

  • I have ensured my design is stateless and will work when multiple fleet-server instances are behind a load balancer.
  • I have or intend to scale test my changes, ensuring it will work reliably with 100K+ agents connected.
  • I have included fail safe mechanisms to limit the load on fleet-server: rate limiting, circuit breakers, caching, load shedding, etc.

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in ./changelog/fragments using the changelog tool
    This is an automatic backport of pull request Update to go v1.24.0 #4543 done by Mergify.

Update to go v1.24.0, change golang.org/x/crypto/pbkdf2 to crypto/pbkdf2

(cherry picked from commit c2b8d66)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	testing/go.mod
@mergify mergify bot requested a review from a team as a code owner March 6, 2025 00:01
@mergify mergify bot added backport conflicts There is a conflict in the backported pull request labels Mar 6, 2025
@mergify mergify bot requested review from michalpristas and kaanyalti March 6, 2025 00:01
Copy link
Contributor Author

mergify bot commented Mar 6, 2025

Cherry-pick of c2b8d66 has failed:

On branch mergify/bp/8.x/pr-4543
Your branch is up to date with 'origin/8.x'.

You are currently cherry-picking commit c2b8d66.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   .buildkite/pipeline.yml
	modified:   .buildkite/scripts/local_build.sh
	modified:   .go-version
	modified:   .golangci.yml
	new file:   changelog/fragments/1741109055-Update-to-go-v1.24.0.yaml
	modified:   internal/pkg/api/handleEnroll.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   NOTICE.txt
	both modified:   go.mod
	both modified:   testing/go.mod

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@github-actions github-actions bot added enhancement New feature or request Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport conflicts There is a conflict in the backported pull request enhancement New feature or request Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants