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

1.8.0 backports 3 #11989

Merged
merged 5 commits into from
Sep 9, 2020
Merged

1.8.0 backports 3 #11989

merged 5 commits into from
Sep 9, 2020

Commits on Sep 8, 2020

  1. Improve index inclusion and Arc exclusion configuration

    - Make them sections
    - Remove "to index" from the config items as they are also used for
      exclusion
    - Add a map key name
    gsmet committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f5d6287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ce50b View commit details
    Browse the repository at this point in the history
  3. Ensure that user-defined quarkus.kubernetes-config.enabled takes prec…

    …edence over secret
    
    Fixes: quarkusio#11968
    geoand authored and gsmet committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ba75fe8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a2914f View commit details
    Browse the repository at this point in the history
  5. Drop setting quarkus.http.host from Jib and S2I

    There is no need to set these to 0.0.0.0 as that value
    is the default. Furthermore setting them in such a way
    means that if the property is set in application.properties,
    it will have no effect when running the container image
    
    Fixes: quarkusio#11911
    geoand authored and gsmet committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    6c9de91 View commit details
    Browse the repository at this point in the history