Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss #4574

Merged
merged 6 commits into from
Nov 30, 2023

Commits on Oct 12, 2021

  1. Elasticsearch does not have a -oss artefact anymore

    Since version 7.11.0, there is no more `-oss` artefact anymore.
    This simplifies the code as we don't need to check anymore what is available and what is not.
    dadoonet committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    48d1318 View commit details
    Browse the repository at this point in the history
  2. Add a test for 8.0.0-alpha2

    This test checks that setting `xpack.security.enabled` still works on this version although it is set by default.
    dadoonet committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6c4cc05 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    7d7cfd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3321fc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    0e3d132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd54997 View commit details
    Browse the repository at this point in the history