-
Notifications
You must be signed in to change notification settings - Fork 474
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
adjust rc process #22672
Closed
Closed
adjust rc process #22672
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### This PR already merged to `main`, see #21885. This is against the release branch so it can be included in 4.57.0 (issue #21468) Co-authored-by: Lucas Rodriguez <[email protected]> Co-authored-by: Jacob Shandling <[email protected]>
#### This PR already merged to `main`, see #22132. This is against the release branch so it can be included in 4.57.0 (issue #22088 ) Co-authored-by: Jacob Shandling <[email protected]>
…s page … (#22163) #### This PR already merged to `main`, see #22143. This is against the release branch so it can be included in 4.57.0 (issue #22136 ) Co-authored-by: Jacob Shandling <[email protected]>
…automat… (#22182) #### This PR already merged to `main`, see #22181. This is against the release branch so it can be included in 4.57.0 (issue #19551) Co-authored-by: Jacob Shandling <[email protected]>
(This cherry-pick is only of 21812, unreleased bugs found in QA process will be cherry picked separately for trackability on zenhub) > [!NOTE] > This PR is already merged in `main`, see #21812 This is against the release branch so it can be included in 4.57.0 ``` 1106 git fetch fleetdm 1107 git checkout fleetdm/minor-fleet-v4.57.0 1108 git log main 1109 git cherry-pick 1c1ebef 1110 git status 1111 git checkout -b 20404-edit-software-rc 1112 git push -u fleetdm 20404-edit-software-rc ``` --------- Co-authored-by: Ian Littman <[email protected]> Co-authored-by: Luke Heath <[email protected]> Co-authored-by: Jacob Shandling <[email protected]> Co-authored-by: Victor Lyuboslavsky <[email protected]> Co-authored-by: Rachael Shaw <[email protected]>
…22189) > [!NOTE] > This PR is already merged in `main`, see #22168 This is against the release branch so it can be included in 4.57.0 ``` 1148 git checkout fleetdm/minor-fleet-v4.57.0 1149 git log main 1150 git cherry-pick 7e389d1 1151 git checkout -b 20404-fe-fix-rc 1152 git push -u fleetdm 20404-fe-fix-rc ```
…(via GitOps) (#22191) > [!NOTE] > This PR is already merged in `main`, see #22100 This is against the release branch so it can be included in 4.57.0 ``` 1155 git checkout fleetdm/minor-fleet-v4.57.0 1156 git log main 1157 git cherry-pick 8575535 1158 git checkout -b 20404-gitops-rc 1159 git push -u fleetdm 20404-gitops-rc ``` Co-authored-by: Ian Littman <[email protected]> Co-authored-by: Luke Heath <[email protected]> Co-authored-by: Jacob Shandling <[email protected]> Co-authored-by: Victor Lyuboslavsky <[email protected]>
Cherry-pick #22081 fixes from main.
…it doesn't change the package (#22188) Co-authored-by: Ian Littman <[email protected]>
…licy ca… (#22216) #### This PR already merged to `main`, see #22215. This is against the release branch so it can be included in 4.57.0 (issue #22145 ) Co-authored-by: Jacob Shandling <[email protected]>
Backport #22157 Co-authored-by: Gabriel Hernandez <[email protected]> Co-authored-by: Roberto Dip <[email protected]>
Co-authored-by: Noah Talerman <[email protected]> Co-authored-by: Rachael Shaw <[email protected]> Co-authored-by: mostlikelee <[email protected]> Co-authored-by: Tim Lee <[email protected]> Co-authored-by: Marko Lisica <[email protected]> Co-authored-by: Ian Littman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
\r
to scripts #22196) (Cherry-pick: Ensure edited scripts provided from the client with newline switches and no other changes get converted to "\n" (#22196) #22202)