Skip to content

Commit

Permalink
Merge pull request #123 from open-traffic-generator/dev-1st-oct
Browse files Browse the repository at this point in the history
Release v1.13.0-9
  • Loading branch information
biplamal authored Oct 3, 2024
2 parents 58c7cf2 + 926d587 commit 032d2a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions do.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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}"
Expand Down
8 changes: 4 additions & 4 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 032d2a2

Please sign in to comment.