Skip to content

feat(container): update image docker.io/getmeili/meilisearch (v1.35.0 → v1.36.0)#3043

Open
bot-akira[bot] wants to merge 1 commit intomainfrom
renovate/docker.io-getmeili-meilisearch-1.x
Open

feat(container): update image docker.io/getmeili/meilisearch (v1.35.0 → v1.36.0)#3043
bot-akira[bot] wants to merge 1 commit intomainfrom
renovate/docker.io-getmeili-meilisearch-1.x

Conversation

@bot-akira
Copy link
Contributor

@bot-akira bot-akira bot commented Feb 16, 2026

This PR contains the following updates:

Package Update Change
docker.io/getmeili/meilisearch minor v1.35.0v1.36.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

meilisearch/meilisearch (docker.io/getmeili/meilisearch)

v1.36.0: 🐙

Compare Source

Version v1.36.0 introduces an exciting update to the ranking rules to improve the engine's relevance. It's actually the first time we've made such a change since v1.0, and we're really happy about this improvement!

✨ Enhancement
  • Introduce the attributeRank and wordPosition criteria by @​Kerollmops in #​6154, #​6155, and #​6164

    We released two new ranking rules that Meilisearch had already been using internally for the attribute one, which is basically both ranking rules applied one after the other:

    • attributeRank: A document is considered better if the query words match in a higher searchable attribute. It ignores the position of the query words in this attribute.
    • wordPosition: A document is considered better if the query words match closer to the beginning of an attribute. The attribute rank is ignored by this rule.
  • We continue our policy of migrating everyone to use a homemade HNSW by introducing a new dumpless upgrade step that migrates index uses the old annoy vector store to the new Hannoy one. Changing the vector store backend affects the ranking score. This step can take a couple of minutes when the number of embeddings is high, and we recommend changing the vector store backend beforehand to gain more control if needed. To do so, you must enable the vectorStoreSetting experimental feature and set the vectorStore root setting to experimental.

🪲 Bug fixes
  • Fix search failing when using attributesToSearchOn on an empty index by @​zen-zap in #​5944
🔒 Security
🔩 Miscellaneous

[!WARNING]
Breaking change: the meilisearch-openapi-mintlify.json file will not be available in the release assets anymore. If you were using it, please refer to the one that is now available in our public documentation repository.

❤️ Thanks to @​zen-zap for contributing to this release!

v1.35.1

Compare Source

🦋 Bug fixes

Meilisearch v1.35.1 fixes a possible task database corruption issue that would occur when using the S3 streaming snapshot method.

  • Users of the Community Edition do not need to upgrade as this feature is Enterprise Edition only
  • Affected users of the Cloud have been contacted.
Details

While snapshotting the task database, sending a task to Meilisearch could corrupt it. Index DBs were not affected, so manually rebuilding the task database fixes the corruption.

By @​dureuill in #​6160

Full Changelog: meilisearch/meilisearch@v1.35.0...v1.35.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Feb 16, 2026

--- kubernetes/apps/default/karakeep/app Kustomization: default/karakeep HelmRelease: default/karakeep

+++ kubernetes/apps/default/karakeep/app Kustomization: default/karakeep HelmRelease: default/karakeep

@@ -99,13 +99,13 @@

                   secretKeyRef:
                     key: MEILI_MASTER_KEY
                     name: karakeep-secret
               MEILI_NO_ANALYTICS: true
             image:
               repository: docker.io/getmeili/meilisearch
-              tag: v1.35.0
+              tag: v1.36.0
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 10m
         pod:

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Feb 16, 2026

--- HelmRelease: default/karakeep Deployment: default/karakeep-meilisearch

+++ HelmRelease: default/karakeep Deployment: default/karakeep-meilisearch

@@ -60,13 +60,13 @@

           valueFrom:
             secretKeyRef:
               key: MEILI_MASTER_KEY
               name: karakeep-secret
         - name: MEILI_NO_ANALYTICS
           value: 'true'
-        image: docker.io/getmeili/meilisearch:v1.35.0
+        image: docker.io/getmeili/meilisearch:v1.36.0
         name: app
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 10m

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

… → v1.36.0)

Signed-off-by: bot-akira[bot] <159718293+bot-akira[bot]@users.noreply.github.com>
@bot-akira bot-akira bot force-pushed the renovate/docker.io-getmeili-meilisearch-1.x branch from e0b08de to f72b285 Compare February 23, 2026 08:36
@bot-akira bot-akira bot changed the title fix(container): update image docker.io/getmeili/meilisearch (v1.35.0 → v1.35.1) feat(container): update image docker.io/getmeili/meilisearch (v1.35.0 → v1.36.0) Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants