## Summary
Update bundled Endpoint package version to `8.6.1` for the `8.6` stack
release.
We released an `8.6.1` Endpoint package that contains some important bug
fixes for the `8.6` stack release
* Add support for forcing stack aligned versions on bundled packages
* Revert build_distributables
* Add missing module
* Enforce version in config even when stack aligned
* Throw error on failure to download bundled package
* Update comment
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Update docker image + set up initial validation test
* Get validation test passing
* Remove erroneous test load call
* Address PR review + improve comments + rename validation.ts -> parse.ts
* Replace packages in fleet_packages.json
* Add temp debug log to debug CI failures
* Use a non-colliding package in bundled package tests
* (debug) Add logging output
* (debug) More logging
* (debug) Log bundled package dir in module
* Use absolute path for bundled packages
* Remove debug logs + use KIBANA_BUILD_LOCATION if it exists
* Add support for developer.bundledPackageLocation config value
* (debug) Try some more logs
* (debug) Try some more logs
* Fix test hopefully 🤞
* Fix other failing tests
* Move default for bundled package dir to schema definition
* Fix schema default value for bundledPackageLocation
* Fix snapshot
* Fix regression in bundled packages fetch
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Support installing bundled packages during Fleet setup
* Fix failing API integration test
* Sort packages in test
* Move get bundled packages + add tests
* Fix mock installPackage type
* Don't attempt to install already-installed bundled packageS
* Use unique installation status for bundled packages
* Fix failing tests
* Fix type error
* Fix logic for latest value
* Remove bundled packages from test since they no longer come back from list endpoint
* Change assertion for empty preconfiguration update request
* Add all bundled packages + refactor install to use Promise.allSettled
* Fix name comparison again
* Rework approach to use preferred source at install-time instead
* Add helper script + update bundled packages + allow updates for upload path
* Fix failing test
* Address code review + add additional tests for update cases
* Fix type error
* Remove configOverride concept for now
* Fix another type error 🙃
* Add build step for bundling fleet packages
* Fix unused import in build step
* Keep bundled_packages directory in place to prevent setup failures
* Remove gitkeep + make bundled package directory lookup fault tolerant
* Update gitignore
* Add doc comment + use build.resolvePath
* Add --use-snapshot-registry CLI flag
* Update snapshots
* Rename arg to use-snapshot-epr
* Don't fail the build on failure to bundled packages
* Update all checksums + don't attempt download multiple times
* Skip checksum process for bundled packages for now
* mkdirp destination directory to fix tests
* Revert build_distributables file
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>