Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 25, 2023

Bumps github.com/rancher/wrangler from 0.8.7 to 0.8.11.

Release notes

Sourced from github.com/rancher/wrangler's releases.

v0.8.10

What's Changed

Full Changelog: rancher/wrangler@v0.8.9...v0.8.10

v0.8.9

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v0.8.8...v0.8.9

v0.8.8

Added new signals pkg with shutdown func for windows services. The SetupSignalHandler now returns a channel so if you are using something like...

ctx := signals.SetupSignalHandler(context.Background())

There is now a func that returns the context that will do the context.Background call for you so switch to

ctx := signals.SetupSignalContext()
Commits
  • 5a387e1 Fix up git package
  • 6970ad9 Merge pull request #187 from snasovich/fix-rancher-35656
  • e7a1862 Fixed distinct namespaces resolution in Apply
  • a8647af Merge pull request #183 from paynejacob/issue-34712
  • e296697 fixed permissions errors when applying multiple namespaces
  • 9460166 Merge pull request #182 from luthermonson/signal-shutdown
  • 8515aa0 adding the RequestShutdown func from upstream
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/rancher/wrangler-0.8.11 branch 3 times, most recently from 8cd333f to 517de47 Compare March 17, 2023 14:34
Bumps [github.com/rancher/wrangler](https://github.com/rancher/wrangler) from 0.8.7 to 0.8.11.
- [Release notes](https://github.com/rancher/wrangler/releases)
- [Commits](rancher/wrangler@v0.8.7...v0.8.11)

---
updated-dependencies:
- dependency-name: github.com/rancher/wrangler
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/rancher/wrangler-0.8.11 branch from 517de47 to bab473f Compare March 17, 2023 14:45
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