sensu / sensu-flow

Github Action for Sensu flow resource management pattern.
MIT License
7 stars 6 forks source link

Documentation on the Github Marketplace Action page does not seem to match the currently released most recent version (0.5.0) #37

Closed MichaelCharles closed 2 years ago

MichaelCharles commented 2 years ago

In the section "GitHub Action Workflow Example" the following is included

    - name: Sensuflow with required settings
      uses: sensu/sensu-flow@0.6.0

which references version 0.6.0

As far as I can tell, the most recent available version as of this posting is 0.5.0

Additionally, it suggests using the inputs sensu_api_url and sensu_api_key. Attempting to use those inputs with version 0.5.0 results in the following error.

Warning: Unexpected input(s) 'sensu_api_url', 'sensu_api_key', valid inputs are ['entryPoint', 'args', 'sensu_backend_url', 'sensu_user', 'sensu_password', 'configure_args', 'sensu_ca_string', 'sensu_ca_file', 'namespaces_dir', 'namespaces_file', 'matching_label', 'matching_condition', 'managed_resources', 'disable_tls_verify', 'disable_sanity_checks']

Additionally (though unrelated) the term "handlersets" is misspelled as "handelersets" in the "How It Works" section.

MichaelCharles commented 2 years ago

Actually, I see that you are preparing for the 0.6.0 release now. I guess the README file documentation is just a little ahead of the release.