-
Notifications
You must be signed in to change notification settings - Fork 620
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
build(deps): bump github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 #1139
Merged
jacobbednarz
merged 2 commits into
master
from
dependabot/go_modules/github.com/urfave/cli/v2-2.23.6
Dec 5, 2022
Merged
build(deps): bump github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 #1139
jacobbednarz
merged 2 commits into
master
from
dependabot/go_modules/github.com/urfave/cli/v2-2.23.6
Dec 5, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.5 to 2.23.6. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.23.5...v2.23.6) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
This functionality has been released in v0.56.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
kodiakhq bot
referenced
this pull request
in cloudquery/cloudquery
Jan 1, 2023
…7.1 (#6186) BEGIN_COMMIT_OVERRIDE fix(deps): Update module github.com/cloudflare/cloudflare-go to v0.57.1 BREAKING-CHANGE: The deprecated `enabled` column was removed for the `cloudflare_worker_routes` table. See more in https://github.com/cloudflare/cloudflare-go/blob/677a9006b5bf5692981c5a45433315358de9437e/workers.go#L45 END_COMMIT_OVERRIDE This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudflare/cloudflare-go](https://togithub.com/cloudflare/cloudflare-go) | require | minor | `v0.55.0` -> `v0.57.1` | --- ### Release Notes <details> <summary>cloudflare/cloudflare-go</summary> ### [`v0.57.1`](https://togithub.com/cloudflare/cloudflare-go/releases/tag/v0.57.1) [Compare Source](https://togithub.com/cloudflare/cloudflare-go/compare/v0.57.0...v0.57.1) ENHANCEMENTS: - tiered_cache: Add support for Tiered Caching interactions for setting Smart and Generic topologies ([#​1149](https://togithub.com/cloudflare/cloudflare-go/issues/1149)) BUG FIXES: - workers: correctly set `body` value for non-ES module uploads ([#​1155](https://togithub.com/cloudflare/cloudflare-go/issues/1155)) ### [`v0.57.0`](https://togithub.com/cloudflare/cloudflare-go/releases/tag/v0.57.0) [Compare Source](https://togithub.com/cloudflare/cloudflare-go/compare/v0.56.0...v0.57.0) REAKING CHANGES: - workers: API operations now target account level resources instead of older zone level resources (these are a 1:1 now) ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) - workers: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) - workers_bindings: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) - workers_cron_triggers: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) - workers_kv: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) - workers_routes: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) - workers_secrets: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) - workers_tails: method signatures have been updated to align with the upcoming client conventions ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) NOTES: - workers: all worker methods have been split into product ownership(-ish) files ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) - workers: all worker methods now require an explicit `ResourceContainer` for endpoints instead of relying on the globally defined `api.AccountID` ([#​1137](https://togithub.com/cloudflare/cloudflare-go/issues/1137)) ENHANCEMENTS: - managed_networks: add CRUD functionality for managednetworks ([#​1148](https://togithub.com/cloudflare/cloudflare-go/issues/1148)) DEPENDENCIES: - deps: bumps goreleaser/goreleaser-action from 3.2.0 to 4.1.0 ([#​1146](https://togithub.com/cloudflare/cloudflare-go/issues/1146)) ### [`v0.56.0`](https://togithub.com/cloudflare/cloudflare-go/releases/tag/v0.56.0) [Compare Source](https://togithub.com/cloudflare/cloudflare-go/compare/v0.55.0...v0.56.0) BREAKING CHANGES: - pages: Changed the type of EnvVars in PagesProjectDeploymentConfigEnvironment & PagesProjectDeployment in order to properly support secrets. ([https://github.com/cloudflare/cloudflare-go/issues/1136](https://togithub.com/cloudflare/cloudflare-go/issues/1136)) ENHANCEMENTS: - cache_rules: add ignore option to query string struct ([https://github.com/cloudflare/cloudflare-go/issues/1140](https://togithub.com/cloudflare/cloudflare-go/issues/1140)) - pages: Updates bindings and other Functions related propreties. Service bindings, secrets, fail open/close and usage model are all now supported. ([https://github.com/cloudflare/cloudflare-go/issues/1136](https://togithub.com/cloudflare/cloudflare-go/issues/1136)) - workers: Support for Workers Analytics Engine bindings ([https://github.com/cloudflare/cloudflare-go/issues/1133](https://togithub.com/cloudflare/cloudflare-go/issues/1133)) DEPENDENCIES: - deps: bumps github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 ([https://github.com/cloudflare/cloudflare-go/issues/1139](https://togithub.com/cloudflare/cloudflare-go/issues/1139)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
ivan-section-io
pushed a commit
to section/cloudflare-go
that referenced
this pull request
Jan 12, 2023
ivan-section-io
pushed a commit
to section/cloudflare-go
that referenced
this pull request
Jan 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/urfave/cli/v2 from 2.23.5 to 2.23.6.
Release notes
Sourced from github.com/urfave/cli/v2's releases.
Commits
f9652e3
Merge pull request #1608 from dearchap/issue_1591ab2bf3c
Fix:(issue_1591) Use AppHelpTemplate instead of SubCommandHelpTemplate5f57616
Merge pull request #1588 from feedmeapples/disable-slice-flag-separator9b0812c
Update godoc v2 spacingceb75a1
godoc377947f
replace test hardcode with defaultSliceFlagSeparator0f8707a
Allow disabling SliceFlag separator altogetherDependabot 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 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)