⬆️ Update ghcr.io/linuxserver/kasm Docker digest to 1188047 #687

Merged
mafyuh merged 1 commit from renovate/ghcr.io-linuxserver-kasm into main 2025-01-21 20:50:17 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/linuxserver/kasm digest 4ff4440 -> 1188047

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/linuxserver/kasm | digest | `4ff4440` -> `1188047` | --- ### 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-21 18:01:44 -05:00
⬆️ Update ghcr.io/linuxserver/kasm Docker digest to 1188047
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 4s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 58s
3afa51b755
CD-Bot reviewed 2025-01-21 18:01:46 -05:00
CD-Bot left a comment
Collaborator

Linux Server Release Notes - 1.16.1-ls58

CI Report:

https://ci-tests.linuxserver.io/linuxserver/kasm/1.16.1-ls58/index.html

LinuxServer Changes:

Update base image for 1.16.1 release.

Remote Changes:

What's new in Kasm 1.16.1

Highlights

  • Added webauthn passthrough for RDP local client sessions.

Features

  • Usability Enhancements

    • Added sort by name, date and size to downloads in a workspaces control panel.
    • Boolean group settings can now be toggled on and off.
    • Context and system information can now be included when exporting a single log entry, which should help when support is needed.
    • Updated the global PWA to use branding values. Html title sets the PWA name and favicon sets the PWA icon. Icons must be square else the PWA will not be installable.
  • Infrastructure Support Enhancements

    • Added ability to override name and sAMAccount LDAP Attributes in ADSync feature.
    • Updated Kasm Agent component to use http 1.1 for internal authentication API calls.
    • Updated Kasm service images to use Python 3.12.
  • Kasm Image Enhancements

    • Updated Gamepad, Kasm Squid, Upload, Session Recording, Microphone, Printer and Webcam services to Python 3.12.
    • Added RHEL 9 Core image for x86_64/aarch64.
    • Added RHEL 9 Desktop image for x86_64/aarch64.
  • Kasm Desktop Service

    • Updated Windows Service to Python 3.12.
    • Enhanced logging in the Kasm Desktop Service for improved troubleshooting and visibility.

Bugfixes

  • Added missing "Settings Modify Auth Captcha" permission to Group Permissions.
  • PWAs now use the stored value for persistent profiles on an image when launching a session. The stored value is also per Workspace.
  • Fixed hiding control panel, either when set in casting configs or when all control panel options are disabled in group settings.
  • Fixed issue where workspaces were not resuming after being expired when using "pause" or "stop" as the expiration action.
  • Fixed issue where users could sign in with a different username when using SSO.
  • Fixed race condition on startup of service containers on slower systems.
  • Fixed upgrade script's --use-rolling-images option, it was previously only functional for the Agent role.
  • Fixed "Instance is not bound to a Session" exception that could occur intermittently when autoscaling.
  • Fixed uploads and downloads for web native Windows sessions that use a hostname instead of an IP address for the Windows server.
  • Fixed silent install of Windows Service.

Rolling Bug Fixes

The following fixes have been made in the rolling tagged versions of the Kasm Workspaces container images.

Link to Github release: https://github.com/linuxserver/docker-kasm/releases/tag/1.16.1-ls58

## Linux Server Release Notes - 1.16.1-ls58 **CI Report:** https://ci-tests.linuxserver.io/linuxserver/kasm/1.16.1-ls58/index.html **LinuxServer Changes:** Update base image for 1.16.1 release. **Remote Changes:** # What's new in Kasm 1.16.1 ## Highlights - Added webauthn passthrough for RDP local client sessions. ## Features - **Usability Enhancements** - Added sort by name, date and size to downloads in a workspaces control panel. - Boolean group settings can now be toggled on and off. - Context and system information can now be included when exporting a single log entry, which should help when support is needed. - Updated the global PWA to use branding values. Html title sets the PWA name and favicon sets the PWA icon. Icons must be square else the PWA will not be installable. - **Infrastructure Support Enhancements** - Added ability to override `name` and `sAMAccount` LDAP Attributes in [ADSync](https://www.kasmweb.com/docs/latest/guide/ldap.html#ad-sync) feature. - Updated Kasm Agent component to use http 1.1 for internal authentication API calls. - Updated Kasm service images to use Python 3.12. - **Kasm Image Enhancements** - Updated Gamepad, Kasm Squid, Upload, Session Recording, Microphone, Printer and Webcam services to Python 3.12. - Added [RHEL 9 Core](https://hub.docker.com/r/kasmweb/core-rhel-9) image for x86_64/aarch64. - Added [RHEL 9 Desktop](https://hub.docker.com/r/kasmweb/rhel-9-desktop) image for x86_64/aarch64. - **Kasm Desktop Service** - Updated Windows Service to Python 3.12. - Enhanced logging in the Kasm Desktop Service for improved troubleshooting and visibility. ## Bugfixes - Added missing "Settings Modify Auth Captcha" permission to [Group Permissions](https://www.kasmweb.com/docs/latest/guide/groups/group_permissions.html). - PWAs now use the stored value for persistent profiles on an image when launching a session. The stored value is also per Workspace. - Fixed hiding control panel, either when set in casting configs or when all control panel options are disabled in group settings. - Fixed issue where workspaces were not resuming after being expired when using "pause" or "stop" as the expiration action. - Fixed issue where users could sign in with a different username when using SSO. - Fixed race condition on startup of service containers on slower systems. - Fixed upgrade script's --use-rolling-images option, it was previously only functional for the Agent role. - Fixed "Instance is not bound to a Session" exception that could occur intermittently when autoscaling. - Fixed uploads and downloads for web native Windows sessions that use a hostname instead of an IP address for the Windows server. - Fixed silent install of Windows Service. ## Rolling Bug Fixes The following fixes have been made in the [rolling](https://www.kasmweb.com/docs/latest/guide/custom_images.html#rolling-docker-images) tagged versions of the Kasm Workspaces container images. Link to Github release: https://github.com/linuxserver/docker-kasm/releases/tag/1.16.1-ls58
mafyuh merged commit 3afa51b755 into main 2025-01-21 20:50:17 -05:00
mafyuh deleted branch renovate/ghcr.io-linuxserver-kasm 2025-01-21 20:50:17 -05:00
First-time contributor

Ansible Deployment Output


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

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

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

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

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

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

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

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

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

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

TASK [Display Docker Output] ***************************************************
ok: [kasm.lan] => {
    "docker_output.stdout_lines": [
        "NAME                IMAGE                                                                                              COMMAND                  SERVICE                     CREATED          STATUS                  PORTS",
        "kasm                ghcr.io/linuxserver/kasm@sha256:118804741cabc61cd63848be55e6c106df6f7fc11ec73f2e96c0d16f5ef35dc3   \"/init\"                  kasm                        15 seconds ago   Up Less than a second   0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp",
        "minio               minio/minio@sha256:442993fd0ef161f17aaaf5d6a5a0ed4d36edc577e28e327813d3be1733a59aff                \"/usr/bin/docker-ent…\"   minio                       3 days ago       Up 3 days               0.0.0.0:9000-9001->9000-9001/tcp, :::9000-9001->9000-9001/tcp",
        "obsidian-livesync   couchdb:3.3.3                                                                                      \"tini -- /docker-ent…\"   couchdb-obsidian-livesync   5 weeks ago      Up 7 days               4369/tcp, 9100/tcp, 0.0.0.0:5984->5984/tcp, :::5984->5984/tcp"
    ]
}

PLAY RECAP *********************************************************************
kasm.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: [kasm.lan] TASK [Ensure the repository is up-to-date] ************************************* changed: [kasm.lan] TASK [Display git pull output] ************************************************* ok: [kasm.lan] => { "git_pull_output.stdout_lines": [ "Updating 52ebd71..3afa51b", "Fast-forward", " docker/AI/docker-compose.yml | 2 +-", " docker/arrs/docker-compose.yml | 6 +++---", " docker/kasm/docker-compose.yml | 2 +-", " docker/paperless/docker-compose.yml | 2 +-", " 4 files changed, 6 insertions(+), 6 deletions(-)" ] } TASK [Read secret mapping] ***************************************************** ok: [kasm.lan] TASK [Parse secret mapping] **************************************************** ok: [kasm.lan] TASK [Set env_variables] ******************************************************* ok: [kasm.lan] TASK [Write .env file to target host] ****************************************** ok: [kasm.lan] TASK [Restart services using Docker Compose] *********************************** changed: [kasm.lan] TASK [Run Docker Command] ****************************************************** changed: [kasm.lan] TASK [Display Docker Output] *************************************************** ok: [kasm.lan] => { "docker_output.stdout_lines": [ "NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS", "kasm ghcr.io/linuxserver/kasm@sha256:118804741cabc61cd63848be55e6c106df6f7fc11ec73f2e96c0d16f5ef35dc3 \"/init\" kasm 15 seconds ago Up Less than a second 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp", "minio minio/minio@sha256:442993fd0ef161f17aaaf5d6a5a0ed4d36edc577e28e327813d3be1733a59aff \"/usr/bin/docker-ent…\" minio 3 days ago Up 3 days 0.0.0.0:9000-9001->9000-9001/tcp, :::9000-9001->9000-9001/tcp", "obsidian-livesync couchdb:3.3.3 \"tini -- /docker-ent…\" couchdb-obsidian-livesync 5 weeks ago Up 7 days 4369/tcp, 9100/tcp, 0.0.0.0:5984->5984/tcp, :::5984->5984/tcp" ] } PLAY RECAP ********************************************************************* kasm.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
3 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#687
No description provided.