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

(chore): bump k8s and kubebuilder #6613

Merged
merged 14 commits into from
Dec 12, 2023

Commits on Dec 7, 2023

  1. wip: bump k8s and kubebuilder

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b72a09c View commit details
    Browse the repository at this point in the history
  2. bump k8s in makefile

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b89812e View commit details
    Browse the repository at this point in the history
  3. comment ansible dep to progress further

    Signed-off-by: Bryce Palmer <everettraven@gmail.com>
    everettraven committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8288c09 View commit details
    Browse the repository at this point in the history
  4. bump ansible plugin version, regenerate testdata

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    00b5a69 View commit details
    Browse the repository at this point in the history
  5. go mod tidy after rebase

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a33a87b View commit details
    Browse the repository at this point in the history
  6. fix operator-sdk olm install

    by making it use a proper HTTP client for building the
    kubernetes client, ensuring OLM apis are added to the
    scheme.Scheme used with the kubernetes client, and
    splitting CRD and resource checks and installation
    into distinct steps. This ensures CRDs are installed
    and ready prior to the creation of associated CRs.
    
    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5909fba View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. update olm bindata + fix lint errors

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0ef3f08 View commit details
    Browse the repository at this point in the history
  2. bump olm version for e2e

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    22e3734 View commit details
    Browse the repository at this point in the history
  3. olm install - attempt to create resources until context is canceled

    which will typically occur when the specified timeout has
    been reached
    
    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2b9af4c View commit details
    Browse the repository at this point in the history
  4. fix failing unit test

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    aca2e1d View commit details
    Browse the repository at this point in the history
  5. add a changelog

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e1affc6 View commit details
    Browse the repository at this point in the history
  6. address review comments

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b5e42f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. update go e2e to use go/v4 testdata

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ea42380 View commit details
    Browse the repository at this point in the history
  2. update sample e2e and integration tests to use go/v4 testdata

    Signed-off-by: everettraven <everettraven@gmail.com>
    everettraven committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    84e0226 View commit details
    Browse the repository at this point in the history