Skip to content

(chore): bump k8s and kubebuilder#6613

Merged
everettraven merged 14 commits intooperator-framework:masterfrom
everettraven:chore/k8s-1.27
Dec 12, 2023
Merged

(chore): bump k8s and kubebuilder#6613
everettraven merged 14 commits intooperator-framework:masterfrom
everettraven:chore/k8s-1.27

Conversation

@everettraven
Copy link
Copy Markdown
Contributor

@everettraven everettraven commented Oct 20, 2023

Description of the change:

  • Bump supported Kubernetes version to 1.27
    • bumps kubebuilder to v3.12.0
    • bumps necessary plugins
  • (helm/v1): Deprecate the --config flag due to the controller-runtime ComponentConfig package being deprecated with the planned removal of support for loading manager options
  • (go/v4): go/v4 is now stable and is the default version used when scaffolding a Go based operator
  • (kustomize/v2): kustomize/v2 is now stable and is the default version used in the plugin chain when using go/v4, ansible/v1, helm/v1, and hybrid/v1-alpha plugins
  • Updated the supported OLM versions to 0.24.0, 0.25.0, and 0.26.0 and regenerated bindata
  • Updated operator-sdk olm install to fix a bug where the retries of resource creation were too fast and causing the command to exit with an error before the timeout had been reached
  • For operator-sdk olm install break the resources into CRDs and apply them first, verify they are "installed", then proceed with installing other resources.

Motivation for the change:

Checklist

If the pull request includes user-facing changes, extra documentation is required:

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 20, 2023
@everettraven everettraven marked this pull request as draft October 20, 2023 15:02
@everettraven everettraven temporarily deployed to deploy October 20, 2023 15:02 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy October 20, 2023 15:07 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy October 24, 2023 16:17 — with GitHub Actions Inactive
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 14, 2023
everettraven and others added 5 commits December 7, 2023 10:35
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: Bryce Palmer <everettraven@gmail.com>
Signed-off-by: everettraven <everettraven@gmail.com>
Signed-off-by: everettraven <everettraven@gmail.com>
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 7, 2023
@everettraven everettraven changed the title wip: bump k8s and kubebuilder (chore): bump k8s and kubebuilder Dec 8, 2023
@everettraven everettraven marked this pull request as ready for review December 8, 2023 18:16
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 8, 2023
@openshift-ci openshift-ci Bot requested review from jberkhahn and oceanc80 December 8, 2023 18:17
Comment thread internal/cmd/operator-sdk/cli/cli.go
Comment thread internal/cmd/operator-sdk/cli/cli.go
Comment thread internal/cmd/operator-sdk/cli/cli.go
Comment thread internal/olm/client/client.go
Comment thread internal/olm/client/client_test.go
Comment thread internal/olm/installer/client.go Outdated
Comment thread testdata/go/v4/memcached-operator/go.mod Outdated
Comment thread changelog/fragments/01-k8s-kubebuilder-bump.yaml
Signed-off-by: everettraven <everettraven@gmail.com>
Copy link
Copy Markdown
Member

@varshaprasad96 varshaprasad96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Dec 11, 2023
Signed-off-by: everettraven <everettraven@gmail.com>
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Dec 12, 2023

New changes are detected. LGTM label has been removed.

Signed-off-by: everettraven <everettraven@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

suport kubebuilder go/v4 Enhancement: discrete CRD / CR creation install phases Meta Issue for K8S 1.27 Support kustomize v4

3 participants