Add sensu::backend_upgrade task that can be used to upgrade a sensu-b…
…ackend to Sensu Go 6
Merge pull request #1265 from sensu/backend-upgrade
Add sensu::backend_upgrade task
Merge pull request #1272 from sensu/plugins
Remove acceptance test skipping for plugins
Merge pull request #1266 from sensu/ad-auth
Make sensu_ad_auth group_search optional
Make agent entity config type more generic and ensure all necessary m…
…anifests use this new type
Deploy RBAC resources specific to sensu_agent_entity_config and use t…
…hose RBAC resources to manage agent entity configs from agents
Run sensu-backend via docker in appveyor tests as all agents must com…
…municate with a backend
More finalized sensu agent entity management
Do not manage redacted values, produce error
Revert "Run sensu-backend via docker in appveyor tests as all agents …
…must communicate with a backend" This reverts commit 037ea5f.
Remove windows acceptance testing that would trigger sensu_agent_enti…
…ty_config which can not work without a backend which we don't have in appveyor
Can not test bolt install_agent as it requires communicating with bac…
…kend now and that does not work
Avoid unnecessary refresh of resources until after we can better supp…
…ort REDACTED values
Do not add redact=>true labels or annotations to redacted list as thi…
…s would break current Puppet code
Ensure sensu::install_agent exposes entity name now that we provide a…
… default, also fix bolt acceptance tests
Merge pull request #1273 from sensu/rm-deprecations
Remove various deprecations