Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-10-03 12:55:09 +00:00
commit f31a3fd82f

View file

@ -239,6 +239,8 @@ func run(ctx context.Context, c *cli.Command, backends []types.Backend) error {
return err
}
log.Debug().Any("labels", labels).Msgf("agent configured with labels")
filter := rpc.Filter{
Labels: labels,
}