Skip to content

Commit bfa24fe

Browse files
authored
Bump docker/kong/kong-gateway 3.7.1.1. to 3.10.0.0 (#6135)
* update kong-gateway * update kong-gateway
1 parent 2853b7c commit bfa24fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/kong/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kong/kong-gateway:3.7.1.1
1+
FROM kong/kong-gateway:3.10.0.0
22

33
COPY kong.yml /kong/declarative/kong.yml
44

@@ -9,4 +9,4 @@ ENV KONG_ADMIN_ACCESS_LOG=/dev/stdout
99
ENV KONG_PROXY_ERROR_LOG=/dev/stderr
1010
ENV KONG_ADMIN_ERROR_LOG=/dev/stderr
1111
ENV KONG_ADMIN_LISTEN=0.0.0.0:8001
12-
ENV KONG_ADMIN_GUI_URL=http://localhost:8002
12+
ENV KONG_ADMIN_GUI_URL=http://localhost:8002

tests/receivers/kong/kong_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func TestKongMetrics(t *testing.T) {
3939
pmetrictest.IgnoreMetricDataPointsOrder(),
4040
pmetrictest.IgnoreSubsequentDataPoints(),
4141
pmetrictest.IgnoreSummaryDataPointValueAtQuantileSliceOrder(),
42+
pmetrictest.IgnoreMetricAttributeValue("version", "kong_node_info"),
4243
),
4344
)
4445
}

0 commit comments

Comments
 (0)