You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That line is supposed to be kept up to date by automation PRs such as this example (this one is targeting the main branch, which points to 9.0.0). However, we have not seen such automation PRs targeting the 8.x branch. I believe this might be happening because the list returned by
. @v1v could you help look into this please? Thanks!
This is now fixed. 8.x was considered a valid minor version and was removed as we only supported up to 2 active 8 minor versions.
This might not be true anymore with the new release cadence model - but that's another thing we have not planned yet in our end to be supported - release team might provide an official source of truth for the current active branches (still waiting for their feedback)
I just manually triggered the
8.x
buildkite pipeline — https://buildkite.com/elastic/fleet-server/builds/5446 — and it fails one of the test cases for theTestAgentInstallSuite
(complete logs) like so:The notable error is this:
I believe this is happening because of this line, which should point to
8.17.0-xxxxxxxx-SNAPSHOT
but is instead pointing to8.16.0-xxxxxxxx-SNAPSHOT
:fleet-server/dev-tools/integration/.env
Line 3 in fc71697
That line is supposed to be kept up to date by automation PRs such as this example (this one is targeting the
main
branch, which points to9.0.0
). However, we have not seen such automation PRs targeting the8.x
branch. I believe this might be happening because the list returned byfleet-server/.github/workflows/bump-elastic-stack-snapshot.yml
Lines 13 to 20 in a3fd826
8.x
. @v1v could you help look into this please? Thanks!The text was updated successfully, but these errors were encountered: