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

dev to alpha #3013

Merged
merged 50 commits into from
Feb 26, 2020
Merged

dev to alpha #3013

merged 50 commits into from
Feb 26, 2020

Commits on Jan 9, 2020

  1. Add support listener port to skipper-ingress service

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    c392ddd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Update Emergency Access Service to show reason after approval

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    5d0f29f View commit details
    Browse the repository at this point in the history
  2. enhance authClient opentracing

    Signed-off-by: Sandor Szücs <[email protected]>
    szuecs authored and mikkeloscar committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    ffd8d66 View commit details
    Browse the repository at this point in the history
  3. fix kubernetes dataclients refresh

    Signed-off-by: Sandor Szücs <[email protected]>
    szuecs authored and mikkeloscar committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    0598b11 View commit details
    Browse the repository at this point in the history
  4. chore: drop obsolete feature gate for PodMaxPids

    Signed-off-by: Martin Linkhorst <[email protected]>
    linki authored and mikkeloscar committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    38dedc6 View commit details
    Browse the repository at this point in the history
  5. Update to Kubernetes v1.16

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    d3bd9c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    235c02d View commit details
    Browse the repository at this point in the history
  7. chore: drop obsolete feature gate for PodMaxPids

    Signed-off-by: Martin Linkhorst <[email protected]>
    linki authored and mikkeloscar committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    317b700 View commit details
    Browse the repository at this point in the history
  8. Update to Kubernetes v1.16

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    addd953 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4643ea3 View commit details
    Browse the repository at this point in the history
  10. Wait to serve current requests before terminating api-server

    To avoid spiking error rates for clients, take api-server out of
    the kubernetes.default endpoint and then wait while the current
    requests are being served
    
    Signed-off-by: Muaaz Saleem <[email protected]>
    Muaaz Saleem committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    e3e461d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2972 from zalando-incubator/master-graceful-shutdown

    Shutdown masters more gracefully
    mikkeloscar authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    145f725 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Enable HPAScaleToZero by default

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    e1ec36d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e7c97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5c7b58 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    bee8f13 View commit details
    Browse the repository at this point in the history
  2. Define VPA as single app with components

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    c182e5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7202942 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d8d10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84c8951 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3013b00 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3002 from zalando-incubator/unify-vpa-components

    Define VPA as single app with components
    hjacobs authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1bed7e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    332096d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a206788 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    e6648fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3009 from zalando-incubator/dev-to-kube-1.16

    dev to kube-1.16
    arjunrn authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    43cd30b View commit details
    Browse the repository at this point in the history
  3. Update VPA components

    Signed-off-by: Alexey Ermakov <[email protected]>
    aermakov-zalando committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    76c0c86 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3014 from zalando-incubator/upgrade-skipper-v0-11-48

    upgrade skipper to verion v0.11.48
    jrake-revelant authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    bf0b5c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2df22e1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3015 from zalando-incubator/update-vpa

    Update VPA components
    aermakov-zalando authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ece9d04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84bcb56 View commit details
    Browse the repository at this point in the history
  8. Update 1.16 AMI

    Signed-off-by: Alexey Ermakov <[email protected]>
    aermakov-zalando committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    64808d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    922474e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493efa3 View commit details
    Browse the repository at this point in the history
  3. Add a cluster-local file to the secrets

    Signed-off-by: Alexey Ermakov <[email protected]>
    aermakov-zalando committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    71ac64d View commit details
    Browse the repository at this point in the history
  4. Drop allow non-resource URL rule from webhook

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2215045 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3019 from zalando-incubator/add-dummy-file

    Add a cluster-local file to the secrets
    aermakov-zalando authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    3a83ce0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f261f86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1563814 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7d661c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3020 from zalando-incubator/webhook-drop-non-reso…

    …urce-urls
    
    Webhook drop non resource urls
    mikkeloscar authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    ff6f051 View commit details
    Browse the repository at this point in the history
  10. CA: disable --scale-down-delay-after-add

    Signed-off-by: Alexey Ermakov <[email protected]>
    aermakov-zalando committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    cd07e5b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    9a4b393 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2849 from zalando-incubator/skipper-ingress-svc-s…

    …upport-address
    
    Add support listener port to skipper-ingress service
    mikkeloscar authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    89f664d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d952c3 View commit details
    Browse the repository at this point in the history
  4. Split skipper lightstep config over multiple lines

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    da63320 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Merge pull request #3026 from zalando-incubator/skipper-multiline

    Split skipper lightstep config over multiple lines
    szuecs authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    886bdfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f000854 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2774 from zalando-incubator/kube-1.16

    Update to Kubernetes v1.16
    mikkeloscar authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    07ee7fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd065c0 View commit details
    Browse the repository at this point in the history