Skip to content

Commit

Permalink
[Wiki] Kibana upgrade tags (#5647)
Browse files Browse the repository at this point in the history
* Update upgrading-kibana.md

* deployment update

* backport

* clean up
  • Loading branch information
thompsongl authored Feb 17, 2022
1 parent 93b70f9 commit 575ec47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions wiki/releasing-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ The latest changes have now been pushed to GitHub, a new `git` tag now exists on

<sup>_\* GitHub Pages sites are cached aggressively and can sometimes take a couple of minutes to update._</sup>

### Deploying to eui.elastic.co

In addition to the GitHub pages deployment, we need to manually deploy to the EUI Bekitzur environment (which will eventually be the canonical home of the EUI docs).

* Go to [the Jenkins job page](https://kibana-ci.elastic.co/job/elastic+eui+deploy-docs/build)
* Log in (uses Elastic SSO)
* Change the `branch_specifier` parameter to the new version tag name (e.g., `v48.0.0`)
* Click "Build"

### Tag the release in GitHub

We also update the [release's tag in github](https://github.com/elastic/eui/tags) by _creating a release_ for the version and copying over its _CHANGELOG.md_ entries. (TODO: screencast this next time to include a GIF here)
Expand Down
3 changes: 2 additions & 1 deletion wiki/upgrading-kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ If the upgrade includes a large number of commits or has known breaking changes,
* Or run `yarn test:jest` locally
9. Resolve and commit reported issues (see [Resolving errors](#resolving-errors))
10. Open a PR or mark existing as "Ready for review" (see [PR template](#pr-template))
* Add the `EUI`, `auto-backport`, `release_note:skip`, and relevant version tags
* Add the `EUI`, `ci:deploy-cloud`, `release_note:skip`, and relevant version tag(s) (the next minor version that has not yet entered feature freeze)
* We typically only merge into the main branch (the next minor version), but if an upgrade is specifically targeting a previous version, you can use the `auto-backport` tag to have Kibana automatically create a backport PR to an existing version branch.
* Mention/ping any teams that are waiting on features to be available

## Resolving errors
Expand Down

0 comments on commit 575ec47

Please sign in to comment.