Skip to content

Commit 8c83f53

Browse files
kibanamachinelcawlgeorgewallace
authored
[8.19] Update publish_oas_docs.sh for 8.19 (#229198) (#229885)
# Backport This will backport the following commits from `main` to `8.19`: - [Update publish_oas_docs.sh for 8.19 (#229198)](#229198) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-07-29T20:10:24Z","message":"Update publish_oas_docs.sh for 8.19 (#229198)\n\n## Summary\n\nThis PR stops pushing the OpenAPI document from the 8.18 branch to our\nAPI docs publishing site.\nInstead, the \"v8\" API docs will be derived from the 8.19 branch.\n\nNOTE: This PR must be merged only when 8.19 goes live.\n\nCo-authored-by: George Wallace <[email protected]>","sha":"4e7f158f2db70e221c108c053d3be437efb84931","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v8.19.0","v9.2.0","v9.0.5","v8.18.5"],"title":"Update publish_oas_docs.sh for 8.19","number":229198,"url":"https://github.com/elastic/kibana/pull/229198","mergeCommit":{"message":"Update publish_oas_docs.sh for 8.19 (#229198)\n\n## Summary\n\nThis PR stops pushing the OpenAPI document from the 8.18 branch to our\nAPI docs publishing site.\nInstead, the \"v8\" API docs will be derived from the 8.19 branch.\n\nNOTE: This PR must be merged only when 8.19 goes live.\n\nCo-authored-by: George Wallace <[email protected]>","sha":"4e7f158f2db70e221c108c053d3be437efb84931"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19","9.0","8.18"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229198","number":229198,"mergeCommit":{"message":"Update publish_oas_docs.sh for 8.19 (#229198)\n\n## Summary\n\nThis PR stops pushing the OpenAPI document from the 8.18 branch to our\nAPI docs publishing site.\nInstead, the \"v8\" API docs will be derived from the 8.19 branch.\n\nNOTE: This PR must be merged only when 8.19 goes live.\n\nCo-authored-by: George Wallace <[email protected]>","sha":"4e7f158f2db70e221c108c053d3be437efb84931"}},{"branch":"9.0","label":"v9.0.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <[email protected]> Co-authored-by: George Wallace <[email protected]>
1 parent ebcb476 commit 8c83f53

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.buildkite/scripts/steps/openapi_publishing/publish_oas_docs.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ if [[ "$BUILDKITE_BRANCH" == "9.0" ]]; then
5454
fi
5555

5656
if [[ "$BUILDKITE_BRANCH" == "8.19" ]]; then
57-
BUMP_KIBANA_DOC_NAME="$(vault_get kibana-bump-sh kibana-doc-name)"
58-
BUMP_KIBANA_DOC_TOKEN="$(vault_get kibana-bump-sh kibana-token)"
59-
deploy_to_bump "$(pwd)/oas_docs/output/kibana.yaml" $BUMP_KIBANA_DOC_NAME $BUMP_KIBANA_DOC_TOKEN 8x-unreleased;
60-
exit 0;
61-
fi
62-
63-
if [[ "$BUILDKITE_BRANCH" == "8.18" ]]; then
6457
BUMP_KIBANA_DOC_NAME="$(vault_get kibana-bump-sh kibana-doc-name)"
6558
BUMP_KIBANA_DOC_TOKEN="$(vault_get kibana-bump-sh kibana-token)"
6659
deploy_to_bump "$(pwd)/oas_docs/output/kibana.yaml" $BUMP_KIBANA_DOC_NAME $BUMP_KIBANA_DOC_TOKEN v8;

0 commit comments

Comments
 (0)