From a9ada94990b00e5055b01ccea6e172b5e916b869 Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:01:36 +0100 Subject: [PATCH] [IBM MQ integration package] Update the compatibility section (#11492) * Update the compatibility section * Formatting and minor edits * Update packages/ibmmq/_dev/build/docs/README.md Co-authored-by: Harnish Chavda <118714680+harnish-elastic@users.noreply.github.com> * Run elastic-package build * Update changelog and manifest --------- Co-authored-by: Harnish Chavda <118714680+harnish-elastic@users.noreply.github.com> --- packages/ibmmq/_dev/build/docs/README.md | 2 +- packages/ibmmq/changelog.yml | 5 +++++ packages/ibmmq/docs/README.md | 2 +- packages/ibmmq/manifest.yml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/ibmmq/_dev/build/docs/README.md b/packages/ibmmq/_dev/build/docs/README.md index b5ae3045c9a..490a89ac320 100755 --- a/packages/ibmmq/_dev/build/docs/README.md +++ b/packages/ibmmq/_dev/build/docs/README.md @@ -28,7 +28,7 @@ Note: ## Compatibility -This integration has been tested against `IBM MQ v9.1` and `IBM MQ v9.2`. The ibmmq `qmgr` data stream is compatible with a containerized distribution of IBM MQ (since version 9.1.0). +This integration has been tested against IBM MQ v9.1 and IBM MQ v9.2. Currently, the `ibmmq qmgr` data stream is only compatible with the containerized versions of IBM MQ, such as those available from [IBM Cloud Container Registry](https://icr.io/) or [Docker Hub](https://hub.docker.com/r/ibmcom/mq). ## Prerequisites diff --git a/packages/ibmmq/changelog.yml b/packages/ibmmq/changelog.yml index 5cdcb121cdd..967d390e608 100644 --- a/packages/ibmmq/changelog.yml +++ b/packages/ibmmq/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.1" + changes: + - description: Update the IBM MQ compatibility section. + type: enhancement + link: https://github.com/elastic/integrations/pull/11492 - version: "1.4.0" changes: - description: ECS version updated to 8.11.0. Update the kibana constraint to ^8.13.0. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template. diff --git a/packages/ibmmq/docs/README.md b/packages/ibmmq/docs/README.md index 87728b2a8e8..07601345389 100755 --- a/packages/ibmmq/docs/README.md +++ b/packages/ibmmq/docs/README.md @@ -28,7 +28,7 @@ Note: ## Compatibility -This integration has been tested against `IBM MQ v9.1` and `IBM MQ v9.2`. The ibmmq `qmgr` data stream is compatible with a containerized distribution of IBM MQ (since version 9.1.0). +This integration has been tested against IBM MQ v9.1 and IBM MQ v9.2. Currently, the `ibmmq qmgr` data stream is only compatible with the containerized versions of IBM MQ, such as those available from [IBM Cloud Container Registry](https://icr.io/) or [Docker Hub](https://hub.docker.com/r/ibmcom/mq). ## Prerequisites diff --git a/packages/ibmmq/manifest.yml b/packages/ibmmq/manifest.yml index 2cd404b08d8..1e4eeec3c64 100644 --- a/packages/ibmmq/manifest.yml +++ b/packages/ibmmq/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.0.2 name: ibmmq title: IBM MQ -version: "1.4.0" +version: "1.4.1" source: license: Elastic-2.0 description: Collect logs and metrics from IBM MQ with Elastic Agent.