Thomas Eizinger
4e67c568da
refactor: downgrade errors when we cannot bind sockets ( #7305 )
...
Most of the time, these errors are a result of a limited IP stack, for
example IPv6 not being available. Reporting these as errors to Sentry is
unnecessarily noisy.
If something else happens further down the line, the last 500 debug and
info logs will be sent along with the error report so we will still see
these in the breadcrumbs if an actual error happens later.
Resolves : #7245 .
2024-11-11 19:51:10 +00:00
Thomas Eizinger
488c599d5b
chore(telemetry): capture Firezone ID and account in user ctx ( #7310 )
...
Sentry has a feature called the "User context" which allows us to assign
events to individual users. This in turn will give us statistics in
Sentry, how many users are affected by a certain issue.
Unfortunately, Sentry's user context cannot be built-up step-by-step but
has to be set as a whole. To achieve this, we need to slightly refactor
`Telemetry` to not be `clone`d and instead passed around by mutable
reference.
Resolves : #7248 .
Related: https://github.com/getsentry/sentry-rust/issues/706 .
2024-11-11 19:50:14 +00:00
Thomas Eizinger
06a274c4e5
refactor(apple): make panics on decoding errors more descriptive ( #7301 )
...
The communication between the native Apple client and `connlib` uses
JSON encoding. The deserialisation of these should never fail because a
particular version of `connlib` is always bundled with the native
client. Thus, panicking here is justified.
In case it does ever happen, we improve the panic message with this
patch.
2024-11-11 04:18:07 +00:00
Thomas Eizinger
213dd34ff3
chore(apple): log all connect errors on the connlib-side ( #7300 )
...
We don't have Sentry yet in the native Apple client, meaning we don't
yet learn about errors returned from the `connect` call. Normally,
logging and returning an error is an anti-pattern. We are okay with that
in this case until we can report these errors in the native Apple
client.
2024-11-11 04:01:12 +00:00
Thomas Eizinger
62cb32b7a3
chore(gateway): report more tunnel errors to event-loop ( #7299 )
...
Currently, the Gateway's state machine functions for processing packets
use type-signature that only return `Option`. Any errors while
processing packets are logged internally. This makes it difficult to
consistently log these errors.
We refactor these functions to return `Result<Option<T>>` in most cases,
indicating that they may fail for various reasons and also sometimes
succeed without producing an output.
This allows us to consistently log these errors in the event-loop.
Logging them on WARN or ERROR would be too spammy though. In order to
still be alerted about some of these, we use the `telemetry_event!`
macro which samples them at a rate of 1%. This will alert us about cases
that happen often and allows us to handle them explicitly.
Once this is deployed to staging, I will monitor the alerts in Sentry to
ensure we won't get spammed with events from customers on the next
release.
2024-11-11 03:50:27 +00:00
Jamil
ce8d8709d6
chore(infra): Remove project owners that are no longer owners ( #7297 )
...
Now Terraform is receiving a 400 from the Google API because these users
don't exist... 🙃 .
Hopefully the cycle was broken by the last PR and this one succeeds.
2024-11-10 10:05:32 -08:00
Jamil
b0c6b6d3c5
fix(infra): Restore project owners to prevent cycle. Will delete later ( #7296 )
...
Terraform is complaining about a cycle involved with deleting these
project owners from the prod config.
https://app.terraform.io/app/firezone/workspaces/production/runs/run-7vhn8Yv5pksywBtd
Will restore them to get prod to deploy now, and then investigate the
cycle more carefully afterward.
2024-11-10 08:52:41 -08:00
dependabot[bot]
f47c959e3f
build(deps): Bump the google group across 1 directory with 2 updates ( #7279 )
...
Bumps the google group with 2 updates in the
/terraform/environments/production directory:
[hashicorp/google](https://github.com/hashicorp/terraform-provider-google )
and
[hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta ).
Updates `hashicorp/google` from 5.42.0 to 6.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-google/releases ">hashicorp/google's
releases</a>.</em></p>
<blockquote>
<h2>v6.10.0</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_compute_instance_guest_attributes</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20095 ">#20095</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_service_accounts</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20062 ">#20062</a>)</li>
<li><strong>New Resource:</strong> <code>google_iap_settings</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20085 ">#20085</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>apphub: added <code>GLOBAL</code> enum value to
<code>scope.type</code> field in <code>google_apphub_application</code>
resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20015 ">#20015</a>)</li>
<li>assuredworkloads: added <code>workload_options</code> field to
<code>google_assured_workloads_workload</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19985 ">#19985</a>)</li>
<li>bigquery: added <code>external_catalog_dataset_options</code> fields
to <code>google_bigquery_dataset</code> resource (beta) (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20097 ">#20097</a>)</li>
<li>bigquery: added descriptive validation errors for missing required
fields in <code>google_bigquery_job</code> destination table
configuration (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20077 ">#20077</a>)</li>
<li>compute: <code>desired_status</code> on google_compute_instance can
now be set to <code>TERMINATED</code> or <code>SUSPENDED</code> on
instance creation (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20031 ">#20031</a>)</li>
<li>compute: added <code>header_action</code> and
<code>redirect_options</code> fields to
<code>google_compute_security_policy_rule</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20079 ">#20079</a>)</li>
<li>compute: added <code>interface.ipv6-address</code> field in
<code>google_compute_external_vpn_gateway</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20091 ">#20091</a>)</li>
<li>compute: added <code>propagated_connection_limit</code> and
<code>connected_endpoints.propagated_connection_count</code> fields to
<code>google_compute_service_attachment</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20016 ">#20016</a>)</li>
<li>compute: added plan-time validation to <code>name</code> on
<code>google_compute_instance</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20036 ">#20036</a>)</li>
<li>compute: added support for
<code>advanced_machine_features.turbo_mode</code> to
<code>google_compute_instance</code>,
<code>google_compute_instance_template</code>, and
<code>google_compute_region_instance_template</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20090 ">#20090</a>)</li>
<li>container: added in-place update support for <code>labels</code>,
<code>resource_manager_tags</code> and
<code>workload_metadata_config</code> in
<code>google_container_cluster.node_config</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20038 ">#20038</a>)</li>
<li>filestore: added <code>protocol</code> property to resource
<code>google_filestore_instance</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19982 ">#19982</a>)</li>
<li>memorystore: added <code>mode</code> flag to
<code>google_memorystore_instance</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19988 ">#19988</a>)</li>
<li>netapp: added <code>zone</code> and <code>replica_zone</code> fields
to <code>google_netapp_storage_pool</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19980 ">#19980</a>)</li>
<li>netapp: added <code>zone</code> and <code>replica_zone</code> fields
to <code>google_netapp_volume</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19980 ">#19980</a>)</li>
<li>networksecurity: added <code>tls_inspection_policy</code> field to
<code>google_network_security_gateway_security_policy</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19986 ">#19986</a>)</li>
<li>resourcemanager: added <code>disabled</code> to
<code>google_service_account</code> datasource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20034 ">#20034</a>)</li>
<li>spanner: added <code>asymmetric_autoscaling_options</code> field to
<code>google_spanner_instance</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20014 ">#20014</a>)</li>
<li>sql: removed the client-side default of <code>ENTERPRISE</code> for
<code>edition</code> in <code>google_sql_database_instance</code> so
that <code>edition</code> is determined by the API when unset. This will
cause new instances to use <code>ENTERPRISE_PLUS</code> as the default
for POSTGRES_16. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19977 ">#19977</a>)</li>
<li>vmwareengine: added <code>autoscaling_settings</code> to
<code>google_vmwareengine_private_cloud</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20057 ">#20057</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>accesscontextmanager: fixed permadiff for perimeter ingress / egress
rule resources (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20046 ">#20046</a>)</li>
<li>compute: fixed an error in
<code>google_compute_security_policy_rule</code> that prevented updating
the default rule (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20066 ">#20066</a>)</li>
<li>container: fixed missing in-place updates for some
<code>google_container_cluster.node_config</code> subfields (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/20038 ">#20038</a>)</li>
</ul>
<h2>v6.9.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>containerattached: deprecated <code>security_posture_config</code>
field in <code>google_container_attached_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19912 ">#19912</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_autonomous_database</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19903 ">#19903</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_autonomous_databases</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19901 ">#19901</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_exadata_infrastructures</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19884 ">#19884</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_vm_clusters</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19900 ">#19900</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_app_group</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19921 ">#19921</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_developer</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19911 ">#19911</a>)</li>
<li><strong>New Resource:</strong>
<code>google_network_connectivity_group</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19902 ">#19902</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>compute:
<code>google_compute_network_firewall_policy_association</code> now uses
MMv1 engine instead of DCL. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19976 ">#19976</a>)</li>
<li>compute:
<code>google_compute_region_network_firewall_policy_association</code>
now uses MMv1 engine instead of DCL. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19976 ">#19976</a>)</li>
<li>compute: added <code>creation_timestamp</code> field to
<code>google_compute_instance</code>,
<code>google_compute_instance_template</code>,
<code>google_compute_region_instance_template</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19906 ">#19906</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md ">hashicorp/google's
changelog</a>.</em></p>
<blockquote>
<h2>6.10.0 (Unreleased)</h2>
<h2>6.9.0 (October 28, 2024)</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>containerattached: deprecated <code>security_posture_config</code>
field in <code>google_container_attached_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19912 ">#19912</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_autonomous_database</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19903 ">#19903</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_autonomous_databases</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19901 ">#19901</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_exadata_infrastructures</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19884 ">#19884</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_vm_clusters</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19900 ">#19900</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_app_group</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19921 ">#19921</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_developer</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19911 ">#19911</a>)</li>
<li><strong>New Resource:</strong>
<code>google_network_connectivity_group</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19902 ">#19902</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>compute:
<code>google_compute_network_firewall_policy_association</code> now uses
MMv1 engine instead of DCL. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19976 ">#19976</a>)</li>
<li>compute:
<code>google_compute_region_network_firewall_policy_association</code>
now uses MMv1 engine instead of DCL. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19976 ">#19976</a>)</li>
<li>compute: added <code>creation_timestamp</code> field to
<code>google_compute_instance</code>,
<code>google_compute_instance_template</code>,
<code>google_compute_region_instance_template</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19906 ">#19906</a>)</li>
<li>compute: added <code>key_revocation_action_type</code> to
<code>google_compute_instance</code> and related resources (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19952 ">#19952</a>)</li>
<li>looker: added <code>deletion_policy</code> to
<code>google_looker_instance</code> to allow force-destroying instances
with nested resources by setting <code>deletion_policy = FORCE</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19924 ">#19924</a>)</li>
<li>monitoring: added <code>alert_strategy.notification_prompts</code>
field to <code>google_monitoring_alert_policy</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19928 ">#19928</a>)</li>
<li>storage: added <code>hierarchical_namespace</code> to
<code>google_storage_bucket</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19882 ">#19882</a>)</li>
<li>sql: removed the client-side default of <code>ENTERPRISE</code> for
<code>edition</code> in <code>google_sql_database_instance</code> so
that <code>edition</code> is determined by the API when unset. This will
cause new instances to use <code>ENTERPRISE_PLUS</code> as the default
for POSTGRES_16. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19977 ">#19977</a>)</li>
<li>vmwareengine: added <code>autoscaling_settings</code> to
<code>google_vmwareengine_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19962 ">#19962</a>)</li>
<li>workstations: added <code>max_usable_workstations</code> field to
<code>google_workstations_workstation_config</code> resource. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19872 ">#19872</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>compute: fixed an issue where immutable
<code>distribution_zones</code> was incorrectly sent to the API when
updating <code>distribution_policy_target_shape</code> in
<code>google_compute_region_instance_group_manager</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19949 ">#19949</a>)</li>
<li>container: fixed a crash in <code>google_container_node_pool</code>
caused by an occasional nil pointer (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19922 ">#19922</a>)</li>
<li>essentialcontacts: fixed
<code>google_essential_contacts_contact</code> import to include
required parent field. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19877 ">#19877</a>)</li>
<li>sql: made
<code>google_sql_database_instance.0.settings.0.data_cache_config</code>
accept server-side changes when unset. When unset, no diffs will be
created when instances change in <code>edition</code> and the feature is
enabled or disabled as a result. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19972 ">#19972</a>)</li>
<li>storage: removed retry on 404s during refresh for
<code>google_storage_bucket</code>, preventing hanging when refreshing
deleted buckets (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19964 ">#19964</a>)</li>
</ul>
<h2>6.8.0 (October 21, 2024)</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_exadata_infrastructure</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19856 ">#19856</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_vm_cluster</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19859 ">#19859</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_db_nodes</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19871 ">#19871</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_db_servers</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19823 ">#19823</a>)</li>
<li><strong>New Resource:</strong>
<code>google_oracle_database_autonomous_database</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19860 ">#19860</a>)</li>
<li><strong>New Resource:</strong>
<code>google_oracle_database_cloud_exadata_infrastructure</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19798 ">#19798</a>)</li>
<li><strong>New Resource:</strong>
<code>google_oracle_database_cloud_vm_cluster</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19837 ">#19837</a>)</li>
<li><strong>New Resource:</strong>
<code>google_transcoder_job_template</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19854 ">#19854</a>)</li>
<li><strong>New Resource:</strong> <code>google_transcoder_job</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19854 ">#19854</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>cloudfunctions: increased the timeouts to 20 minutes for
<code>google_cloudfunctions_function</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19799 ">#19799</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="72ca3b4fa3 "><code>72ca3b4</code></a>
Update CHANGELOG.md (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/20118 ">#20118</a>)</li>
<li><a
href="3577ffc33f "><code>3577ffc</code></a>
marked <code>networks</code> field optional in
<code>google_backup_dr_management_server</code> reso...</li>
<li><a
href="5edfa0185a "><code>5edfa01</code></a>
Add external catalog dataset options to google_bigquery_dataset beta (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12113 ">#12113</a>)...</li>
<li><a
href="8b193eeda2 "><code>8b193ee</code></a>
Modified Internal Range acceptance tests for Network Connectivity to
check fo...</li>
<li><a
href="dcab0d8242 "><code>dcab0d8</code></a>
Guest attributes data source (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12081 ">#12081</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/20095 ">#20095</a>)</li>
<li><a
href="25a57de0d1 "><code>25a57de</code></a>
Improve custom error response policy examples to match docs (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12117 ">#12117</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/20094 ">#20094</a>)</li>
<li><a
href="48abbf6061 "><code>48abbf6</code></a>
Normalize GKE resource link in the example given in gkehub membership
descrip...</li>
<li><a
href="1706c45169 "><code>1706c45</code></a>
add new cloudaicompanion service into
<code>.ci/infra/terraform/main.tf</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12186 ">#12186</a>)
...</li>
<li><a
href="d2456a95ce "><code>d2456a9</code></a>
Add support for IPv6 addresses with the
google_compute_external_vpn_gateway t...</li>
<li><a
href="1520c66198 "><code>1520c66</code></a>
compute: added support for
<code>advanced_machine_features.turbo_mode</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/12148 ">#12148</a>)
(#...</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-provider-google/compare/v5.42.0...v6.10.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `hashicorp/google-beta` from 5.42.0 to 6.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-google-beta/releases ">hashicorp/google-beta's
releases</a>.</em></p>
<blockquote>
<h2>v6.10.0</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_compute_instance_guest_attributes</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8556 ">#8556</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_service_accounts</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8532 ">#8532</a>)</li>
<li><strong>New Resource:</strong> <code>google_iap_settings</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8548 ">#8548</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>apphub: added <code>GLOBAL</code> enum value to
<code>scope.type</code> field in <code>google_apphub_application</code>
resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8504 ">#8504</a>)</li>
<li>assuredworkloads: added <code>workload_options</code> field to
<code>google_assured_workloads_workload</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8495 ">#8495</a>)</li>
<li>backupdr: marked <code>networks</code> field optional in
<code>google_backup_dr_management_server</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8594 ">#8594</a>)</li>
<li>bigquery: added <code>external_catalog_dataset_options</code> fields
to <code>google_bigquery_dataset</code> resource (beta) (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8558 ">#8558</a>)</li>
<li>bigquery: added descriptive validation errors for missing required
fields in <code>google_bigquery_job</code> destination table
configuration (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8542 ">#8542</a>)</li>
<li>compute: <code>desired_status</code> on google_compute_instance can
now be set to <code>TERMINATED</code> or <code>SUSPENDED</code> on
instance creation (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8515 ">#8515</a>)</li>
<li>compute: added <code>header_action</code> and
<code>redirect_options</code> fields to
<code>google_compute_security_policy_rule</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8544 ">#8544</a>)</li>
<li>compute: added <code>interface.ipv6-address</code> field in
<code>google_compute_external_vpn_gateway</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8552 ">#8552</a>)</li>
<li>compute: added plan-time validation to <code>name</code> on
<code>google_compute_instance</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8520 ">#8520</a>)</li>
<li>compute: added support for
<code>advanced_machine_features.turbo_mode</code> to
<code>google_compute_instance</code>,
<code>google_compute_instance_template</code>, and
<code>google_compute_region_instance_template</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8551 ">#8551</a>)</li>
<li>container: added in-place update support for <code>labels</code>,
<code>resource_manager_tags</code> and
<code>workload_metadata_config</code> in
<code>google_container_cluster.node_config</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8522 ">#8522</a>)</li>
<li>memorystore: added <code>mode</code> flag to
<code>google_memorystore_instance</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8498 ">#8498</a>)</li>
<li>resourcemanager: added <code>disabled</code> to
<code>google_service_account</code> datasource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8518 ">#8518</a>)</li>
<li>spanner: added <code>asymmetric_autoscaling_options</code> field to
<code>google_spanner_instance</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8503 ">#8503</a>)</li>
<li>sql: removed the client-side default of <code>ENTERPRISE</code> for
<code>edition</code> in <code>google_sql_database_instance</code> so
that <code>edition</code> is determined by the API when unset. This will
cause new instances to use <code>ENTERPRISE_PLUS</code> as the default
for POSTGRES_16. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8490 ">#8490</a>)</li>
<li>vmwareengine: added <code>autoscaling_settings</code> to
<code>google_vmwareengine_private_cloud</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8529 ">#8529</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>accesscontextmanager: fixed permadiff for perimeter ingress / egress
rule resources (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8526 ">#8526</a>)</li>
<li>compute: fixed an error in
<code>google_compute_region_security_policy_rule</code> that prevented
updating the default rule (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8535 ">#8535</a>)</li>
<li>compute: fixed an error in
<code>google_compute_security_policy_rule</code> that prevented updating
the default rule (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8535 ">#8535</a>)</li>
<li>container: fixed missing in-place updates for some
<code>google_container_cluster.node_config</code> subfields (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8522 ">#8522</a>)</li>
</ul>
<h2>v6.9.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>containerattached: deprecated <code>security_posture_config</code>
field in <code>google_container_attached_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8446 ">#8446</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_autonomous_database</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8440 ">#8440</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_autonomous_databases</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8438 ">#8438</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_exadata_infrastructures</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8430 ">#8430</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_vm_clusters</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8437 ">#8437</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_app_group</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8451 ">#8451</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_developer</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8445 ">#8445</a>)</li>
<li><strong>New Resource:</strong>
<code>google_network_connectivity_group</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8439 ">#8439</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>compute:
<code>google_compute_network_firewall_policy_association</code> now uses
MMv1 engine instead of DCL. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8489 ">#8489</a>)</li>
<li>compute:
<code>google_compute_region_network_firewall_policy_association</code>
now uses MMv1 engine instead of DCL. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8489 ">#8489</a>)</li>
<li>compute: added <code>creation_timestamp</code> field to
<code>google_compute_instance</code>,
<code>google_compute_instance_template</code>,
<code>google_compute_region_instance_template</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8442 ">#8442</a>)</li>
<li>compute: added <code>key_revocation_action_type</code> to
<code>google_compute_instance</code> and related resources (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8473 ">#8473</a>)</li>
<li>looker: added <code>deletion_policy</code> to
<code>google_looker_instance</code> to allow force-destroying instances
with nested resources by setting <code>deletion_policy = FORCE</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8453 ">#8453</a>)</li>
<li>monitoring: added <code>alert_strategy.notification_prompts</code>
field to <code>google_monitoring_alert_policy</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8457 ">#8457</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md ">hashicorp/google-beta's
changelog</a>.</em></p>
<blockquote>
<h2>6.10.0 (Unreleased)</h2>
<h2>6.9.0 (October 28, 2024)</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>containerattached: deprecated <code>security_posture_config</code>
field in <code>google_container_attached_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8446 ">#8446</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_autonomous_database</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8440 ">#8440</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_autonomous_databases</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8438 ">#8438</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_exadata_infrastructures</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8430 ">#8430</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_vm_clusters</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8437 ">#8437</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_app_group</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8451 ">#8451</a>)</li>
<li><strong>New Resource:</strong> <code>google_apigee_developer</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8445 ">#8445</a>)</li>
<li><strong>New Resource:</strong>
<code>google_network_connectivity_group</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8439 ">#8439</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>compute:
<code>google_compute_network_firewall_policy_association</code> now uses
MMv1 engine instead of DCL. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8489 ">#8489</a>)</li>
<li>compute:
<code>google_compute_region_network_firewall_policy_association</code>
now uses MMv1 engine instead of DCL. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8489 ">#8489</a>)</li>
<li>compute: added <code>creation_timestamp</code> field to
<code>google_compute_instance</code>,
<code>google_compute_instance_template</code>,
<code>google_compute_region_instance_template</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8442 ">#8442</a>)</li>
<li>compute: added <code>key_revocation_action_type</code> to
<code>google_compute_instance</code> and related resources (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8473 ">#8473</a>)</li>
<li>looker: added <code>deletion_policy</code> to
<code>google_looker_instance</code> to allow force-destroying instances
with nested resources by setting <code>deletion_policy = FORCE</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8453 ">#8453</a>)</li>
<li>monitoring: added <code>alert_strategy.notification_prompts</code>
field to <code>google_monitoring_alert_policy</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8457 ">#8457</a>)</li>
<li>storage: added <code>hierarchical_namespace</code> to
<code>google_storage_bucket</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8428 ">#8428</a>)</li>
<li>sql: removed the client-side default of <code>ENTERPRISE</code> for
<code>edition</code> in <code>google_sql_database_instance</code> so
that <code>edition</code> is determined by the API when unset. This will
cause new instances to use <code>ENTERPRISE_PLUS</code> as the default
for POSTGRES_16. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8490 ">#8490</a>)</li>
<li>vmwareengine: added <code>autoscaling_settings</code> to
<code>google_vmwareengine_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8477 ">#8477</a>)</li>
<li>workstations: added <code>max_usable_workstations</code> field to
<code>google_workstations_workstation_config</code> resource. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8421 ">#8421</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>compute: fixed an issue where immutable
<code>distribution_zones</code> was incorrectly sent to the API when
updating <code>distribution_policy_target_shape</code> in
<code>google_compute_region_instance_group_manager</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8470 ">#8470</a>)</li>
<li>container: fixed a crash in <code>google_container_node_pool</code>
caused by an occasional nil pointer (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8452 ">#8452</a>)</li>
<li>essentialcontacts: fixed
<code>google_essential_contacts_contact</code> import to include
required parent field. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8423 ">#8423</a>)</li>
<li>sql: made
<code>google_sql_database_instance.0.settings.0.data_cache_config</code>
accept server-side changes when unset. When unset, no diffs will be
created when instances change in <code>edition</code> and the feature is
enabled or disabled as a result. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8485 ">#8485</a>)</li>
<li>storage: removed retry on 404s during refresh for
<code>google_storage_bucket</code>, preventing hanging when refreshing
deleted buckets (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8478 ">#8478</a>)</li>
</ul>
<h2>6.8.0 (October 21, 2024)</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_exadata_infrastructure</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8407 ">#8407</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_cloud_vm_cluster</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8410 ">#8410</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_db_nodes</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8420 ">#8420</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_oracle_database_db_servers</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8389 ">#8389</a>)</li>
<li><strong>New Resource:</strong>
<code>google_oracle_database_autonomous_database</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8411 ">#8411</a>)</li>
<li><strong>New Resource:</strong>
<code>google_oracle_database_cloud_exadata_infrastructure</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8371 ">#8371</a>)</li>
<li><strong>New Resource:</strong>
<code>google_oracle_database_cloud_vm_cluster</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8397 ">#8397</a>)</li>
<li><strong>New Resource:</strong>
<code>google_transcoder_job_template</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8406 ">#8406</a>)</li>
<li><strong>New Resource:</strong> <code>google_transcoder_job</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/8406 ">#8406</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="34d0720ac2 "><code>34d0720</code></a>
Update CHANGELOG.md (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/8572 ">#8572</a>)</li>
<li><a
href="33d4be4084 "><code>33d4be4</code></a>
marked <code>networks</code> field optional in
<code>google_backup_dr_management_server</code> reso...</li>
<li><a
href="fe5507ed4e "><code>fe5507e</code></a>
Add external catalog dataset options to google_bigquery_dataset beta (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/12113 ">#12113</a>)...</li>
<li><a
href="d8ce99d3f1 "><code>d8ce99d</code></a>
Modified Internal Range acceptance tests for Network Connectivity to
check fo...</li>
<li><a
href="6b4ab37831 "><code>6b4ab37</code></a>
Guest attributes data source (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/12081 ">#12081</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/8556 ">#8556</a>)</li>
<li><a
href="a6ff27c12a "><code>a6ff27c</code></a>
Improve custom error response policy examples to match docs (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/12117 ">#12117</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/8555 ">#8555</a>)</li>
<li><a
href="653c6eb35c "><code>653c6eb</code></a>
Normalize GKE resource link in the example given in gkehub membership
descrip...</li>
<li><a
href="59dfe043b8 "><code>59dfe04</code></a>
add new cloudaicompanion service into
<code>.ci/infra/terraform/main.tf</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/12186 ">#12186</a>)
...</li>
<li><a
href="2d05de38c8 "><code>2d05de3</code></a>
Add support for IPv6 addresses with the
google_compute_external_vpn_gateway t...</li>
<li><a
href="227afcca1e "><code>227afcc</code></a>
compute: added support for
<code>advanced_machine_features.turbo_mode</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/12148 ">#12148</a>)
(#...</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-provider-google-beta/compare/v5.42.0...v6.10.0 ">compare
view</a></li>
</ul>
</details>
<br />
Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 15:25:23 +00:00
Brian Manifold
1a6e70a3d2
fix(portal): Fix sign_up/sign_in email templates ( #7295 )
...
Why:
* Two of the email templates using an `<a>` tag were not properly
interpolating a view variable. This happened when the templates were
moved from the `web` app using `.heex` files to the `domain` app using
`.eex` files.
Fixes #7294
2024-11-10 04:24:04 +00:00
Brian Manifold
50ba752d30
fix(infra): Update gcp cloud armor rules ( #7293 )
...
The expression for one of the rules was not able to be applied due to
invalid characters (`\n`) and even once the invalid characters were
removed there is a limit of 5 subexpressions, but the previous
expression contained 10.
Along with the expression change, the `deny(451)` is not allowed. The
only `deny` codes allowed are `403`, `404`, `502`
2024-11-09 15:09:16 +00:00
Jamil
1dda915376
ci: Publish new clients ( #7291 )
...
Fixes the roaming bug.
2024-11-08 22:58:06 +00:00
Brian Manifold
da743f2743
fix(CI): Update bencher permissions in CI workflow ( #7290 )
2024-11-08 21:43:15 +00:00
Brian Manifold
40ca7fccf0
fix(portal): Update log level for failed component version fetch ( #7286 )
...
Why:
* The Firezone website is hosting the component versions at the moment
and due to how Vercel works, occassionally a request will
timeout when being made to the /api/versions endpoint. This had been
throwing an error in the elixir logs and triggering an alert, but
because there is always a default set of component version values in
the elixir app there isn't really a need for an error/alert. With
that in mind the log level will be set to `warning` rather than
`error`.
Closes #7233
2024-11-08 17:37:27 +00:00
Thomas Eizinger
8653146c18
fix(connlib): discard timer once it fired ( #7288 )
...
Within `connlib`, we have many nested state machines. Many of them have
internal timers by means of timestamps with which they indicate, when
they'd like to be "woken" to perform time-related processing. For
example, the `Allocation` state machine would indicate with a timestamp
5 minutes from the time an allocation is created that it needs to be
woken again in order to send the refresh message to the relay.
When we reset our network connections, we pretty much discard all state
within connlib and together with that, all of these timers. Thus the
`poll_timeout` function would return `None`, indicating that our state
machines are not waiting for anything.
Within the eventloop, the most outer state machine, i.e. `ClientState`
is paired with an `Io` component that actually implements the timer by
scheduling a wake-up aggregated as the earliest point of all state
machines.
In order to not fire the same timer multiple times in a row, we already
intended to reset the timer once it fired. It turns out that this never
worked and the timer still lingered around.
When we call `reset`, `poll_timeout` - which feeds this timer - returns
`None` and the timer doesn't get updated until it will finally return
`Some` with an `Instant`. Because the previous timer didn't get cleared
when it fired, this caused `connlib` to busy loop and prevent some(?)
other parts of it from progressing, resulting in us never being able to
reconnect to the portal. Yet, because the event loop itself was still
operating, we could still resolve DNS queries and such.
Resolves : #7254 .
---------
Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com >
2024-11-08 12:19:14 +00:00
Thomas Eizinger
4d2dc3dfcb
refactor(connlib): don't rely on DNS when reconnecting to portal ( #7289 )
...
Currently, `connlib` uses the feature of "known hosts" to provide DNS
functionality for some domains even without any network connectivity.
This is primarily used to ensure that when we reconnect to the portal,
we can resolve the domain name which allows us to then create network
connections.
With recent changes to how our phoenix-channel implementation works,
this is actually no longer necessary. Currently, we re-resolve the
domain every time we connect, even though we already resolved them when
connecting to it for the first time. This step is unnecessary and we can
simply directly use the previously resolved IP addresses for the portal
domain.
2024-11-08 05:06:42 +00:00
Thomas Eizinger
cdd3e4d25c
fix(headless-client): don't fuse futures outside of the loop ( #7287 )
...
When waiting on multiple futures concurrently within a loop, it is
important that they all get re-created whenever one of them resolves.
Currently, due to the `.fuse` call, the SIGHUP signal can only be sent
once and future signals get ignored.
As a more general fix, I swapped the `futures::select!` macro to the
`tokio::select!` macro which allows referencing these futures without
pinning and fusing. Ideally, we'd not use any of these macros here and
write our own eventloop but that is a larger refactoring.
2024-11-08 05:01:37 +00:00
dependabot[bot]
3a7101bac0
build(deps): Bump the otel group across 1 directory with 4 updates ( #7031 )
...
Bumps the otel group with 4 updates in the /rust directory:
[opentelemetry](https://github.com/open-telemetry/opentelemetry-rust ),
[opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust ),
[opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust )
and
[tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry ).
Updates `opentelemetry` from 0.24.0 to 0.26.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-rust/releases ">opentelemetry's
releases</a>.</em></p>
<blockquote>
<h2>0.26.0 Release</h2>
<p>See changelog for individual crates to know the exact set of changes.
As informed during previous release, all crates from this repo follows
same version (0.26.0 for this release).
This release also upgrades Metric API (part of
<code>opentelemetry</code> crate) from alpha to beta.</p>
<h2>OpenTelemetry 0.25.0 Release</h2>
<p>See changelog for individual crates to know the exact set of changes.
This release onwards, all crates from this repo follows same version
(0.25.0 for today's release).</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="21fc16c0da "><code>21fc16c</code></a>
Prepare 0.26.0 release, update Metrics API to Beta (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2160 ">#2160</a>)</li>
<li><a
href="167baf8555 "><code>167baf8</code></a>
Minor cleanups in Metrics module (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2155 ">#2155</a>)</li>
<li><a
href="380a709162 "><code>380a709</code></a>
MeterProvider modified to not do shutdown if user has already shut down
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2156 ">#2156</a>)</li>
<li><a
href="81a95e308b "><code>81a95e3</code></a>
Improve internal opentelemetry logging - directly using tracing mcros
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2152 ">#2152</a>)</li>
<li><a
href="8bdd18995d "><code>8bdd189</code></a>
For Delta Temporarlity, avoid exporting when no new measurements are
made (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2 ">#2</a>...</li>
<li><a
href="6ed2b4394e "><code>6ed2b43</code></a>
Fix CI - Regenerate proto files, and selective msrv-patching (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2159 ">#2159</a>)</li>
<li><a
href="161929d8b6 "><code>161929d</code></a>
Use weaver for semantic convention codegen (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2098 ">#2098</a>)</li>
<li><a
href="0f15d21ed2 "><code>0f15d21</code></a>
Update doc comments (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2149 ">#2149</a>)</li>
<li><a
href="88023d9a28 "><code>88023d9</code></a>
Add tests for periodic reader from various RT combinations (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2147 ">#2147</a>)</li>
<li><a
href="c8136d9b46 "><code>c8136d9</code></a>
Add <code>with_boundaries</code> hint API for explicit bucket histograms
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2135 ">#2135</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.24.0...opentelemetry-0.26.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `opentelemetry-otlp` from 0.17.0 to 0.26.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-rust/releases ">opentelemetry-otlp's
releases</a>.</em></p>
<blockquote>
<h2>0.26.0 Release</h2>
<p>See changelog for individual crates to know the exact set of changes.
As informed during previous release, all crates from this repo follows
same version (0.26.0 for this release).
This release also upgrades Metric API (part of
<code>opentelemetry</code> crate) from alpha to beta.</p>
<h2>OpenTelemetry 0.25.0 Release</h2>
<p>See changelog for individual crates to know the exact set of changes.
This release onwards, all crates from this repo follows same version
(0.25.0 for today's release).</p>
<h2>opentelemetry-sdk v0.24.1 patch release</h2>
<p>Refer to opentelemetry-sdk CHANGELOG for the changes.</p>
<h2>opentelemetry-0.24.0</h2>
<p>See individual crate changelogs for details.</p>
<h2>0.23.0</h2>
<h2>Whats changed?</h2>
<p>See individual crate changelogs for details.</p>
<h2>New Contributors</h2>
<p><a
href="https://github.com/svix-jplatte "><code>@svix-jplatte</code></a>
made their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1568 ">open-telemetry/opentelemetry-rust#1568</a>
<a href="https://github.com/rex4539 "><code>@rex4539</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1587 ">open-telemetry/opentelemetry-rust#1587</a>
<a
href="https://github.com/divergentdave "><code>@divergentdave</code></a>
made their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1584 ">open-telemetry/opentelemetry-rust#1584</a>
<a href="https://github.com/pyohannes "><code>@pyohannes</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1578 ">open-telemetry/opentelemetry-rust#1578</a>
<a href="https://github.com/masato-hi "><code>@masato-hi</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1621 ">open-telemetry/opentelemetry-rust#1621</a>
<a href="https://github.com/rogercoll "><code>@rogercoll</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1624 ">open-telemetry/opentelemetry-rust#1624</a>
<a href="https://github.com/LuisOsta "><code>@LuisOsta</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1638 ">open-telemetry/opentelemetry-rust#1638</a>
<a href="https://github.com/svrnm "><code>@svrnm</code></a> made their
first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1664 ">open-telemetry/opentelemetry-rust#1664</a>
<a href="https://github.com/Lev1ty "><code>@Lev1ty</code></a> made their
first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1672 ">open-telemetry/opentelemetry-rust#1672</a>
<a href="https://github.com/ThomsonTan "><code>@ThomsonTan</code></a>
made their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1675 ">open-telemetry/opentelemetry-rust#1675</a>
<a href="https://github.com/ramgdev "><code>@ramgdev</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1585 ">open-telemetry/opentelemetry-rust#1585</a>
<a href="https://github.com/utpilla "><code>@utpilla</code></a> made
their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1701 ">open-telemetry/opentelemetry-rust#1701</a>
<a
href="https://github.com/ChieloNewctle "><code>@ChieloNewctle</code></a>
made their first contribution in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1746 ">open-telemetry/opentelemetry-rust#1746</a></p>
<h2>0.22.1 of OpenTelemetry sdk</h2>
<p>Fixed
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1576 ">open-telemetry/opentelemetry-rust#1576</a>
Fix Span kind is always set to "internal".</p>
<h2>v0.22.0</h2>
<h1>API</h1>
<h2>Added</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1410 ">open-telemetry/opentelemetry-rust#1410</a>
Add experimental synchronous gauge. This is behind the feature flag, and
can be enabled by enabling the feature otel_unstable for opentelemetry
crate.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1410 ">open-telemetry/opentelemetry-rust#1410</a>
Guidelines to add new unstable/experimental features.</p>
</li>
</ul>
<h2>Changed</h2>
<ul>
<li>Modified AnyValue.Map to be backed by HashMap instead of custom
OrderMap, which internally used IndexMap. There was no requirement to
maintain the order of entries, so moving from IndexMap to HashMap offers
slight performance gains, and avoids IndexMap dependency. This affects
body and attributes of LogRecord. <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1353 ">open-telemetry/opentelemetry-rust#1353</a></li>
<li>Add TextMapCompositePropagator <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1373 ">open-telemetry/opentelemetry-rust#1373</a></li>
<li>Turned off events for NoopLogger to save on operations <a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/pull/1455 ">open-telemetry/opentelemetry-rust#1455</a></li>
</ul>
<h2>Removed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="21fc16c0da "><code>21fc16c</code></a>
Prepare 0.26.0 release, update Metrics API to Beta (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2160 ">#2160</a>)</li>
<li><a
href="167baf8555 "><code>167baf8</code></a>
Minor cleanups in Metrics module (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2155 ">#2155</a>)</li>
<li><a
href="380a709162 "><code>380a709</code></a>
MeterProvider modified to not do shutdown if user has already shut down
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2156 ">#2156</a>)</li>
<li><a
href="81a95e308b "><code>81a95e3</code></a>
Improve internal opentelemetry logging - directly using tracing mcros
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2152 ">#2152</a>)</li>
<li><a
href="8bdd18995d "><code>8bdd189</code></a>
For Delta Temporarlity, avoid exporting when no new measurements are
made (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2 ">#2</a>...</li>
<li><a
href="6ed2b4394e "><code>6ed2b43</code></a>
Fix CI - Regenerate proto files, and selective msrv-patching (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2159 ">#2159</a>)</li>
<li><a
href="161929d8b6 "><code>161929d</code></a>
Use weaver for semantic convention codegen (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2098 ">#2098</a>)</li>
<li><a
href="0f15d21ed2 "><code>0f15d21</code></a>
Update doc comments (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2149 ">#2149</a>)</li>
<li><a
href="88023d9a28 "><code>88023d9</code></a>
Add tests for periodic reader from various RT combinations (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2147 ">#2147</a>)</li>
<li><a
href="c8136d9b46 "><code>c8136d9</code></a>
Add <code>with_boundaries</code> hint API for explicit bucket histograms
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2135 ">#2135</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-otlp-0.17.0...opentelemetry-otlp-0.26.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `opentelemetry_sdk` from 0.24.1 to 0.26.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-rust/releases ">opentelemetry_sdk's
releases</a>.</em></p>
<blockquote>
<h2>0.26.0 Release</h2>
<p>See changelog for individual crates to know the exact set of changes.
As informed during previous release, all crates from this repo follows
same version (0.26.0 for this release).
This release also upgrades Metric API (part of
<code>opentelemetry</code> crate) from alpha to beta.</p>
<h2>OpenTelemetry 0.25.0 Release</h2>
<p>See changelog for individual crates to know the exact set of changes.
This release onwards, all crates from this repo follows same version
(0.25.0 for today's release).</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="21fc16c0da "><code>21fc16c</code></a>
Prepare 0.26.0 release, update Metrics API to Beta (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2160 ">#2160</a>)</li>
<li><a
href="167baf8555 "><code>167baf8</code></a>
Minor cleanups in Metrics module (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2155 ">#2155</a>)</li>
<li><a
href="380a709162 "><code>380a709</code></a>
MeterProvider modified to not do shutdown if user has already shut down
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2156 ">#2156</a>)</li>
<li><a
href="81a95e308b "><code>81a95e3</code></a>
Improve internal opentelemetry logging - directly using tracing mcros
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2152 ">#2152</a>)</li>
<li><a
href="8bdd18995d "><code>8bdd189</code></a>
For Delta Temporarlity, avoid exporting when no new measurements are
made (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2 ">#2</a>...</li>
<li><a
href="6ed2b4394e "><code>6ed2b43</code></a>
Fix CI - Regenerate proto files, and selective msrv-patching (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2159 ">#2159</a>)</li>
<li><a
href="161929d8b6 "><code>161929d</code></a>
Use weaver for semantic convention codegen (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2098 ">#2098</a>)</li>
<li><a
href="0f15d21ed2 "><code>0f15d21</code></a>
Update doc comments (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2149 ">#2149</a>)</li>
<li><a
href="88023d9a28 "><code>88023d9</code></a>
Add tests for periodic reader from various RT combinations (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2147 ">#2147</a>)</li>
<li><a
href="c8136d9b46 "><code>c8136d9</code></a>
Add <code>with_boundaries</code> hint API for explicit bucket histograms
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2135 ">#2135</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry_sdk-0.24.1...opentelemetry_sdk-0.26.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `tracing-opentelemetry` from 0.25.0 to 0.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tracing-opentelemetry/releases ">tracing-opentelemetry's
releases</a>.</em></p>
<blockquote>
<h2>0.27.0</h2>
<h3>Breaking Changes</h3>
<ul>
<li>Upgrade to opentelemetry 0.26. Refer to the upstream
<a
href="https://github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.26.0 ">changelog</a>
for more information.</li>
</ul>
<h2>0.26.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgrade to opentelemetry 0.25 by <a
href="https://github.com/ymgyt "><code>@ymgyt</code></a> in <a
href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/pull/164 ">tokio-rs/tracing-opentelemetry#164</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md ">tracing-opentelemetry's
changelog</a>.</em></p>
<blockquote>
<h1>0.27.0 (October 9, 2024)</h1>
<h3>Breaking Changes</h3>
<ul>
<li>Upgrade to opentelemetry 0.26. Refer to the upstream
<a
href="https://github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.26.0 ">changelog</a>
for more information.</li>
</ul>
<h1>0.26.0 (September 10, 2024)</h1>
<h3>Breaking Changes</h3>
<ul>
<li>Upgrade to opentelemetry 0.25. Refer to the upstream
<a
href="https://github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.25.0 ">changelog</a>
for more information.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="74d6ba00ae "><code>74d6ba0</code></a>
Remove MSRV notes in favor of the Cargo metadata</li>
<li><a
href="4a6edb8f0b "><code>4a6edb8</code></a>
Add note on version numbers</li>
<li><a
href="f5d121f3aa "><code>f5d121f</code></a>
Move code from README into a basic example</li>
<li><a
href="d817cf7711 "><code>d817cf7</code></a>
chore: prepare release</li>
<li><a
href="90e8e38a7c "><code>90e8e38</code></a>
chore: bump opentelemetry to 0.26</li>
<li><a
href="ebc0a9209c "><code>ebc0a92</code></a>
chore: update CHANGELOG for 0.26 release</li>
<li><a
href="5a3f1fd513 "><code>5a3f1fd</code></a>
chore: prepare release</li>
<li><a
href="18fffd6621 "><code>18fffd6</code></a>
chore: bump opentelemetry to 0.25</li>
<li><a
href="8884fe601c "><code>8884fe6</code></a>
chore: fix clippy warning</li>
<li><a
href="7c1fc95904 "><code>7c1fc95</code></a>
Update changelog for 0.25.0 release</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tracing-opentelemetry/compare/v0.25.0...v0.27.0 ">compare
view</a></li>
</ul>
</details>
<br />
Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io >
2024-11-08 00:22:13 +00:00
Thomas Eizinger
e261cb3c27
chore: remove git_version! ( #7270 )
...
Reading the Git version requires the entire Git repository to be
present, including all tags. The tags are only created _after_ the
artifact is being built, when we publish the release. Therefore, these
tags are never included in the actual released binary.
For Sentry, we use the `CARGO_PKG_VERSION` variable instead. This
doesn't tell us whether somebody built a client from source and then
used it so there could be some confusion in Sentry events. It is quite
unlikely that this happens though so for the majority of Sentry alerts,
this will give us the correct version.
For the Android client, we also depend on the `GITHUB_SHA` env variable
at compile-time. We do the same thing for the GUI client here.
Resolves : #6925 .
2024-11-07 22:56:17 +00:00
Andrew Dryga
ab7619c68c
chore(docs): Add more docs on troubleshooting ( #7076 )
...
Signed-off-by: Andrew Dryga <andrew@dryga.com >
Co-authored-by: Brian Manifold <bmanifold@users.noreply.github.com >
2024-11-07 21:02:21 +00:00
Brian Manifold
06791d2d05
refactor(portal): API persistent IDs ( #7182 )
...
In order for the firezone terraform provider to work properly, the
Resources and Policies need to be able to be referenced by their
`persistent_id`, specifically in the portal API.
2024-11-07 20:45:56 +00:00
Jamil
83dfd3a98c
fix(infra): Don't use macros for Cloud armor ( #7285 )
...
Fixes #6807
Follow up to #7282
2024-11-06 21:06:21 -08:00
Thomas Eizinger
b7969ce3a1
fix(telemetry): ignore events from certain log targets ( #7272 )
...
Resolves : #7246 .
2024-11-07 00:02:54 +00:00
Jamil
1bd9a3e134
fix(infra): Use proper common expression language syntax ( #7282 )
...
https://github.com/firezone/firezone/actions/runs/11713228570/job/32626046819
Language reference:
https://github.com/google/cel-spec/blob/master/doc/langdef.md#macros
2024-11-06 23:59:34 +00:00
Andrew Dryga
0a79cd5045
chore(portal): Do not allow signing up from legally-restricted jurisdictions ( #7088 )
...
Related to #6807
---------
Co-authored-by: Jamil <jamilbk@users.noreply.github.com >
2024-11-06 22:40:20 +00:00
Jamil
7bd3d30878
fix(ci): Continue on error if uploading to bencher fails ( #7280 )
...
Fixes
https://github.com/firezone/firezone/actions/runs/11710356831/job/32617881708
2024-11-06 21:45:20 +00:00
Thomas Eizinger
2f3fe751bf
chore(gui-client): log entire error when connlib fails ( #7273 )
...
The `error_msg` here is already a user-friendly string because we are
also showing it to the user in an error message. These can be entirely
different errors so we should display them as different messages. This
will allow Sentry to group them together correctly.
2024-11-06 19:49:23 +00:00
Thomas Eizinger
9948988963
chore(gui-client): don't emit error when reading 0 bytes ( #7275 )
...
The deep-link server of the GUI client runs in a loop and accepts one
connection after another. It can sometimes happen that after accepting a
connection, we end up reading 0 bytes. This isn't an error worth
reporting, we simply loop around and try again.
Resolves : #7257 .
2024-11-06 19:47:01 +00:00
Jamil
71fbfab2d5
fix(gui-client): Include rust files when replacing version sentinels ( #7278 )
...
Fixes an issue where the ipc_service was stuck reporting 1.3.10.
2024-11-06 19:25:56 +00:00
Brian Manifold
27169b1369
chore(ops): Update GCP project owners and notification channels ( #7277 )
2024-11-06 19:16:32 +00:00
Thomas Eizinger
53dd16ab2e
fix(gui-client): don't fail on deleting non-existing credentials ( #7271 )
...
Resolves : #7247 .
2024-11-06 17:04:49 +00:00
Thomas Eizinger
c8e12563ff
chore(gui-client): don't double log errors ( #7276 )
...
This line leads to duplicate events in Sentry, we already log the error
passed to this function on every call-site.
2024-11-06 16:36:31 +00:00
Thomas Eizinger
47e45a3cf3
chore(telemetry): improve telemetry spans and events ( #7206 )
...
DNS resolution is a critical part of `connlib`. If it is slow for
whatever reason, users will notice this. To make sure we notice as well,
we add `telemetry` spans to the client's and gateway's DNS resolution.
For the client, this applies to all DNS queries that we forward to the
upstream servers. For the gateway, this applies to all DNS resources.
In addition to those IO operations, we also instrument the
`match_resource_linear` function. This function operates in `O(n)` of
all defined DNS resources. It _should_ be fast enough to not create an
impact but it can't hurt to measure this regardless.
Lastly, we also instrument `refresh_translations` on the gateway.
Refreshing the DNS resolution of a DNS resource should really only
happen, when the previous IP addresses become stale yet the user is
still trying to send traffic to them. We don't actually have any data on
how often that happens. By instrumenting it, we can gather some of this
data.
To make sure that none of these telemetry events and spans hurt the
end-user performance, we introduce macros to `firezone-logging` that
sample the creation of these events and spans at a rate of 1%. I ran a
flamegraph and none of these even showed up. The most critical one here
is probably the `match_resource_linear` span because it happens on every
DNS query.
Resolves : #7198 .
---------
Signed-off-by: Thomas Eizinger <thomas@eizinger.io >
2024-11-06 01:17:57 +00:00
Thomas Eizinger
a5730b6f3b
chore: release apple client 1.3.8 ( #7268 )
...
To be merged once Apple approves the app review.
---------
Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com >
2024-11-05 11:15:50 -08:00
Jamil
19da306839
ci: Publish GUI 1.3.11 ( #7269 )
2024-11-05 08:29:23 -08:00
Thomas Eizinger
42f00fe01e
chore(snownet): fast-path using PartialEq ( #7207 )
...
Counter-intuitively, doing a linear search across all local candidates
and checking for equality is faster than hashing the candidate. This is
because a `Candidate` actually has quite a few fields and we call this
function in the hot-path of packet processing; from `snownet`'s
perspective, each packet might come from a different local socket so we
have to test for each packet, whether or not we already know about this
socket.
Using `PartialEq` instead of hashing every candidate saves about 1% in
the during a speedtest.
2024-11-05 14:40:06 +00:00
Thomas Eizinger
78ebad13ab
chore(rust): log more errors as tracing::Values ( #7208 )
...
Logging these as structured values gives us a better stacktrace in
Sentry (assuming the errors themselves make proper use of defining an
error-chain).
2024-11-05 14:36:47 +00:00
Thomas Eizinger
250a31b872
chore(connlib): ignore resolved ip selector in debug output ( #7209 )
2024-11-05 14:34:31 +00:00
Thomas Eizinger
0d74fb3caf
chore(connlib): don't panic on invalid IP packet from smoltcp ( #7267 )
...
`smoltcp` should never emit a buffer that isn't a valid IP packet but in
case it does, we shouldn't panic as a result and instead just discard
the packet.
2024-11-05 14:33:50 +00:00
Thomas Eizinger
9d7a597c05
fix(connlib): apply timeout to WebSocket connection to portal ( #7265 )
...
The issue in #7254 and #7200 appears to be that eventually, we fail to
connect to the portal because we stop re-trying, i.e. the socket connect
appears to hang forever. Perhaps there is race condition somewhere in
how we resolve DNS / flush DNS servers etc. Regardless of that,
connecting to the portal should never take more than 5s so timing out
after that ensures we retry the connection.
Resolves : #7254 .
Resolves : #7200 .
2024-11-05 06:13:23 +00:00
Thomas Eizinger
9782c7689f
chore(connlib): discard packets from smoltcp if > MTU ( #7262 )
...
This should really never happen but is a defense in depth measure to
ensure we never attempt to send packets through the tunnel that are
larger than our interface MTU.
Raising a warning will alert us through Sentry in case this does happen.
---------
Signed-off-by: Thomas Eizinger <thomas@eizinger.io >
2024-11-05 04:18:14 +00:00
Thomas Eizinger
271c480357
fix(connlib): don't attempt to encrypt too large packets ( #7263 )
...
When encrypting packets, we need to reserve a buffer within which
boringtun will encrypt the IP packet. Unfortunately, `boringtun` panics
if that buffer is not big enough which essentially brings all of
`connlib` down.
Really, we should never see a packet that is too large and ideally, we
enforce this at compile-time by creating different variants of
`IpPacket` that are sized accordingly. That is a large refactoring so
until then, we simply discard them instead of panicking.
---------
Signed-off-by: Thomas Eizinger <thomas@eizinger.io >
Co-authored-by: Jamil <jamilbk@users.noreply.github.com >
2024-11-05 04:17:21 +00:00
Thomas Eizinger
269060669a
fix(connlib): limit number of max buffered messages to portal ( #7264 )
...
When we have connectivity issues to the portal, such as in #7254 or
#7200 , messages will pile up in this buffer. In case Firezone is left
running for long enough, the connection will fail after a certain number
of retries. Often times though, the user will exit Firezone before that
because nothing is working.
We have to mitigate unbounded buffer growth anyway and clearing the
buffer gives us an opportunity to emit a warning which will send an
alert to Sentry, notifying us that something isn't working for a
particular customer.
Resolves : #6397 .
2024-11-05 03:51:14 +00:00
Thomas Eizinger
b3b9f08343
chore(clients): use custom log format also for log files ( #7261 )
...
The custom, easier-to-read log format also needs to be applied to the
file logger.
2024-11-04 23:54:53 +00:00
dependabot[bot]
a2828a217b
build(deps): Bump thiserror from 1.0.64 to 1.0.68 in /rust ( #7260 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.64 to
1.0.68.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases ">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>1.0.68</h2>
<ul>
<li>Handle incomplete expressions more robustly in format arguments,
such as while code is being typed (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/341 ">#341</a>,
<a
href="https://redirect.github.com/dtolnay/thiserror/issues/344 ">#344</a>)</li>
</ul>
<h2>1.0.67</h2>
<ul>
<li>Improve expression syntax support inside format arguments (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/335 ">#335</a>,
<a
href="https://redirect.github.com/dtolnay/thiserror/issues/337 ">#337</a>,
<a
href="https://redirect.github.com/dtolnay/thiserror/issues/339 ">#339</a>,
<a
href="https://redirect.github.com/dtolnay/thiserror/issues/340 ">#340</a>)</li>
</ul>
<h2>1.0.66</h2>
<ul>
<li>Improve compile error on malformed format attribute (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/327 ">#327</a>)</li>
</ul>
<h2>1.0.65</h2>
<ul>
<li>Ensure OUT_DIR is left with deterministic contents after build
script execution (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/325 ">#325</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8d06fb5549 "><code>8d06fb5</code></a>
Release 1.0.68</li>
<li><a
href="372fd8a71a "><code>372fd8a</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/344 ">#344</a>
from dtolnay/binop</li>
<li><a
href="08f89925bf "><code>08f8992</code></a>
Disregard equality binop in fallback parser</li>
<li><a
href="d2a823d2ae "><code>d2a823d</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/343 ">#343</a>
from dtolnay/unnamed</li>
<li><a
href="b3bf7a6f69 "><code>b3bf7a6</code></a>
Add logic to determine whether unnamed fmt arguments are present</li>
<li><a
href="490f9c017b "><code>490f9c0</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/342 ">#342</a>
from dtolnay/synfull</li>
<li><a
href="7daf1b169d "><code>7daf1b1</code></a>
Defer is_syn_full() call until first expression</li>
<li><a
href="c92ac9940b "><code>c92ac99</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/341 ">#341</a>
from dtolnay/parsescan</li>
<li><a
href="40a53f7f33 "><code>40a53f7</code></a>
Interleave Expr parsing and scanning better</li>
<li><a
href="925f2dde77 "><code>925f2dd</code></a>
Release 1.0.67</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.68 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 19:06:15 +00:00
Jamil
b2c99a6ddc
chore(website): Publish Gateway 1.4.0 changelog ( #7255 )
...
Publishes the 1.4.0 Gateway changelog and fixes a couple other minor
issues.
---------
Signed-off-by: Jamil <jamilbk@users.noreply.github.com >
2024-11-04 18:50:59 +00:00
Jamil
54553dc36a
ci: Remove deprecated macos-12 tests from GitHub CI ( #7259 )
...
- https://github.com/actions/runner-images/issues/10721
-
https://github.com/firezone/firezone/actions/runs/11669446546/job/32494632762?pr=7258
2024-11-04 18:49:34 +00:00
dependabot[bot]
1cf1f0fa77
build(deps): Bump the androidx group in /kotlin/android with 2 updates ( #7227 )
...
Bumps the androidx group in /kotlin/android with 2 updates:
androidx.core:core-ktx and androidx.constraintlayout:constraintlayout.
Updates `androidx.core:core-ktx` from 1.13.1 to 1.15.0
Updates `androidx.constraintlayout:constraintlayout` from 2.1.4 to 2.2.0
Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 18:38:21 +00:00
dependabot[bot]
0fb121f75d
build(deps): Bump tauri-plugin-shell from 2.0.1 to 2.0.2 in /rust ( #7168 )
...
Bumps
[tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace )
from 2.0.1 to 2.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tauri-apps/plugins-workspace/releases ">tauri-plugin-shell's
releases</a>.</em></p>
<blockquote>
<h2>updater v2.0.2</h2>
<h2>[2.0.2]</h2>
<ul>
<li><a
href="a1a82208ed "><code>a1a82208</code></a>
(<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/pull/1873 ">#1873</a>
by <a
href="https://github.com/tauri-apps/plugins-workspace/../../lucasfernog "><code>@lucasfernog</code></a>)
Downgrade MSRV to 1.77.2 to support Windows 7.</li>
</ul>
<!-- raw HTML omitted -->
<pre><code>Updating crates.io index
Packaging tauri-plugin-updater v2.0.2
(/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
Packaged 28 files, 174.0KiB (87.1KiB compressed)
Uploading tauri-plugin-updater v2.0.2
(/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
Uploaded tauri-plugin-updater v2.0.2 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.2` to be available at
registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available
shortly.
Published tauri-plugin-updater v2.0.2 at registry `crates-io`
</code></pre>
<!-- raw HTML omitted -->
<h2>dialog v2.0.2</h2>
<h2>[2.0.1]</h2>
<ul>
<li><a
href="2302c2db1c "><code>2302c2db</code></a>
(<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/pull/1910 ">#1910</a>
by <a
href="https://github.com/tauri-apps/plugins-workspace/../../Legend-Master "><code>@Legend-Master</code></a>)
Fix <code>ask</code> and <code>confirm</code> not using system button
texts</li>
<li><a
href="aee14ed426 "><code>aee14ed4</code></a>
(<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/pull/1892 ">#1892</a>
by <a
href="https://github.com/tauri-apps/plugins-workspace/../../nashaofu "><code>@nashaofu</code></a>)
Set <code>save</code> dialog mime type from the <code>filters</code>
extensions on Android.</li>
</ul>
<!-- raw HTML omitted -->
<pre><code>Updating crates.io index
Packaging tauri-plugin-dialog v2.0.2
(/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
Packaged 48 files, 199.7KiB (90.5KiB compressed)
Uploading tauri-plugin-dialog v2.0.2
(/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
Uploaded tauri-plugin-dialog v2.0.2 to registry `crates-io`
note: waiting for `tauri-plugin-dialog v2.0.2` to be available at
registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available
shortly.
Published tauri-plugin-dialog v2.0.2 at registry `crates-io`
</code></pre>
<!-- raw HTML omitted -->
<h2>fs v2.0.2</h2>
<h2>[2.0.1]</h2>
<ul>
<li><a
href="ae8024565f "><code>ae802456</code></a>
(<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/pull/1950 ">#1950</a>
by <a
href="https://github.com/tauri-apps/plugins-workspace/../../amrbashir "><code>@amrbashir</code></a>)
Improve performance of the <code>FileHandle.read</code> and
<code>writeTextFile</code> APIs.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3fd283121f "><code>3fd2831</code></a>
publish new versions (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1909 ">#1909</a>)</li>
<li><a
href="ae8024565f "><code>ae80245</code></a>
perf(fs): improve <code>FileHandle.read</code> performance (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1950 ">#1950</a>)</li>
<li><a
href="2302c2db1c "><code>2302c2d</code></a>
fix(dialog): <code>ask</code> and <code>confirm</code> not using system
button texts (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1910 ">#1910</a>)</li>
<li><a
href="44c50c1275 "><code>44c50c1</code></a>
chore(deps): update rust crate tauri to 2.0.4 (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1952 ">#1952</a>)</li>
<li><a
href="415bf2abc3 "><code>415bf2a</code></a>
chore(deps): update eslint monorepo to v9.13.0 (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1951 ">#1951</a>)</li>
<li><a
href="36207a93f3 "><code>36207a9</code></a>
chore(deps): update dependency <code>@tauri-apps/cli</code> to v2.0.3
(<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1925 ">#1925</a>)</li>
<li><a
href="854754e10b "><code>854754e</code></a>
chore(deps): update dependency typescript-eslint to v8.10.0 (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1949 ">#1949</a>)</li>
<li><a
href="1c2f137a8a "><code>1c2f137</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1929 ">#1929</a>)</li>
<li><a
href="8c67d44aef "><code>8c67d44</code></a>
refactor(store)!: more reworks (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1860 ">#1860</a>)</li>
<li><a
href="cfd48b3b2e "><code>cfd48b3</code></a>
feat: allow http calls without origin header (<a
href="https://redirect.github.com/tauri-apps/plugins-workspace/issues/1941 ">#1941</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.1...fs-v2.0.2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com >
2024-11-04 18:32:44 +00:00
Jamil
bc46d95350
chore(website): Increase cache revalidation to 1 hour ( #7258 )
...
Why:
Reduces the number of edge functions that need to run, and thus reducing
the likelihood this endpoint will timeout due to slow edge function
startup.
2024-11-04 18:32:43 +00:00
Jamil
2825522844
fix(infra): Filter out WebSocket upgrade from latency alerting ( #7242 )
2024-11-02 15:43:49 -07:00