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

Update core modules #2503

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

mhashizume
Copy link
Contributor

This commit updates all core modules. The notable changes from these new modules are mainly:

  • Removal of concurrent-ruby as a dependency to avoid issues with Puppet
  • Support for Amazon Linux

@mhashizume mhashizume added the enhancement New feature or enhancement label Mar 6, 2024
@mhashizume mhashizume requested a review from a team as a code owner March 6, 2024 23:40
@mhashizume
Copy link
Contributor Author

This PR should be backported after merge.

This commit updates all core modules. The notable changes from these new
modules are mainly:

- Removal of concurrent-ruby as a dependency to avoid issues with Puppet
- Support for Amazon Linux
@mhashizume mhashizume force-pushed the PA-6049/main/module-bump branch from de4e02d to d5cca1a Compare March 11, 2024 16:50
@mhashizume mhashizume merged commit 930de46 into puppetlabs:main Mar 11, 2024
3 checks passed
@mhashizume mhashizume added the backport 7.x Generate a backport PR to 7.x label Mar 11, 2024
Copy link

Backport failed for 7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin 7.x
git worktree add -d .worktree/backport-2503-to-7.x origin/7.x
cd .worktree/backport-2503-to-7.x
git checkout -b backport-2503-to-7.x
ancref=$(git merge-base be75906834eb4aa8fd00d4cb7e423a4bd9d150e7 d5cca1aa222ca316af870ce9d8d474b69f5d1c37)
git cherry-pick -x $ancref..d5cca1aa222ca316af870ce9d8d474b69f5d1c37

@mhashizume mhashizume deleted the PA-6049/main/module-bump branch March 11, 2024 16:55
@mhashizume mhashizume mentioned this pull request Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 7.x Generate a backport PR to 7.x enhancement New feature or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants