Skip to content

Conversation

kosabogi
Copy link
Contributor

@kosabogi kosabogi commented Sep 1, 2025

This PR adds missing -h values for the rest of the CAT APIs. These values were not present in the old docs and were still missing here. This work continues from #4345.

This PR also includes fixes for outdated CAT-h values.

Related issue: https://github.com/elastic/docs-content-internal/issues/73

Copy link
Contributor

github-actions bot commented Sep 1, 2025

Following you can find the validation changes against the target branch for the APIs.

No changes detected.

You can validate these APIs yourself by using the make validate target.

@kosabogi kosabogi merged commit 815f2a8 into main Sep 2, 2025
12 of 14 checks passed
@kosabogi kosabogi deleted the cat-h-values-3 branch September 2, 2025 09:53
Copy link
Contributor

github-actions bot commented Sep 2, 2025

The backport to 9.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.0 9.0
# Navigate to the new working tree
cd .worktrees/backport-9.0
# Create a new branch
git switch --create backport-5243-to-9.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 815f2a81d9e4aea708b470c553cf772e088eebe1
# Push it to GitHub
git push --set-upstream origin backport-5243-to-9.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.0

Then, create a pull request where the base branch is 9.0 and the compare/head branch is backport-5243-to-9.0.

Copy link
Contributor

github-actions bot commented Sep 2, 2025

The backport to 9.1 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.1 9.1
# Navigate to the new working tree
cd .worktrees/backport-9.1
# Create a new branch
git switch --create backport-5243-to-9.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 815f2a81d9e4aea708b470c553cf772e088eebe1
# Push it to GitHub
git push --set-upstream origin backport-5243-to-9.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.1

Then, create a pull request where the base branch is 9.1 and the compare/head branch is backport-5243-to-9.1.

pquentin pushed a commit that referenced this pull request Sep 2, 2025
(cherry picked from commit 815f2a8)
pquentin pushed a commit that referenced this pull request Sep 2, 2025
(cherry picked from commit 815f2a8)
@pquentin
Copy link
Member

pquentin commented Sep 2, 2025

💚 All backports created successfully

Status Branch Result
9.1
9.0

Questions ?

Please refer to the Backport tool documentation

pquentin added a commit that referenced this pull request Sep 2, 2025
(cherry picked from commit 815f2a8)

Co-authored-by: kosabogi <105062005+kosabogi@users.noreply.github.com>
pquentin added a commit that referenced this pull request Sep 2, 2025
(cherry picked from commit 815f2a8)

Co-authored-by: kosabogi <105062005+kosabogi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants