Skip to content

Commit

Permalink
x-pack/packetbeat: bump npcap version to v1.78 (#37370)
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Dec 8, 2023
1 parent 485b2ca commit cc8f5a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will d

- Make ingest pipeline routing robust to letter case of channel names for forwarded events. {issue}36670[36670] {pull}36899[36899]
- Document minimum permissions required for local user account. {issue}15773[15773] {pull}37176[37176]
- Bump Windows Npcap version to v1.78. {issue}37300[37300] {pull}37370[37370]

*Functionbeat*

Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
// the packetbeat executable. It is used to specify which npcap builder crossbuild
// image to use and the installer to obtain from the cloud store for testing.
const (
NpcapVersion = "1.76"
NpcapVersion = "1.78"
installer = "npcap-" + NpcapVersion + "-oem.exe"
)

Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/npcap/installer/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------------------------------------------------------------
Dependency : Npcap (https://nmap.org/npcap/)
Version: 1.76
Version: 1.78
Licence type: Commercial
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/tests/system/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

// Keep in sync with NpcapVersion in magefile.go.
const NpcapVersion = "1.76"
const NpcapVersion = "1.78"

func TestWindowsNpcapInstaller(t *testing.T) {
if runtime.GOOS != "windows" {
Expand Down

0 comments on commit cc8f5a1

Please sign in to comment.