We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The checkpoint API returns outdated information:
$ curl -s https://checkpoint-api.hashicorp.com/v1/check/consul | jq . { "product": "consul", "current_version": "1.15.15", "current_release": 1730384936, "current_download_url": "https://releases.hashicorp.com/consul/1.15.15/", "current_changelog_url": "https://github.com/hashicorp/releases/tag/ent-changelog-1.15.15", "project_website": "https://www.consul.io", "alerts": [] }
This makes the checks at https://github.com/hashicorp/consul/blob/main/command/agent/agent.go#L81-L121 useless.
The checkpoint API should be updated or the startupUpdateCheck() can be removed.
startupUpdateCheck()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The checkpoint API returns outdated information:
This makes the checks at https://github.com/hashicorp/consul/blob/main/command/agent/agent.go#L81-L121 useless.
The checkpoint API should be updated or the
startupUpdateCheck()
can be removed.The text was updated successfully, but these errors were encountered: