Skip to content
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

The checkpoint API returns outdated information #22005

Open
remilapeyre opened this issue Dec 16, 2024 · 0 comments
Open

The checkpoint API returns outdated information #22005

remilapeyre opened this issue Dec 16, 2024 · 0 comments

Comments

@remilapeyre
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant