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

Bump service-manager from 0.7.1 to 0.8.0 #875

Merged
merged 3 commits into from
Feb 26, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps service-manager from 0.7.1 to 0.8.0.

Changelog

Sourced from service-manager's changelog.

[0.8.0] - 2025-02-21

Added

  • Provide the ability to disable service restarts on failure. This is useful because certain applications don't want this behaviour. This is a breaking change because users who upgrade will need to update their code for the new field in the ServiceInstallCtx struct.
Commits
  • 0294d3b Merge pull request #34 from mickvandijke/fix-launchd-commands
  • 6479303 Bump to version 0.8.0
  • 88ba039 fix(launch): fix launchd_for_system
  • 2a5ca4b fix(openrc): uninstall command
  • 002b6ec fix(winsw): status command
  • 0846a04 fix(workflow): update alpine test
  • 6b7b9da fix(launchd): correctly use launchctl load, start and stop
  • 4d91d27 fix(winsw): missing action field
  • 90a836f docs(README): update README.md with new disable_restart_on_failure field
  • bcdde8c feat!: add disable_restart_on_failure field to ServiceInstallCtx
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/service-manager-0.8.0 branch from c19ea77 to 68ea839 Compare February 25, 2025 14:00
@andrewdavidmackenzie
Copy link
Owner

@dependabot rebase

Bumps [service-manager](https://github.com/chipsenkbeil/service-manager-rs) from 0.7.1 to 0.8.0.
- [Changelog](https://github.com/chipsenkbeil/service-manager-rs/blob/main/CHANGELOG.md)
- [Commits](chipsenkbeil/service-manager-rs@v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: service-manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/service-manager-0.8.0 branch from 68ea839 to 4d40f93 Compare February 25, 2025 15:45
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 25%. Comparing base (655836f) to head (06a5819).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
piglet/src/piglet.rs 0% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##           master   #875   +/-   ##
=====================================
- Coverage      25%    25%   -0%     
=====================================
  Files          41     41           
  Lines        5876   5877    +1     
=====================================
  Hits         1437   1437           
- Misses       4439   4440    +1     
Flag Coverage Δ
unittests 25% <0%> (-<1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrewdavidmackenzie andrewdavidmackenzie merged commit 8eabf8a into master Feb 26, 2025
18 checks passed
@andrewdavidmackenzie andrewdavidmackenzie deleted the dependabot/cargo/service-manager-0.8.0 branch February 26, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant