Tags: elastic/elastic-agent
Tags
[9.3][Automation] Update versions (#12481) 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.3.0-SNAPSHOT", "build_id": "9.3.0-f3ac2b51", "manifest_url": "https://snapshots.elastic.co/9.3.0-f3ac2b51/manifest-9.3.0-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.3.0-f3ac2b51/summary-9.3.0-SNAPSHOT.html", "core_version": "9.3.0", "stack_version": "9.3.0-SNAPSHOT", "stack_build_id": "9.3.0-f3ac2b51-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.3.0", "CurrentMajors": 1, "PreviousMajors": 2, "PreviousMinors": 2, "SnapshotBranches": [ "9.3", "9.2", "8.19" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[8.19][Automation] Update versions (#12479) 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": "8.19.11-SNAPSHOT", "build_id": "8.19.11-57ac91ce", "manifest_url": "https://snapshots.elastic.co/8.19.11-57ac91ce/manifest-8.19.11-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/8.19.11-57ac91ce/summary-8.19.11-SNAPSHOT.html", "core_version": "8.19.11", "stack_version": "8.19.11-SNAPSHOT", "stack_build_id": "8.19.11-57ac91ce-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "8.19.11", "CurrentMajors": 1, "PreviousMajors": 2, "PreviousMinors": 2, "SnapshotBranches": [ "9.3", "9.2" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[9.2] (backport #12153) Docs: Update applies_to syntax (#12173) * [do not merge] Docs: Update applies_to syntax (#12153) * Update applies_to syntax in elasticsearchexporter.md (cherry picked from commit 9a8cb1d) # Conflicts: # docs/reference/edot-collector/config/configure-profiles-collection.md * Resolve merge conflict --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> Co-authored-by: Visha Angelova <visha.angelova@elastic.co>
[9.1] (backport #12153) Docs: Update applies_to syntax (#12172) * [do not merge] Docs: Update applies_to syntax (#12153) * Update applies_to syntax in elasticsearchexporter.md (cherry picked from commit 9a8cb1d) # Conflicts: # docs/reference/edot-collector/config/configure-profiles-collection.md * Resolve merge conflict --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> Co-authored-by: Visha Angelova <visha.angelova@elastic.co>
[9.1] (backport #11858) build(deps): bump github.com/elastic/elastic-… …agent-system-metrics from 0.13.4 to 0.13.5 (#11860) * build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.13.4 to 0.13.5 (#11858) * build(deps): bump github.com/elastic/elastic-agent-system-metrics Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.13.4 to 0.13.5. - [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases) - [Commits](elastic/elastic-agent-system-metrics@v0.13.4...v0.13.5) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-system-metrics dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update EDOT go.mod * Update NOTICE.txt and/or NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 07d5c3a) # Conflicts: # go.mod # internal/edot/go.mod # internal/edot/go.sum * fix conflicts --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ebeahan <eric.beahan@elastic.co>
Disable docker containerd snapshotter in CI (#11774) (#11855) * chore: Update .buildkite/bk.integration-fips.pipeline.yml Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli # Conflicts: # .buildkite/pipeline.yml * chore: Update .buildkite/pipeline.elastic-agent-binary-dra.yml Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.elastic-agent-package.yml Made with ❤️️ by updatecli * chore: Update .buildkite/bk.integration.pipeline.yml Made with ❤️️ by updatecli * chore: Update .buildkite/integration.pipeline.yml Made with ❤️️ by updatecli * Disable docker containerd snapshotter * Make docker output less verbose in packaging pipeline --------- (cherry picked from commit 5324e95) Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Disable docker containerd snapshotter in CI (#11774) (#11853) * chore: Update .buildkite/bk.integration-fips.pipeline.yml Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli # Conflicts: # .buildkite/pipeline.yml * chore: Update .buildkite/pipeline.elastic-agent-binary-dra.yml Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.elastic-agent-package.yml Made with ❤️️ by updatecli * chore: Update .buildkite/bk.integration.pipeline.yml Made with ❤️️ by updatecli * chore: Update .buildkite/integration.pipeline.yml Made with ❤️️ by updatecli * Disable docker containerd snapshotter * Make docker output less verbose in packaging pipeline --------- (cherry picked from commit 5324e95) Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[9.2][Automation] Update versions (#11439) 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.2.2-SNAPSHOT", "build_id": "9.2.2-a88a7c03", "manifest_url": "https://snapshots.elastic.co/9.2.2-a88a7c03/manifest-9.2.2-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.2.2-a88a7c03/summary-9.2.2-SNAPSHOT.html", "core_version": "9.2.2", "stack_build_id": "9.2.2-a88a7c03-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.2.2", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.2", "9.1", "8.19", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PreviousNext