Skip to content

Update Meilisearch 1.35.1 and fix Cyberchef logo#722

Open
kadma wants to merge 2 commits intoDokploy:canaryfrom
kadma:Update-Meilisearch-and-Fix-Cyberchef
Open

Update Meilisearch 1.35.1 and fix Cyberchef logo#722
kadma wants to merge 2 commits intoDokploy:canaryfrom
kadma:Update-Meilisearch-and-Fix-Cyberchef

Conversation

@kadma
Copy link
Contributor

@kadma kadma commented Feb 21, 2026

What is this PR about?

New PR of meilisearch and cyberchef

Checklist

Before submitting this PR, please make sure that:

Greptile Summary

Updated Meilisearch from v1.8.3 to v1.35.1 and replaced CyberChef logo from SVG to PNG format.

  • Updated Meilisearch Docker image version in docker-compose.yml and meta.json
  • Removed MEILI_ENV environment variable from Meilisearch configuration
  • Replaced CyberChef logo from SVG to PNG format and updated reference in meta.json

Confidence Score: 4/5

  • Safe to merge after fixing the missing restart policy in Meilisearch docker-compose.yml
  • The changes are straightforward version updates and logo format change. However, the Meilisearch docker-compose.yml is missing the required restart policy per project guidelines, which is a critical requirement for production deployments. Once this is fixed, the PR will be safe to merge.
  • Pay attention to blueprints/meilisearch/docker-compose.yml to ensure restart policy is added

Last reviewed commit: e78305f

Context used:

  • Context from dashboard - AGENTS.md (source)

Copilot AI review requested due to automatic review settings February 21, 2026 17:03
@github-actions
Copy link

github-actions bot commented Feb 21, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview e78305f

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

5 files reviewed, 2 comments

Edit Code Review Agent Settings | Greptile

services:
meilisearch:
image: getmeili/meilisearch:v1.8.3
image: getmeili/meilisearch:v1.35.1
Copy link

Choose a reason for hiding this comment

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

Missing restart policy. According to AGENTS.md guidelines, all services MUST include restart: unless-stopped or restart: always.

Suggested change
image: getmeili/meilisearch:v1.35.1
image: getmeili/meilisearch:v1.35.1
restart: unless-stopped

Context Used: Context from dashboard - AGENTS.md (source)

[config.env]
MEILI_ENV = "development"
MEILI_MASTER_KEY = "${master_key}"
MEILI_MASTER_KEY = "${master_key}" No newline at end of file
Copy link

Choose a reason for hiding this comment

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

File is missing trailing newline at end of file.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Meilisearch template to version v1.35.1 (from v1.8.3) and fixes the CyberChef logo reference to use a PNG file instead of SVG. The Meilisearch update includes removing the MEILI_ENV environment variable, which aligns with how other blueprints in the repository configure Meilisearch (none of them use MEILI_ENV).

Changes:

  • Updated Meilisearch from v1.8.3 to v1.35.1 in both meta.json and docker-compose.yml
  • Removed MEILI_ENV environment variable from Meilisearch template (consistent with other blueprints)
  • Changed CyberChef logo from cyberchef.svg to cyberchef.png in meta.json and replaced the logo file

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
meta.json Updated Meilisearch version to v1.35.1 and changed CyberChef logo reference from .svg to .png
blueprints/meilisearch/docker-compose.yml Updated Meilisearch Docker image from v1.8.3 to v1.35.1 and removed MEILI_ENV environment variable
blueprints/meilisearch/template.toml Removed MEILI_ENV configuration, keeping only MEILI_MASTER_KEY
blueprints/cyberchef/cyberchef.svg Deleted old SVG logo file
blueprints/cyberchef/cyberchef.png Added new PNG logo file

services:
meilisearch:
image: getmeili/meilisearch:v1.8.3
image: getmeili/meilisearch:v1.35.1
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

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

The version jump from v1.8.3 to v1.35.1 is substantial (27 minor versions). According to project conventions, Docker images must be verified to exist using docker manifest inspect getmeili/meilisearch:v1.35.1 before committing to ensure the image is available and prevent deployment failures. While the PR checklist indicates the template has been tested, please confirm this specific version exists on Docker Hub.

Copilot generated this review using guidance from repository custom instructions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants