From f38b204b7e9d5e1c2955ee38f1c63f01288c9fb5 Mon Sep 17 00:00:00 2001 From: stas Date: Tue, 18 May 2021 10:03:59 -0700 Subject: [PATCH] Update agent-utilities version to v4 --- cli/raft-tools/agent-utilities/config.json | 2 +- docs/raft-updates.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cli/raft-tools/agent-utilities/config.json b/cli/raft-tools/agent-utilities/config.json index 9645c929..afc56711 100644 --- a/cli/raft-tools/agent-utilities/config.json +++ b/cli/raft-tools/agent-utilities/config.json @@ -1,4 +1,4 @@ { - "container" : "mcr.microsoft.com/restapifuzztesting/agent-utilities:v3.latest", + "container" : "mcr.microsoft.com/restapifuzztesting/agent-utilities:v4.latest", "port" : 8085 } diff --git a/docs/raft-updates.md b/docs/raft-updates.md index 32272541..1d57654b 100644 --- a/docs/raft-updates.md +++ b/docs/raft-updates.md @@ -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,