-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update opensearchproject/opensearch docker tag to v2.16.0 #1362
Conversation
WalkthroughThe recent update involves an upgrade to the OpenSearch service within the Docker Compose setup, changing the image version from Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Docker
participant OpenSearch
User->>Docker: Start OpenSearch
Docker->>OpenSearch: Pull image: opensearchproject/opensearch:2.16.0
OpenSearch-->>Docker: Image ready
Docker-->>User: OpenSearch service running
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- boot-opensearch-sample/docker/docker-compose.yml (1 hunks)
Additional comments not posted (1)
boot-opensearch-sample/docker/docker-compose.yml (1)
5-5
: Verify compatibility between OpenSearch and OpenSearch Dashboards.The
opensearch
service has been updated to version2.16.0
, whileopensearch-dashboards
remains at2.15.0
. Ensure thatopensearch-dashboards
version2.15.0
is compatible withopensearch
version2.16.0
.
This PR contains the following updates:
2.15.0
->2.16.0
Release Notes
opensearch-project/OpenSearch (opensearchproject/opensearch)
v2.16.0
Compare Source
2024-07-24 Version 2.16.0 Release Notes
[2.16.0]
Added
strict_allow_templates
dynamic mapping option (#14555)Dependencies
netty
from 4.1.110.Final to 4.1.111.Final (#14356)org.wiremock:wiremock-standalone
from 3.3.1 to 3.6.0 (#14361)reactor
from 3.5.17 to 3.5.19 (#14395, #14697)reactor-netty
from 1.1.19 to 1.1.21 (#14395, #14697)commons-net:commons-net
from 3.10.0 to 3.11.1 (#14396)com.nimbusds:nimbus-jose-jwt
from 9.37.3 to 9.40 (#14398)org.apache.commons:commons-configuration2
from 2.10.1 to 2.11.0 (#14399)com.gradle.develocity
from 3.17.4 to 3.17.5 (#14397)opentelemetry
from 1.36.0 to 1.40.0 (#14457, #14674)opentelemetry-semconv
from 1.25.0-alpha to 1.26.0-alpha (#14674)azure-identity
from 1.11.4 to 1.13.0, Bumpmsal4j
from 1.14.3 to 1.15.1, Bumpmsal4j-persistence-extension
from 1.2.0 to 1.3.0 (#14506)com.azure:azure-storage-common
from 12.21.2 to 12.25.1 (#14517)com.microsoft.azure:msal4j
from 1.15.1 to 1.16.0 (#14610)com.github.spullara.mustache.java:compiler
from 0.9.13 to 0.9.14 (#14672)net.minidev:accessors-smart
from 2.5.0 to 2.5.1 (#14673)jackson
from 2.17.1 to 2.17.2 (#14687)net.minidev:json-smart
from 2.5.0 to 2.5.1 (#14748)Changed
indices.query.bool.max_clause_count
setting from being static to dynamically updateable (#13568)Deprecated
Removed
Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.