chore(deps): update docker.io/getmeili/meilisearch docker tag to v1.43.1 #90

Open
siron-bot wants to merge 1 commit from renovate/docker.io-getmeili-meilisearch-1.x into main
Member

This PR contains the following updates:

Package Update Change
docker.io/getmeili/meilisearch patch v1.43.0v1.43.1

Release Notes

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

v1.43.1

Compare Source

Meilisearch v1.43.1 contains a security fix for an authenticated SSRF vulnerability.

No exploitation was found on Meilisearch Cloud. Cloud users are not required to update.

We recommend that self-hosting users upgrade if they allow third parties to configure Meilisearch instances.

We thank Sion Park (@​tldhs1144), who reported the issue and suggested a fix, for improving the security of Meilisearch ❤️


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/getmeili/meilisearch](https://github.com/meilisearch/meilisearch) | patch | `v1.43.0` → `v1.43.1` | --- ### Release Notes <details> <summary>meilisearch/meilisearch (docker.io/getmeili/meilisearch)</summary> ### [`v1.43.1`](https://github.com/meilisearch/meilisearch/releases/tag/v1.43.1) [Compare Source](https://github.com/meilisearch/meilisearch/compare/v1.43.0...v1.43.1) Meilisearch v1.43.1 contains a security fix for an authenticated SSRF vulnerability. No exploitation was found on Meilisearch Cloud. Cloud users are not required to update. We recommend that self-hosting users upgrade if they allow third parties to configure Meilisearch instances. We thank Sion Park ([@&#8203;tldhs1144](https://github.com/tldhs1144)), who reported the issue and suggested a fix, for improving the security of Meilisearch ❤️ </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzAuMTIiLCJ1cGRhdGVkSW5WZXIiOiI0My4xNzAuMTIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
chore(deps): update docker.io/getmeili/meilisearch docker tag to v1.43.1
All checks were successful
Flux Local / Flux Local - Filter (pull_request) Successful in 2s
Flux Local / Flux Local - Diff helmrelease (pull_request) Successful in 13s
Flux Local / Flux Local - Diff kustomization (pull_request) Successful in 11s
Flux Local / Flux Local - Test (pull_request) Successful in 6m1s
fcf10875c8
Author
Member
--- HelmRelease: karakeep/karakeep Deployment: karakeep/karakeep-meilisearch

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

@@ -46,13 +46,13 @@

         env:
         - name: MEILI_NO_ANALYTICS
           value: 'true'
         envFrom:
         - secretRef:
             name: karakeep-secret
-        image: docker.io/getmeili/meilisearch:v1.43.0
+        image: docker.io/getmeili/meilisearch:v1.43.1
         name: meilisearch
         resources:
           limits:
             memory: 800Mi
           requests:
             cpu: 10m
<!-- sticky-comment: 90/kubernetes/helmrelease --> ```diff --- HelmRelease: karakeep/karakeep Deployment: karakeep/karakeep-meilisearch +++ HelmRelease: karakeep/karakeep Deployment: karakeep/karakeep-meilisearch @@ -46,13 +46,13 @@ env: - name: MEILI_NO_ANALYTICS value: 'true' envFrom: - secretRef: name: karakeep-secret - image: docker.io/getmeili/meilisearch:v1.43.0 + image: docker.io/getmeili/meilisearch:v1.43.1 name: meilisearch resources: limits: memory: 800Mi requests: cpu: 10m ```
Author
Member
--- k8s/apps/karakeep/karakeep/app Kustomization: karakeep/karakeep HelmRelease: karakeep/karakeep

+++ k8s/apps/karakeep/karakeep/app Kustomization: karakeep/karakeep HelmRelease: karakeep/karakeep

@@ -120,13 +120,13 @@

               MEILI_NO_ANALYTICS: true
             envFrom:
             - secretRef:
                 name: karakeep-secret
             image:
               repository: docker.io/getmeili/meilisearch
-              tag: v1.43.0
+              tag: v1.43.1
             resources:
               limits:
                 memory: 800Mi
               requests:
                 cpu: 10m
                 memory: 443Mi
<!-- sticky-comment: 90/kubernetes/kustomization --> ```diff --- k8s/apps/karakeep/karakeep/app Kustomization: karakeep/karakeep HelmRelease: karakeep/karakeep +++ k8s/apps/karakeep/karakeep/app Kustomization: karakeep/karakeep HelmRelease: karakeep/karakeep @@ -120,13 +120,13 @@ MEILI_NO_ANALYTICS: true envFrom: - secretRef: name: karakeep-secret image: repository: docker.io/getmeili/meilisearch - tag: v1.43.0 + tag: v1.43.1 resources: limits: memory: 800Mi requests: cpu: 10m memory: 443Mi ```
All checks were successful
Flux Local / Flux Local - Filter (pull_request) Successful in 2s
Flux Local / Flux Local - Diff helmrelease (pull_request) Successful in 13s
Flux Local / Flux Local - Diff kustomization (pull_request) Successful in 11s
Flux Local / Flux Local - Test (pull_request) Successful in 6m1s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/docker.io-getmeili-meilisearch-1.x:renovate/docker.io-getmeili-meilisearch-1.x
git switch renovate/docker.io-getmeili-meilisearch-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/docker.io-getmeili-meilisearch-1.x
git switch renovate/docker.io-getmeili-meilisearch-1.x
git rebase main
git switch main
git merge --ff-only renovate/docker.io-getmeili-meilisearch-1.x
git switch renovate/docker.io-getmeili-meilisearch-1.x
git rebase main
git switch main
git merge --no-ff renovate/docker.io-getmeili-meilisearch-1.x
git switch main
git merge --squash renovate/docker.io-getmeili-meilisearch-1.x
git switch main
git merge --ff-only renovate/docker.io-getmeili-meilisearch-1.x
git switch main
git merge renovate/docker.io-getmeili-meilisearch-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sironheart/home-cluster!90
No description provided.