Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Turn off analytics submissions #3294

Merged
merged 4 commits into from
Apr 8, 2024

Commits on Apr 2, 2024

  1. (maint) Turn off analytics submissions

    Collecting analytics is now turned off by default.
    
    !removal
    
    * **Stop collecting bolt analytics** ([puppetlabs#3293](puppetlabs#3293))
    
      Bolt no longer collects analytics by default.
    donoghuc committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b2018df View commit details
    Browse the repository at this point in the history
  2. (maint) Ensure docker-compose is installed on test runners

    Docker-compose does not appear to be installed on ubuntu-latest runners. Ensure it is installed before bringing up test cluster.
    donoghuc committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    665d090 View commit details
    Browse the repository at this point in the history
  3. (maint) Pin back dita-ot image

    This is the last release that passes for building bolt docs. Pin to that version while we evaluate how to remain compatible with latest.
    donoghuc committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    19ee965 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. (maint) Do not error when Execution Policy cannot be determined

    We attempt to compute Execution Policy in order to provide a nice error message for some cases. We are seeing failures in some cases to compute this value. In the case the execution policy cannot be determined we still want to be able to attempt to run the action. This commit handles errors when execution policy cannot be determined.
    donoghuc committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fbb2c52 View commit details
    Browse the repository at this point in the history