-
Notifications
You must be signed in to change notification settings - Fork 813
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
Update Supported Kubernetes to 1.27, 1.28, 1.29 #3654
Merged
Merged
Changes from 7 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d4041a2
k8s version update in install and build dir
Kalaiselvi84 68dedd7
update client-go
Kalaiselvi84 6383e1e
update CRD API reference
Kalaiselvi84 fd923d8
Regenerate k8s resource
Kalaiselvi84 1e699e9
config.toml update
Kalaiselvi84 a97e850
k8s version update to e2e test cluster creation and update cloudbuild…
Kalaiselvi84 f03ca90
Rapid for 1.27 and 1.28
Kalaiselvi84 8df88f3
replace us-central1 to asia-east1
Kalaiselvi84 c9c048e
region change: us-central1 to asia-east1
Kalaiselvi84 15a1812
Merge branch 'k8s-1.29.x' of https://github.com/Kalaiselvi84/agones i…
Kalaiselvi84 5b073c8
change regipn to europe-west1
Kalaiselvi84 b495409
Merge branch 'main' into k8s-1.29.x
igooch 96e4381
Merge branch 'main' into k8s-1.29.x
igooch abe7068
Merge branch 'main' into k8s-1.29.x
zmerlynn 0bc5249
Merge branch 'main' into k8s-1.29.x
Kalaiselvi84 451a20b
Revert "update CRD API reference"
Kalaiselvi84 dba8fc1
build/Makefile and site/assets/templates/crd-doc-config.json
Kalaiselvi84 059953c
Merge branch 'main' into k8s-1.29.x
Kalaiselvi84 8107c8a
make gen-api-docs
Kalaiselvi84 2cd4566
make gen-crd-client
Kalaiselvi84 27678df
Merge branch 'main' into k8s-1.29.x
zmerlynn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
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
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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -285,7 +285,7 @@ steps: | |||||
set -o pipefail | ||||||
pids=() | ||||||
cloudProducts=("generic" "gke-autopilot") | ||||||
declare -A versionsAndRegions=( [1.26]=asia-east1 [1.27]=us-east1 [1.28]=us-west1 ) | ||||||
declare -A versionsAndRegions=( [1.27]=us-east1 [1.28]=us-west1 [1.29]=us-central1 ) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changed the region to asia-east1 for 1.29 |
||||||
for cloudProduct in ${cloudProducts[@]} | ||||||
do | ||||||
for version in "${!versionsAndRegions[@]}" | ||||||
|
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.
Oops, something went wrong.
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.
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.