Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-peadm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.21.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-peadm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.22.0
Choose a head ref
  • 16 commits
  • 53 files changed
  • 7 contributors

Commits on Jul 19, 2024

  1. (PE-38736) Adding puppet run after primary upgrade (#454)

    * (PE-38736) Adding puppet run after primary upgrade
    
    Running into issue that not all services relating to Orchestrator are fully started after upgrade to 2023.7. ie pe-host-action-collector. This is then meaning that the upgrade of the other hosts cant be completed.
    
    * Adding 2023 to upgrade tests
    
    ---------
    
    Co-authored-by: Neil Anderson <neil.anderson@perforce.com>
    ragingra and ragingra authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4743ffd View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Dependabot: check for outdated GitHub Actions (#458)

    That will enable Dependabot updates. It will check for used GitHub
    Actions and provide a PR when one of the actions is outdated.
    bastelfreak authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e8ae677 View commit details
    Browse the repository at this point in the history
  2. .fixtures.yml: Fix URL for bolt-container_inventory (#460)

    Without this, we get the following warning during the spec_prep rake
    task:
    
    ```
    warning: redirecting to https://gitlab.com/nwops/bolt-container_inventory.git/
    ```
    bastelfreak authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0e7d8cf View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. certname(): reenable test (#457)

    This was previously disabled because it didn't pass on travis. Let's see
    how it works on GitHub Actions.
    bastelfreak authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e002cfa View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 4 (#461)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4d54a13 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.4 (#464)

    Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.1 to 1.3.4.
    - [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
    - [Commits](lewagon/wait-on-check-action@v1.3.1...v1.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: lewagon/wait-on-check-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3634902 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    4476621 View commit details
    Browse the repository at this point in the history
  2. Bump actions/add-to-project from 0.3.0 to 1.0.2 (#463)

    Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.3.0 to 1.0.2.
    - [Release notes](https://github.com/actions/add-to-project/releases)
    - [Commits](actions/add-to-project@v0.3.0...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/add-to-project
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9ce2c8e View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-java from 3 to 4 (#462)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9a6d500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    561faf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. (MAINT) update mend workflow to use shared tooling (#472)

    * (MAINT) update mend workflow to use shared tooling
    
    - Removed specific steps for setting up Ruby, Java, and running the scan
    - Integrated shared tooling workflow from puppetlabs/cat-github-actions
    - Inherited secrets and set environment variable for PRODUCT_NAME
    
    * fix(workflow): correct environment variable syntax in mend.yml
    
    Changed the syntax from `env` to `with` for setting the `product_name` in the GitHub Actions workflow file to ensure proper configuration.
    
    * Run action on PR for testing purposes
    
    * fix(workflow): trigger mend job on closed pull requests
    
    - Added 'closed' type to pull_request trigger to ensure mend job runs when PRs are closed.
    - Uncommented the conditional statement for the mend job to enable it.
    CoMfUcIoS authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ae45d88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c61e503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a27e2d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. (PE-38653) Moving workflows install password to secrets (#481)

    Co-authored-by: Neil Anderson <neil.anderson@perforce.com>
    ragingra and ragingra authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ab9db39 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. (PE-39612) update default PE version to 2021.7.9 and 2023.8.0 (#488)

    - Updated default PE version in various GitHub workflow YAML files.
    - Updated example parameters in documentation files.
    - Adjusted supported PE version range in assert_supported_pe_version function.
    - Modified unit tests to reflect the new default PE version.
    CoMfUcIoS authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b488582 View commit details
    Browse the repository at this point in the history
  2. Release prep v3.22.0 (#489)

    * Release prep v3.22.0
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: GitHub Actions <puppetlabs@users.noreply.github.com>
    Co-authored-by: Ioannis Karasavvaidis <32846251+CoMfUcIoS@users.noreply.github.com>
    3 people authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a224836 View commit details
    Browse the repository at this point in the history
Loading