John McBride

Results 143 issues of John McBride

Let's cut a `v1.2.0` release. This will have updates from Dependabot, NPM module updates, and feature adds by @carolynvs 👏🏼

The GitHub issue and bug templates could use an update. They're a bit wordy. /assign @JDHulling If you'd like to take a look and give an update to the copy,...

area/bug

✨ Feature ✨ We should build a system to do prow operations end to end on a test repo. This would be obviously beneficial since it would create a way...

In this chunk, when checking the membership of the commenter: ```typescript try { if (context.payload.repository === undefined) { core.debug(`checkOrgMember error: context payload repository undefined`) return false } await octokit.orgs.checkMembership({ org:...

area/bug

We are currently on version `v2.1.1` of `@actions/github` which includes an older version of `@octokit/rest`. v17.0.0 had several major breaking changes (and features) that would be nice to be up...

I was on a flight last week and I realized that our "seasonal" releases (like "Summer 20xx" release, "Winter 20xx" release, etc.) are not very inclusive: there are people all...

admin
lifecycle/needs-proposal
help-wanted

From the `CONDUCT.md`: > Deprecation of Go versions or dependent packages will only occur in major releases. It's been awhile since I read that deprecation policy but I'm not sure...

admin
lifecycle/frozen
help-wanted

### Issue number: Related: https://github.com/bottlerocket-os/bottlerocket/issues/2420 ### Description of changes: This upgrades the Go build directive in the go module for `ecs-gpu-init` to reflect the version we use in the SDK....

**Issue number:** Closes #2400 Reference PR: #2316 **Description of changes:** ``` - Remove aws-k8s-1.20 variant - Remove vmware-k8s-1.20 variant Signed-off-by: John McBride ``` **Testing done:** `cargo make check && cargo...

### What I'd like: From a discussion in a previous community meeting, it would be nice to have builds fail if the lint checks fail - in theory, anything that...