-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-peadm
base: v3.21.0
head repository: puppetlabs/puppetlabs-peadm
compare: v3.22.0
- 16 commits
- 53 files changed
- 7 contributors
Commits on Jul 19, 2024
-
(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>
Configuration menu - View commit details
-
Copy full SHA for 4743ffd - Browse repository at this point
Copy the full SHA 4743ffdView commit details
Commits on Jul 23, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e8ae677 - Browse repository at this point
Copy the full SHA e8ae677View commit details -
.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/ ```
Configuration menu - View commit details
-
Copy full SHA for 0e7d8cf - Browse repository at this point
Copy the full SHA 0e7d8cfView commit details
Commits on Jul 25, 2024
-
certname(): reenable test (#457)
This was previously disabled because it didn't pass on travis. Let's see how it works on GitHub Actions.
Configuration menu - View commit details
-
Copy full SHA for e002cfa - Browse repository at this point
Copy the full SHA e002cfaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4d54a13 - Browse repository at this point
Copy the full SHA 4d54a13View commit details
Commits on Aug 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3634902 - Browse repository at this point
Copy the full SHA 3634902View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4476621 - Browse repository at this point
Copy the full SHA 4476621View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9ce2c8e - Browse repository at this point
Copy the full SHA 9ce2c8eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9a6d500 - Browse repository at this point
Copy the full SHA 9a6d500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 561faf2 - Browse repository at this point
Copy the full SHA 561faf2View commit details
Commits on Aug 6, 2024
-
(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.
Configuration menu - View commit details
-
Copy full SHA for ae45d88 - Browse repository at this point
Copy the full SHA ae45d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61e503 - Browse repository at this point
Copy the full SHA c61e503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a27e2d - Browse repository at this point
Copy the full SHA 4a27e2dView commit details
Commits on Aug 28, 2024
-
(PE-38653) Moving workflows install password to secrets (#481)
Co-authored-by: Neil Anderson <neil.anderson@perforce.com>
Configuration menu - View commit details
-
Copy full SHA for ab9db39 - Browse repository at this point
Copy the full SHA ab9db39View commit details
Commits on Sep 3, 2024
-
(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.
Configuration menu - View commit details
-
Copy full SHA for b488582 - Browse repository at this point
Copy the full SHA b488582View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for a224836 - Browse repository at this point
Copy the full SHA a224836View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.21.0...v3.22.0