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/go118 dependency update #1811

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jun 20, 2022

  1. Updated port as manager now starts on port 9443 by default

    Added Azure auth provider plugin
    Updated for yq v4
    Moved MutatingWebhookConfiguration to v1 as v1beta1 is unavailable in k8s v1.22
    Defined update flag in every package that go test complained about when it being provided but not defined
    Dependency update for K8s modules, controller-runtime, KUTTL, and Go to 1.8.
    
    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ce27f22 View commit details
    Browse the repository at this point in the history
  2. Go mod tidy

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e6f8a37 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Use older Kubernetes version for cert-manager tests as the older cert…

    …-manager version can't be deployed into K8s 1.22+
    
    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    98761e3 View commit details
    Browse the repository at this point in the history
  2. Support legacy TestSuite yaml files using the kudo.dev group

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    dac5253 View commit details
    Browse the repository at this point in the history
  3. Updated to latest goreleaser

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    90195b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. go get no longer installs executables. Changed commands to go install

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    6a736bc View commit details
    Browse the repository at this point in the history
  2. Fixed file generated by go-bindata

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    9c6c691 View commit details
    Browse the repository at this point in the history
  3. Fixed go.sum entry for go-junit-report

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    cba0ae7 View commit details
    Browse the repository at this point in the history
  4. Fix go-junit-report install

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    8eed4e1 View commit details
    Browse the repository at this point in the history
  5. Fixed missing @ in go-junit-report install

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    19ab4c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Revert inadvertent changing of the Github owner.

    Signed-off-by: Dane Barentine <dane.barentine@oneidentity.com>
    dbarentine committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    00eaf4f View commit details
    Browse the repository at this point in the history