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 #25

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

fix(deps): update all dependencies #25

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/cloudflare/cloudflare-go v0.66.0 -> v0.103.0 age adoption passing confidence require minor
github.com/spf13/viper v1.15.0 -> v1.19.0 age adoption passing confidence require minor
golang 1.20.3-alpine -> 1.23.1-alpine age adoption passing confidence stage minor
golang.org/x/oauth2 v0.7.0 -> v0.23.0 age adoption passing confidence require minor

Release Notes

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

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)

v0.82.0

Compare Source

ENHANCEMENTS:

  • ip_access_rules: Add ListIPAccessRules() to list IP Access Rules (#​1428)
  • load_balancing: add healthy field to LoadBalancerPool (#​1442)

BUG FIXES:

  • load_balancing: Add support for virtual network id in origins (#​1441)
  • per_hostname_tls_setting: use buildURI for defining the query parameters when sorting (#​1440)

DEPENDENCIES:

  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.5 (#​1438)
  • deps: bumps golang.org/x/net from 0.17.0 to 0.18.0 (#​1439)

v0.81.0

Compare Source

BREAKING CHANGES:

  • devices_policy: CreateDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: DeleteDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: DeviceClientCertificates is renamed to DeviceClientCertificates (#​1433)
  • devices_policy: GetDefaultDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: GetDeviceClientCertificatesZone is renamed to GetDeviceClientCertificates with updated method signatures (#​1433)
  • devices_policy: GetDeviceClientCertificates is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: GetDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: UpdateDefaultDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: UpdateDeviceClientCertificatesZone is renamed to UpdateDeviceClientCertificates with updated method signatures (#​1433)
  • devices_policy: UpdateDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)

ENHANCEMENTS:

  • access_seats: Add UpdateAccessUserSeat() to list IP Access Rules (#​1427)
  • access_user: Add GetAccessUserActiveSessions() to get all active sessions for a Access/Zero-Trust user. (#​1427)
  • access_user: Add GetAccessUserFailedLogins() to get all failed login attempts for a Access/Zero-Trust user. (#​1427)
  • access_user: Add GetAccessUserLastSeenIdentity() to get last seen identity for a Access/Zero-Trust user. (#​1427)
  • access_user: Add GetAccessUserSingleActiveSession() to get an active session for a Access/Zero-Trust user. (#​1427)
  • access_user: Add ListAccessUsers() to get a list of users for a Access/Zero-Trust account. (#​1427)
  • devices_policy: Add support for listing device settings policies (#​1433)
  • teams_rules: Add support for resolver policies (#​1436)

DEPENDENCIES:

  • deps: bumps golang.org/x/time from 0.3.0 to 0.4.0 (#​1434)

v0.80.0

Compare Source

BREAKING CHANGES:

  • teams: BrowserIsolation.UrlBrowserIsolationEnabled has changed from bool to *bool to meet the library conventions (#​1424)

ENHANCEMENTS:

  • access_application: Add support for app launcher customization fields (#​1407)
  • api_shield_schema: Add support for Get/Update API Shield Operation Schema Validation Settings (#​1422)
  • api_shield_schema: Add support for Get/Update API Shield Schema Validation Settings (#​1418)
  • teams: Add support for body_scanning (Enhanced File Detection) in teams account configuration (#​1423)
  • load_balancing: extend documentation for least_connections steering policy (#​1414)
  • teams: Add non_identity_enabled boolean in browser isolation settings (#​1424)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.7.0 to 0.17.0 (#​1421)

v0.79.0

Compare Source

ENHANCEMENTS:

  • access_organization: Add support for session_duration (#​1415)
  • access_policy: Add support for session_duration (#​1415)
  • api_shield_discovery: Add support for Get/Patch API Shield API Discovery Operations (#​1413)
  • api_shield_schema: Add support for managing schemas for API Shield Schema Validation 2.0 (#​1406)
  • d1: adds support for d1 (#​1417)
  • teams: Add audit_ssh_settings endpoints (#​1419)

BUG FIXES:

  • custom_nameservers: change NSSet from string to int to match API response (#​1410)
  • observatory: fix double url encoding (#​1412)

v0.78.0

Compare Source

BREAKING CHANGES:

  • account_role: AccountRole has been renamed to GetAccountRole to align with the updated method conventions (#​1405)
  • account_role: AccountRoles has been renamed to ListAccountRoles to align with the updated method conventions (#​1405)

ENHANCEMENTS:

  • access_application: Add support for tags (#​1403)
  • access_tag: Add support for tags (#​1403)
  • list_item: allow filtering by search term, cursor and per page attributes (#​1409)
  • observatory: add support for observatory API (#​1401)

BUG FIXES:

  • account_role: autopaginate all available results instead of a static number (#​1405)
  • semgrep: Improved IPv4 validation by implementing a new pattern to handle cases where non-IPv4 addresses were previously accepted. (#​1382)

DEPENDENCIES:

  • deps: bumps codecov/codecov-action from 3 to 4 (#​1402)

v0.77.0

Compare Source

ENHANCEMENTS:

  • access_identity_provider: add support for email_claim_name and authorization_server_id (#​1390)
  • access_identity_provider: add support for ping_env_id (#​1391)
  • dcv_delegation: add GET for DCV Delegation UUID (#​1384)
  • streams: adds support to initiate tus upload (#​1359)
  • tunnel: add support for include_prefix, exclude_prefix in list operations (#​1385)

BUG FIXES:

  • dns: keep comments when calling UpdateDNSRecord with zero values of UpdateDNSRecordParams (#​1393)

DEPENDENCIES:

  • deps: bumps actions/checkout from 3 to 4 (#​1387)
  • deps: bumps golang.org/x/net from 0.14.0 to 0.15.0 (#​1389)
  • deps: bumps goreleaser/goreleaser-action from 4.4.0 to 4.6.0 (#​1388)
  • deps: bumps goreleaser/goreleaser-action from 4.6.0 to 5.0.0 (#​1396)

v0.76.0

Compare Source

BREAKING CHANGES:

  • images: Renamed Image struct "Metadata" field to "Meta" (#​1379)

ENHANCEMENTS:

  • access_application: added custom_non_identity_deny_url (#​1373)
  • load_balancer_monitor: add support for consecutive_up, consecutive_down (#​1380)
  • workers: Add support for retrieving and uploading only script content. (#​1361)
  • workers: Add support for retrieving and uploading only script metadata. (#​1361)
  • workers: allow namespaced scripts to be used as Worker tail consumers (#​1377)

BUG FIXES:

  • access_application: Use autopaginate flag as expected (#​1372)
  • access_ca_certificate: Use autopaginate flag as expected (#​1372)
  • access_group: Use autopaginate flag as expected (#​1372)
  • access_mutual_tls_certifcate: Use autopaginate flag as expected (#​1372)
  • access_policy: Use autopaginate flag as expected (#​1372)
  • images: Fix issue parsing Image Details from API due to incorrect struct json field (#​1379)
  • pagination: Will look at total_count and per_page to calculate total_pages if total_pages is zero (#​1372)

v0.75.0

Compare Source

BREAKING CHANGES:

  • cloudflare: Raw method now returns a RawResponse rather than the raw JSON Result message (#​1355)
  • rulesets: Rename RulesetPhaseRateLimit to RulesetPhaseHTTPRatelimit, to match the phase name (#​1367)
  • rulesets: Rename RulesetPhaseSuperBotFightMode to RulesetPhaseHTTPRequestSBFM, to match the phase name (#​1367)

NOTES:

  • rulesets: Remove non-existent allow action (#​1367)
  • rulesets: Remove non-existent http_request_main phase (#​1367)
  • rulesets: Remove non-public http_response_headers_transform_managed and http_request_late_transform_managed phases (#​1367)

ENHANCEMENTS:

  • access_group: add auth_context group ruletype (#​1344)
  • access_identity_provider: add attr conditional_access_enabled (#​1344)
  • access_identity_provider: add auth context list/put endpoint (#​1344)
  • access_service_token: add support for managing Duration (#​1347)
  • bot_management: add support for bot_management API (#​1363)
  • cloudflare: swap encoding/json for github.com/goccy/go-json (#​1360)
  • device_posture_rule: support eid_last_seen and risk_level and correct total_score for Tanium posture rule (#​1366)
  • per_hostname_tls_settings: add support for managing hostname level TLS settings (#​1356)
  • rulesets: Add the ddos_mitigation action (#​1367)
  • waiting_room: add support for queueing_status_code (#​1357)
  • web_analytics: add support for web_analytics API (#​1348)
  • workers: add support for tagging Worker scripts (#​1368)
  • zone_hold: add support for zone hold API (#​1365)

BUG FIXES:

  • cache_purge: don't escape HTML entity values in URLs for cache keys (#​1360)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.12.0 to 0.13.0 (#​1353)
  • deps: bumps golang.org/x/net from 0.13.0 to 0.14.0 (#​1362)
  • deps: bumps goreleaser/goreleaser-action from 4.3.0 to 4.4.0 (#​1369)

v0.74.0

Compare Source

ENHANCEMENTS:

  • access_application: Add support for custom pages (#​1343)
  • access_custom_page: Add support for custom pages (#​1343)
  • access_organization: add support for custom pages (#​1343)
  • rulesets: Remove internal-only schema kind (#​1346)
  • rulesets: Remove some request parameters that are not allowed or have no effect (#​1346)
  • rulesets: Update API reference links (#​1346)
  • teams-accounts: Adds support for protocol detection (#​1340)
  • workers: Add pipeline_hash field to Workers script response struct. (#​1330)
  • workers: Add support for declaring arbitrary bindings with UnsafeBinding. (#​1330)
  • workers: Add support for uploading scripts to a Workers for Platforms namespace. (#​1330)
  • workers: Add support for uploading workers with Workers for Platforms namespace bindings. (#​1330)

BUG FIXES:

  • flarectl: allow for create or update to actually create the record (#​1341)
  • load_balancing: Fix pool creation with MinimumOrigins set to 0 (#​1338)
  • workers: Fix namespace dispatch upload API path (#​1345)

v0.73.0

Compare Source

BREAKING CHANGES:

  • pages_deployment: add support for auto pagination (#​1264)
  • pages_deployment: change DeletePagesDeploymentParams to contain all parameters (#​1264)
  • pages_project: change to use ResourceContainer for account ID (#​1264)
  • pages_project: rename PagesProject to GetPagesProject (#​1264)
  • rulesets: CreateAccountRuleset is removed in favour of CreateRuleset (#​1333)
  • rulesets: CreateZoneRuleset is removed in favour of CreateRuleset (#​1333)
  • rulesets: DeleteAccountRuleset is removed in favour of DeleteRuleset (#​1333)
  • rulesets: DeleteZoneRuleset is removed in favour of DeleteRuleset (#​1333)
  • rulesets: GetAccountRulesetPhase is removed in favour of GetEntrypointRuleset (#​1333)
  • rulesets: GetAccountRuleset is removed in favour of GetRuleset (#​1333)
  • rulesets: GetZoneRulesetPhase is removed in favour of GetEntrypointRuleset (#​1333)
  • rulesets: GetZoneRuleset is removed in favour of GetRuleset (#​1333)
  • rulesets: UpdateAccountRulesetPhase is removed in favour of UpdateEntrypointRuleset (#​1333)
  • rulesets: UpdateAccountRuleset is removed in favour of UpdateRuleset (#​1333)
  • rulesets: UpdateZoneRulesetPhase is removed in favour of UpdateEntrypointRuleset (#​1333)
  • rulesets: UpdateZoneRuleset is removed in favour of UpdateRuleset (#​1333)

ENHANCEMENTS:

  • device_posture_rule: support active_threats, network_status, infected, and is_active for sentinelone_s2s posture rule (#​1339)
  • device_posture_rule: support certificate_id and cn for client_certificate posture rule (#​1339)
  • images: adds ability to upload image by url (#​1335)
  • load_balancing: support header session affinity policy (#​1302)
  • zone: Added GetRegionalTieredCache and UpdateRegionalTieredCache to allow setting Regional Tiered Cache for a zone. (#​1336)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.11.0 to 0.12.0 (#​1328)

v0.72.0

Compare Source

BREAKING CHANGES:

  • logpush: CheckAccountLogpushDestinationExists is removed in favour of CheckLogpushDestinationExists with ResourceContainer method parameter (#​1326)
  • logpush: CheckZoneLogpushDestinationExists is removed in favour of CheckLogpushDestinationExists with ResourceContainer method parameter (#​1326)
  • logpush: CreateAccountLogpushJob is removed in favour of CreateLogpushJob with ResourceContainer method parameter (#​1326)
  • logpush: CreateZoneLogpushJob is removed in favour of CreateLogpushJob with ResourceContainer method parameter (#​1326)
  • logpush: DeleteAccountLogpushJob is removed in favour of DeleteLogpushJob with ResourceContainer method parameter (#​1326)
  • logpush: DeleteZoneLogpushJob is removed in favour of DeleteLogpushJob with ResourceContainer method parameter (#​1326)
  • logpush: GetAccountLogpushFields is removed in favour of GetLogpushFields with ResourceContainer method parameter (#​1326)
  • logpush: GetAccountLogpushJob is removed in favour of GetLogpushJob with ResourceContainer method parameter (#​1326)
  • logpush: GetAccountLogpushOwnershipChallenge is removed in favour of GetLogpushOwnershipChallenge with ResourceContainer method parameter (#​1326)
  • logpush: GetZoneLogpushFields is removed in favour of GetLogpushFields with ResourceContainer method parameter (#​1326)
  • logpush: GetZoneLogpushJob is removed in favour of GetLogpushJob with ResourceContainer method parameter (#​1326)
  • logpush: GetZoneLogpushOwnershipChallenge is removed in favour of GetLogpushOwnershipChallenge with ResourceContainer method parameter (#​1326)
  • logpush: ListAccountLogpushJobsForDataset is removed in favour of ListLogpushJobsForDataset with ResourceContainer method parameter (#​1326)
  • logpush: ListAccountLogpushJobs is removed in favour of ListLogpushJobs with ResourceContainer method parameter (#​1326)
  • logpush: ListZoneLogpushJobsForDataset is removed in favour of ListLogpushJobsForDataset with ResourceContainer method parameter (#​1326)
  • logpush: ListZoneLogpushJobs is removed in favour of ListLogpushJobs with ResourceContainer method parameter (#​1326)
  • logpush: UpdateAccountLogpushJob is removed in favour of UpdateLogpushJob with ResourceContainer method parameter (#​1326)
  • logpush: UpdateZoneLogpushJob is removed in favour of UpdateLogpushJob with ResourceContainer method parameter (#​1326)
  • logpush: ValidateAccountLogpushOwnershipChallenge is removed in favour of ValidateLogpushOwnershipChallenge with ResourceContainer method parameter (#​1326)
  • logpush: ValidateZoneLogpushOwnershipChallenge is removed in favour of ValidateLogpushOwnershipChallenge with ResourceContainer method parameter (#​1326)
  • logpush: all methods are updated to use the newer client conventions for method signatures (#​1326)

ENHANCEMENTS:

  • resource_container: expose Type on *ResourceContainer to explicitly denote what type of resource it is instead of inferring from Level. (#​1325)

v0.71.0

Compare Source

BREAKING CHANGES:

  • access_application: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • access_ca_certificate: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • access_group: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • access_identity_provider: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • access_mutual_tls_certificates: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • access_organization: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • access_policy: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • access_service_tokens: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • access_user_token: refactor methods to use ResourceContainer instead of dedicated account/zone methods (#​1319)
  • images: renamed BaseImage to GetBaseImage to match library conventions (#​1322)
  • images: renamed ImageDetails to GetImage to match library conventions (#​1322)
  • images: renamed ImagesStats to GetImagesStats to match library conventions (#​1322)
  • images: updated method signatures of DeleteImage to match newer conventions and standards (#​1322)
  • images: updated method signatures of ListImages to match newer conventions and standards (#​1322)
  • images: updated method signatures of UpdateImage to match newer conventions and standards (#​1322)
  • images: updated method signatures of UploadImage to match newer conventions and standards (#​1322)

ENHANCEMENTS:

  • access_application: add support for auto pagination (#​1319)
  • access_ca_certificate: add support for auto pagination (#​1319)
  • access_group: add support for auto pagination (#​1319)
  • access_identity_provider: add support for auto pagination (#​1319)
  • access_mutual_tls_certificates: add support for auto pagination (#​1319)
  • access_policy: add support for auto pagination (#​1319)
  • device_posture_rule: support os_version_extra (#​1316)
  • images: adds support for v2 when uploading images directly (#​1322)
  • workers: Add ability to specify tail Workers in script metadata (#​1317)

DEPENDENCIES:

  • deps: bumps dependabot/fetch-metadata from 1.5.1 to 1.6.0 (#​1320)

Note: flarectl binary archives are now all tar.gz as opposed to the mixed extensions previously used.

v0.70.0

Compare Source

BREAKING CHANGES:


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

@renovate renovate bot changed the title chore(deps): update golang docker tag to v1.20.4 chore(deps): update all dependencies May 9, 2023
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies May 10, 2023
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0664002 to 1852d8b Compare May 30, 2023 13:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 00f1051 to 831a014 Compare June 13, 2023 16:09
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from da9a836 to 10c1717 Compare July 11, 2023 21:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2d32bb9 to 6b7e172 Compare August 5, 2023 01:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0dad867 to 4bb1465 Compare August 16, 2023 01:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 77def08 to a27c868 Compare September 5, 2023 20:19
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 565b021 to 4f6831e Compare September 13, 2023 03:02
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from d21960d to c744d39 Compare October 11, 2023 03:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 60e2ea4 to c3e420d Compare March 5, 2024 20:18
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dc12c3b to b2452e4 Compare March 27, 2024 05:09
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from bd6d7de to 304d8dd Compare April 10, 2024 04:57
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b154129 to 114656b Compare May 8, 2024 01:18
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dd428a8 to 55d43d5 Compare June 4, 2024 15:46
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/fsnotify/fsnotify v1.6.0 -> v1.7.0
github.com/golang/protobuf v1.5.2 -> v1.5.3
github.com/pelletier/go-toml/v2 v2.0.6 -> v2.2.2
github.com/spf13/afero v1.9.3 -> v1.11.0
github.com/spf13/cast v1.5.0 -> v1.6.0
github.com/subosito/gotenv v1.4.2 -> v1.6.0
golang.org/x/crypto v0.7.0 -> v0.26.0
golang.org/x/net v0.9.0 -> v0.28.0
golang.org/x/sys v0.7.0 -> v0.23.0
golang.org/x/text v0.9.0 -> v0.17.0

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.

None yet

0 participants