Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/raft-tools/agent-utilities/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"container" : "mcr.microsoft.com/restapifuzztesting/agent-utilities:v3.latest",
"container" : "mcr.microsoft.com/restapifuzztesting/agent-utilities:v4.latest",
"port" : 8085
}
2 changes: 2 additions & 0 deletions docs/raft-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ The image tags produced for the containers will follow this pattern.
- v2.latest Points to the latest version of v2
- v3.0.0 Release not-compatible with v2.*
- v3.latest Points to the latest version of v3
- v4.0.0 Release not-compatible with v3.*
- v4.latest Points to the latest version of v4

Releases will be created on the github project whenever a new CLI is needed and
when a new image is release. For the releases that only include image updates,
Expand Down