Skip to content

[main][Automation] Update versions#12122

Merged
swiatekm merged 3 commits intomainfrom
update/main-update-agent-versions-20766562440
Jan 8, 2026
Merged

[main][Automation] Update versions#12122
swiatekm merged 3 commits intomainfrom
update/main-update-agent-versions-20766562440

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 7, 2026

These files are used for picking the starting (pre-upgrade) or ending (post-upgrade) agent versions in upgrade integration tests.

The content is based on responses from https://www.elastic.co/api/product_versions and https://snapshots.elastic.co

The current update is generated based on the following requirements:

.package-version

{
  "version": "9.4.0-SNAPSHOT",
  "build_id": "9.4.0-e1bc7a33",
  "manifest_url": "https://snapshots.elastic.co/9.4.0-e1bc7a33/manifest-9.4.0-SNAPSHOT.json",
  "summary_url": "https://snapshots.elastic.co/9.4.0-e1bc7a33/summary-9.4.0-SNAPSHOT.html",
  "core_version": "9.4.0",
  "stack_build_id": "9.4.0-e1bc7a33-SNAPSHOT"
}

testing/integration/testdata/.upgrade-test-agent-versions.yml

{
  "UpgradeToVersion": "9.4.0",
  "CurrentMajors": 1,
  "PreviousMajors": 2,
  "PreviousMinors": 2,
  "SnapshotBranches": [
    "9.3",
    "9.2",
    "8.19"
  ]
}
These files are used for picking the starting (pre-upgrade) or ending (post-upgrade) agent versions in upgrade integration tests.

The content is based on responses from https://www.elastic.co/api/product_versions and https://snapshots.elastic.co

The current update is generated based on the following requirements:

`.package-version`

```json
{
  "version": "9.4.0-SNAPSHOT",
  "build_id": "9.4.0-e1bc7a33",
  "manifest_url": "https://snapshots.elastic.co/9.4.0-e1bc7a33/manifest-9.4.0-SNAPSHOT.json",
  "summary_url": "https://snapshots.elastic.co/9.4.0-e1bc7a33/summary-9.4.0-SNAPSHOT.html",
  "core_version": "9.4.0",
  "stack_build_id": "9.4.0-e1bc7a33-SNAPSHOT"
}
```

`testing/integration/testdata/.upgrade-test-agent-versions.yml`

```json
{
  "UpgradeToVersion": "9.4.0",
  "CurrentMajors": 1,
  "PreviousMajors": 2,
  "PreviousMinors": 2,
  "SnapshotBranches": [
    "9.3",
    "9.2",
    "8.19"
  ]
}
```
@github-actions github-actions bot requested a review from a team as a code owner January 7, 2026 00:34
@github-actions github-actions bot added Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team Team:Elastic-Agent Label for the Agent team backport-skip skip-changelog update-versions Updates to the agent versions file labels Jan 7, 2026
@github-actions github-actions bot requested a review from swiatekm January 7, 2026 00:34
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

swiatekm
swiatekm previously approved these changes Jan 7, 2026
@swiatekm swiatekm enabled auto-merge (squash) January 7, 2026 10:47
@ebeahan
Copy link
Member

ebeahan commented Jan 7, 2026

Remaining CI failure:

otel_test.go:2146:
--
Error Trace:	/opt/buildkite-agent/builds/bk-agent-prod-gcp-1767783115073664787/elastic/elastic-agent/testing/integration/ess/otel_test.go:2146
Error:      	Condition never satisfied
Test:       	TestLogReloading
Messages:   	elastic-agent was not healthy after log level changed to info
otel_test.go:2127: Elastic-Agent output:
fixture.go:1517: Temporary directory "/tmp/TestLogReloading4289839637" preserved for investigation/debugging
@ebeahan
Copy link
Member

ebeahan commented Jan 7, 2026

@khushijain21 since TestLogReloading was recently added in #11998, can you take a look at the failure here?

cc @pierrehilbert

@swiatekm swiatekm merged commit 2c0a629 into main Jan 8, 2026
22 checks passed
@swiatekm swiatekm deleted the update/main-update-agent-versions-20766562440 branch January 8, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4 participants