From 80f6fce4ec9df1513bf20a70f9a251304b9a12f1 Mon Sep 17 00:00:00 2001 From: itachary Date: Fri, 1 Mar 2024 07:34:20 +0000 Subject: [PATCH] version update --- deployments/ixia-c-config.yaml | 8 ++++---- do.sh | 4 ++-- versions.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deployments/ixia-c-config.yaml b/deployments/ixia-c-config.yaml index 3940284..ec9d584 100644 --- a/deployments/ixia-c-config.yaml +++ b/deployments/ixia-c-config.yaml @@ -11,7 +11,7 @@ data: { "name": "controller", "path": "ghcr.io/open-traffic-generator/keng-controller", - "tag": "1.0.0-92", + "tag": "1.0.0-104", "env": { "TRACE": "true" } @@ -19,7 +19,7 @@ data: { "name": "gnmi-server", "path": "ghcr.io/open-traffic-generator/otg-gnmi-server", - "tag": "1.13.9" + "tag": "1.13.10" }, { "name": "traffic-engine", @@ -29,12 +29,12 @@ data: { "name": "protocol-engine", "path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine", - "tag": "1.00.0.360" + "tag": "1.00.0.367" }, { "name": "ixhw-server", "path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server", - "tag": "1.0.1-4" + "tag": "1.0.2-4" } ] } diff --git a/do.sh b/do.sh index 677a2ed..3645273 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.0.0-92/versions.yaml +# curl -kLO https://github.com/open-traffic-generator/ixia-c/releases/download/v1.0.0-104/versions.yaml VERSIONS_YAML="versions.yaml" VETH_A="veth-a" VETH_Z="veth-z" @@ -25,7 +25,7 @@ ARISTA_CEOS_OPERATOR_VERSION="2.0.1" ARISTA_CEOS_OPERATOR_YAML="https://github.com/aristanetworks/arista-ceoslab-operator/config/default?ref=v${ARISTA_CEOS_OPERATOR_VERSION}" ARISTA_CEOS_VERSION="4.29.1F-29233963" ARISTA_CEOS_IMAGE="ghcr.io/open-traffic-generator/ceos" -KNE_VERSION=v0.1.16 +KNE_VERSION=v0.1.17 OPENCONFIG_MODELS_REPO=https://github.com/openconfig/public.git OPENCONFIG_MODELS_COMMIT=5ca6a36 diff --git a/versions.yaml b/versions.yaml index c2cff34..869be9c 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,14 +1,14 @@ -release: 1.0.0-92 +release: 1.0.0-104 images: - name: controller path: ghcr.io/open-traffic-generator/keng-controller - tag: 1.0.0-92 + tag: 1.0.0-104 - name: traffic-engine path: ghcr.io/open-traffic-generator/ixia-c-traffic-engine tag: 1.6.0.109 - name: protocol-engine path: ghcr.io/open-traffic-generator/ixia-c-protocol-engine - tag: 1.00.0.360 + tag: 1.00.0.367 - name: license-server path: ghcr.io/open-traffic-generator/licensed/keng-license-server tag: latest