Skip to content

chore(deps): update kibana-openapi-spec digest to 718e7a2#1402

Merged
elastic-renovate-prod[bot] merged 1 commit intomainfrom
renovate/kibana-openapi-spec-digest
Oct 29, 2025
Merged

chore(deps): update kibana-openapi-spec digest to 718e7a2#1402
elastic-renovate-prod[bot] merged 1 commit intomainfrom
renovate/kibana-openapi-spec-digest

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Oct 27, 2025

This PR contains the following updates:

Package Update Change
kibana-openapi-spec digest 9d23eeb -> 718e7a2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot enabled auto-merge (squash) October 27, 2025 12:18
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 80eae38 to 21229e9 Compare October 27, 2025 16:16
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 48c27b4 chore(deps): update kibana-openapi-spec digest to 142d70d Oct 27, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 21229e9 to af5356b Compare October 27, 2025 20:01
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 142d70d chore(deps): update kibana-openapi-spec digest to eedee68 Oct 27, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from af5356b to 037c640 Compare October 28, 2025 00:15
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to eedee68 chore(deps): update kibana-openapi-spec digest to 745fda4 Oct 28, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 037c640 to 59e4fe2 Compare October 28, 2025 04:15
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 745fda4 chore(deps): update kibana-openapi-spec digest to 0a95dc1 Oct 28, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 59e4fe2 to 8e5427e Compare October 28, 2025 08:18
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 0a95dc1 chore(deps): update kibana-openapi-spec digest to acb3a27 Oct 28, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 8e5427e to 080690a Compare October 28, 2025 12:16
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to acb3a27 chore(deps): update kibana-openapi-spec digest to 330f8c6 Oct 28, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 080690a to 9b946cd Compare October 28, 2025 16:14
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 330f8c6 chore(deps): update kibana-openapi-spec digest to 78ae6cd Oct 28, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 9b946cd to 313ebe5 Compare October 28, 2025 20:16
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 78ae6cd chore(deps): update kibana-openapi-spec digest to c652e62 Oct 28, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 313ebe5 to 07af40d Compare October 28, 2025 21:41
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to c652e62 chore(deps): update kibana-openapi-spec digest to 38ada44 Oct 28, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 07af40d to 994cf13 Compare October 29, 2025 04:14
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 38ada44 chore(deps): update kibana-openapi-spec digest to 4e6a916 Oct 29, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from 994cf13 to a2f491b Compare October 29, 2025 08:14
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 4e6a916 chore(deps): update kibana-openapi-spec digest to 4e74c80 Oct 29, 2025
tobio added a commit to elastic/kibana that referenced this pull request Oct 29, 2025
## Summary

From
#239314 (comment) the
`entityID` is expected to be supplied in the request body, but the path
parameter was only partially removed. This results in an invalid API
specification which breaks [client
generation](elastic/terraform-provider-elasticstack#1402 (comment)).


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 4e74c80 chore(deps): update kibana-openapi-spec digest to c7c5715 Oct 29, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch 2 times, most recently from 00cd226 to e96fb85 Compare October 29, 2025 10:34
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to c7c5715 chore(deps): update kibana-openapi-spec digest to 2ad7f51 Oct 29, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from e96fb85 to b5635ca Compare October 29, 2025 12:17
tkajtoch pushed a commit to tkajtoch/kibana that referenced this pull request Oct 29, 2025
## Summary

From
elastic#239314 (comment) the
`entityID` is expected to be supplied in the request body, but the path
parameter was only partially removed. This results in an invalid API
specification which breaks [client
generation](elastic/terraform-provider-elasticstack#1402 (comment)).


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/kibana-openapi-spec-digest branch from b5635ca to b793af7 Compare October 29, 2025 16:15
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update kibana-openapi-spec digest to 2ad7f51 chore(deps): update kibana-openapi-spec digest to 718e7a2 Oct 29, 2025
@elastic-renovate-prod elastic-renovate-prod bot merged commit 1543b06 into main Oct 29, 2025
54 checks passed
@elastic-renovate-prod elastic-renovate-prod bot deleted the renovate/kibana-openapi-spec-digest branch October 29, 2025 18:34
qn895 pushed a commit to qn895/kibana that referenced this pull request Oct 30, 2025
## Summary

From
elastic#239314 (comment) the
`entityID` is expected to be supplied in the request body, but the path
parameter was only partially removed. This results in an invalid API
specification which breaks [client
generation](elastic/terraform-provider-elasticstack#1402 (comment)).


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
ana-davydova pushed a commit to ana-davydova/kibana that referenced this pull request Nov 3, 2025
## Summary

From
elastic#239314 (comment) the
`entityID` is expected to be supplied in the request body, but the path
parameter was only partially removed. This results in an invalid API
specification which breaks [client
generation](elastic/terraform-provider-elasticstack#1402 (comment)).


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
albertoblaz pushed a commit to albertoblaz/kibana that referenced this pull request Nov 4, 2025
## Summary

From
elastic#239314 (comment) the
`entityID` is expected to be supplied in the request body, but the path
parameter was only partially removed. This results in an invalid API
specification which breaks [client
generation](elastic/terraform-provider-elasticstack#1402 (comment)).


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant