Skip to content

Commit

Permalink
Merge branch 'main' into new-button-component-esql
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 authored Dec 12, 2023
2 parents 532b9e1 + f861857 commit 919e92d
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 55 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Operations::

The 8.11.2 release includes the following bug fixes.

[float]
[[security-update-v8.11.2]]
=== Security updates

* The 8.11.2 patch release contains a fix for a potential security vulnerability. https://discuss.elastic.co/c/announcements/security-announcements/31[Please see our security advisory for more details].

[float]
[[enhancement-v8.11.2]]
=== Enhancements
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/common/types/models/secret.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface VarSecretReference {
isSecretRef: true;
}
export interface SecretPath {
path: string;
path: string[];
value: PackagePolicyConfigRecordEntry;
}
export interface OutputSecretPath {
Expand Down
Loading

0 comments on commit 919e92d

Please sign in to comment.