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

fix(deps): update all dependencies #17

Merged
merged 1 commit into from
Mar 17, 2023
Merged

fix(deps): update all dependencies #17

merged 1 commit into from
Mar 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/cloudflare/cloudflare-go require minor v0.59.0 -> v0.63.0
github.com/google/go-github/v50 require minor v50.0.0 -> v50.1.0
golang stage minor 1.19.5-alpine -> 1.20.2-alpine
golang.org/x/oauth2 require minor v0.4.0 -> v0.6.0

Release Notes

cloudflare/cloudflare-go

v0.63.0

Compare Source

BREAKING CHANGES:

  • tunnel: renamed Tunnel to GetTunnel (#​1227)
  • tunnel: renamed Tunnels to ListTunnels (#​1227)

ENHANCEMENTS:

  • access_organization: add ui_read_only_toggle_reason field (#​1181)
  • added audit_ssh to gateway actions, updated gateway rule settings (#​1226)
  • addressing: Add Address Map support (#​1232)
  • teams_account: add support for check_disks (#​1197)
  • tunnel: updated parameters to latest API docs (#​1227)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 (#​1229)
  • deps: bumps golang.org/x/net from 0.7.0 to 0.8.0 (#​1228)

v0.62.0

Compare Source

ENHANCEMENTS:

  • dex_test: add CRUD functionality for DEX test configurations (#​1209)
  • dlp: Adds support for partial payload logging (#​1212)
  • teams_accounts: Add new root_certificate_installation_enabled field (#​1208)
  • teams_rules: Add untrusted_cert rule setting (#​1214)
  • tunnels: automatically paginate ListTunnels (#​1206)

BUG FIXES:

  • dex_test: use dex test types and json struct mappings instead of managed networks (#​1213)
  • dns: dont reuse DNSListResponse when using pagination to avoid Proxied pointer overwrite (#​1222)

DEPENDENCIES:

  • deps: bumps github.com/stretchr/testify from 1.8.1 to 1.8.2 (#​1220)
  • deps: bumps github.com/urfave/cli/v2 from 2.24.3 to 2.24.4 (#​1210)
  • deps: bumps golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 (#​1218)
  • deps: bumps golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 (#​1219)
  • deps: bumps golang.org/x/text from 0.3.7 to 0.3.8 (#​1215)
  • deps: bumps golang.org/x/text from 0.3.7 to 0.3.8 (#​1216)
  • deps: bumps golang.org/x/time from 0.0.0-20220224211638-0e9765cccd65 to 0.3.0 (#​1217)

v0.61.0

Compare Source

ENHANCEMENTS:

  • cloudflare: make it clearer when we hit a server error and to retry later (#​1207)
  • devices_policy: Add new exclude_office_ips field to policy (#​1205)
  • dlp_profile: Use int rather than uint for allowed_match_count field (#​1200)

BUG FIXES:

  • dns: always send tags to allow clearing (#​1196)
  • stream: renamed RequiredSignedURLs to RequireSignedURLs (#​1202)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.24.2 to 2.24.3 (#​1199)

v0.60.0

Compare Source

BREAKING CHANGES:

  • queues: UpdateQueue has been updated to match the API and now correctly updates a Queue's name (#​1188)

ENHANCEMENTS:

  • dlp_profile: Add new allowed_match_count field to profiles (#​1193)
  • dns: allow sending empty strings to remove comments (#​1195)
  • magic_transit_ipsec_tunnel: makes customer endpoint an optional field for ipsec tunnel creation (#​1185)
  • rulesets: add support for score_per_period and score_response_header_name (#​1183)

DEPENDENCIES:

  • deps: bumps dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#​1184)
  • deps: bumps github.com/urfave/cli/v2 from 2.23.7 to 2.24.1 (#​1180)
  • deps: bumps github.com/urfave/cli/v2 from 2.24.1 to 2.24.2 (#​1191)
  • deps: bumps goreleaser/goreleaser-action from 4.1.0 to 4.2.0 (#​1192)
google/go-github

v50.1.0

Compare Source

This minor release contains the following changes:

  • Update scrape dependency to v50 (#​2648)
  • Add secondary rate limit handling (prevent remote requests) and fix primary rate limit categories (#​2635)
  • Fix parse token expiration (#​2650)
  • Add support for actions variables (#​2652)
  • Remove failing unit tests for Go 1.20 (#​2656)
  • Add permission filter for list collaborators (#​2653)
  • Update workflow to use Go 1.20 and 1.19 (#​2657)
  • Add Account field to MarketplacePurchase struct (#​2659)
  • Add URL, UpdateAt, and WorkflowRun fields to Artifacts (#​2660)
  • Add milestone field to IssuesEvent (#​2663)
  • Add go generate mention to CONTRIBUTING.md (#​2587)
  • Add RequestedTeam to issues Timeline type (#​2665)
  • Bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 in /scrape (#​2667)
  • Add Permission, OldPermission to AuditEntry type (#​2670)
  • Add created_at to WorkflowJob struct (#​2671)
  • Bump version of go-github to v50.1.0 (#​2673)
golang/oauth2

v0.6.0

Compare Source

v0.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cguertin14 cguertin14 merged commit d3c5cad into main Mar 17, 2023
@renovate renovate bot deleted the renovate/all branch March 17, 2023 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant