Closed ShatilKhan closed 1 year ago
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, you can find updates in the #github-notifications channel in the community Slack. Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while peforming a commit.
@Revolyssup will you review?
Running build checks
Running build checks
Hi @leecalcote sir. I saw many times the (E2E) multiple versions tests failed. Many of them failed because Meshery service cannot run in the Action environment. Is there anything we are missing?
Running build checks
Hi @leecalcote sir. I saw many times the (E2E) multiple versions tests failed. Many of them failed because Meshery service cannot run in the Action environment. Is there anything we are missing?
yes, I think we discussed this a bit on Slack. Its due to mesheryctl use of kubectl version --client --short
as recently in K8s v1.28.0 --short
flag has been deprecated (reference). So we need to update our use to kubectl version
.
Reference to slack conversation: https://layer5io.slack.com/archives/C011VPREG2Z/p1693831894773679
Running build checks
Hi @leecalcote sir. I saw many times the (E2E) multiple versions tests failed. Many of them failed because Meshery service cannot run in the Action environment. Is there anything we are missing?
yes, I think we discussed this a bit on Slack. Its due to mesheryctl use of
kubectl version --client --short
as recently in K8s v1.28.0--short
flag has been deprecated (reference). So we need to update our use tokubectl version
. Reference to slack conversation: https://layer5io.slack.com/archives/C011VPREG2Z/p1693831894773679
Noticed and thanks.
Hi, is this PR good to merge?
Thanks for your contribution to the Meshery community! :tada:
Join the community, if you haven't yet and please leave a :star: star on the project. :smile:
Description
This PR fixes #545
Notes for Reviewers
Signed commits
I updated the
go
version from1.19
to1.21
ingo.mod
&Dockerfile