diff --git a/conformance b/conformance index 1d8a9557..67abcef7 160000 --- a/conformance +++ b/conformance @@ -1 +1 @@ -Subproject commit 1d8a955703b203b1313042715e59e2dae477cecc +Subproject commit 67abcef726821d27a8f4dd61e61ac9e31b8c13bb diff --git a/deployments/k8s/components/images/kustomization.yaml b/deployments/k8s/components/images/kustomization.yaml index 102f1a77..5f6f07f5 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-4431 +# Release: https://github.com/open-traffic-generator/ixia-c/releases/tag/v0.0.1-4435 images: - name: ixia-c-controller newName: ghcr.io/open-traffic-generator/ixia-c-controller - newTag: "0.0.1-4431" + newTag: "0.0.1-4435" - name: ixia-c-gnmi-server newName: ghcr.io/open-traffic-generator/ixia-c-gnmi-server newTag: "1.12.4" diff --git a/docs/news.md b/docs/news.md index b1f250c7..7bd2ae12 100644 --- a/docs/news.md +++ b/docs/news.md @@ -1,8 +1,8 @@ # News -* **31st August, 2023**: Ixia-c version 0.0.1 (build 4431) released. This conforms to **[v0.12.2](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.12.2/artifacts/openapi.yaml)** of the Open Traffic Generator Models specification. +* **1st September, 2023**: Ixia-c version 0.0.1 (build 4435) released. This conforms to **[v0.12.2](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.12.2/artifacts/openapi.yaml)** of the Open Traffic Generator Models specification. - * This build includes stability fixes. [Read more](releases.md) + * This build includes bug fixes. [Read more](releases.md) * **21st August, 2023**: Ixia-c version 0.0.1 (build 4399) released. This conforms to **[v0.12.1](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.12.1/artifacts/openapi.yaml)** of the Open Traffic Generator Models specification. diff --git a/docs/releases.md b/docs/releases.md index 46abc195..96e9e207 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,11 +1,11 @@ # Ixia-c Release Notes and Version Compatibility -## Release v0.0.1-4431 -> 31st August, 2023 +## Release v0.0.1-4435 (Latest) +> 1st September, 2023 #### About -This build includes stability fixes. +This build includes bug fixes. #### Build Details @@ -14,16 +14,17 @@ This build includes stability fixes. | Open Traffic Generator API | [0.12.2](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.12.2/artifacts/openapi.yaml) | | snappi | [0.12.2](https://pypi.org/project/snappi/0.12.2) | | gosnappi | [0.12.2](https://pkg.go.dev/github.com/open-traffic-generator/snappi/gosnappi@v0.12.2) | -| ixia-c-controller | [0.0.1-4431](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-controller) | +| ixia-c-controller | [0.0.1-4435](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.00.0.325](https://github.com/orgs/open-traffic-generator/packages/container/package/licensed%2Fixia-c-protocol-engine) | | ixia-c-ixhw-server | [0.12.2-2](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-ixhw-server) | | ixia-c-operator | [0.3.4](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-operator) | | ixia-c-gnmi-server | [1.12.4](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-gnmi-server) | -| ixia-c-one | [0.0.1-4431](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-one/) | +| ixia-c-one | [0.0.1-4435](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-one/) | ` - +#### Bug Fix(s) +* `set_config` fails with `unsuccessful Response: RX runtime not configured for port: ` if large port testbed is used on subsequent test runs is fixed. #### Known Issues * Supported value for `flows[i].metrics.latency.mode` is `cut_through`. * The metric `loss` in flow metrics is currently not supported. diff --git a/readme.md b/readme.md index 9148323f..f5ef73a6 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@