-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile and other visual changes. #1522
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-ibmcloud ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @kishen-v. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
/cc @Amulyam24 @Prajyot-Parab. |
/ok-to-test |
@kishen-v Update Release note section. |
0911e84
to
5078660
Compare
Makefile
Outdated
IFS=' ' read -r current_minor current_patch <<< "$$current_minor_patch_version"; \ | ||
if [ $$current_minor -le $$available_minor ]; then \ | ||
if [ $$current_patch -lt $$available_patch ] || [ $$current_minor -lt $$available_minor ]; then \ | ||
echo "::warning ::Update GO_VERSION to $$available_version"; \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1caf951
to
44b176a
Compare
@kishen-v
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@Prajyot-Parab Please take a look
@Prajyot-Parab, If it's this line |
Yes, please check. |
77af71c
to
3c7d54e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@Karthik-K-N ptal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR
/lgtm
3c7d54e
to
a3c3ce2
Compare
a3c3ce2
to
d122b14
Compare
Hi @Prajyot-Parab / @Karthik-K-N, I have incorporated the discussed changes where:
Here are the o/ps.
cc: @mkumatag. |
d122b14
to
ee9993b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will let @Prajyot-Parab to add lgtm
@kishen-v lets do it this way
let me know incase of any queries. |
@kishen-v squash everything into 1 commit. (rest lgtm) |
278ac8a
to
2090935
Compare
/hold |
Update mdbook version and add target to sub-Makefile Update badges, align images Add make command to update go version across files Add verify-go-version target
2090935
to
4417e60
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Karthik-K-N, kishen-v, mkumatag, Prajyot-Parab The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
What this PR does / why we need it:
Changes in this PR:
make serve
is now made available from the parent Makefile and can be executed from the repository root.README.md
changes to fix the broken link of License, and other related badges, alignment of the images, etc.mdbook
from v0.4.5 to v0.4.35.make update-go
to update golang version across multiple files.make verify-go-version
to find if there are any recent release of Go that can be updated.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1510
Special notes for your reviewer: This PR has multiple commits. Please let me know if it needs to be made into separate PRs.
/area provider/ibmcloud
Release note: