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

[Cloud Security] fix 'got types.Null, expected iterable type' error #11098

Merged
merged 4 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into csp-fix-type-null-error-in-wiz
  • Loading branch information
maxcold committed Sep 12, 2024
commit 0b9db968fd999d6f94d55fb0d7d3a9c330c070db
9 changes: 7 additions & 2 deletions packages/wiz/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# newer versions go on top
- version: "1.8.1"
- version: "1.9.0-preview02"
changes:
- description: Fix potential `got types.Null, expected iterable type` error.
type: bugfix
link: tba
link: https://github.com/elastic/integrations/pull/11098
- version: "1.9.0-preview01"
changes:
- description: Add latest Transform to vulnerability data stream to support CDR
type: enhancement
link: https://github.com/elastic/integrations/pull/10895
- version: "1.8.0"
changes:
- description: Add host.name for the vulnerability data stream.
Expand Down
2 changes: 1 addition & 1 deletion packages/wiz/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: wiz
title: Wiz
version: "1.8.1"
version: "1.9.0-preview02"
description: Collect logs from Wiz with Elastic Agent.
type: integration
categories:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.