use knative/pkg for minimum k8s version#659
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: psschwei The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
There are empty aliases in OWNER_ALIASES, cleanup is advised. |
|
There are empty aliases in OWNER_ALIASES, cleanup is advised. |
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
|
what's pulling in all these deps now? |
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
adding pkg But the CI was failing because of some issue with a hashicorp package that somehow got added back when client-pkg was archived... I dropped it and now we're all green. |
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
|
There are empty aliases in OWNER_ALIASES, cleanup is advised. |
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
|
@dprotaso came up with a less heavy solution -- have an action check the current min k8s version in pkg and compare to what we have here. that should let us catch when knobots opens update deps PRs, which will fire at least once before each release, so we should be covered. |
Changes
/kind cleanup
Fixes #644
Release Note