Skip to content
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

feat(github-release): update immich-app/immich to v1.105.1 #84

Merged
merged 1 commit into from
May 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
immich-app/immich minor v1.104.0 -> v1.105.1

Release Notes

immich-app/immich (immich-app/immich)

v1.105.1

Compare Source

v1.105.1

There is no mobile release for this version

[!Caution]
Please update immediately, as this bug can put your data at risk if using external libraries.

Hotfixes

  • Fixed a bug where deleting an external library would delete all local files

What's Changed

🗄️ Server
📱 Mobile
🔨 Maintenance

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.105.0...

v1.105.0

Compare Source

v1.105.0

[!CAUTION]

Changes in glob path external library

Library import paths no longer support wildcards (* notation/globs). If your library was previously using this, please update affected paths to point to directories instead.
Note: exclusion paths remain unchanged and still support glob syntax.

Highlights

Welcome to release v1.105.0 of Immich. WOW, 2 releases in 2 days! Immich's full-time core team has taken effect. Slightly kidding there, but we have a lot of bug fixes since the last release that we would like to push out to avoid you all encountering annoying bugs when using the software. Some highlights can be found below:

  • The mobile app now uses a more efficient sync algorithm.
  • Fixed assets status not showing correctly when deleting assets from the server when opening the mobile app.

What's Changed

⚠️ Breaking Changes
🗄️ Server
📱 Mobile
🖥️ Web
📓 Documentation
🔨 Maintenance

New Contributors

Full Changelog: immich-app/immich@v1.104.0...v1.105.0


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Owner

@willianpaixao willianpaixao left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

--- kubernetes/apps/media/immich/app Kustomization: flux-system/immich HelmRelease: media/immich

+++ kubernetes/apps/media/immich/app Kustomization: flux-system/immich HelmRelease: media/immich

@@ -27,13 +27,13 @@

       retries: 3
       strategy: rollback
   values:
     env:
       TZ: ${TIMEZONE}
     image:
-      tag: v1.104.0
+      tag: v1.105.1
     immich:
       metrics:
         enabled: true
       persistence:
         library:
           existingClaim: immich-nfs

Copy link

--- HelmRelease: media/immich Deployment: media/immich-machine-learning

+++ HelmRelease: media/immich Deployment: media/immich-machine-learning

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-machine-learning
-        image: ghcr.io/immich-app/immich-machine-learning:v1.104.0
+        image: ghcr.io/immich-app/immich-machine-learning:v1.105.1
         imagePullPolicy: IfNotPresent
         env:
         - name: DB_DATABASE_NAME
           value: immich
         - name: DB_HOSTNAME
           value: immich-postgresql
--- HelmRelease: media/immich Deployment: media/immich-microservices

+++ HelmRelease: media/immich Deployment: media/immich-microservices

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-microservices
-        image: ghcr.io/immich-app/immich-server:v1.104.0
+        image: ghcr.io/immich-app/immich-server:v1.105.1
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         args:
         - ./start-microservices.sh
         env:
--- HelmRelease: media/immich Deployment: media/immich-server

+++ HelmRelease: media/immich Deployment: media/immich-server

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-server
-        image: ghcr.io/immich-app/immich-server:v1.104.0
+        image: ghcr.io/immich-app/immich-server:v1.105.1
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         args:
         - ./start-server.sh
         env:

@willianpaixao willianpaixao merged commit 15892c7 into main May 16, 2024
6 checks passed
@renovate renovate bot deleted the renovate/immich-app-immich-1.x branch May 16, 2024 15:47
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.

1 participant