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

Fix broken test by updating test certs #148733

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Conversation

watson
Copy link
Contributor

@watson watson commented Jan 11, 2023

The the localhost certificate inside of localhost.p12 had expired. I re-generated all certs as it was easier.

Fixes #148515

@watson watson added release_note:skip Skip the PR/issue when compiling release notes v8.7.0 v8.6.1 v8.5.4 v7.17.9 labels Jan 11, 2023
@watson watson requested a review from a team January 11, 2023 15:10
@watson watson self-assigned this Jan 11, 2023
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @watson

Copy link
Member

@azasypkin azasypkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@watson watson merged commit afbdfa5 into elastic:main Jan 11, 2023
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 11, 2023
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 11, 2023
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 11, 2023
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
7.17
8.5
8.6

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

@watson watson deleted the update-test-certs branch January 11, 2023 17:23
kibanamachine added a commit that referenced this pull request Jan 11, 2023
# Backport

This will backport the following commits from `main` to `8.6`:
- [Fix broken test by updating test certs
(#148733)](#148733)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Thomas
Watson","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-01-11T17:12:44Z","message":"Fix
broken test by updating test certs
(#148733)","sha":"afbdfa51127ee0f274ff69acb7995d3b6c57526a","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.7.0","v8.6.1","v8.5.4","v7.17.9"],"number":148733,"url":"https://github.com/elastic/kibana/pull/148733","mergeCommit":{"message":"Fix
broken test by updating test certs
(#148733)","sha":"afbdfa51127ee0f274ff69acb7995d3b6c57526a"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.5","7.17"],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/148733","number":148733,"mergeCommit":{"message":"Fix
broken test by updating test certs
(#148733)","sha":"afbdfa51127ee0f274ff69acb7995d3b6c57526a"}},{"branch":"8.6","label":"v8.6.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.17","label":"v7.17.9","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Thomas Watson <[email protected]>
kibanamachine added a commit that referenced this pull request Jan 11, 2023
# Backport

This will backport the following commits from `main` to `7.17`:
- [Fix broken test by updating test certs
(#148733)](#148733)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Thomas
Watson","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-01-11T17:12:44Z","message":"Fix
broken test by updating test certs
(#148733)","sha":"afbdfa51127ee0f274ff69acb7995d3b6c57526a","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.7.0","v8.6.1","v8.5.4","v7.17.9"],"number":148733,"url":"https://github.com/elastic/kibana/pull/148733","mergeCommit":{"message":"Fix
broken test by updating test certs
(#148733)","sha":"afbdfa51127ee0f274ff69acb7995d3b6c57526a"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.5","7.17"],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/148733","number":148733,"mergeCommit":{"message":"Fix
broken test by updating test certs
(#148733)","sha":"afbdfa51127ee0f274ff69acb7995d3b6c57526a"}},{"branch":"8.6","label":"v8.6.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.17","label":"v7.17.9","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Thomas Watson <[email protected]>
@watson watson removed the v8.5.4 label Jan 11, 2023
jennypavlova pushed a commit to jennypavlova/kibana that referenced this pull request Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes v7.17.9 v8.6.1 v8.7.0
Projects
None yet
4 participants