Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 7, 2025

It requires the version to be bumped first in golang-crossbuild project, then a new release will be added to:
https://github.com/elastic/golang-crossbuild/releases/tag/v1.24.3.
Otherwise it will fail until the docker images are available.


Bump golang-version to latest version

Update .buildkite/pipeline.yml

1 file(s) updated with "golang:1.24.3": * .buildkite/pipeline.yml

Update .go-version

1 file(s) updated with "1.24.3": * .go-version

Update version.asciidoc

1 file(s) updated with ":go-version: 1.24.3": * version/docs/version.asciidoc

Update from dockerfiles

2 file(s) updated with "ARG GO_VERSION=1.24.3": * Dockerfile.skaffold * Dockerfile

Update go.mod version

1 file(s) updated with "go 1.24.3": * go.mod

Update wrapper/windows/archive-proxy/go.mod version

1 file(s) updated with "go 1.24.3": * wrapper/windows/archive-proxy/go.mod

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

github-actions bot added 6 commits May 7, 2025 20:06
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@cmacknz cmacknz added backport-8.19 Automated backport to the 8.19 branch backport-8.18 Automated backport to the 8.18 branch backport-9.0 Automated backport to the 9.0 branch labels May 7, 2025
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

@pkoutsovasilis
Copy link
Contributor

we do have upcoming 8.17.x releases, so most probably this should also backported there, right?! 🙂

@ebeahan ebeahan added the backport-8.17 Automated backport with mergify label May 8, 2025
@pkoutsovasilis
Copy link
Contributor

should we wait for the beats respective PR to get ready to be merged (there are some issues with that one) or we merge this either way @ebeahan @cmacknz ? I would say wait until tomorrow to assess what is needed there

@ebeahan
Copy link
Member

ebeahan commented May 8, 2025

I would say wait until tomorrow to assess what is needed there

++ let's take a day and make sure Beats is good first IMO

Copy link
Contributor

@dliappis dliappis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cmacknz cmacknz merged commit 9201992 into main May 20, 2025
13 checks passed
@cmacknz cmacknz deleted the updatecli_main_901223529a6beca5c9cb3180f1dae9731c8da4e9c40169d7042cc0163a6d7e24 branch May 20, 2025 18:11
mergify bot pushed a commit that referenced this pull request May 20, 2025
* chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * Add changelog. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> (cherry picked from commit 9201992) # Conflicts: #	wrapper/windows/archive-proxy/go.mod
mergify bot pushed a commit that referenced this pull request May 20, 2025
* chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * Add changelog. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> (cherry picked from commit 9201992)
mergify bot pushed a commit that referenced this pull request May 20, 2025
* chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * Add changelog. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> (cherry picked from commit 9201992)
mergify bot pushed a commit that referenced this pull request May 20, 2025
* chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * Add changelog. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> (cherry picked from commit 9201992)
cmacknz added a commit that referenced this pull request May 20, 2025
* chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * Add changelog. --------- (cherry picked from commit 9201992) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
cmacknz added a commit that referenced this pull request May 20, 2025
* chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * Add changelog. --------- (cherry picked from commit 9201992) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
cmacknz added a commit that referenced this pull request May 20, 2025
* chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * Add changelog. --------- (cherry picked from commit 9201992) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
cmacknz added a commit that referenced this pull request May 21, 2025
) * [Automation] Bump Golang version to 1.24.3 (#8109) * chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * Add changelog. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> (cherry picked from commit 9201992) # Conflicts: #	wrapper/windows/archive-proxy/go.mod * Remove directory added by conflict. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-8.17 Automated backport with mergify backport-8.18 Automated backport to the 8.18 branch backport-8.19 Automated backport to the 8.19 branch backport-9.0 Automated backport to the 9.0 branch backport-skip

7 participants