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

ci(release): initial implementation for the automated release steps #12234

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

v1v
Copy link
Member

@v1v v1v commented Dec 18, 2023

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

For functional changes, consider:

  • Is it observable through the addition of either logging or metrics?
  • Is its use being published in telemetry to enable product improvement?
  • Have system tests been added to avoid regression?

How to test these changes

Related issues

@v1v v1v added backport-skip Skip notification from the automated backport with mergify github_actions Pull requests that update GitHub Actions code labels Dec 18, 2023
@v1v v1v requested a review from a team December 18, 2023 10:07
@v1v v1v requested a review from a team as a code owner December 18, 2023 10:07
@v1v v1v self-assigned this Dec 18, 2023
@v1v v1v changed the title ci(release): automate release steps ci(release): initial implementation for the automated release steps Dec 18, 2023
@v1v v1v enabled auto-merge (squash) December 19, 2023 11:56
@v1v v1v merged commit b5547a5 into elastic:main Dec 19, 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
@v1v v1v added backport-7.17 Automated backport with mergify to the 7.17 branch backport-8.12 Automated backport with mergify labels Jan 9, 2024
@v1v v1v deleted the feature/automate-release-process-scaffolding branch January 9, 2024 13:08
@mergify mergify bot removed the backport-skip Skip notification from the automated backport with mergify label Jan 9, 2024
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
mergify bot added a commit that referenced this pull request Jan 9, 2024
…steps (backport #12234) (#12376)

* ci(release): automate release steps (#12234)

(cherry picked from commit b5547a5)

# Conflicts:
#	.github/workflows/opentelemetry.yml

* Update .github/workflows/opentelemetry.yml

---------

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
mergify bot added a commit that referenced this pull request Jan 9, 2024
(cherry picked from commit b5547a5)

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants