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/package-spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.2
Choose a base ref
...
head repository: elastic/package-spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.3
Choose a head ref
  • 11 commits
  • 25 files changed
  • 8 contributors

Commits on Sep 5, 2024

  1. Bump github.com/elastic/elastic-package from 0.102.0 to 0.103.0 in /c…

    …ompliance (#794)
    
    Bumps [github.com/elastic/elastic-package](https://github.com/elastic/elastic-package) from 0.102.0 to 0.103.0.
    - [Release notes](https://github.com/elastic/elastic-package/releases)
    - [Changelog](https://github.com/elastic/elastic-package/blob/main/.goreleaser.yml)
    - [Commits](elastic/elastic-package@v0.102.0...v0.103.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/elastic/elastic-package
      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>
    Co-authored-by: Mario Rodriguez Molins <mario.rodriguez@elastic.co>
    dependabot[bot] and mrodm authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0aad882 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    a83f323 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Bump github.com/elastic/elastic-package in /compliance (#797)

    Bumps [github.com/elastic/elastic-package](https://github.com/elastic/elastic-package) from 0.103.0 to 0.104.0.
    - [Release notes](https://github.com/elastic/elastic-package/releases)
    - [Changelog](https://github.com/elastic/elastic-package/blob/main/.goreleaser.yml)
    - [Commits](elastic/elastic-package@v0.103.0...v0.104.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/elastic/elastic-package
      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 10, 2024
    Configuration menu
    Copy the full SHA
    630127b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c3f196 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    5f2c9ee View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add support for integration deployment mode agentless to include iden…

    …tity fields (#801)
    
    Add new identity fields for agentless, and make them mandatory.
    This is a breaking change, but there are very few affected integrations.
    seanrathier authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d9888bd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Add support for Kibana knowledge base entry assets (#807)

    Knowledge base entries are a new type of content that provides information for AI assistants.
    
    A knowledge base entry in a package is composed of 3 parts:
    * A manifest.yml file
    * A fields folder, containing one or more fields files
    * A content folder, containing one or more content files, containing the ES documents of
      the knowledge base in an NDJSON format.
    pgayvallet authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    96abc3c View commit details
    Browse the repository at this point in the history
  2. New changelog versions validation check (#808)

    Add a new validation check to ensure that the first (newer) changelog
    entry defined in the changelog file is not lower than the other versions
    according to the Semantic Versioning.
    mrodm authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    75d27d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    dd05c30 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Revert "Add support for Kibana knowledge base entry assets (#807)" (#813

    )
    
    This feature won't be likely released on this form. Reverting it by now.
    
    Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
    pgayvallet and jsoriano authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3afde74 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    2285765 View commit details
    Browse the repository at this point in the history
Loading