forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move PredicateChecker initialization before processors initialization * Cluster Autoscaler 1.26.1 * update vendor to v1.26.1 due to kubernetes#5372 * baseURI for skuClient based on cloud * Update go version to 1.19.7 This is following-up on Kubernetes 1.26 bumping the go version. * Update vendor to kubernetes 1.26.3 Also updated CA version to 1.26.2 * revendored with ./hack/update-vendor.sh 1.26.1 * back to ./hack/update-vendor.sh 1.26.3 after IT success * const ClusterAutoscalerVersion = "1.26.1 * mod sync_changes mentioning k8s.io pkg upgrades --------- Co-authored-by: Bartłomiej Wróblewski <[email protected]> Co-authored-by: Kubernetes Prow Robot <[email protected]> Co-authored-by: Kuba Tużnik <[email protected]> Co-authored-by: Jayant Jain <[email protected]> Co-authored-by: Prachi Gandhi <[email protected]> Co-authored-by: Maciek Pytel <[email protected]>
- Loading branch information
1 parent
eff68de
commit ac0a14a
Showing
161 changed files
with
5,256 additions
and
1,866 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM golang:1.19 | ||
FROM golang:1.19.7 | ||
LABEL maintainer="Marcin Wielgus <[email protected]>" | ||
|
||
ENV GOPATH /gopath/ | ||
|
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.