{"id":15130006,"url":"https://github.com/fairwindsops/gonogo","last_synced_at":"2025-04-05T08:07:26.731Z","repository":{"id":53874313,"uuid":"422222666","full_name":"FairwindsOps/gonogo","owner":"FairwindsOps","description":"[alpha] Tool to evaluate upgrade confidence for Kubernetes cluster addons","archived":false,"fork":false,"pushed_at":"2025-03-24T16:52:54.000Z","size":742,"stargazers_count":137,"open_issues_count":6,"forks_count":1,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-05T08:07:20.594Z","etag":null,"topics":["fairwinds-incubator","helm","kubernetes"],"latest_commit_sha":null,"homepage":"https://fairwinds.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FairwindsOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-28T13:49:52.000Z","updated_at":"2025-03-31T15:16:33.000Z","dependencies_parsed_at":"2024-06-21T11:55:22.511Z","dependency_job_id":null,"html_url":"https://github.com/FairwindsOps/gonogo","commit_stats":{"total_commits":129,"total_committers":7,"mean_commits":"18.428571428571427","dds":0.2325581395348837,"last_synced_commit":"ccfda5c10b555619f6df99a6e7d174d95b850025"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FairwindsOps%2Fgonogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FairwindsOps%2Fgonogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FairwindsOps%2Fgonogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FairwindsOps%2Fgonogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FairwindsOps","download_url":"https://codeload.github.com/FairwindsOps/gonogo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305934,"owners_count":20917208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fairwinds-incubator","helm","kubernetes"],"created_at":"2024-09-26T02:26:39.537Z","updated_at":"2025-04-05T08:07:26.713Z","avatar_url":"https://github.com/FairwindsOps.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" class=\"no-border\"\u003e\n  \u003cimg src=\"/img/gonogo-logo.png\" alt=\"GoNoGo Logo\"\u003e\n  \u003cbr\u003e\n  \u003ch3\u003eDetermine the upgrade confidence of your cluster addons.\u003c/h3\u003e\n  \u003ca href=\"https://github.com/FairwindsOps/gonogo/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/FairwindsOps/gonogo\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/FairwindsOps/gonogo\"\u003e\n    \u003cimg src=\"https://goreportcard.com/badge/github.com/FairwindsOps/gonogo\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://circleci.com/gh/FairwindsOps/gonogo.svg\"\u003e\n    \u003cimg src=\"https://circleci.com/gh/FairwindsOps/gonogo.svg?style=svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://insights.fairwinds.com/gh/FairwindsOps/gonogo\"\u003e\n    \u003cimg src=\"https://insights.fairwinds.com/v0/gh/FairwindsOps/gonogo/badge.svg\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\nGoNoGo is a utility to help users determine upgrade confidence around Kubernetes cluster addons.\n\n## Alpha Software\n\nAt this time, GoNoGo is currently in alpha. This means that we could change literally anything at any time without notice. Keep an eye out for major changes, and hopefully a v1 release at some point.\n\n## Documentation\n\nCheck out the [documentation at docs.fairwinds.com](https://gonogo.docs.fairwinds.com)\n## Purpose\nA number factors can affect whether the upgrade of an addon (like cert-manager, nginx ingress, etc) will be successful or not. For example, some addon upgrades require a specific api to be available in the cluster, or a specific version of the Kubernetes cluster in general. Or perhaps an addon has deprecated a particular annotation and you want to make sure your upgraded addon doesn't include those deprecated annotations. Rather than having to manually assess each addon, GoNoGo enables you to create a specification (called a bundle spec) that you can populate with checks for the upgraded version, and run those against your cluster to get an upgrade confidence score.\n\nFor example, `cert-manager` [changed a number of annotations](https://cert-manager.io/docs/installation/upgrading/upgrading-0.10-0.11/#additional-annotation-changes) in the upgrade from `0.10` to `0.11`. With GoNoGo you can add an OPA check to your bundle spec looking for instances of that annotation in the affected cluster resources and be warned about it before you do the upgrade.\n\n# Usage\n```\ngonogo --help\nThe Kubernetes Add-On Upgrade Validation Bundle is a spec that can be used to define and then discover if an add-on upgrade is safe to perform.\n\nUsage:\n  gonogo [flags]\n  gonogo [command]\n\nAvailable Commands:\n  check       Check for Helm releases that can be updated\n  completion  Generate the autocompletion script for the specified shell\n  help        Help about any command\n  version     Prints the current version of the tool.\n\nFlags:\n\n  -h, --help      help for gonogo\n  -v, --v Level   number for the log level verbosity\n\nUse \"gonogo [command] --help\" for more information about a command.\n\n```\n\nPass in a bundle spec with the addon definitions that you want to check\n```\n\ngonogo check /path/to/bundle/bundle.yaml\n\n```\n\n\n\n\u003c!-- Begin boilerplate --\u003e\n## Join the Fairwinds Open Source Community\n\nThe goal of the Fairwinds Community is to exchange ideas, influence the open source roadmap,\nand network with fellow Kubernetes users.\n[Chat with us on Slack](https://join.slack.com/t/fairwindscommunity/shared_invite/zt-2na8gtwb4-DGQ4qgmQbczQyB2NlFlYQQ)\nor\n[join the user group](https://www.fairwinds.com/open-source-software-user-group) to get involved!\n\n\u003ca href=\"https://insights.fairwinds.com/auth/register/\"\u003e\n  \u003cimg src=\"https://www.fairwinds.com/hubfs/Doc_Banners/Fairwinds_OSS_User_Group_740x125_v6.png\"\n  alt=\"Love Fairwinds Open Source? Automate Fairwinds Open Source for free with Fairwinds Insights. Click to learn more\" /\u003e\n\u003c/a\u003e\n\n## Other Projects from Fairwinds\n\nEnjoying Gonogo? Check out some of our other projects:\n* [Polaris](https://github.com/FairwindsOps/Polaris) - Audit, enforce, and build policies for Kubernetes resources, including over 20 built-in checks for best practices\n* [Goldilocks](https://github.com/FairwindsOps/Goldilocks) - Right-size your Kubernetes Deployments by compare your memory and CPU settings against actual usage\n* [Pluto](https://github.com/FairwindsOps/Pluto) - Detect Kubernetes resources that have been deprecated or removed in future versions\n* [Nova](https://github.com/FairwindsOps/Nova) - Check to see if any of your Helm charts have updates available\n* [rbac-manager](https://github.com/FairwindsOps/rbac-manager) - Simplify the management of RBAC in your Kubernetes clusters\n\nOr [check out the full list](https://www.fairwinds.com/open-source-software?utm_source=gonogo\u0026utm_medium=gonogo\u0026utm_campaign=gonogo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairwindsops%2Fgonogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffairwindsops%2Fgonogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairwindsops%2Fgonogo/lists"}