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

Implement confirm rollout gate, hook and API #251

Merged
merged 15 commits into from
Jul 25, 2019
Merged

Implement confirm rollout gate, hook and API #251

merged 15 commits into from
Jul 25, 2019

Commits on Jul 24, 2019

  1. Add Waiting canary status phase

    means the canary rollout is paused (waiting for confirmation to proceed)
    stefanprodan committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    dfdcfed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    919dafa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c46c7b9 View commit details
    Browse the repository at this point in the history
  4. Implement confirm rollout gate and hook

    The confirm-rollout hooks are executed before the pre-rollout hooks. Flagger will halt the canary rollout until the confirm webhook returns HTTP status 200.
    stefanprodan committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    04cbacb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75d4930 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28e7e89 View commit details
    Browse the repository at this point in the history
  7. Implement canary gating API with in-memory storage

    POST /gate/[check|open|close]
    stefanprodan committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    f204fe5 View commit details
    Browse the repository at this point in the history
  8. Bump load tester version

    stefanprodan committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    be22ff9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc4bdcd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4d28e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa6a180 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    046245a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    e07a82d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163f529 View commit details
    Browse the repository at this point in the history
  3. Use podinfo v1.7

    stefanprodan committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    e3b03de View commit details
    Browse the repository at this point in the history