From 5d8856630080311ced725880b5864ad6a80d7192 Mon Sep 17 00:00:00 2001 From: biplamal Date: Thu, 24 Feb 2022 08:56:43 +0530 Subject: [PATCH 1/4] draft for release 0.0.1-2662 --- docs/news.md | 4 ++++ docs/releases.md | 36 +++++++++++++++++++++++++++++++++++- readme.md | 2 +- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/docs/news.md b/docs/news.md index 2b6ce3ac..5f11511a 100644 --- a/docs/news.md +++ b/docs/news.md @@ -1,5 +1,9 @@ # News +* **10th February, 2022**: Ixia-c version 0.0.1 (build 2662) released. This conforms to **[v0.7.3](https://redocly.github.io/redoc/?url=https://github.com/open-traffic-generator/models/releases/download/v0.7.3/openapi.yaml)** of the Open Traffic Generator Models specification. + + * This build implements correct transmit(tx) statistics of flow metrics. [Read more](releases.md) + * **10th February, 2022**: Ixia-c version 0.0.1 (build 2610) released. This conforms to **[v0.7.3](https://redocly.github.io/redoc/?url=https://github.com/open-traffic-generator/models/releases/download/v0.7.3/openapi.yaml)** of the Open Traffic Generator Models specification. * This build contains stability fixes. [Read more](releases.md) diff --git a/docs/releases.md b/docs/releases.md index f5d88296..64951b33 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,6 +1,40 @@ # Ixia-c Release Notes and Version Compatibility -## Release v0.0.1-2610 (Latest) +## Release v0.0.1-2662 (Latest) +> 24th February, 2022 + +#### About + +This build implements correct transmit(tx) statistics of flow metrics. + +#### Build Details + +| Component | Version | +|-------------------------------|---------------| +| Open Traffic Generator API | [0.7.3](https://redocly.github.io/redoc/?url=https://github.com/open-traffic-generator/models/releases/download/v0.7.3/openapi.yaml) | +| snappi | [0.7.13](https://pypi.org/project/snappi/0.7.13) | +| gosnappi | [0.7.13](https://pkg.go.dev/github.com/open-traffic-generator/snappi/gosnappi@v0.7.13) | +| ixia-c-controller | [0.0.1-2662](https://hub.docker.com/r/ixiacom/ixia-c-controller/tags) | +| ixia-c-traffic-engine | [1.4.1.23](https://hub.docker.com/r/ixiacom/ixia-c-traffic-engine/tags) | +| ixia-c-app-usage-reporter | [0.0.1-37](https://hub.docker.com/r/ixiacom/ixia-c-app-usage-reporter/tags) | +| ixia-c-protocol-engine | 1.00.0.144 | +| ixia-c-operator | [0.0.75](https://hub.docker.com/r/ixiacom/ixia-c-operator/tags) | +| ixia-c-gnmi-server | [0.7.5](https://hub.docker.com/r/ixiacom/ixia-c-gnmi-server/tags) | +| ixia-c-grpc-server | [0.7.6](https://hub.docker.com/r/ixiacom/ixia-c-grpc-server/tags) | + +#### New Feature(s) + +* Transmit(tx) statistics support is incorporated as part of flow metrics. + * `transmit` + * `frames_tx` + * `bytes_tx` + * `frames_tx_rate` + +#### Known Issues + +* The metric `loss` in flow metrics is currently not supported. + +## Release v0.0.1-2610 > 10th February, 2022 #### About diff --git a/readme.md b/readme.md index 4ee86a01..e7f399df 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@

- Release v0.0.1-2610 + Release v0.0.1-2662 Open Traffic Generator v0.7.3 snappi v0.7.13 news From 4c870d7495e3b2c797f12e78cd48c5afcfdb11e7 Mon Sep 17 00:00:00 2001 From: biplamal Date: Thu, 24 Feb 2022 10:55:49 +0530 Subject: [PATCH 2/4] draft for release 0.0.1-2662 --- docs/news.md | 2 +- docs/releases.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/news.md b/docs/news.md index 5f11511a..d646118b 100644 --- a/docs/news.md +++ b/docs/news.md @@ -2,7 +2,7 @@ * **10th February, 2022**: Ixia-c version 0.0.1 (build 2662) released. This conforms to **[v0.7.3](https://redocly.github.io/redoc/?url=https://github.com/open-traffic-generator/models/releases/download/v0.7.3/openapi.yaml)** of the Open Traffic Generator Models specification. - * This build implements correct transmit(tx) statistics of flow metrics. [Read more](releases.md) + * This build implements correct transmit(tx) statistics & transmit state of flow metrics. [Read more](releases.md) * **10th February, 2022**: Ixia-c version 0.0.1 (build 2610) released. This conforms to **[v0.7.3](https://redocly.github.io/redoc/?url=https://github.com/open-traffic-generator/models/releases/download/v0.7.3/openapi.yaml)** of the Open Traffic Generator Models specification. diff --git a/docs/releases.md b/docs/releases.md index 64951b33..151430de 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -5,7 +5,7 @@ #### About -This build implements correct transmit(tx) statistics of flow metrics. +This build implements correct transmit(tx) statistics & transmit state of flow metrics. #### Build Details @@ -24,7 +24,7 @@ This build implements correct transmit(tx) statistics of flow metrics. #### New Feature(s) -* Transmit(tx) statistics support is incorporated as part of flow metrics. +* Transmit(tx) statistics & Transmit state support is incorporated as part of flow metrics. * `transmit` * `frames_tx` * `bytes_tx` From 37323d57f84e2cce1c61a068af7196c0ee6e08e3 Mon Sep 17 00:00:00 2001 From: biplamal Date: Thu, 24 Feb 2022 11:38:50 +0530 Subject: [PATCH 3/4] draft for release 0.0.1-2662 --- docs/news.md | 2 +- docs/releases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/news.md b/docs/news.md index d646118b..21be0679 100644 --- a/docs/news.md +++ b/docs/news.md @@ -2,7 +2,7 @@ * **10th February, 2022**: Ixia-c version 0.0.1 (build 2662) released. This conforms to **[v0.7.3](https://redocly.github.io/redoc/?url=https://github.com/open-traffic-generator/models/releases/download/v0.7.3/openapi.yaml)** of the Open Traffic Generator Models specification. - * This build implements correct transmit(tx) statistics & transmit state of flow metrics. [Read more](releases.md) + * This build implements transmit(tx) statistics & transmit state of flow metrics. [Read more](releases.md) * **10th February, 2022**: Ixia-c version 0.0.1 (build 2610) released. This conforms to **[v0.7.3](https://redocly.github.io/redoc/?url=https://github.com/open-traffic-generator/models/releases/download/v0.7.3/openapi.yaml)** of the Open Traffic Generator Models specification. diff --git a/docs/releases.md b/docs/releases.md index 151430de..425cf409 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -5,7 +5,7 @@ #### About -This build implements correct transmit(tx) statistics & transmit state of flow metrics. +This build implements transmit(tx) statistics & transmit state of flow metrics. #### Build Details From 3d19656e4e264bf6f6fe148a568ec9cd25d35b06 Mon Sep 17 00:00:00 2001 From: biplamal Date: Thu, 24 Feb 2022 11:41:30 +0530 Subject: [PATCH 4/4] draft for release 0.0.1-2662 --- docs/releases.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index 425cf409..148f0f36 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -27,7 +27,6 @@ This build implements transmit(tx) statistics & transmit state of flow metrics. * Transmit(tx) statistics & Transmit state support is incorporated as part of flow metrics. * `transmit` * `frames_tx` - * `bytes_tx` * `frames_tx_rate` #### Known Issues