Commit graph

17 commits

Author SHA1 Message Date
Kibana Machine
8385fe9ace
Bump bundled elastic_agent to 1.3.5 (#139650) (#139667)
(cherry picked from commit ac7e168474)

Co-authored-by: Kyle Pollich <kyle.pollich@elastic.co>
2022-08-29 13:57:00 -07:00
Kyle Pollich
f12954223a
[Fleet] Update fleet_package.json + bump endpoint version to 8.4.0 (#138742) (#138968)
* Update fleet_package.json + bump endpoint version

* Bump endpoint to 8.4.1

* Bump docker images

* Update docker image in Fleet FTR tests

* Try using production docker image

* Try using v2 docker image globally

* Re-enable bundled package test + exclude APM from verification

* Remove comment about failing test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit ff0edb4195)

# Conflicts:
#	x-pack/test/functional/config.base.js
2022-08-16 18:59:33 -07:00
Kibana Machine
b5ac1fb7d4
[8.4] [Fleet Synthetics] Upgrade to 0.10.2 (#138879) (#138897)
* [Fleet Synthetics] Upgrade to 0.10.2 (#138879)

(cherry picked from commit 1b8236c768)

* Apply suggestions from code review

Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
Co-authored-by: Dominique Clarke <dominiquedclarke@gmail.com>
2022-08-16 17:34:53 -07:00
Kibana Machine
7a26538af2
[Fleet] Bump bundled apm package to 8.4.0 (#138349) (#138372)
(cherry picked from commit 75bbe04962)

Co-authored-by: Andrew Wilkins <axw@elastic.co>
2022-08-09 04:18:15 -07:00
Kibana Machine
2c340a0297
Bump version of bundled elastic_agent package (#138258) (#138271)
(cherry picked from commit 66085a7a67)

Co-authored-by: Kyle Pollich <kyle.pollich@elastic.co>
2022-08-08 08:06:25 -07:00
Kibana Machine
9a3d8e4191
[8.4] [Fleet Synthetics] Upgrade to 0.10.1 (#137667) (#137922)
* [Fleet Synthetics] Upgrade to 0.10.1 (#137667)

* update to 0.10.1

* fix integeration test

* update policy test

(cherry picked from commit e5aa1b46a6)

* Update config.ts

* Update x-pack/test/functional_synthetics/apps/uptime/synthetics_integration.ts

* Update x-pack/test/functional/config.base.js

* Update x-pack/test/functional/config.base.js

* Apply suggestions from code review

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
Co-authored-by: Dominique Clarke <dominiquedclarke@gmail.com>
2022-08-08 10:09:22 +01:00
Dan Panzarella
89ab1083a4
bump bundled endpoint package to 8.3 (#134449) 2022-06-15 05:54:16 -07:00
Justin Kambic
0b1b21d51e
Bump synthetics integration package version. (#133423)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-06-13 13:14:02 -04:00
Andrew Wilkins
3db12eb9cc
Update apm package to 8.3.0 (#133270)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-06-07 09:17:47 +08:00
Kyle Pollich
42b0fa9add
Update bundled versions of elastic_agent and fleet_server integrations (#133420) 2022-06-03 09:19:15 -04:00
Dan Panzarella
7250c6d478
bump endpoint bundled ver to release (#129449) 2022-04-06 12:24:42 -07:00
Josh Dover
c97fcfa78f
[Fleet] Update fleet_server bundled package 1.1.1 (#129311) 2022-04-04 14:08:05 +02:00
Josh Dover
ebc98cc41e
[Fleet] Update elastic_agent bundled package 1.3.1 (#128138) 2022-03-21 11:00:16 -07:00
Kyle Pollich
88f12fdc37
[Fleet] Make upload and registry package info consistent (#126915)
* 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>
2022-03-10 09:00:08 -05:00
Kyle Pollich
b51ae8bbdd
Empty fleet_package.json on main (#126920) 2022-03-04 10:01:59 -07:00
Josh Dover
6192b858c6
[Fleet] Update bundled packages for 8.1.0 release (#126138)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Dominique Clarke <dominiquedclarke@gmail.com>
2022-02-22 13:06:35 -07:00
Kyle Pollich
68466226b3
[Fleet] Support bundling packages as zip archives with Kibana source (#122297)
* 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>
2022-02-01 14:29:34 -05:00