Skip to content

Conversation

@sebrandon1
Copy link
Member

ioutil has been deprecated since Go 1.16: https://go.dev/doc/go1.16#ioutil

Tracking issue: redhat-best-practices-for-k8s/telco-bot#52

Migration from ioutil to os for file and directory operations:

  • Replaced ioutil.ReadFile with os.ReadFile and ioutil.ReadDir with os.ReadDir in core configuration and bundle loading logic, such as in pkg/profiling/config/config.go and staging/api/pkg/manifests/bundleloader.go. [1] [2] [3] [4]

  • Updated validation and testing files to use os.ReadFile instead of ioutil.ReadFile, including files like staging/api/pkg/validation/internal/community.go, crd_test.go, csv_test.go, object_test.go, and operatorgroup_test.go. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

  • Updated additional internal and registry logic to use os.ReadFile, os.WriteFile, and os.MkdirTemp in place of their ioutil counterparts, such as in operatorhub.go, buildahregistry/_options.go, and provisioner_kind.go. [1] [2] [3] [4] [5] [6]

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 24, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sebrandon1
Once this PR has been reviewed and has the lgtm label, please assign tmshort for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 24, 2025

@sebrandon1: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify a4ca444 link true /test verify
ci/prow/e2e-gcp-console-olm a4ca444 link true /test e2e-gcp-console-olm
ci/prow/verify-deps a4ca444 link true /test verify-deps

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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.

1 participant