Change log from 4.3 to 4.4
The prominent changes for this release are:
pyosmaps user's roles to pod's labels. Each role is added as pod's label. Roles are read from user's groups (LDAP, ActiveDirectory or OAuth )webmodulenew ful screen mode fully inspired from noVNC control barconsoleone line install from applist.json file fromABCDESKTOP_APPLICATIONS_LIST_URLabcdesktop.yamladd new configmap withABCDESKTOP_VERSIONandABCDESKTOP_APPLICATIONS_LIST_URL
---
apiVersion: v1
kind: ConfigMap
metadata:
name: version-config
data:
versionConfig.json: |-
{
"ABCDESKTOP_VERSION": "4.4",
"ABCDESKTOP_APPLICATIONS_LIST_URL": "https://raw.githubusercontent.com/abcdesktopio/images/refs/heads/main/appLists/appList.4.4.json"
}
---