forked from rancher/rancher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add a check for specific fields we don't want in the headers (rancher#394) * Merge pull request rancher#417 from rmweir/rbac-pkg-p1-v2.6 [Backport] v2.6: Rbac pkg p1 * Merge pull request rancher#425 from bfbachmann/backport-ssh Adds openssh-clients package installation. * [2.6] Bump API-UI version rancher#435 * Update norman and apiserver * Update RKE to 1.3.24 * Regenerate files after updating RKE to 1.3.24 * Update runc to 1.1.12 * [v2.6] Backport Github Action to verify generated code changes * Update steve --------- Co-authored-by: Jonathan Crowther <[email protected]> Co-authored-by: Ricardo Weir <[email protected]> Co-authored-by: Bruno Bachmann <[email protected]>
- Loading branch information
1 parent
2839693
commit f72544f
Showing
24 changed files
with
1,158 additions
and
521 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
run: ./.github/scripts/check-for-go-mod-changes.sh | ||
- | ||
name: Install controller-gen | ||
run: go install sigs.k8s.io/controller-tools/cmd/[email protected] | ||
run: go install sigs.k8s.io/controller-tools/cmd/[email protected] | ||
- | ||
name: Verify auto-generated changes | ||
run: ./.github/scripts/check-for-auto-generated-changes.sh |
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 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 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 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 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 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
Oops, something went wrong.