-
Notifications
You must be signed in to change notification settings - Fork 528
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
ci(release): initial implementation for the automated release steps #12234
Merged
v1v
merged 2 commits into
elastic:main
from
v1v:feature/automate-release-process-scaffolding
Dec 19, 2023
Merged
ci(release): initial implementation for the automated release steps #12234
v1v
merged 2 commits into
elastic:main
from
v1v:feature/automate-release-process-scaffolding
Dec 19, 2023
+49
−1
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
kruskall
approved these changes
Dec 18, 2023
v1v
added a commit
that referenced
this pull request
Dec 19, 2023
…lease-process * upstream/main: ci(release): automate release steps (#12234) build(deps): bump the github-actions group with 1 update (#12232) [updatecli] Update to elastic/beats@a633696068ed (#12164) [updatecli] Bump elastic stack version to 8.13.0-h30gube9 (#12235)
v1v
added a commit
to v1v/apm-server
that referenced
this pull request
Dec 21, 2023
…r-elastic * upstream/main: [updatecli] Bump elastic stack version to 8.13.0-yufkxnwm (elastic#12246) Remove Nassim Kammah from list of maintainers (elastic#12269) docs: Add tagged regions to changelog (elastic#12251) Update apm data (elastic#12242) Revert "Revise wait_for_integration ES implementation (elastic#12150)" (elastic#12240) ci(release): automate release steps (elastic#12234) build(deps): bump the github-actions group with 1 update (elastic#12232) [updatecli] Update to elastic/beats@a633696068ed (elastic#12164) [updatecli] Bump elastic stack version to 8.13.0-h30gube9 (elastic#12235) smoke-test: semver sort latest versions (elastic#12229) [updatecli] Bump Golang version to 1.21.5 (elastic#12191) fix: always try to remap both span and error stacktraces (elastic#12221) [updatecli] Bump elastic stack version to 8.13.0-6av99u5d (elastic#12169) docs: Update changelogs for 8.12 release (elastic#12172)
amannocci
pushed a commit
that referenced
this pull request
Dec 28, 2023
mergify bot
pushed a commit
that referenced
this pull request
Jan 9, 2024
(cherry picked from commit b5547a5) # Conflicts: # .github/workflows/opentelemetry.yml
mergify bot
pushed a commit
that referenced
this pull request
Jan 9, 2024
(cherry picked from commit b5547a5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-7.17
Automated backport with mergify to the 7.17 branch
backport-8.12
Automated backport with mergify
github_actions
Pull requests that update GitHub Actions code
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.
Motivation/summary
Create the GitHub actions to drive the project's FF/Post Release events.
The current implementation relies on other scripts hosted in a different GitHub repository and is hard to maintain/test. This new approach will help to delegate the implementation and usage to the APM Server itself.
Eventually, we will work with the Release Team to integrate this with their process, though we have not agreed on the implementation yet.
Ideally, we can use the well-defined Github interface with the workflow_dispatch since it can be called using different ways (CLI, API and UI).
For now, the APM SErver team will run the GitHub actions in charge of creating/updating the new branches when a request is coming from the mission-control channel.
The whole implementation will be done in a follow-up; see #12233. This PR is just the required scaffolding to test other changes in a feature branch.
Checklist
apmpackage
have been made)For functional changes, consider:
How to test these changes
Related issues