-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Automation] Bump Golang version to 1.19.10 #35751
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... /beats/libbeat/docs/version.asciidoc" Made with ❤️️ by updatecli
... /beats/.golangci.yml" Made with ❤️️ by updatecli
... /beats/.go-version" Made with ❤️️ by updatecli
... /beats/x-pack/functionbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/auditbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/heartbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/metricbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/packetbeat/Dockerfile" Made with ❤️️ by updatecli
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jun 12, 2023
apmmachine
added
the
backport-skip
Skip notification from the automated backport with mergify
label
Jun 12, 2023
cmacknz
added
the
Team:Elastic-Agent-Data-Plane
Label for the Agent Data Plane team
label
Jun 12, 2023
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jun 12, 2023
cmacknz
approved these changes
Jun 14, 2023
mergify bot
pushed a commit
that referenced
this pull request
Jun 14, 2023
* chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/libbeat/docs/version.asciidoc" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/.golangci.yml" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/.go-version" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/x-pack/functionbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/auditbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/heartbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/metricbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/packetbeat/Dockerfile" Made with ❤️️ by updatecli * Add changelog entry. --------- Co-authored-by: apmmachine <[email protected]> Co-authored-by: Craig MacKenzie <[email protected]> (cherry picked from commit e1c1f3a) # Conflicts: # libbeat/docs/version.asciidoc
cmacknz
added a commit
that referenced
this pull request
Jun 14, 2023
…35764) * [Automation] Bump Golang version to 1.19.10 (#35751) * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/libbeat/docs/version.asciidoc" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/.golangci.yml" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/.go-version" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/x-pack/functionbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/auditbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/heartbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/metricbeat/Dockerfile" Updated the content of the file "/tmp/updatecli/github/elastic/beats/packetbeat/Dockerfile" Made with ❤️️ by updatecli * Add changelog entry. --------- Co-authored-by: apmmachine <[email protected]> Co-authored-by: Craig MacKenzie <[email protected]> (cherry picked from commit e1c1f3a) # Conflicts: # libbeat/docs/version.asciidoc * Resolve conflict in version.asciidoc --------- Co-authored-by: apmmachine <[email protected]> Co-authored-by: Craig MacKenzie <[email protected]>
cmacknz
added a commit
to cmacknz/beats
that referenced
this pull request
Jun 15, 2023
This reverts commit e1c1f3a.
cmacknz
added a commit
to cmacknz/beats
that referenced
this pull request
Jun 15, 2023
…n to 1.19.10 (elastic#35764)" This reverts commit 8ff01e1.
cmacknz
added a commit
that referenced
this pull request
Jun 15, 2023
cmacknz
added a commit
to cmacknz/beats
that referenced
this pull request
Jun 15, 2023
…35751)" (elastic#35784)" This reverts commit 27b1799.
cmacknz
added a commit
that referenced
this pull request
Jun 20, 2023
…35780) * Explicitly install netcat-openbsd everywhere. The plain netcat package appears to have been removed in the latest golang:1.19.10 base image. * Setup a virtualenv in Docker containers. This fixes the PEP668 error about "externally managed environments" which prevents modifying the system python installation. * Revert "Revert "[Automation] Bump Golang version to 1.19.10 (#35751)" (#35784)" This reverts commit 27b1799. * Reword CHANGELOG.next.asciidoc Co-authored-by: subham sarkar <[email protected]> * Improve PEP668 comments. * Install latest PyYAML in test containers. * Add check to see if already in a venv. * Upgrade pytest and py. Remove dependency on pytest-otel as it prevented upgrading pytest. * Check for pre-set virtualenv earlier. * Always create a fresh virtualenv in Docker. Remove duplicate dependencies from the docker files. * Fix metricbeat integration tests. * Force install Python dependencies for Metricbeat. --------- Co-authored-by: subham sarkar <[email protected]>
mergify bot
pushed a commit
that referenced
this pull request
Jun 20, 2023
…35780) * Explicitly install netcat-openbsd everywhere. The plain netcat package appears to have been removed in the latest golang:1.19.10 base image. * Setup a virtualenv in Docker containers. This fixes the PEP668 error about "externally managed environments" which prevents modifying the system python installation. * Revert "Revert "[Automation] Bump Golang version to 1.19.10 (#35751)" (#35784)" This reverts commit 27b1799. * Reword CHANGELOG.next.asciidoc Co-authored-by: subham sarkar <[email protected]> * Improve PEP668 comments. * Install latest PyYAML in test containers. * Add check to see if already in a venv. * Upgrade pytest and py. Remove dependency on pytest-otel as it prevented upgrading pytest. * Check for pre-set virtualenv earlier. * Always create a fresh virtualenv in Docker. Remove duplicate dependencies from the docker files. * Fix metricbeat integration tests. * Force install Python dependencies for Metricbeat. --------- Co-authored-by: subham sarkar <[email protected]> (cherry picked from commit 62374dd) # Conflicts: # dev-tools/mage/pytest.go # libbeat/docs/version.asciidoc # libbeat/tests/system/requirements.txt # libbeat/tests/system/requirements_aix.txt # metricbeat/Dockerfile
mergify bot
pushed a commit
that referenced
this pull request
Jun 20, 2023
…35780) * Explicitly install netcat-openbsd everywhere. The plain netcat package appears to have been removed in the latest golang:1.19.10 base image. * Setup a virtualenv in Docker containers. This fixes the PEP668 error about "externally managed environments" which prevents modifying the system python installation. * Revert "Revert "[Automation] Bump Golang version to 1.19.10 (#35751)" (#35784)" This reverts commit 27b1799. * Reword CHANGELOG.next.asciidoc Co-authored-by: subham sarkar <[email protected]> * Improve PEP668 comments. * Install latest PyYAML in test containers. * Add check to see if already in a venv. * Upgrade pytest and py. Remove dependency on pytest-otel as it prevented upgrading pytest. * Check for pre-set virtualenv earlier. * Always create a fresh virtualenv in Docker. Remove duplicate dependencies from the docker files. * Fix metricbeat integration tests. * Force install Python dependencies for Metricbeat. --------- Co-authored-by: subham sarkar <[email protected]> (cherry picked from commit 62374dd) # Conflicts: # libbeat/docs/version.asciidoc
cmacknz
added a commit
that referenced
this pull request
Jun 20, 2023
…lang Debian base image (#35841) * Upgrade to Go 1.19.10 and handle changes in golang Debian base image (#35780) * Explicitly install netcat-openbsd everywhere. The plain netcat package appears to have been removed in the latest golang:1.19.10 base image. * Setup a virtualenv in Docker containers. This fixes the PEP668 error about "externally managed environments" which prevents modifying the system python installation. * Revert "Revert "[Automation] Bump Golang version to 1.19.10 (#35751)" (#35784)" This reverts commit 27b1799. * Reword CHANGELOG.next.asciidoc Co-authored-by: subham sarkar <[email protected]> * Improve PEP668 comments. * Install latest PyYAML in test containers. * Add check to see if already in a venv. * Upgrade pytest and py. Remove dependency on pytest-otel as it prevented upgrading pytest. * Check for pre-set virtualenv earlier. * Always create a fresh virtualenv in Docker. Remove duplicate dependencies from the docker files. * Fix metricbeat integration tests. * Force install Python dependencies for Metricbeat. --------- Co-authored-by: subham sarkar <[email protected]> (cherry picked from commit 62374dd) # Conflicts: # libbeat/docs/version.asciidoc * Fix conflict in version.asciidoc * Remove extra entry in CHANGELOG.next.asciidoc --------- Co-authored-by: Craig MacKenzie <[email protected]>
cmacknz
added a commit
that referenced
this pull request
Jun 21, 2023
…olang Debian base image (#35840) * ci: use ubuntu:22 workers (#34315) (cherry picked from commit a5f15b6) # Conflicts: # .ci/beats-tester.groovy # .ci/build-docker-images.groovy # .ci/heartbeat-synthetics.groovy # x-pack/filebeat/Jenkinsfile.yml # x-pack/metricbeat/Jenkinsfile.yml * remove unexisting files in 7.17 when backporting another PR * fix merge conflicts * Upgrade to Go 1.19.10 and handle changes in golang Debian base image (#35780) * Explicitly install netcat-openbsd everywhere. The plain netcat package appears to have been removed in the latest golang:1.19.10 base image. * Setup a virtualenv in Docker containers. This fixes the PEP668 error about "externally managed environments" which prevents modifying the system python installation. * Revert "Revert "[Automation] Bump Golang version to 1.19.10 (#35751)" (#35784)" This reverts commit 27b1799. * Reword CHANGELOG.next.asciidoc Co-authored-by: subham sarkar <[email protected]> * Improve PEP668 comments. * Install latest PyYAML in test containers. * Add check to see if already in a venv. * Upgrade pytest and py. Remove dependency on pytest-otel as it prevented upgrading pytest. * Check for pre-set virtualenv earlier. * Always create a fresh virtualenv in Docker. Remove duplicate dependencies from the docker files. * Fix metricbeat integration tests. * Force install Python dependencies for Metricbeat. --------- Co-authored-by: subham sarkar <[email protected]> (cherry picked from commit 62374dd) # Conflicts: # dev-tools/mage/pytest.go # libbeat/docs/version.asciidoc # libbeat/tests/system/requirements.txt # libbeat/tests/system/requirements_aix.txt # metricbeat/Dockerfile * Remove extra entry in CHANGELOG.next.asciidoc * Fix conflict in version.asciidoc * Fix conflict in requirements.txt * Fix conflict in requirements_aix.txt * Fix conflict in metricbeat Dockerfile * Fix conflict in pytest.go * Add missing force create virtual env option. * python tests: compatibility and stability improvements (#31588) This commit improves the compatibility and stability of Python tests for Filebeat. It addresses two main probmes: 1. Some deprecated TLS functions are now raising deprecation exceptions (since Python 3.10.0) 2. Some tests, on failure, leave Filebeat running and bound to port 8080, this creates a cascading failure of the subsequent tests that require the same port to be available. The main changes are: - Ensuring Filebeat process is always terminated, even if the test fails - Using the replacement methods/objects for the deprecated TLS functions. (cherry picked from commit 682045a) # Conflicts: # libbeat/tests/system/beat/beat.py * Remove duplicate entries in CHANGELOG-developer.next.asciidoc * Resolve conflicts in beat.py --------- Co-authored-by: Victor Martinez <[email protected]> Co-authored-by: Craig MacKenzie <[email protected]> Co-authored-by: Tiago Queiroz <[email protected]>
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-skip
Skip notification from the automated backport with mergify
backport-v8.8.0
Automated backport with mergify
Team:Elastic-Agent-Data-Plane
Label for the Agent Data Plane team
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Generated automatically with https://github.com/elastic/beats/actions/runs/5231696591
Bump golang-version to latest version
Update .golangci.yml
1.19.10
Update version.asciidoc
1.19.10
Update from dockerfiles
1.19.10
Update .go-version
1.19.10
Updatecli options
Most of Updatecli configuration is done via Updatecli manifest.Action triggered automatically by Updatecli.
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 github.com/updatecli/updatecli as a sign of appreciation.
Or tell us directly on our chat