Bryce Palmer
Bryce Palmer
Signed-off-by: Bryce Palmer ## Description of change - Update `golangci/golangci-lint-action` to `v3` - Update `golangci-lint` version used to `v1.48` - Add `actions/setup-go@v3` to setup Go for the `golangci/golangci-lint-action` action fixes...
The golangci-lint check seems to be failing on multiple PRs with exit code 137 - meaning that the process has run out of memory. In an attempt to resolve this,...
## Description of Change update or add labels in the kustomize plugin(s) scaffolded files to match the k8s recommended labels ## Motivation for Change resolves #2773
## Description of the change Add a new project to the `testdata/` directory that is a very simple Phase 2 Plugin written in Go. The implementation also includes comments that...
### What broke? What's expected? When running `kubebuilder create api` or `kubebuilder create webhook` with the `--plugins` flag set to use an external plugin, the external plugin flag binding logic...
**Description of the change:** - Updates the process of creating a new containerdregistry during the `operator-sdk run bundle(-upgrade)` process to no longer stall due a file lock clash. Instead, we...
## Bug Report #### What did you do? When running `operator-sdk run bundle` and specifying an index image via the `--index-image` flag the command will stall when attempting to generate...
### What is the URL of the document? Needs to be created ### Which section(s) is the issue in? Needs to be created ### What needs fixing? Helm operators do...
**Description of the change:** Make all dependabot commits begin with `[no ci]` to skip running CI checks on dependabot PRs. For more information see: - Skipping CI with commit message:...
## Feature Request #### Describe the problem you need a feature to resolve. There is currently not an easy way to e2e test a plugin without writing all the tests...