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
actions/checkout action major v5 -> v6
sous-chefs/.github action major 4.0.0 -> 5.0.8

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

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

v5.0.8

Compare Source

Full Changelog: sous-chefs/.github@5.0.7...5.0.8

v5.0.7

Compare Source

More Slack fixes

v5.0.6

Compare Source

Make Slack inputs optional

v5.0.5

Compare Source

Add Slack inputs

v5.0.4

Compare Source

Full Changelog: sous-chefs/.github@5.0.3...5.0.4

v5.0.3

Compare Source

Full Changelog: sous-chefs/.github@5.0.2...5.0.3

v5.0.2

Compare Source

Full Changelog: sous-chefs/.github@5.0.1...5.0.2

v5.0.1

Compare Source

What's Changed

Full Changelog: sous-chefs/.github@5.0.0...5.0.1

v5.0.0

Compare Source

What's Changed

Full Changelog: sous-chefs/.github@4.1.0...5.0.0

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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
@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.61 seconds, 47.3% of total time)
Example Description Time in seconds
spec/recipes/default_spec.rb:10 ark::default does not install the gcc-c++ package 0.09667
spec/recipes/default_spec.rb:14 ark::default is expected not to install seven_zip_tool "ark" 0.0672
spec/recipes/default_spec.rb:6 ark::default installs core packages 0.0657
spec/recipes/default_spec.rb:23 ark::default sets default attributes prefix root 0.06276
spec/recipes/default_spec.rb:19 ark::default sets default attributes apache mirror 0.06238
spec/recipes/default_spec.rb:27 ark::default sets default attributes prefix bin 0.0599
spec/recipes/default_spec.rb:31 ark::default sets default attributes prefix home 0.05791
spec/resources/default_spec.rb:209 ark unzip unzips 0.05342
spec/recipes/centos/default_spec.rb:8 ark::default installs core packages 0.04821
spec/resources/default_spec.rb:316 ark install_with_make installs with make 0.03974

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