2024-08-07-Release

Version 1.67.0 • AUG 07, 2024

New Features

  • CLI: Support --selector and --query flags for label agents command

  • CLI: New init license command, for updating a Linux server's license

  • New CrowdStrike destination

Bug Fixes

Label Agents Command

You can now label agents based on criteria passed to the --selector or --query flags.

# label agents where the label env has values dev, test, or stage
bindplane label agents configuration=test --selector 'env in (dev,test,stage)' --overwrite

# label agents where the label env has the value test
bindplane label agents configuration=test --query 'env:test' --overwrite

Init License Command

A new command is available for updating BindPlane's license. Similar to the init server command, the BindPlane license can be updated by executing the init license command on the BindPlane host.

circle-info

NOTE

The command must be executed on the BindPlane Linux host to update the configuration file at /etc/bindplane/config.yaml.

Last updated

Was this helpful?