Skip to content

chore(opensearch): update versions for release 26.7#1549

Open
razvan wants to merge 7 commits into
mainfrom
chore/1500
Open

chore(opensearch): update versions for release 26.7#1549
razvan wants to merge 7 commits into
mainfrom
chore/1500

Conversation

@razvan

@razvan razvan commented Jun 19, 2026

Copy link
Copy Markdown
Member

Description

Part of #1500

Definition of Done Checklist

Note

Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.

Please make sure all these things are done and tick the boxes

  • Changes are OpenShift compatible
  • All added packages (via microdnf or otherwise) have a comment on why they are added
  • Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
  • All packages should have (if available) signatures/hashes verified
  • Add an entry to the CHANGELOG.md file
  • Integration tests ran successfully
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

boil build <IMAGE> --image-version <RELEASE_VERSION> --strip-architecture --load
kind load docker-image <MANIFEST_URI> --name=<name-of-your-test-cluster>

See the output of boil to retrieve the image manifest URI for <MANIFEST_URI>.

@razvan razvan moved this to Development: In Progress in Stackable Engineering Jun 19, 2026
@razvan razvan marked this pull request as ready for review June 22, 2026 12:02
@razvan razvan moved this from Development: In Progress to Development: Waiting for Review in Stackable Engineering Jun 22, 2026

@Maleware Maleware left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Little things, can be dismissed.

Image builds on arm64, ran smoke test on 3.6.0 which has succeeded. Thanks!

+ //
+ // Implemented as an allowlist: every other subproject (test fixtures,
+ // benchmarks, qa, distribution, sandbox, example/unshipped plugins, ...) is
+ // excluded. A denylist is too fragile here — some build-only projects have

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a little verbose on that comment.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

- api 'com.networknt:json-schema-validator:1.2.0'
+ // Aligned with the version pulled in by cyclonedx-core-java (via the
+ // org.cyclonedx.bom plugin). buildSrc is on every project's buildscript
+ // classpath, so a divergent version here (formerly 1.2.0) collides with the

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, maybe a bit too verbose.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@razvan razvan requested a review from Maleware June 23, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: Waiting for Review

Development

Successfully merging this pull request may close these issues.

2 participants