From 926d587096e4037636599cca37ec57d22d1ad75f Mon Sep 17 00:00:00 2001 From: biplamal Date: Thu, 3 Oct 2024 14:02:49 +0000 Subject: [PATCH] Release v1.13.0-8 --- do.sh | 4 ++-- versions.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/do.sh b/do.sh index 6b1d2de..719c264 100755 --- a/do.sh +++ b/do.sh @@ -1,7 +1,7 @@ #!/bin/sh # update for any release using -# curl -kLO https://github.com/open-traffic-generator/ixia-c/releases/download/v1.13.0-1/versions.yaml +# curl -kLO https://github.com/open-traffic-generator/ixia-c/releases/download/v1.13.0-9/versions.yaml VERSIONS_YAML="versions.yaml" VETH_A="veth-a" VETH_Z="veth-z" @@ -17,7 +17,7 @@ KIND_VERSION=v0.20.0 METALLB_VERSION=v0.13.11 MESHNET_COMMIT=d7c306c MESHNET_IMAGE="networkop/meshnet\:v0.3.0" -KENG_OPERATOR_VERSION="0.3.30" +KENG_OPERATOR_VERSION="0.3.34" KENG_OPERATOR_YAML="https://github.com/open-traffic-generator/keng-operator/releases/download/v${KENG_OPERATOR_VERSION}/ixiatg-operator.yaml" NOKIA_SRL_OPERATOR_VERSION="0.4.6" NOKIA_SRL_OPERATOR_YAML="https://github.com/srl-labs/srl-controller/config/default?ref=v${NOKIA_SRL_OPERATOR_VERSION}" diff --git a/versions.yaml b/versions.yaml index 2936819..501e1da 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,14 +1,14 @@ -release: 1.13.0-1 +release: 1.13.0-9 images: - name: controller path: ghcr.io/open-traffic-generator/keng-controller - tag: 1.13.0-1 + tag: 1.13.0-9 - name: gnmi-server path: ghcr.io/open-traffic-generator/otg-gnmi-server tag: 1.14.14 - name: traffic-engine path: ghcr.io/open-traffic-generator/ixia-c-traffic-engine - tag: 1.8.0.25 + tag: 1.8.0.90 - name: protocol-engine path: ghcr.io/open-traffic-generator/ixia-c-protocol-engine - tag: 1.00.0.399 + tag: 1.00.0.404