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

Update Dex for K8s 1.22 #2243

Merged

Commits on Jul 2, 2022

  1. dex: Update for K8s 1.22

    Needed to update the deprecated APIs from v1beta1 to v1 for:
    * CRD for AuthCode
    * ClusterRole
    * ClusterRoleBinding
    
    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    e47ade9 View commit details
    Browse the repository at this point in the history
  2. gh-actions: CI action for Dex

    Create a GH Action that tests if:
    1. Dex manifests can be applied in a KinD K8s 1.22 cluster
    2. All pods can become ready
    
    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    8280608 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. dex: Update image to 2.31.2

    Signed-off-by: Kimonas Sotirchos <[email protected]>
    kimwnasptd committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    cda0207 View commit details
    Browse the repository at this point in the history