Commit graph

105 commits

Author SHA1 Message Date
Lisa Cawley
6bc7d729a5
[DOCS] Remove duplicate section title (#189446) 2024-07-29 15:16:11 -05:00
Lisa Cawley
36bf90913e
[DOCS] Add known issue to 8.14 release notes (#189331) 2024-07-29 19:01:17 +00:00
Colleen McGinnis
518426045d
[DOCS] Add known issue to 8.14.3 release notes (#189236)
## Summary

Fixes https://github.com/elastic/observability-docs/issues/4090

Related to https://github.com/elastic/kibana/pull/185691

This PR adds a known issue to the 8.14.3 release docs related to
function calling when using the Observability AI Assistant with the
OpenAI connector.

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
2024-07-29 18:46:24 +00:00
Lisa Cawley
c86abfec28
[DOCS] 8.15.0 release notes stub (#188860)
Co-authored-by: Paul Bianciardi <70908889+paulb-elastic@users.noreply.github.com>
2024-07-23 18:54:03 -07:00
Lisa Cawley
5684359f46
[DOCS] Remove PR from 8.14.3 release notes (#188542) 2024-07-17 17:21:33 +00:00
Lisa Cawley
c9b6bc948a
[DOCS] 8.14.3 release notes (#187928) 2024-07-10 09:52:44 -07:00
Lisa Cawley
dd48f04ae3
[DOCS] Typo fix for Kibana 8.1.0 release notes (#186353) (#186992)
Co-authored-by: Bruno Mercier Costa <94469565+emrcbrn@users.noreply.github.com>
2024-06-26 23:06:39 +00:00
Lisa Cawley
8f5533d166
[DOCS] Release notes for 8.14.2 (#186920) 2024-06-26 14:58:55 +00:00
Lisa Cawley
be6375d2b2
[DOCS] 8.14.1 release notes (#186029) 2024-06-11 20:29:58 +00:00
amyjtechwriter
acde11dcaa
[DOCS] Adds the 8.14.0 release notes (#183914)
## Summary

Adds the 8.14.0 release notes

---------

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
2024-05-22 16:08:44 +01:00
amyjtechwriter
9c090ccccc
[DOCS] Kibana 8.13.4 release notes (#182795)
## Summary

Adds the 8.13.4 release notes.
2024-05-07 12:38:16 +01:00
Elena Stoeva
6423fae856
[DOCS] Add a bug fix for 8.13.3 release notes (#182373)
## Summary

This PR adds a bug fix in the 8.13.3 release notes for the fix from
https://github.com/elastic/kibana/pull/178321.
2024-05-02 22:25:05 +03:00
Lisa Cawley
a96d2ff76c
[DOCS] Update 8.13.3 release notes (#182370) 2024-05-02 16:14:07 +00:00
Lisa Cawley
8ee92ec646
[DOCS] Kibana release notes 8.13.3 (#182254) 2024-05-01 22:27:42 +00:00
Elena Stoeva
8cc0bb6629
[DOCS] Adding a known issue for 8.13 and 8.12 (#180971)
## Summary

This PR adds a known issue to the 8.13 and 8.12 release notes regarding
the `allow_auto_create` field incorrectly set to `false` in the Index
Templates form.

<img width="769" alt="Screenshot 2024-04-17 at 08 14 02"
src="4bba4879-3522-4fb4-81de-8da34b8794fd">


Original issue: https://github.com/elastic/kibana/issues/177938
PR with a fix: https://github.com/elastic/kibana/pull/178321 (The PR was
backported to 8.13 but unfortunately the build failed on the backport PR
and we missed that. So the fix should come out in the next scheduled
release, which is 8.14).


<!--
### Checklist

Delete any items that are not applicable to this PR.

- [ ] 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/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [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
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] 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)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)


### Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to
identify risks that should be tested prior to the change/feature
release.

When forming the risk matrix, consider some of the following examples
and how they may potentially impact the change:

| Risk | Probability | Severity | Mitigation/Notes |

|---------------------------|-------------|----------|-------------------------|
| Multiple Spaces&mdash;unexpected behavior in non-default Kibana Space.
| Low | High | Integration tests will verify that all features are still
supported in non-default Kibana Space and when user switches between
spaces. |
| Multiple nodes&mdash;Elasticsearch polling might have race conditions
when multiple Kibana nodes are polling for the same tasks. | High | Low
| Tasks are idempotent, so executing them multiple times will not result
in logical error, but will degrade performance. To test for this case we
add plenty of unit tests around this logic and document manual testing
procedure. |
| Code should gracefully handle cases when feature X or plugin Y are
disabled. | Medium | High | Unit tests will verify that any feature flag
or plugin combination still results in our service operational. |
| [See more potential risk
examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) |


### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
-->
2024-04-17 13:31:10 +01:00
amyjtechwriter
3984c803d3
[DOCS] Adding to release notes (#180490)
Adding #180070 and #180053 to the 8.13.2 release notes as I missed them
off the original PR.

![Screenshot 2024-04-10 at 16 29
43](3ef8e6a7-815a-4b76-8693-3f430caee49b)

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2024-04-16 09:59:29 +01:00
amyjtechwriter
8f88fc8343
[DOCS] 8.13.2 release notes (#180264)
Adds the 8.13.2 release notes.
![Screenshot 2024-04-08 at 11 54
17](98ab9525-5645-4bc6-bea2-3e7e439705d2)

---------

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
2024-04-08 14:15:04 +01:00
Lisa Cawley
80878e4d98
[DOCS] Adds the release notes for 8.13.1 (#179760)
Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
2024-04-01 15:47:17 -07:00
amyjtechwriter
e05c2ee320
[DOCS] Adding a known issue for 8.13 (#179471)
Adding a known issue to the 8.13 release notes. Canvas workpad is
displaying a toast notification stating image rendering failed.

![Screenshot 2024-03-26 at 17 23
26](b29948e1-271b-4bd5-8353-cee52b19bc3f)

Relates to: #179457

---------

Co-authored-by: Nick Peihl <nickpeihl@gmail.com>
2024-03-27 17:04:06 +00:00
amyjtechwriter
288d29e178
[DOCS] Adds the release notes for 8.13.0 (#179216)
Adds the release notes for 8.13.0

Closes: #179047

---------

Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
2024-03-22 19:55:48 +00:00
amyjtechwriter
656a0350a3
[DOCS] Adds the 8.12.2 release notes (#177335)
Adds the 8.12.2 release notes
2024-02-20 18:47:11 +00:00
amyjtechwriter
3b88a0c1eb
[DOCS] Adds the release notes for 8.12.1 (#176214)
Adds the release notes for 8.12.1
2024-02-05 13:06:54 +00:00
Larry Gregory
0ac38ec851
Update copy for API Key management (#175809)
## Summary

Resolves https://github.com/elastic/kibana/issues/166095.

This updates the API Key management screen to reflect the copy
adjustments described in #166095:

1. Change `Cross-Cluster` to `Cross-cluster`, unless it is mid-sentence
in which case `cross-cluster` should be used.
2. Updated ownership & expiry warnings to use the active voice.
3. Renamed `Personal` API Keys to `User` API Keys.


![Larry Gregory 2024-01-29 at 10 12
45@2x](8df4e279-5d68-4353-87aa-e40e6949f528)

![Larry Gregory 2024-01-29 at 10 14
02@2x](290166ea-51a3-43ae-bed4-7278865b1bdc)

![Larry Gregory 2024-01-29 at 10 15
03@2x](97bb6426-e8ce-4bc1-b5ae-44944683978f)


![Larry Gregory 2024-01-29 at 10 15
27@2x](61adfece-05eb-4fbc-bf68-265d5cfaa987)


View docs changes here:
https://kibana_bk_175809.docs-preview.app.elstc.co/diff
2024-01-30 09:36:39 +01:00
Lisa Cawley
3c190cbaa4
[DOCS] Fix release notes case heading (#175253) 2024-01-24 02:27:04 +10:30
Liam Thompson
4f8d0710b5
[DOCS][SEARCH] Reword 8.12.0 Search enhancement release note (#175052) 2024-01-17 18:24:35 +01:00
Drew Tate
b19b99532f
[Docs] Remove broken weak links fix plan (#174932)
## Summary

The broken weak links problem wasn't fixed in 8.1, so this statement is
now confusing.

An aliasing workaround [was
added](https://github.com/elastic/kibana/pull/149021) in 8.8 for those
customers who need it.

Better solutions
- use the [new links
panel](https://www.elastic.co/guide/en/kibana/current/dashboard-links.html)
for navigation between dashboards
- use [shareable
dashboards](https://github.com/elastic/kibana/issues/167901) to make
analytics stuff available in multiple spaces instead of copying (not yet
available)
2024-01-16 11:56:21 -06:00
amyjtechwriter
fcf59b6480
[DOCS] Adds more information how to handle a breaking change in 8.10.0 - SLOs (#174901)
A breaking change was introduced in 8.10.0, which makes SLOs created
before migration not work. They need to be removed and reset-up. The
release note in 8.10.0 did not make this clear. More information has
been added to the release note in this PR including steps to remove the
SLOs that no longer work.

Closes: #173938
2024-01-16 16:19:33 +00:00
amyjtechwriter
565cd99d60
[DOCS] Manually adding 8.11.4 release notes (#174849)
Adds the 8.11.4 release notes to 8.11.0. In the original release notes
PR I used the wrong label so the changes were not backported. The
backport tool kept getting stuck in the cherry-picking state.

Original PR: #174636
2024-01-16 13:59:40 +00:00
amyjtechwriter
947f25ffa1
[DOCS] Adds 8.12.0 release notes (#174429)
Adds the 8.12.0 release notes

---------

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
Co-authored-by: Jeramy Soucy <jeramy.soucy@elastic.co>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
Co-authored-by: Stratoula Kalafateli <stratoula1@gmail.com>
2024-01-10 18:10:37 +00:00
amyjtechwriter
ed7c6477ce
[DOCS] Adds the 8.11.4 release notes (#174636)
Adds the 8.11.4 release notes (there aren't any for Kibana in this
release).
2024-01-10 17:23:55 +00:00
Abdon Pijpelink
fce1bd989b
[DOCS] Add security update to 8.11.2 (#173162) 2023-12-12 13:24:40 -08:00
amyjtechwriter
2d3d21500f
[DOCS] Adds the 8.11.3 release notes (#173043)
## Summary

Adds the release notes for 8.11.3.
2023-12-11 13:47:54 +00:00
amyjtechwriter
c130e06cf4
[DOCS] Adds the 8.11.2 release notes. (#172583)
## Summary

Adds the release notes for 8.11.2

Closes: [172178](https://github.com/elastic/kibana/issues/172178)
2023-12-06 14:41:12 +00:00
James Rodewig
0c4d3cc762
[DOCS] Update 8.11.1 security advisory (#171331) 2023-11-15 12:42:32 -05:00
Kyle Pollich
480fcef698
[Fleet] Remove agent upgrade fix from 8.11.1 release notes (#171200)
## Summary

The 8.11.1 release notes included #170974 which didn't actually land in
8.11.1. We shipped BC2 of 8.11.1 which was built from this Kibana
commit:
09feaf416f.
The PR was not merged until after this commit, so the bug is still
present (though [mitigated
slightly](https://github.com/elastic/kibana/issues/169825#issuecomment-1808453016))
in 8.11.1.

This PR removes the erroneous release note from the 8.11.1 release
notes. How can we make sure the fix _does_ get included in the eventual
8.11.2 release notes?
2023-11-14 16:57:06 -05:00
James Rodewig
cb40acc7ba
[DOCS] Add security update to 8.11.1 RNs (#171228)
Co-authored-by: Amy Jonsson <amy.jonsson@elastic.co>
2023-11-14 16:29:35 -05:00
amyjtechwriter
28d6d38ab8
[DOCS] 8.11.1 release notes (#171087)
The 8.11.1 release notes
2023-11-13 08:21:54 -05:00
Jon
02758c5bfb
[docs] Add gatekeeper error as known issue (#170668)
Adds a known issue for #169170

---------

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2023-11-06 15:17:12 -06:00
Liam Thompson
1f2b07c3ee
[DOCS] refer to Enterprise Search service in release notes (#170620)
One of the tiniest PRs ever created.

Enterprise Search now refers exclusively to tools that require the
Enterprise Search _service_. This PR clarifies that in release notes
link.
2023-11-06 17:08:00 +01:00
Liam Thompson
d978dc659b
[DOCS] Add Search 8.11 release notes (#170108)
- ~Enterprise~ Search
- Adds release notes instead of pointing to Enterprise Search notes
2023-11-02 11:27:48 +01:00
amyjtechwriter
0993ce4db9
[DOCS] 8.11.0 release notes targeting elastic:main (#169819)
## Summary

Adds the release notes for 8.11.0, and incorporates the feedback from
the original draft [PR](https://github.com/elastic/kibana/pull/168593).
The merged in [PR](https://github.com/elastic/kibana/pull/168710)
targeted the wrong branch, so no release notes are visible for 8.11.0.
2023-10-25 14:50:27 +01:00
amyjtechwriter
f11b6f9088
[DOCS] Adds 8.10.4 release notes (#168599)
## Summary

Adds release notes for 8.10.4
2023-10-11 17:48:33 +01:00
Brandon Morelli
348563b52f
Add security update to 8.10.3 (#168468) 2023-10-10 09:31:40 -04:00
amyjtechwriter
34157b3905
[DOCS] Adds 8.10.3 release notes (#168261)
## Summary

Adds the 8.10.3 release notes.
2023-10-06 17:32:57 +01:00
James Rodewig
f29b5ebd36
[DOCS] Add 8.10.2 release notes (#166869) 2023-09-20 16:52:57 -04:00
James Rodewig
72c06cf505
[DOCS] Fix title casing in release notes (#166661)
**Problem:** Several headings in the release notes use title case (Example: "Bug Fixes"). Elastic uses sentence case for headings.

**Solution:** Update release note headings to use sentence case.
2023-09-20 13:16:16 -04:00
James Rodewig
543dbcbd48
[DOCS] Add security update to 8.10.0 release notes (#166656) 2023-09-18 14:32:47 -04:00
James Rodewig
707fbf115a
[DOCS] Note Kibana 8.10.0 was withdrawn (#166644) 2023-09-18 13:45:25 -04:00
James Rodewig
be38c9d2e4
[DOCS] Add 8.10.1 release notes (#166549) 2023-09-18 10:08:26 -04:00
Kaarina Tungseth
7010742461
[DOCS] Adds #160116 known issue to 8.9 release notes (#166371)
Adds #160116 known issue to 8.9 release notes.
2023-09-14 08:42:05 -04:00