⬆️ Update ollama/ollama Docker tag to v0.5.6 #666

Merged
mafyuh merged 1 commit from renovate/ollama-ollama-0.x into main 2025-01-15 20:36:38 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ollama/ollama (changelog) patch 0.5.5 -> 0.5.6

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 | |---|---|---| | ollama/ollama ([changelog](https://github.com/ollama/ollama/releases)) | patch | `0.5.5` -> `0.5.6` | --- ### 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-15 01:01:49 -05:00
⬆️ Update ollama/ollama Docker tag to v0.5.6
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 1m19s
aac419b974
mafyuh merged commit cd84eb49c1 into main 2025-01-15 20:36:38 -05:00
mafyuh deleted branch renovate/ollama-ollama-0.x 2025-01-15 20:36:38 -05:00
First-time contributor

Ansible Deployment Output


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

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

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

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

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

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

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

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

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

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

TASK [Display Docker Output] ***************************************************
ok: [ai.lan] => {
    "docker_output.stdout_lines": [
        "NAME                             IMAGE                                                                                     COMMAND                  SERVICE                     CREATED         STATUS                  PORTS",
        "ai-stable-diffusion-download-1   comfy-download                                                                            \"/docker/download.sh\"    stable-diffusion-download   2 months ago    Up 4 seconds            ",
        "ai-stable-diffusion-webui-1      comfy-ui                                                                                  \"/docker/entrypoint.…\"   stable-diffusion-webui      2 months ago    Up 44 hours             0.0.0.0:7860->7860/tcp, :::7860->7860/tcp",
        "ollama                           ollama/ollama:0.5.6                                                                       \"/bin/ollama serve\"      ollama                      5 seconds ago   Up 4 seconds            0.0.0.0:11434->11434/tcp, :::11434->11434/tcp",
        "open-webui                       ghcr.io/open-webui/open-webui:v0.5.4                                                      \"bash start.sh\"          open-webui                  10 days ago     Up 44 hours (healthy)   0.0.0.0:3000->8080/tcp, [::]:3000->8080/tcp",
        "searxng                          searxng/searxng@sha256:9728c0ca684f4899427023a46516d1976d95594165d7f3a94695d45fe4d74cba   \"/sbin/tini -- /usr/…\"   searxng                     30 hours ago    Up 1 second             0.0.0.0:8081->8080/tcp, [::]:8081->8080/tcp"
    ]
}

PLAY RECAP *********************************************************************
ai.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: [ai.lan] TASK [Ensure the repository is up-to-date] ************************************* changed: [ai.lan] TASK [Display git pull output] ************************************************* ok: [ai.lan] => { "git_pull_output.stdout_lines": [ "Updating 2723904..cd84eb4", "Fast-forward", " docker/AI/docker-compose.yml | 2 +-", " docker/arrs/docker-compose.yml | 6 +++---", " docker/kasm/docker-compose.yml | 2 +-", " 3 files changed, 5 insertions(+), 5 deletions(-)" ] } TASK [Read secret mapping] ***************************************************** ok: [ai.lan] TASK [Parse secret mapping] **************************************************** ok: [ai.lan] TASK [Set env_variables] ******************************************************* ok: [ai.lan] TASK [Write .env file to target host] ****************************************** ok: [ai.lan] TASK [Restart services using Docker Compose] *********************************** changed: [ai.lan] TASK [Run Docker Command] ****************************************************** changed: [ai.lan] TASK [Display Docker Output] *************************************************** ok: [ai.lan] => { "docker_output.stdout_lines": [ "NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS", "ai-stable-diffusion-download-1 comfy-download \"/docker/download.sh\" stable-diffusion-download 2 months ago Up 4 seconds ", "ai-stable-diffusion-webui-1 comfy-ui \"/docker/entrypoint.…\" stable-diffusion-webui 2 months ago Up 44 hours 0.0.0.0:7860->7860/tcp, :::7860->7860/tcp", "ollama ollama/ollama:0.5.6 \"/bin/ollama serve\" ollama 5 seconds ago Up 4 seconds 0.0.0.0:11434->11434/tcp, :::11434->11434/tcp", "open-webui ghcr.io/open-webui/open-webui:v0.5.4 \"bash start.sh\" open-webui 10 days ago Up 44 hours (healthy) 0.0.0.0:3000->8080/tcp, [::]:3000->8080/tcp", "searxng searxng/searxng@sha256:9728c0ca684f4899427023a46516d1976d95594165d7f3a94695d45fe4d74cba \"/sbin/tini -- /usr/…\" searxng 30 hours ago Up 1 second 0.0.0.0:8081->8080/tcp, [::]:8081->8080/tcp" ] } PLAY RECAP ********************************************************************* ai.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#666
No description provided.