Skip to content

Track Agent API versions on workspace page #10340

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

Closed
spikecurtis opened this issue Oct 19, 2023 · 0 comments · Fixed by #11058
Closed

Track Agent API versions on workspace page #10340

spikecurtis opened this issue Oct 19, 2023 · 0 comments · Fixed by #11058
Assignees
Labels
networking Area: networking

Comments

@spikecurtis
Copy link
Contributor

#10339 introduces an Agent API version

Update the AgentVersion to include 3 states as follows, taking the first condition that matches.

  1. If the Agent's API Version is 1 or more major versions behind the Server's latest Agent API Version, display Deprecated
  2. If the Agent's Product Version is behind the Server's Product Version, display Outdated
  3. Otherwise, display Updated

Deprecated version can share more or less the same tooltip as Outdated does today

c.f. "Updated" below

agent-updated
@spikecurtis spikecurtis self-assigned this Nov 6, 2023
@sreya sreya added the networking Area: networking label Dec 4, 2023
spikecurtis added a commit that referenced this issue Dec 8, 2023
First part of #10340 -- we need this version to compare with agents to tell if they are on a deprecated Agent API version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
networking Area: networking
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants