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.90.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.91.0
Choose a head ref
  • 6 commits
  • 17 files changed
  • 3 contributors

Commits on Oct 18, 2023

  1. Chore(deps): bump k8s.io/cli-runtime from 0.28.2 to 0.28.3 (#1513)

    Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.28.2 to 0.28.3.
    - [Commits](kubernetes/cli-runtime@v0.28.2...v0.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/cli-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1a3750c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Review buildkite scripts cleanup process (#1487)

    Review buildkite scripts and hooks to ensure that the cleanup
    process performs all the needed operations
    mrodm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    950abd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8042059 View commit details
    Browse the repository at this point in the history
  3. Review serverless teardown (#1515)

    Review serverless teardown operation (elastic-package stack down), 
    allowing to delete the serverless project even if the local
    docker-compose down command fails
    mrodm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e739c45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af194a4 View commit details
    Browse the repository at this point in the history
  5. Add information about availability of packages in serverless projects (

    …#1516)
    
    Extend `elastic-package status` to optionally include the packages available on
    each serverless project type. To include this information, the `--info serverless.project_types`
    flag can be used.
    
    It requests the current serverless Kibana configuration from the Kibana repository.
    This information is temporarily cached in the data directory to avoid making too many
    requests.
    jsoriano authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    af6a093 View commit details
    Browse the repository at this point in the history
Loading