-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update version to reflect the latest patch release #2316
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rexagod 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 |
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
ea2b029
to
ecab2cc
Compare
ecab2cc
to
0ae7b62
Compare
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
To primarily avoid conflicts and allow for automations. Signed-off-by: Pranshu Srivastava <[email protected]>
Reflect patch release changes on main, which was not the case with 2.10.1 since that diverged and was never merged back into main (around backporting concerns). I believe in the future we can merge everything back into main to reflect the latest version changes in main, but diverge the release branches starting from the pre-merge commit to make sure backports are clean and maintainable (these will not be merged back into the default branch). Signed-off-by: Pranshu Srivastava <[email protected]>
0ae7b62
to
69ffcc8
Compare
/assign @dgrisonnet |
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
@@ -20,6 +20,7 @@ limitations under the License. | |||
package tools | |||
|
|||
import ( | |||
_ "github.com/Kunde21/markdownfmt/v3" |
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.
_ "github.com/Kunde21/markdownfmt/v3" | |
_ "github.com/Kunde21/markdownfmt/v3/cmd/markdownfmt" |
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
Blocked by kubernetes#2316. Signed-off-by: Pranshu Srivastava <[email protected]>
/close |
@rexagod: Closed this PR. In response to this:
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. |
Reflect patch release changes on
main
, which was not the case with2.10.1
since that diverged and was never merged back intomain
(around backporting concerns). I believe in the future we can merge everything back intomain
to reflect the latest version changes in main, but diverge the release branches starting from the pre-merge commit to make sure backports are clean and maintainable (these will not be merged back into the default branch).