Skip to content

Commit 1531b9d

Browse files
authored
Bump up version to 8.13.4 (#13066)
1 parent 359c583 commit 1531b9d

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

cmd/intake-receiver/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
package main
1919

2020
// version matches the APM Server's version
21-
const version = "8.13.3"
21+
const version = "8.13.4"

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
package version
1919

2020
// Version holds the APM Server version.
21-
const Version = "8.13.3"
21+
const Version = "8.13.4"

systemtest/approvals/TestOTLPGRPCLogsClientIP.approved.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"agent.version": [
1010
"unknown"
1111
],
12-
"client.geo.city_name": [
13-
"dynamic"
14-
],
1512
"client.geo.continent_name": [
1613
"Europe"
1714
],
@@ -24,12 +21,6 @@
2421
"client.geo.location": [
2522
"dynamic"
2623
],
27-
"client.geo.region_iso_code": [
28-
"dynamic"
29-
],
30-
"client.geo.region_name": [
31-
"dynamic"
32-
],
3324
"client.ip": [
3425
"178.162.206.244"
3526
],

0 commit comments

Comments
 (0)