Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    646f463 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from MartyEwings/main

    (SUP-2640) Add Basic acceptance testing for tasks
    gmcgrillan authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    338be26 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    8846f20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from henrywangpuppet/main

    (SUP-2655) Update Minimum Supported Bolt Version to 1.38.0
    MartyEwings authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    59c3b83 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. syncing from "puppetlabs/support_workflows"

    github-actions committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    db810e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. https://github.com/puppetlabs/ca_extend/issues/50

    Update to readme file for clarity and removal of $PUPPET_BIN/ as redundant and prone to mislead
    jordi-garcia committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    01cb686 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from jordi-garcia/main

    (SUP-2678) Update Readme ca_extend::check_agent_expiry task runs against primary server and not agent nodes
    MartyEwings authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    871aad2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. syncing from "puppetlabs/support_workflows"

    github-actions committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    3221cd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. syncing from "puppetlabs/support_workflows"

    github-actions committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cbb82dc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. syncing from "puppetlabs/support_workflows"

    github-actions committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    8371129 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    fd2e1c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Merge pull request #55 from coreymbe/SUP-2923-replace_unencrypted_git…

    …_protocols
    
    (SUP-2923) Replace unencrypted git protocol in .fixtures.yaml
    jarretlavallee authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4d834cd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. syncing from "puppetlabs/support_workflows"

    github-actions committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d8f7c27 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. (SUP-2814) Remove ref to sample inventory file.

    At one point, REFERENCE.md contained a sample bolt inventory file, but
    this was removed to avoid duplicating Bolt documentation.  This commit
    removes the reference from README.md
    m0dular committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3cc2b02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from m0dular/SUP-2814-remove_inventory_reference

    (SUP-2814) Remove ref to sample inventory file.
    jarretlavallee authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9814e48 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. (maint) Use explicit commands in the README

    Prior to this commit, there was some bash shorthand in the readme. This
    is prone to failues as customers may not run the commands exactly as
    written. For example, if a customer ran 'ls' prior to 'cd !$', the
    command would be incorrect. This commit updates those commands to be
    explict.
    Jarret Lavallee committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c09d5ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from jarretlavallee/shortcuts

    (maint) Use explicit commands in the README
    m0dular authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    98f1728 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. syncing from "puppetlabs/support_workflows"

    github-actions committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    5fd202b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    7681f02 View commit details
    Browse the repository at this point in the history
  2. (SUP-3054) README Updates

    This commit adds how to use a file resource to distribute a copy of the
    CA certificate to agents. Additionally, this commit reorganize the
    usage steps for running the plan to distribute the new CA and removes
    references to PCP transport because not all tasks/plans in ca_extend
    support use via the Orchestrator.
    taikaa committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    74e8f30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from taikaa/SUP-3054

    (SUP-3054) README Updates
    
    This commit adds how to use a file resource to distribute a copy of the
    CA certificate to agents. Additionally, this commit reorganize the
    usage steps for running the plan to distribute the new CA and removes
    references to PCP transport because not all tasks/plans in ca_extend
    support use via the Orchestrator.
    m0dular authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    25fce39 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Merge pull request #60 from MartyEwings/depedancy

    [SUP-3096] Update Stdlib deps and PDK template
    MartyEwings authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    5351335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a1feb1 View commit details
    Browse the repository at this point in the history
  3. (SUP-2742) README Updates

    This commit adds an example of using --query with the upload plan.
    Additionally, the instructions for using the upload plan have been
    reorganized to display the differences and tradeoffs for using an
    inventory file. Also, minor changes to phrasing and providing an
    example of what users may set cert to for the upload plan.
    taikaa committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    bd145ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61 from taikaa/sup2742

    (SUP-2742) adds examples of the usage of ca_extend::upload_ca_cert
    MartyEwings authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d93d9ac View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Release prep v3.1.0

    GitHub Action committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    6975189 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from puppetlabs/release-prep

    Release prep v3.1.0
    m0dular authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    805d2a8 View commit details
    Browse the repository at this point in the history