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 sous-chefs/.github action to v2.0.6 #516

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sous-chefs/.github action patch 2.0.5 -> 2.0.6

Release Notes

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

v2.0.6

Compare Source

What's Changed

Full Changelog: sous-chefs/.github@2.0.5...2.0.6


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 11, 2023 22:36
@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 Sep 11, 2023
@renovate renovate bot enabled auto-merge (squash) September 11, 2023 22:36
@damacus damacus merged commit d9a6856 into main Sep 28, 2023
11 of 12 checks passed
@damacus damacus deleted the renovate/actions branch September 28, 2023 10:12
@kitchen-porter
Copy link
Contributor

Released as: 8.0.20

rjhornsby pushed a commit to Sev1Tech/iis that referenced this pull request Oct 3, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
rjhornsby added a commit to Sev1Tech/iis that referenced this pull request Oct 3, 2023
Set Changelog to ## Unreleased

Update sous-chefs/.github action to v2.0.6 (sous-chefs#516)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Update changelog for 8.0.20

Update metadata for 8.0.20

Set Changelog to ## Unreleased

fix bug with setting no_managed_code

Signed-off-by jmschu02@gmail.com

**Description**
had to recreate
Fixes a bug in iis_pool that causes an issue with resetting to no_managed_code runtime versions

**Issues Resolved**

**Check List**
  All tests pass. See https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD
  New functionality includes testing.
  New functionality has been documented in the README if applicable
  All commits have been signed for the Developer Certificate of Origin. See https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD

[sous-chefsGH-476] Allow specifying install method for windows_feature resources (sous-chefs#477)

* [sous-chefsGH-476] Allow specifying install method for internal windows_feature resources

- Introduces new attribute ['iis']['windows_feature_install_method']
the value of this vode is passed to any calls to the windows_feature resource
as the resources install_method property

- feature names are translated into powershell format when install
method is powershell

  - Using powershell to install features requires passing in a
    different feature name
  - added library method to translate any feature names into the powershell
    format if the install mode is powershell
  - the look up handles the scenario where someone has already
    provided the feature name in the powershell format

Signed-off-by: dave-q <24652224+dave-q@users.noreply.github.com>

* [sous-chefsGH-476] Allow specifying install method for internal windows_feature resources

install resource refactored to do the feature name translation if required
by just adding the helper method in the action_class.

Also refactored the install resource to enable and start the W3WVC service
since every other recipe in the cookbook used to call the default recipe
that did that anyway

starting the W3WVC is optional and defaults to false, so that the
current behaviour of that resource that doesn't change for down stream users

This makes a much cleaner implemenation, no helper module monkey patched
into recipe, no extra resources and to all users of the cookbook there are
no breaking changes just new options if desired.

Added a unit test for all the mod recipes just to check they converge,
I think this just gives some confidence things are breaking

Spec tests for the install resource

* Update README.md

Co-authored-by: Jason Field <Jason@avon-lea.co.uk>

* [sous-chefsGH-476] Raise an error if the feature name cannot be translated

---------

Signed-off-by: dave-q <24652224+dave-q@users.noreply.github.com>
Co-authored-by: Jason Field <Jason@avon-lea.co.uk>
Co-authored-by: Dan Webb <dan.webb@damacus.io>

Update changelog for 8.1.0

Update metadata for 8.1.0

Set Changelog to ## Unreleased

Allow pool recycle after N requests

Add inspec test

Update changelog for 8.1.0

Update metadata for 8.1.0

Set Changelog to ## Unreleased
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.

3 participants