Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Type Update Change
sous-chefs/.github action minor 4.0.0 -> 4.1.0

Release Notes

sous-chefs/.github (sous-chefs/.github)

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: sous-chefs/.github@v4.0.1...4.1.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 1, 2025 13:22
@renovate renovate bot added Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel labels Dec 1, 2025
@renovate renovate bot enabled auto-merge (squash) December 1, 2025 13:22
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

😰 RSpec failure

86 examples, 19 failures
Example Description Message
spec/libraries/default_spec.rb:13 Ark::ProviderHelpers#owner_command when on windows generates a icacls command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:22 Ark::ProviderHelpers#owner_command when not on windows generates a chown command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:32 Ark::ProviderHelpers#show_deprecations when setting the strip_leading_dir property on the resource warns that it is deprecated when set to true uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:38 Ark::ProviderHelpers#show_deprecations when setting the strip_leading_dir property on the resource warns that it is deprecated when set to false uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:46 Ark::ProviderHelpers#show_deprecations when the strip_leading_dir property is not set on the resource does not produce a warning uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:55 Ark::ProviderHelpers#set_dump_paths sets the resource's release_file uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:64 Ark::ProviderHelpers#set_put_paths when the resource path is not set sets the resource's release_file and path uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:74 Ark::ProviderHelpers#set_put_paths when the resource path has been set sets the resource's release_file and path uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:89 Ark::ProviderHelpers#set_paths uses all the defaults uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:104 Ark::ProviderHelpers#set_paths sets the resource's release_file uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:129 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is windows generates a 7-zip command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:145 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is not windows when the unpack_type is tar_xzf generates a cherry pick tar command with the correct options uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:160 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is not windows when the unpack_type is tar_xjf generates a cherry pick tar command with the correct options uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:175 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is not windows when the unpack_type is tar_xJf generates a cherry pick tar command with the correct options uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:190 Ark::ProviderHelpers#cherry_pick_command when the node's platform_family is not windows when the unpack_type is unzip generates an unzip command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:213 Ark::ProviderHelpers#dump_command when the node's platform_family is not windows when the unpack_type is tar_xzf generates a tar command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:225 Ark::ProviderHelpers#dump_command when the node's platform_family is not windows when the unpack_type is tar_xjf generates a tar command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:237 Ark::ProviderHelpers#dump_command when the node's platform_family is not windows when the unpack_type is tar_xJf generates a tar command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^
spec/libraries/default_spec.rb:249 Ark::ProviderHelpers#dump_command when the node's platform_family is not windows when the unpack_type is unzip generates an unzip command uninitialized constant OpenStruct let(:new_resource) { OpenStruct.new(resource_properties) } ^^^^^^^^^^

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

Slowest examples

Top 10 slowest examples (0.58 seconds, 47.2% of total time)
Example Description Time in seconds
spec/recipes/default_spec.rb:10 ark::default does not install the gcc-c++ package 0.09147
spec/recipes/default_spec.rb:14 ark::default is expected not to install seven_zip_tool "ark" 0.06406
spec/recipes/default_spec.rb:6 ark::default installs core packages 0.06212
spec/recipes/default_spec.rb:23 ark::default sets default attributes prefix root 0.05943
spec/recipes/default_spec.rb:19 ark::default sets default attributes apache mirror 0.05936
spec/recipes/default_spec.rb:27 ark::default sets default attributes prefix bin 0.05726
spec/recipes/default_spec.rb:31 ark::default sets default attributes prefix home 0.05717
spec/resources/default_spec.rb:209 ark unzip unzips 0.04779
spec/recipes/centos/default_spec.rb:8 ark::default installs core packages 0.04633
spec/resources/default_spec.rb:316 ark install_with_make installs with make 0.03928

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant