Skip to main content

Mondoo 5.34.1 is out!

ยท 2 min read
Mondoo Core Team

๐Ÿฅณ Mondoo 5.34.1 is out. The big features this release: User defined asset tags and new Mondoo.com API endpoints

๐Ÿšš Mondoo Domain Changeโ€‹

Mondoo has moved to .com! As of April 12th weโ€™ve officially migrated our web console to https://console.mondoo.com and API to https://us.api.mondoo.com. The previous URLโ€™s will redirect to the new locations until they are EOLโ€™ed later this year. We encourage you to update your bookmarks and Mondoo Client configurations. All new configurations generated by Mondoo will use the new API location.

Mondoo 5.34.1 includes a migrate sub-command that can automatically update your Mondoo configuration to the new API endpoint:

## Check which API Endpoint we're using:
$ cat .config/mondoo/mondoo.yml | yq .api_endpoint
https://api.mondoo.app

## Upgrade the config:
$ mondoo migrate
โ†’ Migrate Mondoo CLI configuration:
โ†’ loaded configuration from /home/benr/.config/mondoo/mondoo.yml
โ†’ saving mondoo config path=/home/benr/.config/mondoo/mondoo.yml
โ†’ migrated configuration successfully

## Check the new API endpoint:
$ cat .config/mondoo/mondoo.yml | yq .api_endpoint
https://us.api.mondoo.com # <-- Good!

๐ŸŽ‰ NEW FEATURESโ€‹

User Defined, Editable Tags for Assetsโ€‹

Organization is the name of the game, and we're ready to help you spring clean. No more wondering what belongs where. Create custom tags right from the UI to help better manage your growing list of Assets. Get started today by selecting the 'plus' button next to Annotations in your Asset Configuration tab - your future self will thank you.

console-annotations

๐Ÿงน IMPROVEMENTSโ€‹

Improved EOL OS Detectionโ€‹

Mondoo now includes improved end-of-life operating systems detection with new VMware Photon / Oracle Linux support and updated EOL information for Ubuntu, Scientific Linux, Fedora, and macOS.

Kubernetes Operator Improvementsโ€‹

Our preview Kubernetes Operator release 0.2.3 shipped with several improvements for added reliability in scanning:

  • Operator pods now include readiness probes.
  • Operator status information reports in the MondooAuditConfig CR
  • Users can now skip the resolution of the Mondoo Client container image if necessary.
  • Operator resource limits have been lowered to limit cluster impact.

Updated Output in mondoo policy commandsโ€‹

The mondoo policy describe and mondoo policy list commands have been updated with a fresh new output format to improve readability. mondoo policy list now also includes policy version information, and a new --list-all flag lets you list all private, public, and enabled policies at once.