{"id":24629550,"url":"https://github.com/framsouza/list-gke-versions","last_synced_at":"2026-05-16T22:32:53.009Z","repository":{"id":168612670,"uuid":"528325450","full_name":"framsouza/list-gke-versions","owner":"framsouza","description":"This code will print a list of the GKE clusters with the version","archived":false,"fork":false,"pushed_at":"2022-08-24T08:11:13.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T17:50:15.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/framsouza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-24T08:06:22.000Z","updated_at":"2022-08-24T08:12:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f324295-a12b-4c18-a52b-e75ee43e84e9","html_url":"https://github.com/framsouza/list-gke-versions","commit_stats":null,"previous_names":["framsouza/list-gke-versions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/framsouza/list-gke-versions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framsouza%2Flist-gke-versions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framsouza%2Flist-gke-versions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framsouza%2Flist-gke-versions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framsouza%2Flist-gke-versions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/framsouza","download_url":"https://codeload.github.com/framsouza/list-gke-versions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framsouza%2Flist-gke-versions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-25T06:13:14.023Z","updated_at":"2026-05-16T22:32:53.004Z","avatar_url":"https://github.com/framsouza.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# List GKE version\n\nThis code will print the current version of the masters and nodes running on GKE.\n\n### Usage\nFirst, make sure you have the `GOOGLE_APPLICATION_CREDENTIALS` environment variable set as per the google docs.\n\nIt will require one argument which is `project`.\n\nYou can choose to build the binary by running:\n\n```\ngo build -o list-gke-version\n```\n\nand run it as:\n\n```\n./list-gke-version -project=\u003cPROJECTNAME\u003e\n```\n\nor without buidling the binary\n\n```\ngo run main.go -project=\u003cPROJECTNAMEs\u003e\n```\n\n### Output expected\n\n```\nCLUSTER NAME                             MASTER VERSION            NODE VERSION\nmygke-apps-global-eu                   1.21.12-gke.2200          1.21.12-gke.2200          \ntest-gke                               1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-cd-stag                     1.21.13-gke.900           1.21.13-gke.900           \nmygke-apps-cd-prod                     1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-prod                        1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-devs-aac                    1.21.13-gke.900           1.21.13-gke.900           \nmygke-apps-es                          1.21.13-gke.900           1.21.13-gke.900           \nmygke-apps-global                      1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-nick                        1.22.10-gke.600           1.22.10-gke.600           \nmygke-apps-nick                        1.21.12-gke.2200          1.16.15-gke.4901          \nmygke-apps-rele                        1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-stage                       1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-ops                         1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-web                         1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-au                          1.21.12-gke.2200          1.21.12-gke.2200          \nmygke-apps-jarpy                       1.21.13-gke.900           1.21.13-gke.900 %     \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframsouza%2Flist-gke-versions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fframsouza%2Flist-gke-versions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframsouza%2Flist-gke-versions/lists"}