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

fix(admission) update certificates when they change #2258

Merged
merged 9 commits into from
Feb 23, 2022

Commits on Feb 17, 2022

  1. fix(admission) honor updated certificate files

    If certificate files change after start, use the latest keypair, not the
    keypair originally present at startup.
    rainest committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    bf7e8be View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. chore(tests) reorganize E2E

    Move E2E helper and utility functions to dedicated files.
    
    Move several all-in-one tests that weren't in the correct category to
    feature tests.
    rainest committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    efd5cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89e650 View commit details
    Browse the repository at this point in the history
  3. fix(tests) support ports in overide images

    Support override images that include the Docker repository when the
    Docker repository includes a port. Instead of requiring the image string
    split have exactly 2 items, use the last item as the tag and join the
    rest back together
    rainest committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    d1749e7 View commit details
    Browse the repository at this point in the history
  4. fix(ci) load local images into KIND

    The Action registry is not exposed to the KIND network, so we cannot
    actually use it. Load the image directly into KIND instead.
    rainest committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    8edb14c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Apply suggestions from code review

    Co-authored-by: Shane Utt <shaneutt@linux.com>
    rainest and shaneutt committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    25a6347 View commit details
    Browse the repository at this point in the history
  2. pr: rework tests constants

    rainest committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0dcb696 View commit details
    Browse the repository at this point in the history
  3. pr: move return upward

    rainest committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    37ade65 View commit details
    Browse the repository at this point in the history
  4. pr: oops, that's a slice

    rainest committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d1bb0bf View commit details
    Browse the repository at this point in the history