sensu / sensu-docs

Sensu documentation
https://docs.sensu.io
MIT License
41 stars 54 forks source link

Add/update asset build filtering docs #4185

Open amdprophet opened 1 year ago

amdprophet commented 1 year ago

Description

We've made a change to evaluate all asset builds. When there is more than one filtered asset build, the first asset build with the highest count of filters is selected for installation.

Implemented in PR https://github.com/sensu/sensu-go/pull/4990.

Category

This is an issue with:

Affected pages

https://docs.sensu.io/sensu-go/latest/plugins/assets/

Expected behavior

The new behaviour should be documented.

Current behavior

Currently the first filtered asset build is selected for installation. I'm not sure that this is documented so we may just need to add documentation for the new behaviour.