Skip to content

chore(deps): update sous-chefs/.github action to v5.0.8#272

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions
Closed

chore(deps): update sous-chefs/.github action to v5.0.8#272
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2025

This PR contains the following updates:

Package Type Update Change
sous-chefs/.github action patch 5.0.3 -> 5.0.8

Release Notes

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


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 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 Nov 25, 2025
@renovate renovate bot requested a review from a team as a code owner November 25, 2025 14:55
@renovate renovate bot added the Release: Patch Release to Chef Supermarket as a version patch when merged label Nov 25, 2025
@renovate renovate bot enabled auto-merge (squash) November 25, 2025 14:55
@renovate renovate bot added the Skip: Announcements On Release this will not put a message in the #Announcements slack channel label Nov 25, 2025
@github-actions github-actions bot closed this Nov 25, 2025
auto-merge was automatically disabled November 25, 2025 14:55

Pull request was closed

@github-actions
Copy link

😰 RSpec failure

25 examples, 21 failures
Example Description Message
spec/autotune_spec.rb:13 confluence::autotune When autotune type is dedicated the jvm max memory undefined method `set' for Chef::Platform:Class Did you mean? send
spec/autotune_spec.rb:16 confluence::autotune When autotune type is dedicated the jvm min memory uninitialized constant Chef::DSL::Resource Did you mean? Chef::DSL::Resources
spec/autotune_spec.rb:30 confluence::autotune When autotune type is shared the jvm max memory expected: "3840m" got: "5120m" (compared using ==)
spec/autotune_spec.rb:33 confluence::autotune When autotune type is shared the jvm min memory expected: "1920m" got: "4096m" (compared using ==)
spec/database_spec.rb:30 confluence::database When data bag does not exit sets up MySQL service undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:38 confluence::database When data bag does not exit creates MySQL database undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:46 confluence::database When data bag does not exit creates MySQL user undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:83 confluence::database When data bag exists sets up PostgreSQL service undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:88 confluence::database When data bag exists creates PostgreSQL user undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:95 confluence::database When data bag exists creates PostgeSQL database undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/default_spec.rb:20 confluence::default renders server.xml undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:7 confluence::default When Confluence is not installed renders a response file for clean installation undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:14 confluence::default When Confluence is not installed downloads the installer undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:22 confluence::default When Confluence is not installed installs Confluence undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:33 confluence::default When other Confluence version is installed renders a response file for update undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:42 confluence::default When other Confluence version is installed downloads the installer undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:50 confluence::default When other Confluence version is installed Updates Confluence to the newer version undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:61 confluence::default When the appropriate Confluence version is already installed does not run the installer undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/default_spec.rb:29 confluence::default for "installer" installation type uses the bundled JRE undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/default_spec.rb:38 confluence::default for "installer" installation type uses JRE managed by "java" cookbook when bundled_jre attribute is false undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config

@github-actions
Copy link

Slowest examples

Top 10 slowest examples (2.4 seconds, 46.8% of total time)
Example Description Time in seconds
spec/configuration_spec.rb:11 confluence::configuration renders confluence-init.properties 0.3227
spec/autotune_spec.rb:13 confluence::autotune When autotune type is dedicated the jvm max memory 0.31116
spec/autotune_spec.rb:30 confluence::autotune When autotune type is shared the jvm max memory 0.31106
spec/autotune_spec.rb:50 confluence::autotune When autotune type is mixed the jvm min memory 0.30858
spec/default_spec.rb:50 confluence::default for "standalone" installation type uses JRE managed by "java" cookbook 0.19215
spec/default_spec.rb:38 confluence::default for "installer" installation type uses JRE managed by "java" cookbook when bundled_jre attribute is false 0.19209
spec/support/linux_installer.rb:14 confluence::default When Confluence is not installed downloads the installer 0.19193
spec/database_spec.rb:30 confluence::database When data bag does not exit sets up MySQL service 0.19086
spec/support/linux_installer.rb:50 confluence::default When other Confluence version is installed Updates Confluence to the newer version 0.19057
spec/support/linux_installer.rb:61 confluence::default When the appropriate Confluence version is already installed does not run the installer 0.19019

@renovate
Copy link
Contributor Author

renovate bot commented Nov 25, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (5.0.8). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/actions branch November 25, 2025 14:56
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.

0 participants