diff --git a/.github/workflows/oob-update.yaml b/.github/workflows/oob-update.yaml index ba6f293..d05f4ed 100644 --- a/.github/workflows/oob-update.yaml +++ b/.github/workflows/oob-update.yaml @@ -20,7 +20,7 @@ jobs: [string] $agentVersion = $clientPayload.version [string] $manifestPath = "./src/$agentType/manifest.json" - if ($agentType -notmatch '^(nodejs|java|dotnet-core|dotnet-framework|php|python)$') + if ($agentType -notmatch '^(nodejs|java|dotnet-core|dotnet-framework|flex|php|python)$') { Write-Error "Failed to validate agent type." exit 1 diff --git a/src/flex/manifest.json b/src/flex/manifest.json index ff34d2d..f86f4e3 100644 --- a/src/flex/manifest.json +++ b/src/flex/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.2.0", "imageNameSuffix": "flex", "dockerFile": "src/flex/Dockerfile", "context": ".",