Skip to content

Commit 020e9b1

Browse files
Merge branch 'main' into feat/checkin-policy-details
2 parents a5c7f64 + bc54df8 commit 020e9b1

19 files changed

+175
-86
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,16 +297,20 @@ steps:
297297
PLATFORMS: "linux/amd64"
298298
TF_VAR_pull_request: "${BUILDKITE_PULL_REQUEST}"
299299
FIPS: "true"
300-
EC_ENDPOINT: "https://api.staging.elastic-gov.com"
301-
TF_VAR_ess_region: "us-gov-east-1"
302-
TF_VAR_deployment_template_id: "aws-general-purpose"
300+
# PR #5536 redirects Cloud e2e test to prod as new deployments are not able to start on FRH-staging
301+
# The following env vars should be uncommented once FRH-staging is fixed
302+
#EC_ENDPOINT: "https://api.staging.elastic-gov.com"
303+
#TF_VAR_ess_region: "us-gov-east-1"
304+
#TF_VAR_deployment_template_id: "aws-general-purpose"
303305
command: ".buildkite/scripts/cloud_e2e_test.sh"
304306
agents:
305307
provider: "gcp"
306308
plugins:
307309
- *docker_elastic_login_plugin
308310
- elastic/vault-secrets#v0.1.0:
309-
path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
311+
path: "kv/ci-shared/platform-ingest/platform-ingest-ec-prod"
312+
# Use the commented path below instead of the one above when FRH-staging is fixed.
313+
#path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
310314
field: "apiKey"
311315
env_var: "EC_API_KEY"
312316
depends_on:

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,11 +2335,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
23352335

23362336
--------------------------------------------------------------------------------
23372337
Dependency : github.com/mailru/easyjson
2338-
Version: v0.9.0
2338+
Version: v0.9.1
23392339
Licence type (autodetected): MIT
23402340
--------------------------------------------------------------------------------
23412341

2342-
Contents of probable licence file $GOMODCACHE/github.com/mailru/[email protected].0/LICENSE:
2342+
Contents of probable licence file $GOMODCACHE/github.com/mailru/[email protected].1/LICENSE:
23432343

23442344
Copyright (c) 2016 Mail.Ru Group
23452345

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,11 +2335,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
23352335

23362336
--------------------------------------------------------------------------------
23372337
Dependency : github.com/mailru/easyjson
2338-
Version: v0.9.0
2338+
Version: v0.9.1
23392339
Licence type (autodetected): MIT
23402340
--------------------------------------------------------------------------------
23412341

2342-
Contents of probable licence file $GOMODCACHE/github.com/mailru/[email protected].0/LICENSE:
2342+
Contents of probable licence file $GOMODCACHE/github.com/mailru/[email protected].1/LICENSE:
23432343

23442344
Copyright (c) 2016 Mail.Ru Group
23452345

changelog/9.0.7.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
version: 9.0.7
2+
entries:
3+
- kind: bug-fix
4+
summary: Reset trace links on bulk items when returning to pool
5+
description: ""
6+
component: fleet-server
7+
pr:
8+
- https://github.com/elastic/fleet-server/pull/5317
9+
issue: []
10+
impact: ""
11+
action: ""
12+
timestamp: 1755810145
13+
file:
14+
name: 1755810145-Reset-trace-headers-on-bulk-items-when-returning-to-pool.yaml
15+
checksum: e95e0e1b1ea66a2c365ba00d6bd7e9def2b07ace
16+
- kind: bug-fix
17+
summary: Restore connection limiter
18+
description: |
19+
Restore connection level limiter to prevent OOM incidents.
20+
This limiter is used in addition to the request-level throttle so that once
21+
our in-flight requests reaches max_connections a 429 is returned, but if the
22+
total connections the server uses is over max_connections*1.1 the server drops
23+
the connection before the TLS handshake.
24+
component: fleet-server
25+
pr:
26+
- https://github.com/elastic/fleet-server/pull/5372
27+
issue: []
28+
impact: ""
29+
action: ""
30+
timestamp: 1756409821
31+
file:
32+
name: 1756409821-Restore-connection-limiter.yaml
33+
checksum: 7ae8e8521ecea4ac5d8944328b4ffcc51c1a609b
34+
- kind: bug-fix
35+
summary: Build fleet-server as fully static binary to restore OS matrix compatibility
36+
description: ""
37+
component: fleet-server
38+
pr:
39+
- https://github.com/elastic/fleet-server/pull/5392
40+
issue:
41+
- https://github.com/elastic/fleet-server/issues/5262
42+
impact: ""
43+
action: ""
44+
timestamp: 1756940128
45+
file:
46+
name: 1756940128-fix-binary-compilation.yaml
47+
checksum: 7d4f89d7775d01ca5c63dd022364a5eec262cae0

changelog/9.1.4.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
version: 9.1.4
2+
entries:
3+
- kind: bug-fix
4+
summary: Reset trace links on bulk items when returning to pool
5+
description: ""
6+
component: fleet-server
7+
pr:
8+
- https://github.com/elastic/fleet-server/pull/5317
9+
issue: []
10+
impact: ""
11+
action: ""
12+
timestamp: 1755810145
13+
file:
14+
name: 1755810145-Reset-trace-headers-on-bulk-items-when-returning-to-pool.yaml
15+
checksum: e95e0e1b1ea66a2c365ba00d6bd7e9def2b07ace
16+
- kind: bug-fix
17+
summary: Restore connection limiter
18+
description: |
19+
Restore connection level limiter to prevent OOM incidents.
20+
This limiter is used in addition to the request-level throttle so that once
21+
our in-flight requests reaches max_connections a 429 is returned, but if the
22+
total connections the server uses is over max_connections*1.1 the server drops
23+
the connection before the TLS handshake.
24+
component: fleet-server
25+
pr:
26+
- https://github.com/elastic/fleet-server/pull/5372
27+
issue: []
28+
impact: ""
29+
action: ""
30+
timestamp: 1756409821
31+
file:
32+
name: 1756409821-Restore-connection-limiter.yaml
33+
checksum: 7ae8e8521ecea4ac5d8944328b4ffcc51c1a609b
34+
- kind: bug-fix
35+
summary: Build fleet-server as fully static binary to restore OS matrix compatibility
36+
description: ""
37+
component: fleet-server
38+
pr:
39+
- https://github.com/elastic/fleet-server/pull/5392
40+
issue:
41+
- https://github.com/elastic/fleet-server/issues/5262
42+
impact: ""
43+
action: ""
44+
timestamp: 1756940128
45+
file:
46+
name: 1756940128-fix-binary-compilation.yaml
47+
checksum: 7d4f89d7775d01ca5c63dd022364a5eec262cae0

changelog/fragments/1755810145-Reset-trace-headers-on-bulk-items-when-returning-to-pool.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

changelog/fragments/1756409821-Restore-connection-limiter.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

changelog/fragments/1756940128-fix-binary-compilation.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.0.7 [fleet-server-9.0.7-breaking-changes]
2+
3+
_No breaking changes._
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.0.7 [fleet-server-9.0.7-deprecations]
2+
3+
_No deprecations._

0 commit comments

Comments
 (0)