Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elastic-package
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.103.0
Choose a base ref
...
head repository: elastic/elastic-package
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.104.0
Choose a head ref
  • 12 commits
  • 49 files changed
  • 4 contributors

Commits on Sep 5, 2024

  1. chore: [updatecli] Update latest snapshot to 8.16.0-87ecaf3c (#2082)

    Made with ❤️️ by updatecli
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    636639a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. chore: [updatecli] Update latest snapshot to 8.16.0-2ffb6469 (#2086)

    Made with ❤️️ by updatecli
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ec6825f View commit details
    Browse the repository at this point in the history
  2. chore: [updatecli] Update default stack version to 8.15.1 (#2085)

    Made with ❤️️ by updatecli
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    386f4d2 View commit details
    Browse the repository at this point in the history
  3. Update default value for env. var used for Wolfi images (#2083)

    Update default value for environment variable used to enable
    or disable the usage of Elastic Agent images based on Wolfi. From
    now on, wolfi images will be used by default starting with Elastic
    stack versions 8.16.0.
    mrodm authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bd6312f View commit details
    Browse the repository at this point in the history
  4. Add false positive test package to detect errors in elastic agent logs (

    #2084)
    
    Added a new test package into false_positives folder to be able
    to check if there is any error in the logs from Elastic Agent container.
    This package requires to run in Elastic stack version 8.12.0 in order
    to reproduce the error in logs.
    mrodm authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b838f0a View commit details
    Browse the repository at this point in the history
  5. Fix validation of subfields of flattened objects (#2088)

    When a document doesn't has subobjects, like when using `subobjects: false or synthetic
    mode, if an undocumented field is found, we need to check its ancestors to see if it is a
    member of a flattened object.
    jsoriano authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fe16a06 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. chore: [updatecli] Update latest snapshot to 8.16.0-a744fd5c (#2089)

    Made with ❤️️ by updatecli
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    25dfab5 View commit details
    Browse the repository at this point in the history
  2. Relax validation of subobject leaves for flattened fields (#2090)

    We added some additional validations for subobjects and arrays of objects
    in #1498, #1489 and related PRs. These validations only apply to packages
    with spec starting on 3.0.1.
    
    These validations rely on the structure of documents. With the adoption of
    features like `subobjects: false` or synthetic source the structure is lost, and
    exceptions based on spec version are not working, so the tests fail for cases
    where they should not for versions of the spec older than 3.0.1. This happens
    for example in the `dns` data stream of the `network_traffic` package when
    LogsDB is enabled.
    jsoriano authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    183ba78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e813325 View commit details
    Browse the repository at this point in the history
  4. Chore(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0 (#2092)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.24.0 to 0.25.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    59a71ac View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. chore: [updatecli] Update latest snapshot to 8.16.0-3a37a73c (#2093)

    Made with ❤️️ by updatecli
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5379fbf View commit details
    Browse the repository at this point in the history
  2. Initial support for content packages (#2049)

    Add archetype for `elastic-package create package`.
    Add test package, tests pass, but they do nothing.
    Package installation seems to work, we will need to review related code in Kibana.
    jsoriano authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6d62d67 View commit details
    Browse the repository at this point in the history
Loading