⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.75.2 #677

Merged
mafyuh merged 1 commit from renovate/ghcr.io-n8n-io-n8n-1.x into main 2025-01-17 19:46:57 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) patch 1.75.0 -> 1.75.2

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/n8n-io/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | patch | `1.75.0` -> `1.75.2` | --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-01-17 05:01:56 -05:00
⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.75.1
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
7dad5a924c
renovatebot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from 7dad5a924c to 2acbe71c71 2025-01-17 10:01:56 -05:00 Compare
renovatebot changed title from ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.75.1 to ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.75.2 2025-01-17 10:02:08 -05:00
mafyuh merged commit 2acbe71c71 into main 2025-01-17 19:46:57 -05:00
mafyuh deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2025-01-17 19:46:57 -05:00
First-time contributor

Ansible Deployment Output


PLAY [Deploy application] ******************************************************

TASK [Gathering Facts] *********************************************************
ok: [arm.lan]

TASK [Ensure the repository is up-to-date] *************************************
changed: [arm.lan]

TASK [Display git pull output] *************************************************
ok: [arm.lan] => {
    "git_pull_output.stdout_lines": [
        "Updating e800972..2acbe71",
        "Fast-forward",
        " docker/AI/docker-compose.yml   | 4 ++--",
        " docker/arm/docker-compose.yml  | 2 +-",
        " docker/arrs/docker-compose.yml | 2 +-",
        " 3 files changed, 4 insertions(+), 4 deletions(-)"
    ]
}

TASK [Read secret mapping] *****************************************************
ok: [arm.lan]

TASK [Parse secret mapping] ****************************************************
ok: [arm.lan]

TASK [Set env_variables] *******************************************************
ok: [arm.lan]

TASK [Write .env file to target host] ******************************************
ok: [arm.lan]

TASK [Restart services using Docker Compose] ***********************************
changed: [arm.lan]

TASK [Run Docker Command] ******************************************************
changed: [arm.lan]

TASK [Display Docker Output] ***************************************************
ok: [arm.lan] => {
    "docker_output.stdout_lines": [
        "NAME                  IMAGE                                                                                                   COMMAND                  SERVICE               CREATED          STATUS                PORTS",
        "arm-db-1              mysql:8                                                                                                 \"docker-entrypoint.s…\"   db                    3 months ago     Up 3 days             3306/tcp, 33060/tcp",
        "arm-postgres-1        postgres:16-alpine                                                                                      \"docker-entrypoint.s…\"   postgres              11 days ago      Up 3 days             5432/tcp",
        "arm-wiki-db-1         postgres:15-alpine                                                                                      \"docker-entrypoint.s…\"   wiki-db               3 months ago     Up 3 days             5432/tcp",
        "fail2ban              crazymax/fail2ban:1.1.0                                                                                 \"/entrypoint.sh fail…\"   fail2ban              3 months ago     Up 3 days (healthy)   ",
        "forgejo               codeberg.org/forgejo/forgejo:10.0.0                                                                     \"/usr/bin/entrypoint…\"   server                34 hours ago     Up 34 hours           0.0.0.0:23->22/tcp, [::]:23->22/tcp, 0.0.0.0:3002->3000/tcp, [::]:3002->3000/tcp",
        "gotify                gotify/server-arm7:2.6.1                                                                                \"./gotify-app\"           gotify                2 months ago     Up 3 days (healthy)   0.0.0.0:9008->80/tcp, [::]:9008->80/tcp",
        "jellyseerr            fallenbagel/jellyseerr:2.3.0                                                                            \"/sbin/tini -- pnpm …\"   jellyseerr            34 hours ago     Up 34 hours           0.0.0.0:5055->5055/tcp, :::5055->5055/tcp",
        "linkstack             linkstackorg/linkstack@sha256:ad2ec7ffa69f4b04367313d1b95566bb00955b9670eb5467fd4fab39dd1f53c1          \"docker-entrypoint.sh\"   linkstack             3 months ago     Up 3 days (healthy)   0.0.0.0:8005->80/tcp, [::]:8005->80/tcp, 0.0.0.0:8006->443/tcp, [::]:8006->443/tcp",
        "linkwarden            ghcr.io/linkwarden/linkwarden:v2.9.3                                                                    \"docker-entrypoint.s…\"   linkwarden            3 days ago       Up 3 days (healthy)   0.0.0.0:3005->3000/tcp, [::]:3005->3000/tcp",
        "n8n                   ghcr.io/n8n-io/n8n:1.75.2                                                                               \"tini -- /docker-ent…\"   n8n                   12 seconds ago   Up 1 second           0.0.0.0:5678->5678/tcp, :::5678->5678/tcp",
        "nginx-proxy-manager   jc21/nginx-proxy-manager:2.12.2                                                                         \"/init\"                  nginx-proxy-manager   2 weeks ago      Up 3 days             0.0.0.0:80-81->80-81/tcp, :::80-81->80-81/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp",
        "syncthing             ghcr.io/linuxserver/syncthing@sha256:31da8ef3b45a2962f8bebab22d6ef23d7387a26def87482be810602352b276be   \"/init\"                  syncthing             5 days ago       Up 3 days             0.0.0.0:8384->8384/tcp, 0.0.0.0:21027->21027/udp, :::8384->8384/tcp, :::21027->21027/udp, 0.0.0.0:22000->22000/tcp, :::22000->22000/tcp, 0.0.0.0:22000->22000/udp, :::22000->22000/udp",
        "uptime-kuma           louislam/uptime-kuma:1.23.16                                                                            \"/usr/bin/dumb-init …\"   uptime-kuma           3 weeks ago      Up 3 days (healthy)   0.0.0.0:3001->3001/tcp, :::3001->3001/tcp",
        "vaultwarden           vaultwarden/server:1.32.7                                                                               \"/start.sh\"              vaultwarden           4 weeks ago      Up 3 days (healthy)   0.0.0.0:8989->80/tcp, [::]:8989->80/tcp",
        "wiki                  ghcr.io/requarks/wiki:2.5.305                                                                           \"docker-entrypoint.s…\"   wiki                  3 months ago     Up 3 days             3443/tcp, 0.0.0.0:1234->3000/tcp, [::]:1234->3000/tcp"
    ]
}

PLAY RECAP *********************************************************************
arm.lan                    : ok=10   changed=3    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   


### Ansible Deployment Output ``` PLAY [Deploy application] ****************************************************** TASK [Gathering Facts] ********************************************************* ok: [arm.lan] TASK [Ensure the repository is up-to-date] ************************************* changed: [arm.lan] TASK [Display git pull output] ************************************************* ok: [arm.lan] => { "git_pull_output.stdout_lines": [ "Updating e800972..2acbe71", "Fast-forward", " docker/AI/docker-compose.yml | 4 ++--", " docker/arm/docker-compose.yml | 2 +-", " docker/arrs/docker-compose.yml | 2 +-", " 3 files changed, 4 insertions(+), 4 deletions(-)" ] } TASK [Read secret mapping] ***************************************************** ok: [arm.lan] TASK [Parse secret mapping] **************************************************** ok: [arm.lan] TASK [Set env_variables] ******************************************************* ok: [arm.lan] TASK [Write .env file to target host] ****************************************** ok: [arm.lan] TASK [Restart services using Docker Compose] *********************************** changed: [arm.lan] TASK [Run Docker Command] ****************************************************** changed: [arm.lan] TASK [Display Docker Output] *************************************************** ok: [arm.lan] => { "docker_output.stdout_lines": [ "NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS", "arm-db-1 mysql:8 \"docker-entrypoint.s…\" db 3 months ago Up 3 days 3306/tcp, 33060/tcp", "arm-postgres-1 postgres:16-alpine \"docker-entrypoint.s…\" postgres 11 days ago Up 3 days 5432/tcp", "arm-wiki-db-1 postgres:15-alpine \"docker-entrypoint.s…\" wiki-db 3 months ago Up 3 days 5432/tcp", "fail2ban crazymax/fail2ban:1.1.0 \"/entrypoint.sh fail…\" fail2ban 3 months ago Up 3 days (healthy) ", "forgejo codeberg.org/forgejo/forgejo:10.0.0 \"/usr/bin/entrypoint…\" server 34 hours ago Up 34 hours 0.0.0.0:23->22/tcp, [::]:23->22/tcp, 0.0.0.0:3002->3000/tcp, [::]:3002->3000/tcp", "gotify gotify/server-arm7:2.6.1 \"./gotify-app\" gotify 2 months ago Up 3 days (healthy) 0.0.0.0:9008->80/tcp, [::]:9008->80/tcp", "jellyseerr fallenbagel/jellyseerr:2.3.0 \"/sbin/tini -- pnpm …\" jellyseerr 34 hours ago Up 34 hours 0.0.0.0:5055->5055/tcp, :::5055->5055/tcp", "linkstack linkstackorg/linkstack@sha256:ad2ec7ffa69f4b04367313d1b95566bb00955b9670eb5467fd4fab39dd1f53c1 \"docker-entrypoint.sh\" linkstack 3 months ago Up 3 days (healthy) 0.0.0.0:8005->80/tcp, [::]:8005->80/tcp, 0.0.0.0:8006->443/tcp, [::]:8006->443/tcp", "linkwarden ghcr.io/linkwarden/linkwarden:v2.9.3 \"docker-entrypoint.s…\" linkwarden 3 days ago Up 3 days (healthy) 0.0.0.0:3005->3000/tcp, [::]:3005->3000/tcp", "n8n ghcr.io/n8n-io/n8n:1.75.2 \"tini -- /docker-ent…\" n8n 12 seconds ago Up 1 second 0.0.0.0:5678->5678/tcp, :::5678->5678/tcp", "nginx-proxy-manager jc21/nginx-proxy-manager:2.12.2 \"/init\" nginx-proxy-manager 2 weeks ago Up 3 days 0.0.0.0:80-81->80-81/tcp, :::80-81->80-81/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp", "syncthing ghcr.io/linuxserver/syncthing@sha256:31da8ef3b45a2962f8bebab22d6ef23d7387a26def87482be810602352b276be \"/init\" syncthing 5 days ago Up 3 days 0.0.0.0:8384->8384/tcp, 0.0.0.0:21027->21027/udp, :::8384->8384/tcp, :::21027->21027/udp, 0.0.0.0:22000->22000/tcp, :::22000->22000/tcp, 0.0.0.0:22000->22000/udp, :::22000->22000/udp", "uptime-kuma louislam/uptime-kuma:1.23.16 \"/usr/bin/dumb-init …\" uptime-kuma 3 weeks ago Up 3 days (healthy) 0.0.0.0:3001->3001/tcp, :::3001->3001/tcp", "vaultwarden vaultwarden/server:1.32.7 \"/start.sh\" vaultwarden 4 weeks ago Up 3 days (healthy) 0.0.0.0:8989->80/tcp, [::]:8989->80/tcp", "wiki ghcr.io/requarks/wiki:2.5.305 \"docker-entrypoint.s…\" wiki 3 months ago Up 3 days 3443/tcp, 0.0.0.0:1234->3000/tcp, [::]:1234->3000/tcp" ] } PLAY RECAP ********************************************************************* arm.lan : ok=10 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 ```
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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: mafyuh/iac#677
No description provided.