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

Feature: pod security admission #165

Merged
merged 14 commits into from
Mar 8, 2023

Commits on Feb 20, 2023

  1. Update k8s libraries to v0.26.1

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    614deae View commit details
    Browse the repository at this point in the history
  2. Run tests with go 1.19

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ffdff05 View commit details
    Browse the repository at this point in the history
  3. Fix fmt with go1.19

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e68438e View commit details
    Browse the repository at this point in the history
  4. Update Check license for go 1.19

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    800b0c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Add GetPodTemplateSpec to build the complete PodTemplateSpec (to repl…

    …ace calls to GetContainers + GetInitContainers)
    
    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d93f82c View commit details
    Browse the repository at this point in the history
  2. Adapt unit tests

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    63502cd View commit details
    Browse the repository at this point in the history
  3. Move container and pod overrides from GetAllContainers/getPodTemplate…

    …Spec to GetPodTemplateSpec
    
    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e342737 View commit details
    Browse the repository at this point in the history
  4. Add unit tests for GetPodTemplateSpec

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    faef587 View commit details
    Browse the repository at this point in the history
  5. Add Policy parameter to PodTemplateParams

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2eeebfe View commit details
    Browse the repository at this point in the history
  6. Policies

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    497d2a0 View commit details
    Browse the repository at this point in the history
  7. Add deprecation information

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d797fca View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Review

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    91e86b5 View commit details
    Browse the repository at this point in the history
  2. Update go version fo codecov

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5985a28 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Review: factorize some duplicate code

    Signed-off-by: Philippe Martin <phmartin@redhat.com>
    feloy committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2239fa9 View commit details
    Browse the repository at this point in the history