automata icon indicating copy to clipboard operation
automata copied to clipboard

chore(deps): update dependency immich-app/immich to v1.117.0

Open renovate[bot] opened this issue 1 year ago • 80 comments

This PR contains the following updates:

Package Update Change
immich-app/immich minor 1.66.1 -> 1.117.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.117.0

Compare Source

v1.117.0

[!WARNING]

Breaking changes

The image section of the config file structure for thumbnails and previews has changed. If you use a config file and set the image settings to custom values, these will be ignored until updated to the new structure.

…
"image": {
-  “previewFormat”: “jpeg”,
-  “previewSize”: 1440,
-  “quality”: 80,
-  “thumbnailFormat”: “webp”,
-  “thumbnailSize”: 250,
+  "thumbnail": {
+     "format": "webp",
+     "size": 250,
+     "quality": 80
+   },
+   "preview": {
+     "format": "jpeg",
+     "size": 1440,
+     "quality": 80
+   },
    "colorspace": "p3",
    "extractEmbedded": false
  }
…

Highlights

Welcome to release v1.117.0 of Immich. This release continues to bring bugfixes and additional enhancements to the app. Let's go over some of the highlights below:

  • Better folder checks
  • Download notifications (mobile)
  • Support and feedback links (web)
  • Upgrade history
  • Asset thumbnail improvements
Better folder checks

This release fixes a few more issues with the .immich related checks.

  • Ignore errors when .immich already exists, but mount checks aren't enabled
  • Add a docs page about System Integrity
  • Add an env option to skip mount checks (IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true)
Download notifications (mobile)

Downloads now show their progress and can be canceled

Support and feedback links (web)

Links have been added to the Immich web application to help users more easily find our documentation, source code, discord, etc. Also, third party packages have the option to additionally include their own links.

image

image

Upgrade history

Clicking on the server build number on the web will now also show upgrade history, in addition to other build information.

In the future we may look at combining this information with the new support/help modal.

Light Dark
image image
Asset thumbnail improvements
Combined jobs

Thumbnails are critical to keep Immich feeling snappy. We currently generate a "preview" (large), a "thumbnail" (small), and a "thumbhash" (very small) for each asset. Prior to this release each version for each asset was a separate job. Now they have been combined into a single job, per asset. This makes the jobs page much more accurate and useful. It also means thumbnails generate faster, and use less system resources (see below).

thumbnail-generation-memory-usage

In order from left to right:

  • Previews generation start on old version
  • Previews generation completed old version (starting thumbnails)
  • Thumbnail generation finished old version
  • Thumbnail generation started on new version
  • Thumbnail generation finished on new version
Common settings

Previews and thumbnails can now both set desired format, resolution, and quality settings.

image-settings

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻


What's Changed

🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations

New Contributors

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

v1.116.2

Compare Source

v1.116.2

Hotfixes

  • Fixed an issue library jobs not working correctly

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻


What's Changed

🐛 Bug fixes
📚 Documentation

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

v1.116.1

Compare Source

v1.116.1

Hotfixes

  • Fixed an issue of putting the app in the background on the login screen, causing the signing progress to hang on the mobile app
  • Fixed an issue of incorrectly getting the original filename on iOS
  • Fixed handling of numeric hierarchical subject values in tags

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻

What's Changed

🌟 Enhancements
🐛 Bug fixes
📚 Documentation

New Contributors

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

v1.116.0

Compare Source

v1.116.0

Highlights

Welcome to release v1.116.0 of Immich!

This release continues to focus on bug fixes, which is quite typical for us, especially after large releases. Highlights for this release include:

  • Improved.immich file boot checks
  • Improved external library scanning
  • Timezone improvements
  • Tag clean up job
  • Better person merge workflow
  • Improve settings pages (web)
  • Fixed possible startup failure due to .immich files
  • Serve style.json directly from tiles.immich.app
  • New "random" api for 3rd party apps
  • Notable fix: Uncaught error causes the hashing process to abort entirely in the mobile app
Issues with .immich files on boot in 1.115.0

There were a small number of users who experienced problems with booting Immich after upgrading to 1.115.0. This was due to the new .immich file checks that verify your library folders are still mounted and writable. If, and only if you had problems booting 1.115.0 that persist into 1.116.0 with an error of "Unable to write .immich file, already exists", you can fix this by stopping Immich and removing the .immich files in the UPLOAD_LOCATION subfolders (upload, library, thumbnails, etc). If you experience any further problems, please do contact us on discord or via a github discussion.

Improved external library scanning

The external library scan mechanism has been reduced from four seperate options, to one. There is now a single button "Scan" that will handle all cases. Files that are offline (deleted or missing) now get hidden from the timeline and will show in the trash folder. This will become a dedicated screen in a future release. If the file comes back online, then the assets will re-appear in the main timeline and albums they were in previously. If the asset is offline for longer than the trash duration set in the admin config, the assets will be removed from immich automatically

Timezone improvements

Previously, if the timezone of an asset was unknown, it would apply an arbitrary offset by assuming the time was UTC and adjusting it to the viewer's timezone. Now, a timezone will only be shown if it is known for the asset.

Before After
image image
Tag cleanup job

If you have tags with no assets in them, you can remove them by running the "Tag clean up" job here.

image

Better person merge workflow

The merge page always uses the same direction to merge people together. The "source" gets merged into the "target". However, sometimes the target is an unnamed person. Now, in these situations, the merge direction is automatically reversed, leading to a better user experience.

Serve style.json directly from tiles.immich.app

Up to this release, the immich server served the style.json file. That file includes the styling of the map as well as the font/glyphs/tiles provider. However, this also means that tile server updates were always bound to immich server updates. With this change, we decouple the two by serving the (static)style.json file from the infrastructure we serve the map tiles. This is also in line with pretty much any other map/tile provider. This change will assist us in bringing map improvements to all users in the future, such as map localisation without having to manage multiple different immich versions. However, note that this does not affect the ability to specify a different style.json URL in the admin settings.

UI improvement for settings pages

Each setting now has a new design accordion section with a distinguishable icon to help identify it easier as the options get longer. You can also search for the administration settings by their title and subtitle in your native language.

image

New "random" API

We are deprecating GET /assets/random in favor of POST /search/random, which works very similar to the other search endpoints. It includes more relations and filters. In the future, we plan to add an option to search and filter by a specific album ID.

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻

What's Changed

🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations

New Contributors

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


This discussion was created from the release v1.116.0.

v1.115.0

Compare Source

v1.115.0

[!NOTE] We are working on redesigning the flows and layout of the mobile app to incorporate recently added features such as folders and tags, as well as making improvements to album management on the mobile app. We are gathering feedback in this discussion. We are excited to hear your feedback.

Welcome to release v1.115.0 of Immich. This release focuses on cleaning up our backlog of issues. It is also worth noting that the Cursed knowledge page has been updated with even more cursed knowledge. Please find some of the release highlights below:

  • Administration button
  • Manually link and unlink Live motion photos
  • Default exclusion patterns
  • Start-up folder checks
  • Upload trash indicator

Notable bug fixes include:

  • Signing out of the web now signs out of all tabs
  • Long-standing issue regarding inaccurate album asset count has been fixed
  • Search text is preserved when switching between "Context" and "File name or extension"
  • Editing a person's name or birthdate on mobile has been fixed
Administration button

The Administration button on the web is now moved inside the profile sheet to clean up the top app bar and improve the navigation experience for all screen sizes.

image
Manually link and unlink Live motion photos

Live photos (iOS) can now be manually linked an unlinked.

Screencast from 09-11-2024 10:15:57 AM.webm

Default exclusion patterns

We have added default exclusion patterns whenever a new external library is created. By default, we exclude the @eaDir folder Synology uses to store miscellaneous files and any files beginning with ._. Of course, you can edit these patterns if you want to, but this is highly unlikely.

image

Startup folder checks

Immich will now fail to start if it is unable to read/write to upload/, library/, thumbs/, encoded-videos/ or profile/. Starting with this release, the server will write an .immich file to each of the previously listed folders. On subsequent restarts, it will fail to start if it fails to locate the previously written .immich file. This will hopefully increase transparency around situations where the UPLOAD_LOCATION mount is incorrectly configured or unavailable.

Upload trash indicator

When you upload a duplicate via the web and that duplicate is in the trash, you now will see an indicator for it, along with being able to open the asset in a new tab.

Light Dark
image image

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻

What's Changed

🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations

New Contributors

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

v1.114.0

Compare Source

v1.114.0

Highlights

Welcome to release v1.114.0 of Immich. Who doesn't love a juicy release on a Friday? This release focuses on additional enhancements and bug fixes for recent new features. Please find some of the highlights below:

  • Tag improvements (including Lightroom support)
  • Import faces from EXIF and XMP sidecars (Digikam format)
  • Better handling of timezones
  • Upload panel **New look**
  • Automatic database reconnection
Tag improvements

Since the last release, when we introduced support for tags, we have made a few changes based on your feedback.

  • We now support reading from HierarchicalSubject. Values will be parsed as hierarchical tags, with | as a delimiter.
  • We now only read from Keywords as a fallback when no hierarchical tag information is available
  • We have fixed a bug where you could not remove the last tag from EXIF/XMP.

NOTE: these changes apply to the metadata extraction job. To apply them to your photos and videos, re-run metadata extraction.

Import faces from metadata

This release adds the ability to read face metadata in Digikam format during metadata extraction, increasing interoperability with other software and laying the foundation for faces from sources other than machine learning.

Note that there are certain limitations with these faces. These limitations may be removed in a later release:

  • Assets that contain face metadata are skipped during face detection
  • Faces from metadata are not considered during facial recognition
  • Faces from metadata are grouped into people based on name
  • Only face metadata in Digikam format is supported

You can enable this feature by going to Administration > Metadata Settings.

Better handling of timezones

This version fixes some issues related to how timezone offsets are parsed and how timezones and offsets are displayed. The offset is now parsed correctly for photos and videos taken with the "+00:00" offset (e.g., several African countries, Iceland, Portugal/UK/Ireland in winter).

If you notice that the "+00:00" offset is not shown correctly, please re-run the "Extract Metadata" job on all photos and videos.

Upload panel

The upload panel has a new look! It works the same as before, except that duplicates are no longer automatically cleared from the queue. They will remain behind, along with a clickable icon, that links to the deduped image.

Light Dark
image image
Automatic database reconnection

Previously, when the connection to the database was interrupted for any reason (restart, timeout, network interruption, etc.), the server would never reconnect. Restoring the connection required a container restart. Now, the server will automatically try to reconnect every 5 seconds indefinitely.

image


Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻

What's Changed

🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations

New Contributors

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

v1.113.1

Compare Source

v1.113.1

Hotfixes

This release fixes some bugs introduced in version v1.113.0 and added some enhancements to the new Folders and Tags feature


Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻

What's Changed

🌟 Enhancements
🐛 Bug fixes
📚 Documentation

New Contributors


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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Jul 24 '23 23:07 renovate[bot]

diff -urN base/list.json head/list.json
--- base/list.json	2023-07-24 23:27:28.623446158 +0000
+++ head/list.json	2023-07-24 23:27:28.791448008 +0000
@@ -89785,7 +89785,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "v1.69.0",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },
@@ -89833,7 +89833,7 @@
                         "containers": [
                             {
                                 "name": "immich-machine-learning",
-                                "image": "ghcr.io/immich-app/immich-machine-learning:v1.66.1",
+                                "image": "ghcr.io/immich-app/immich-machine-learning:vv1.69.0",
                                 "ports": [
                                     {
                                         "name": "http",
@@ -89928,7 +89928,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "v1.69.0",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },
@@ -89952,7 +89952,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "v1.69.0",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },

github-actions[bot] avatar Jul 24 '23 23:07 github-actions[bot]

diff -urN base/list.json head/list.json
--- base/list.json	2023-07-25 00:06:56.576493979 +0000
+++ head/list.json	2023-07-25 00:06:56.916503498 +0000
@@ -89785,7 +89785,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "v1.69.0",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },
@@ -89833,7 +89833,7 @@
                         "containers": [
                             {
                                 "name": "immich-machine-learning",
-                                "image": "ghcr.io/immich-app/immich-machine-learning:v1.66.1",
+                                "image": "ghcr.io/immich-app/immich-machine-learning:vv1.69.0",
                                 "ports": [
                                     {
                                         "name": "http",
@@ -89928,7 +89928,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "v1.69.0",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },
@@ -89952,7 +89952,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "v1.69.0",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },

github-actions[bot] avatar Jul 25 '23 00:07 github-actions[bot]

diff -urN base/list.json head/list.json
--- base/list.json	2023-09-19 10:30:20.081351707 +0000
+++ head/list.json	2023-09-19 10:30:20.337367950 +0000
@@ -89714,7 +89714,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "1.78.1",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },
@@ -89762,7 +89762,7 @@
                         "containers": [
                             {
                                 "name": "immich-machine-learning",
-                                "image": "ghcr.io/immich-app/immich-machine-learning:v1.66.1",
+                                "image": "ghcr.io/immich-app/immich-machine-learning:v1.78.1",
                                 "ports": [
                                     {
                                         "name": "http",
@@ -89857,7 +89857,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "1.78.1",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },
@@ -89881,7 +89881,7 @@
                 "namespace": "immich",
                 "labels": {
                     "app.kubernetes.io/name": "immich-machine-learning",
-                    "app.kubernetes.io/version": "1.66.1",
+                    "app.kubernetes.io/version": "1.78.1",
                     "app.kubernetes.io/component": "machine-learning"
                 }
             },

github-actions[bot] avatar Sep 19 '23 10:09 github-actions[bot]

immich/immich-machine-learning Service (v1) ${color{green}++ app.kubernetes.io/version: "1.78.1"}$ ${color{red}-- app.kubernetes.io/version: "1.66.1"}$

 {
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${color{green}++ app.kubernetes.io/version: "1.78.1"}$ ${color{red}-- app.kubernetes.io/version: "1.66.1"}$

 {
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${color{green}++ app.kubernetes.io/version: "1.78.1",+ image: "ghcr.io/immich-app/immich-machine-learning:v1.78.1"}$ ${color{red}-- app.kubernetes.io/version: "1.66.1",- image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"}$

 {
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.78.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Sep 19 '23 22:09 github-actions[bot]

immich/immich-machine-learning Service (v1) ${color{green}+1}$ ${color{red}-1}$

 {
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${color{green}+1}$ ${color{red}-1}$

 {
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${color{green}+2}$ ${color{red}-2}$

 {
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.78.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Sep 19 '23 22:09 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.78.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Sep 19 '23 22:09 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
   kind: "Service"
   apiVersion: "v1"
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
   kind: "PersistentVolumeClaim"
   apiVersion: "v1"
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.78.1"
           }
         ]
       }
     }
   }
   kind: "Deployment"
   apiVersion: "apps/v1"
 }

github-actions[bot] avatar Sep 19 '23 23:09 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.78.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.78.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Sep 19 '23 23:09 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.79.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.79.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.79.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.79.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Sep 21 '23 15:09 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.79.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.79.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.79.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.79.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Sep 22 '23 04:09 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.80.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.80.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.80.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.80.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Oct 02 '23 16:10 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.81.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.81.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.81.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.81.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Oct 03 '23 21:10 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.81.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.81.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.81.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.81.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Oct 04 '23 19:10 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.82.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.82.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.82.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.82.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Oct 17 '23 03:10 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.82.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.82.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.82.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.82.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Oct 18 '23 18:10 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.83.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.83.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.83.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.83.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Oct 28 '23 15:10 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.84.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.84.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.84.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.84.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Nov 01 '23 16:11 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.85.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.85.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.85.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.85.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Nov 08 '23 03:11 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.86.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.86.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.86.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.86.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Nov 14 '23 08:11 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.87.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.87.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.87.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.87.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Nov 18 '23 04:11 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.88.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Nov 20 '23 22:11 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.88.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Nov 21 '23 03:11 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.2"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.2"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.88.2"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.88.2"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Nov 21 '23 17:11 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.89.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.89.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.89.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.89.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Nov 29 '23 21:11 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.90.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Dec 07 '23 19:12 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.90.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Dec 08 '23 04:12 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.2"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.2"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.90.2"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.90.2"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Dec 08 '23 17:12 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.0"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.0"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.0"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.91.0"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Dec 15 '23 18:12 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.1"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.1"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.1"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.91.1"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Dec 16 '23 22:12 github-actions[bot]

immich/immich-machine-learning Service (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "Service"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.2"
     }
   }
 }

immich/immich-machine-learning-cache PersistentVolumeClaim (v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "v1"
   kind: "PersistentVolumeClaim"
   metadata: {
     name: "immich-machine-learning-cache"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.2"
     }
   }
 }

immich/immich-machine-learning Deployment (apps/v1) ${\color{green}+2}$ ${\color{red}-2}$

 {
   apiVersion: "apps/v1"
   kind: "Deployment"
   metadata: {
     name: "immich-machine-learning"
     namespace: "immich"
     labels: {
-      app.kubernetes.io/version: "1.66.1"
+      app.kubernetes.io/version: "1.91.2"
     }
   }
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "immich-machine-learning"
-            image: "ghcr.io/immich-app/immich-machine-learning:v1.66.1"
+            image: "ghcr.io/immich-app/immich-machine-learning:v1.91.2"
           }
         ]
       }
     }
   }
 }

github-actions[bot] avatar Dec 17 '23 04:12 github-actions[bot]