⬆️ Update ghcr.io/linuxserver/kasm Docker digest to bdb2f1e #517

Merged
mafyuh merged 1 commit from renovate/ghcr.io-linuxserver-kasm into main 2024-12-11 00:07:50 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/linuxserver/kasm digest b6a2edb -> bdb2f1e

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 | `b6a2edb` -> `bdb2f1e` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS41MS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-12-10 17:01:10 -05:00
⬆️ Update ghcr.io/linuxserver/kasm Docker digest to bdb2f1e
All checks were successful
Ansible Deploy to Hosts / deploy (pull_request) Successful in 39s
1753a4a41e
CD-Bot reviewed 2024-12-10 17:01:12 -05:00
CD-Bot left a comment
Collaborator

Linux Server Release Notes - 1.16.1-ls51

CI Report:

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

LinuxServer Changes:

Update base image for 1.16.1 release.

kasm-install-wizard 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-ls51

## Linux Server Release Notes - 1.16.1-ls51 **CI Report:** https://ci-tests.linuxserver.io/linuxserver/kasm/1.16.1-ls51/index.html **LinuxServer Changes:** Update base image for 1.16.1 release. **kasm-install-wizard 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-ls51
mafyuh merged commit ad7b37ae19 into main 2024-12-11 00:07:50 -05:00
mafyuh deleted branch renovate/ghcr.io-linuxserver-kasm 2024-12-11 00:07:50 -05:00
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#517
No description provided.