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 module github.com/cloudflare/cloudflare-go to v0.113.0 #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cloudflare/cloudflare-go v0.82.0 -> v0.113.0 age adoption passing confidence

Release Notes

cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go)

v0.113.0

Compare Source

ENHANCEMENTS:

  • teams_location: make location parameters optional (#​3758)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.32.0 to 0.33.0 (#​3756)

v0.112.0

Compare Source

ENHANCEMENTS:

  • access_application: support Access service token + multi-valued authentication for SCIM provisioning (#​3708)
  • certificate_authorities: add new methods to interact with Certificate Authorities Hostname Associations API (#​3740)
  • content_scanning: Add new support for CRUD operations (#​3700)
  • teams: sync latest doc changes (#​3743)
  • teams_location: add support for dns_destination_ipv6_block_id to the location payload (#​3738)
  • teams_locations: Add dns_destination_ips_id and ipv4_destination_backup (#​3699)

BUG FIXES:

  • certificate_authorities: fixes for methods to interact with Certificate Authorities Hostname Associations API (#​3742)

DEPENDENCIES:

  • deps: bumps github.com/goccy/go-json from 0.10.3 to 0.10.4 (#​3726)
  • deps: bumps golang.org/x/crypto from 0.21.0 to 0.31.0 (#​3725)
  • deps: bumps golang.org/x/net from 0.31.0 to 0.32.0 (#​3704)

v0.111.0

Compare Source

BREAKING CHANGES:

  • access: Remove the deprecated SelfHostedDomains field from Access applications. Use Destinations instead. (#​3667)

ENHANCEMENTS:

  • Adds allow_email_alias connection rule boolean to access infra policy payload (#​3675)
  • access: Add DomainType field to Access applications. (#​3667)
  • leaked_credential_check: add new methods to interact with leaked credential check cloudfare API (#​3634)

BUG FIXES:

  • authenticated_origin_pulls_per_hostname: fixes the struct to allow null (nil) values on the Enabled property (#​3680)
  • snippets_rules: fix upsert request type (#​3669)

DEPENDENCIES:

  • deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (#​3672)

v0.110.0

Compare Source

ENHANCEMENTS:

  • access_identity_provider: Adds identity_update_behavior to SCIM config. (#​3618)
  • turnstile: fix UpdateTurnstileWidgetParams (support setting values to false) (#​3594)

BUG FIXES:

  • snippets: fix response type for UpdateZoneSnippet (#​3596)

v0.109.0

Compare Source

ENHANCEMENTS:

  • access_application: add support for controlling schema strictness in Access SCIM application provisioning mappings (#​3510)
  • regional_hostname: add support for routing attribute (#​3560)
  • snippets: add missing delete and get a single snippet methods (#​3529)

v0.108.0

Compare Source

ENHANCEMENTS:

  • snippets: add CRUD support (#​3458)
  • snippets_rules: add CRUD support (#​3458)
  • waiting_room: Add CookieAttributes property (#​3388)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 (#​3391)

v0.107.0

Compare Source

ENHANCEMENTS:

  • device_posture_rule: support operational_state for sentinelone_s2s posture rule (#​3234)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.29.0 to 0.30.0 (#​3336)
  • deps: bumps golang.org/x/time from 0.6.0 to 0.7.0 (#​3321)

v0.106.0

Compare Source

ENHANCEMENTS:

  • access_application: added target contexts support for access application type infrastructure (#​3186)
  • access_policy: added infrastructure connection rule support for access policy (#​3186)

v0.105.0

Compare Source

ENHANCEMENTS:

  • device_posture_rule: add score field for custom_s2s posture rule (#​3031)
  • infrastructure_targets: initialize CRUD endpoints for infrastructure access endpoints (#​3184)
  • load_balancing: add account load balancer support (#​3027)

v0.104.0

Compare Source

BREAKING CHANGES:

  • dns: removed deprecated ZoneID and ZoneName fields (#​2986)

ENHANCEMENTS:

  • bot_management: add ai_bots_protection to public API (#​2974)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.28.0 to 0.29.0 (#​3030)
  • deps: bumps golang.org/x/time from 0.5.0 to 0.6.0 (#​2816)

v0.103.0

Compare Source

ENHANCEMENTS:

  • errors: implement the Unwrap method for custom error types to access the wrapped errors via errors.Is and errors.As (#​2857)
  • rulesets: add "contains" field to custom cache key header (#​2935)
  • teams_certificates: renamed enabled to in_use (#​2937)
  • waiting_room: add support for enabled_origin_commands (#​2931)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (#​2863)

v0.102.0

Compare Source

ENHANCEMENTS:

  • rulesets: Add DeleteRulesetRule (#​2833)
  • rulesets: Export DeleteRulesetRuleParams fields (#​2886)
  • teams_accounts: Add disable_for_time attribute (#​2797)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.27.0 to 0.28.0 (#​2835)

v0.101.0

Compare Source

ENHANCEMENTS:

  • access_application: add skip_app_launcher_login_page flag to skip the App Launcher landing page (#​2793)
  • device_posture_rule: support extended_key_usage, check_private_key, and locations for client_certificate_v2 posture rule (#​1685)
  • devices_policy: Add new tunnel_protocol field to policy (#​2778)
  • risk_score_integration: Add support for Risk Score Integrations (#​2786)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 (#​2787)

v0.100.0

Compare Source

BREAKING CHANGES:

  • teams_accounts: rename TeamsCertificate in TeamsAccountConfiguration to TeamsCertificateSetting (#​2754)

ENHANCEMENTS:

  • Add CloudConnectorAPI Client (#​2698)
  • gateway_categories: add ListGatewayCategories which returns all gateway categories. (#​2722)
  • teams_certificates: add TeamsCertificate resource to manage gateway certificates (#​2754)

DEPENDENCIES:

  • deps: bumps dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#​2727)
  • deps: bumps golang.org/x/net from 0.26.0 to 0.27.0 (#​2726)

v0.99.0

Compare Source

ENHANCEMENTS:

  • teams: added per account certificate setting to teams gateway configuration (#​2713)
  • teams_list: Added description to ZT list item (#​2621)
  • teams_rules: Added ZT rule settings ignore_cname_category_matches (#​2621)

DEPENDENCIES:

  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7 (#​2699)

v0.98.0

Compare Source

ENHANCEMENTS:

  • access_application: Add support for SaaS OIDC Access Token Lifetime (#​2455)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.25.0 to 0.26.0 (#​2364)
  • deps: bumps goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#​2365)

v0.97.0

Compare Source

ENHANCEMENTS:

  • access_application: Add support for Hybrid/Implicit flows and options (#​2131)
  • teams_account: Add Zero Trust connectivity settings (#​2165)
  • teams_accounts: Add use_zt_virtual_ip attribute (#​2126)

DEPENDENCIES:

  • deps: bumps github.com/goccy/go-json from 0.10.2 to 0.10.3 (#​2107)
  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#​2249)

v0.96.0

Compare Source

ENHANCEMENTS:

  • access_application: Add Refresh Token, Custom Claims, and PKCE Without Client Secret support for OIDC SaaS configurations (#​1981)
  • ruleset: add support for action parameters fonts and disable_rum (#​1832)

DEPENDENCIES:

  • deps: bumps bflad/action-milestone-comment from 1 to 2 (#​1991)
  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 (#​1993)
  • deps: bumps goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#​1992)

v0.95.0

Compare Source

ENHANCEMENTS:

  • access_application: add support for policies array (#​1956)
  • access_application: add support for scim_config (#​1921)
  • access_policy: add support for reusable policies (#​1956)
  • dlp: add support for zt risk behavior configuration (#​1887)

BUG FIXES:

  • access_application: fix scim configuration authentication json marshalling (#​1959)

DEPENDENCIES:

  • deps: bumps dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#​1839)
  • deps: bumps github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 (#​1861)
  • deps: bumps golang.org/x/net from 0.24.0 to 0.25.0 (#​1974)
  • deps: bumps golangci/golangci-lint-action from 4 to 5 (#​1845)
  • deps: bumps golangci/golangci-lint-action from 5 to 6 (#​1975)

v0.94.0

Compare Source

ENHANCEMENTS:

  • access_application: support options_preflight_bypass for access_application (#​1790)
  • gateway: added ecs_support field to teams_location resource (#​1826)
  • teams_account: adds custom certificate setting to teams account configuration (#​1811)
  • workers: support deleting namespaced Workers (#​1737)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.19.0 to 0.23.0 (#​1825)

v0.93.0

Compare Source

BREAKING CHANGES:

  • dns: Remove "locked" flag which is always false (#​1618)

ENHANCEMENTS:

  • magic_transit_ipsec_tunnel: Adds support for replay_protection boolean flag (#​1710)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.22.0 to 0.24.0 (#​1688)

v0.92.0

Compare Source

ENHANCEMENTS:

  • dlp: Adds support for ocr_enabled boolean flag (#​1600)

BUG FIXES:

  • teams_rules: add "resolve" to allowable actions (#​1615)

DEPENDENCIES:

  • deps: bumps dependabot/fetch-metadata from 1.6.0 to 1.7.0 (#​1593)
  • deps: bumps dependabot/fetch-metadata from 1.7.0 to 2.0.0 (#​1607)

v0.91.0

Compare Source

ENHANCEMENTS:

  • access_application: add support for saml_attribute_transform_jsonata in saas apps (#​1562)

DEPENDENCIES:

  • deps: bumps actions/checkout from 2 to 4 (#​1573)
  • deps: bumps google.golang.org/protobuf from 1.28.0 to 1.33.0 (#​1558)

v0.90.0

Compare Source

ENHANCEMENTS:

  • access_mutual_tls_certificates: add support for mutual tls hostname settings (#​1516)
  • device_posture_rule: support last_seen and state for crowdstrike_s2s posture rule (#​1509)
  • dlp: add support for Context Awareness in DLP profiles (#​1497)
  • workers: Add Workers for Platforms support for getting a Worker, content and bindings (#​1508)
  • workers_for_platforms: Add ability to list Workers for Platforms namespaces, get a namespace, create a new namespace or delete a namespace. (#​1508)

BUG FIXES:

  • dlp: added optional ContextAwareness support (#​1510)

DEPENDENCIES:

  • deps: bumps github.com/stretchr/testify from 1.8.4 to 1.9.0 (#​1511)
  • deps: bumps golang.org/x/net from 0.21.0 to 0.22.0 (#​1513)

v0.89.0

Compare Source

NOTES:

  • zaraz: replace deprecated neoEvents with Actions on Zaraz Config tools schema (#​1490)

ENHANCEMENTS:

  • magic-transit: Adds IPsec tunnel healthcheck direction & rate parameters (#​1503)

BUG FIXES:

  • registrar: Fix request method to call domain list endpoint from POST to GET (#​1506)

v0.88.0

Compare Source

ENHANCEMENTS:

  • access_application: Add support for OIDC SaaS Applications (#​1500)
  • access_application: Add support for allow_authenticate_via_warp (#​1496)
  • access_application: add support for name_id_transform_jsonata in saas apps (#​1505)
  • access_organization: Add support for allow_authenticate_via_warp and warp_auth_session_duration (#​1496)
  • hyperdrive: Add support for hyperdrive CRUD operations (#​1492)
  • images_variants: Add support for Images Variants CRUD operations (#​1494)
  • teams_rules: AntiVirus settings includes notification settings (#​1499)

BUG FIXES:

  • hyperdrive: password should be nested in origin (#​1501)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.20.0 to 0.21.0 (#​1502)
  • deps: bumps golangci/golangci-lint-action from 3 to 4 (#​1504)

v0.87.0

Compare Source

ENHANCEMENTS:

  • access_seats: Add UpdateAccessUsersSeats with an array as input for multiple operations (#​1480)
  • dlp: add support for EDM and CWL datasets (#​1485)
  • logpush: Add support for Output Options (#​1468)
  • pages_project: Add build_caching attribute (#​1489)
  • streams: adds support for stream create parameters for tus upload initiate (#​1386)
  • teams_accounts: add support for extended email matching (#​1486)

BUG FIXES:

  • access_seats: UpdateAccessUserSeat: fix parameters not being an array when sending to the api. This caused an error when updating a user's seat (#​1480)
  • access_users: ListAccessUsers was returning wrong values in pointer fields due to variable missused in loop (#​1482)
  • flarectl: alias zone certs to "ct" instead of duplicating the "c" alias (#​1484)

DEPENDENCIES:

  • deps: bumps actions/cache from 3 to 4 (#​1483)

v0.86.0

Compare Source

ENHANCEMENTS:

  • access_application: Add support for default_relay_state in saas apps (#​1477)
  • zaraz: Add support for CRUD APIs (#​1474)

DEPENDENCIES:

  • deps: bumps github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#​1475)
  • deps: bumps golang.org/x/net from 0.19.0 to 0.20.0 (#​1476)

v0.85.0

Compare Source

DEPENDENCIES:

  • deps: bumps github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 (#​1470)
  • deps: bumps github.com/urfave/cli/v2 from 2.26.0 to 2.27.0 (#​1471)
  • deps: bumps github.com/urfave/cli/v2 from 2.27.0 to 2.27.1 (#​1472)

v0.84.0

Compare Source

ENHANCEMENTS:

  • access_group: Add support for email lists (#​1445)
  • device_posture_rules: add support for Access client fields in device posture integrations (#​1464)
  • page_shield: added support for page shield (#​1459)

DEPENDENCIES:

  • deps: bumps actions/setup-go from 4 to 5 (#​1460)
  • deps: bumps github/codeql-action from 2 to 3 (#​1462)
  • deps: bumps golang.org/x/crypto from 0.14.0 to 0.17.0 (#​1466)

v0.83.0

Compare Source

ENHANCEMENTS:

  • cloudflare: Add ResultInfo to RawResponse (#​1453)
  • devices_policy: add fields for Opt-In Split Tunnel Overlapping IPs feature. (#​1454)
  • stream: Add ScheduledDeletion to StreamCreateVideoParameters (#​1457)
  • stream: Add ScheduledDeletion to StreamUploadFromURLParameters (#​1457)
  • stream: Add ScheduledDeletion to StreamVideo (#​1457)
  • stream: Add ScheduledDeletion to StreamVideoCreate (#​1457)
  • worker_bindings: Fixing form element name for d1 binding (#​1450)
  • worker_bindings: add support for d1 bindings (#​1446)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 (#​1456)
  • deps: bumps golang.org/x/net from 0.18.0 to 0.19.0 (#​1452)
  • deps: bumps golang.org/x/time from 0.4.0 to 0.5.0 (#​1449)

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.

🔕 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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.77%. Comparing base (51aa21b) to head (ac31912).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   71.32%   71.77%   +0.45%     
==========================================
  Files          16       16              
  Lines        1318     1318              
==========================================
+ Hits          940      946       +6     
+ Misses        300      296       -4     
+ Partials       78       76       -2     

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

@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.83.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.84.0 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 1feb894 to 48bb5b0 Compare December 20, 2023 00:20
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 48bb5b0 to 3b75f70 Compare January 3, 2024 01:57
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.84.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.85.0 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 3b75f70 to f354e33 Compare January 17, 2024 07:55
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.85.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.86.0 Jan 17, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.86.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.87.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from f354e33 to c602208 Compare January 31, 2024 03:43
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from c602208 to f22cda3 Compare February 14, 2024 00:18
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.87.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.88.0 Feb 14, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.88.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.89.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from f22cda3 to 1387853 Compare February 28, 2024 00:18
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.89.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.90.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 1387853 to 2ca8ac5 Compare March 13, 2024 00:27
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.90.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.91.0 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch 2 times, most recently from 4c67a36 to 2f60386 Compare March 27, 2024 03:45
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.91.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.92.0 Mar 27, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.92.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.93.0 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 2f60386 to 52733ee Compare April 10, 2024 06:39
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 52733ee to 86df51a Compare April 24, 2024 08:28
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.93.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.94.0 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch 2 times, most recently from 8ae31b1 to 21c3b28 Compare May 8, 2024 02:04
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.94.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.95.0 May 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 21c3b28 to d8485e2 Compare May 22, 2024 05:45
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.95.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.96.0 May 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from d8485e2 to 4648cdc Compare June 5, 2024 02:05
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.96.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.97.0 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 74efa6a to 1db8ea3 Compare September 11, 2024 04:05
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.103.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.104.0 Sep 11, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.104.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.105.0 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 1db8ea3 to 796f1c2 Compare September 25, 2024 01:35
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.105.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.106.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 796f1c2 to a65ec08 Compare September 27, 2024 07:52
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from a65ec08 to 6554970 Compare October 9, 2024 01:53
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.106.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.107.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 6554970 to 77bc16a Compare October 23, 2024 06:51
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.107.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.108.0 Oct 23, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.108.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.109.0 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 77bc16a to 447895b Compare November 6, 2024 04:09
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 447895b to 5d9352d Compare November 20, 2024 04:37
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.109.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.110.0 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 5d9352d to 58d26bc Compare December 4, 2024 02:07
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.110.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.111.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 58d26bc to faadc9f Compare December 18, 2024 05:42
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.111.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.112.0 Dec 18, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.112.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.112.0 - autoclosed Dec 18, 2024
@renovate renovate bot closed this Dec 18, 2024
@renovate renovate bot deleted the renovate/github.com-cloudflare-cloudflare-go-0.x branch December 18, 2024 07:58
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.112.0 - autoclosed fix(deps): update module github.com/cloudflare/cloudflare-go to v0.112.0 Dec 23, 2024
@renovate renovate bot reopened this Dec 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch 3 times, most recently from f883700 to 24ac5e9 Compare December 29, 2024 02:48
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 24ac5e9 to 5310534 Compare January 2, 2025 01:13
@renovate renovate bot changed the title fix(deps): update module github.com/cloudflare/cloudflare-go to v0.112.0 fix(deps): update module github.com/cloudflare/cloudflare-go to v0.113.0 Jan 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-cloudflare-cloudflare-go-0.x branch from 5310534 to 4db6c5a Compare January 4, 2025 22:45
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.

0 participants