Releases: GAM-team/GAM
Releases · GAM-team/GAM
GAM 6.52
- Ross: fix crash on
gam create project
GAM 6.51
- Upgrade OpenSSL to 3.1.0 release and completely disable insecure TLS 1.0 / 1.1 protocols.
- When rotating service account keys you can now set key expiration time with
validity_hours <number>
- Ross: Improvements to Yubikey Service Account setup and usage.
- Ross:
gam version checkrc
command will exit with a non-zero status if there is a newer version of GAM available.
GAM 6.50
- Run GAM securely on Google Compute Engine (GCP) VMs with no service account private key that can be stolen.
GAM 6.50
GAM 6.42
- Allow/block content managers ability to share folders on shared drives:
gam user <email> update shareddrive <id> sharingFoldersRequiresOrganizerPermission true|false
. Note that Google is still rolling this feature out and the GAM command won't actually work until rollout is complete.
GAM 6.41
GAM 6.40
gam copy vaultexport
andgam copy storagebucket
commands to copy Google Vault and Organization Takeout data to your own GCS bucket.- Ross:
gam print chromeaues
command to see when your Chrome OS devices will reach auto-update expiration andgam print chromeneedsattn
command to see devices that require attention. - Upgrade to latest OpenSSL 3.0.8 and Python 3.11.2
- The usual bug fixes and improvements by Ross and Jay.
GAM 6.31
- NEW: manage Inbound SSO profiles, credentials and assignments with GAM.
- NEW: set the display name of a user. Display name overrides the first/last name displayed to other users.
gam create|update user <email> displayname "Dave Smith"
- The usual fixes by Ross and Jay
GAM 6.30
- Upgrade to OpenSSL 3.0.7 to fix a high risk vulnerability (low chance of impact to GAM)
- Upgrade to Python 3.11.0 which offers performance improvements
- Fix: GAM was ignoring nobrowser.txt and trying to open a browser on WSL which caused a hang. #1516
gam info domain
can now be run as a delegated admin assuming proper role.- The usual bug fixes and improvements by Ross and Jay
GAM 6.25
- GAM now uses a list of certificate authorities provided by Google rather than the old list provided by the httplib2 library. The file
roots.pem
is distributed with GAM binaries as a separate file. - The usual fixes and upgrades.