mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
720a50bafae00ef767d0629720e7e871fa7a7fbd
3224 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
720a50bafa |
fix(windows): set MTU for IPv6 too (#3121)
This can be seen in `Get-NetIPInterface` even if #3120 isn't merged |
||
|
|
d8264cf664 |
feat(windows): implement export logs as zip (#3009)
This will be useful if I'm doing production-like testing in the Windows Server VM. |
||
|
|
ce727e7ed5 |
refactor(portal): Use ghcr.io for public pulls of prod images (#3105)
Noticed our public pulls are coming from `pkg.dev` for prod, so this PR fixes that so that they're from `ghcr.io` to avoid bandwidth fees and segregate public pulls from our own infra pulls. <img width="463" alt="Screenshot 2024-01-03 at 12 42 51 PM" src="https://github.com/firezone/firezone/assets/167144/22f49996-fe6b-47c7-965f-23d14c9e4e59"> |
||
|
|
47627d7643 |
fix(staging): Update demo access (#3116)
https://app.terraform.io/app/firezone/workspaces/staging/runs/run-NVEdbCHS9PnwXSF4 |
||
|
|
71410b0553 |
feat(connlib): wildcard matching dns (#3109)
Fixes #3040 |
||
|
|
3a4f2cf9c0 | fix(windows): set MTU on tunnel interface (#2990) | ||
|
|
d6985470ef |
fix(ci): Fix artifact name typo (#3108)
https://github.com/firezone/firezone/actions/runs/7402448436 |
||
|
|
6fe5c96b15 |
fix(ci): Merge digests for same image name and different archs only (#3107)
https://github.com/firezone/firezone/actions/runs/7401857413 |
||
|
|
23666e119b |
connlib: refactor names (#3104)
Applying suggestions for #3096 since it was merged before I could fix |
||
|
|
1251397651 |
fix(ios/android): Pass device name and os version as overrides over connect (#3036)
Fixes #3035 Fixes #3037 # Before <img width="738" alt="Screenshot 2023-12-28 at 8 05 31 AM" src="https://github.com/firezone/firezone/assets/167144/c7ab4d74-672c-4536-97fe-f75d8d158bfb"> <img width="546" alt="Screenshot 2023-12-28 at 6 12 30 PM" src="https://github.com/firezone/firezone/assets/167144/1bd4ba98-d11d-4277-bd14-b0afcdf78119"> # After <img width="742" alt="Screenshot 2023-12-28 at 10 48 31 AM" src="https://github.com/firezone/firezone/assets/167144/96054f82-069f-47f7-862c-986455ef76c0"> <img width="744" alt="Screenshot 2023-12-28 at 6 29 37 PM" src="https://github.com/firezone/firezone/assets/167144/4ffc19b6-7c87-4ccb-bcfe-cb0e76fe95b7"> |
||
|
|
7ff2c22316 |
fix(ci): Use path subdirs for artifacts (#3103)
https://github.com/firezone/firezone/actions/runs/7400101287 |
||
|
|
aefafc1e49 |
chore(docs): Remove outdated rust/connlib/README.md info (#3099)
This was an artifact leftover from when connlib was in its own repo. |
||
|
|
52edb12bbe |
fix(connlib): never delete allowed ips for a peer given dns (#3096)
Fixes #3094 This will make the "packet unallowed" messages you might see in connlib and make connections smoother. |
||
|
|
178d238a2d |
fix(ci): Add merge_multiple to fix artifact naming. (#3100)
https://github.com/firezone/firezone/actions/runs/7397984675 |
||
|
|
6f0a7a39c4 |
fix(apple): In case tunnel crashes, try to reconnect (#3097)
When the tunnel crashes, we won't have a chance to write why the tunnel disconnected in a file in the tunnel process. In that case too, this PR makes the app try to reconnect. Fixes #2898 |
||
|
|
f48d8ac30a |
fix(apple): Fix potential race condition when updating login status (#3098)
Fixing a potential race when we update the login status (looking into the keychain) from the tunnel auth status. This might have been a cause for #2928 as well. |
||
|
|
3dc9533a35 |
fix(ci): Use pattern key (#3095)
https://github.com/actions/download-artifact?tab=readme-ov-file#inputs |
||
|
|
e65f29c3a3 |
chore(website): remove PostHog in favor of Mixpanel (#3033)
* Remove PostHog from product * Remove PostHog from website * Add Mixpanel to website Why? PostHog is a bit too much overhead for simple analytics for us for now, and some of the bugs we hit prevented us from using certain workflows. We are still tracking `ping` events from legacy instances in PostHog. |
||
|
|
e162192bc0 | chore(deps): Bump website deps (#3092) | ||
|
|
3ded0d6170 | fix(ci): Fix upload-artifact workflow artifact name (#3093) | ||
|
|
ed3e76894a |
wip(windows): impl get_host_name (#3089)
Resolves #3082 I can remove the debug subcommand before merging. I just wanted to confirm it gets my laptop's hostname. connlib already has an indirect dependency on `hostname` via Hickory, so I just used that.  |
||
|
|
cf31112e82 |
fix(ci): Use unique name for artifacts (#3091)
Fixes https://github.com/firezone/firezone/actions/runs/7390085822/job/20104967154 See https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md |
||
|
|
3b1667cfe3 |
feat(windows): show whether files are still being counted (#3007)
I've also removed the 200 ms sleep I was using for debugging. This does mean the GUI flashes through a bunch of messages when you first open the tab. We could use a timer to hide those later on. |
||
|
|
859c6c1f59 |
Add more in-portal documentation and empty table state context (#2984)
Refs https://github.com/firezone/firezone/pull/2979#discussion_r1434273368 Fixes #2597 |
||
|
|
05774a39fc |
fix(portal): Improve OIDC usability and fix unexpected Mint.TransportError causing crash (#3049)
Fixes #3044 --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Brian Manifold <bmanifold@users.noreply.github.com> |
||
|
|
0513c087e2 |
chore(deps): bump @types/react-dom from 18.2.14 to 18.2.18 in /website (#3087)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.14 to 18.2.18. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">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> |
||
|
|
2b5ec49005 |
chore(deps): bump postcss from 8.4.31 to 8.4.32 in /website (#3086)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.32</h2> <ul> <li>Fixed <code>postcss().process()</code> types (by <a href="https://github.com/ferreira-tb"><code>@ferreira-tb</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.32</h2> <ul> <li>Fixed <code>postcss().process()</code> types (by Andrew Ferreira).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2a9d48fd0a |
fix(gateway): Fallback to get_hostname() for systemd deployments (#3029)
Fixes #3025 |
||
|
|
18c3d4e871 |
chore(deps): bump phoenix_live_view from 0.20.1 to 0.20.2 in /elixir (#3088)
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.20.1 to 0.20.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md">phoenix_live_view's changelog</a>.</em></p> <blockquote> <h2>0.20.2 (2023-12-18)</h2> <h3>Bug fixes</h3> <ul> <li>Fix javascript error when submitting a form that has in progress uploads</li> <li>Fix JS command <code>:target</code> failing to work when used as phx-submit or phx-change with a selector-based target</li> <li>Fix <code>JS.focus()</code> failing to focus negative tabindex</li> <li>Fix <code>LiveViewTest</code> failing to remove items after stream reset</li> <li>Fix <code>phx-window-blur</code> and <code>phx-window-focus</code> events not firing</li> <li>Fix SVG anchor links throwing errors when clicked</li> </ul> <h3>Enhancements</h3> <ul> <li>Speed up DOM patching performance 3-30x 🔥</li> <li>Support <code>handle_async</code> Lifecycle callback</li> <li>Extend visibility checks for phx-click-away to better handle whether an element is visible in the viewport or not</li> <li>Allow <code>JS.patch</code> and <code>JS.navigate</code> to be tested with <code>render_click</code></li> <li>Support <code>:supervisor</code> option to <code>assign_async</code> and <code>start_async</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b7197d04c3 |
chore(deps): Bump hilt and fix groups (#3081)
Fixes #2429 |
||
|
|
2dc38a08fb |
chore(ci): clean up workflows (#3039)
Fixes #3006 |
||
|
|
57133122e0 |
feat(ci): Architect e2e test suite (#3043)
Adds an overview document with a proposed plan and test bed architecture for e2e testing the clients. Drivers are available for [each platform using Appium](https://appium.io/docs/en/2.3/ecosystem/drivers/). |
||
|
|
110e128b93 |
refactor(apple): guard packetTunnelProvider in one place (#3013)
Just a minor cleanup suggestion to consolidate guards in one place. We could also make `networkSettings` a non-optional type which would clean things up further (will it always be initialized while the Adapter is?) Draft because stacked on #3012 |
||
|
|
506b357cd6 |
chore(deps): bump hashicorp/google from 5.9.0 to 5.10.0 in /terraform/environments/production (#3051)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.9.0 to 5.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>v5.10.0</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16732">#16732</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16709">#16709</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16757">#16757</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>compute: added <code>numeric_id</code> field to <code>google_compute_network</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16712">#16712</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>container: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16688">#16688</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16724">#16724</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16733">#16733</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16775">#16775</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16783">#16783</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16731">#16731</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16786">#16786</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16756">#16756</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16781">#16781</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16710">#16710</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16776">#16776</a>)</li> </ul> </blockquote> </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>5.10.0 (Dec 18, 2023)</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16732">#16732</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16709">#16709</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16757">#16757</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>compute: added <code>numeric_id</code> field to <code>google_compute_network</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16712">#16712</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>container: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16688">#16688</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16724">#16724</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16733">#16733</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16775">#16775</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16783">#16783</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16731">#16731</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16786">#16786</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16756">#16756</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16781">#16781</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16710">#16710</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16776">#16776</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
66e2897d6c |
chore(deps): bump hashicorp/google-beta from 5.9.0 to 5.10.0 in /terraform/environments/production (#3052)
Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 5.9.0 to 5.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>v5.10.0</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6726">#6726</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6714">#6714</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6715">#6715</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6717">#6717</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6714">#6714</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6715">#6715</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6739">#6739</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6739">#6739</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>bigquery: added <code>external_dataset_reference</code> field to <code>google_bigquery_dataset</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6716">#6716</a>)</li> <li>compute: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6719">#6719</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6724">#6724</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6724">#6724</a>)</li> <li>container: added support for <code>network_performance_config.total_egress_bandwidth_tier</code> to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6712">#6712</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6722">#6722</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6727">#6727</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6741">#6741</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6746">#6746</a>)</li> <li>orgpolicy: added <code>dry_run_spec</code> to <code>google_org_policy_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6725">#6725</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6748">#6748</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6734">#6734</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6744">#6744</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6718">#6718</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6742">#6742</a>)</li> </ul> </blockquote> </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>5.10.0 (Dec 18, 2023)</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6726">#6726</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6714">#6714</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6715">#6715</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6717">#6717</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6714">#6714</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6715">#6715</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6739">#6739</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6739">#6739</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>bigquery: added <code>external_dataset_reference</code> field to <code>google_bigquery_dataset</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6716">#6716</a>)</li> <li>compute: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6719">#6719</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6724">#6724</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6724">#6724</a>)</li> <li>container: added support for <code>network_performance_config.total_egress_bandwidth_tier</code> to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6712">#6712</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6722">#6722</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6727">#6727</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6741">#6741</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6746">#6746</a>)</li> <li>orgpolicy: added <code>dry_run_spec</code> to <code>google_org_policy_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6725">#6725</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6748">#6748</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6734">#6734</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6744">#6744</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6718">#6718</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6742">#6742</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2a1476aa0b |
chore(deps): bump @types/react from 18.2.30 to 18.2.46 in /website (#3066)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.30 to 18.2.46. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">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> |
||
|
|
f1624b8543 |
chore(deps): bump hashicorp/google from 5.9.0 to 5.10.0 in /terraform/environments/staging (#3057)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.9.0 to 5.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>v5.10.0</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16732">#16732</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16709">#16709</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16757">#16757</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>compute: added <code>numeric_id</code> field to <code>google_compute_network</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16712">#16712</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>container: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16688">#16688</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16724">#16724</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16733">#16733</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16775">#16775</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16783">#16783</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16731">#16731</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16786">#16786</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16756">#16756</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16781">#16781</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16710">#16710</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16776">#16776</a>)</li> </ul> </blockquote> </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>5.10.0 (Dec 18, 2023)</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16732">#16732</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16709">#16709</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16757">#16757</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>compute: added <code>numeric_id</code> field to <code>google_compute_network</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16712">#16712</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>container: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16688">#16688</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16724">#16724</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16733">#16733</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16775">#16775</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16783">#16783</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16731">#16731</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16786">#16786</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16756">#16756</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16781">#16781</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16710">#16710</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16776">#16776</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a42f27bbb1 |
chore(deps): bump hashicorp/google-beta from 5.9.0 to 5.10.0 in /terraform/environments/staging (#3058)
Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 5.9.0 to 5.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>v5.10.0</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6726">#6726</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6714">#6714</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6715">#6715</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6717">#6717</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6714">#6714</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6715">#6715</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6739">#6739</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6739">#6739</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>bigquery: added <code>external_dataset_reference</code> field to <code>google_bigquery_dataset</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6716">#6716</a>)</li> <li>compute: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6719">#6719</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6724">#6724</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6724">#6724</a>)</li> <li>container: added support for <code>network_performance_config.total_egress_bandwidth_tier</code> to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6712">#6712</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6722">#6722</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6727">#6727</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6741">#6741</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6746">#6746</a>)</li> <li>orgpolicy: added <code>dry_run_spec</code> to <code>google_org_policy_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6725">#6725</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6748">#6748</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6734">#6734</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6744">#6744</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6718">#6718</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6742">#6742</a>)</li> </ul> </blockquote> </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>5.10.0 (Dec 18, 2023)</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6726">#6726</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6714">#6714</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6715">#6715</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6717">#6717</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6714">#6714</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6715">#6715</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6739">#6739</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6739">#6739</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>bigquery: added <code>external_dataset_reference</code> field to <code>google_bigquery_dataset</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6716">#6716</a>)</li> <li>compute: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6719">#6719</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6724">#6724</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6724">#6724</a>)</li> <li>container: added support for <code>network_performance_config.total_egress_bandwidth_tier</code> to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6712">#6712</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6722">#6722</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6727">#6727</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6741">#6741</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6746">#6746</a>)</li> <li>orgpolicy: added <code>dry_run_spec</code> to <code>google_org_policy_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6732">#6732</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6725">#6725</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6748">#6748</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6734">#6734</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6744">#6744</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6718">#6718</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6742">#6742</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d6990a2351 |
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.21 to 1.9.22 in /rust/connlib/clients/android/connlib (#3056)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's releases</a>.</em></p> <blockquote> <h2>Kotlin 1.9.22</h2> <h2>Changelog</h2> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-63719"><code>KT-63719</code></a> KJS: Test results ignored for ES module kind</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63808"><code>KT-63808</code></a> compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-64139"><code>KT-64139</code></a> Weird bug with while and coroutine in Kotlin Native</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63471"><code>KT-63471</code></a> linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63789"><code>KT-63789</code></a> Native: Incremental compilation problem with compose</li> </ul> <h3>Tools. CLI</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-64485"><code>KT-64485</code></a> CLI: cache and optimize parsing of command-line arguments</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-63990"><code>KT-63990</code></a> "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects</li> </ul> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-63363"><code>KT-63363</code></a> Kotlin Gradle Plugin: <code>KotlinNativeHostSpecificMetadataArtifact</code> breaks configuration cache, implicitly includes output file as configuration cache input</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63742"><code>KT-63742</code></a> Gradle wrongly caches Kotlin/Native compiler flags</li> </ul> <h3>Tools. JPS</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-64305"><code>KT-64305</code></a> Kotlin JPS builder requests chunk rebuild with graph implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64112"><code>KT-64112</code></a> Avoid using IJ's JPS mappings in Kotlin JPS tests</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63799"><code>KT-63799</code></a> Make plugin classpath serialization path agnostic</li> </ul> <h2>Checksums</h2> <table> <thead> <tr> <th>File</th> <th>Sha256</th> </tr> </thead> <tbody> <tr> <td>kotlin-compiler-1.9.22.zip</td> <td>88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6</td> </tr> <tr> <td>kotlin-native-linux-x86_64-1.9.22.tar.gz</td> <td>c2b0a6481ced5401db4a7028661c039b7466996efaa554bbcc6a3d421ac5e7d4</td> </tr> <tr> <td>kotlin-native-macos-x86_64-1.9.22.tar.gz</td> <td>4646c9bc289d48a228064f565f3a968dde3dcccd7821f403717c708f6ffa8285</td> </tr> <tr> <td>kotlin-native-macos-aarch64-1.9.22.tar.gz</td> <td>8a95c0e0eb46b41b6d02a1942dc7dfe8c70082a2a26679490a77cd486f0ec8dd</td> </tr> <tr> <td>kotlin-native-windows-x86_64-1.9.22.zip</td> <td>a9d7bcf38a41a84002ba7a733b08e97b554225a39656d5158fc31dc6d0acede4</td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin:kotlin-stdlib's changelog</a>.</em></p> <blockquote> <h2>1.9.22</h2> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-63719"><code>KT-63719</code></a> KJS: Test results ignored for ES module kind</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63808"><code>KT-63808</code></a> compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-64139"><code>KT-64139</code></a> Weird bug with while and coroutine in Kotlin Native</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63471"><code>KT-63471</code></a> linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63789"><code>KT-63789</code></a> Native: Incremental compilation problem with compose</li> </ul> <h3>Tools. CLI</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-64485"><code>KT-64485</code></a> CLI: cache and optimize parsing of command-line arguments</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-63990"><code>KT-63990</code></a> "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects</li> </ul> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-63363"><code>KT-63363</code></a> Kotlin Gradle Plugin: <code>KotlinNativeHostSpecificMetadataArtifact</code> breaks configuration cache, implicitly includes output file as configuration cache input</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63742"><code>KT-63742</code></a> Gradle wrongly caches Kotlin/Native compiler flags</li> </ul> <h3>Tools. JPS</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-64305"><code>KT-64305</code></a> Kotlin JPS builder requests chunk rebuild with graph implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-64112"><code>KT-64112</code></a> Avoid using IJ's JPS mappings in Kotlin JPS tests</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-63799"><code>KT-63799</code></a> Make plugin classpath serialization path agnostic</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b32ae49d0a |
chore(deps): bump github/codeql-action from 2 to 3 (#3059)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>CodeQL Bundle v2.15.5</h2> <p>Bundles CodeQL CLI v2.15.5</p> <ul> <li>(<a href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.5">release</a>)</li> </ul> <p>Includes the following CodeQL language packs from <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5"><code>github/codeql@codeql-cli/v2.15.5</code></a>:</p> <ul> <li><code>codeql/cpp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/src">source</a>)</li> <li><code>codeql/cpp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/lib">source</a>)</li> <li><code>codeql/csharp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/src">source</a>)</li> <li><code>codeql/csharp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/lib">source</a>)</li> <li><code>codeql/go-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/src">source</a>)</li> <li><code>codeql/go-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/lib">source</a>)</li> <li><code>codeql/java-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/src">source</a>)</li> <li><code>codeql/java-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/lib">source</a>)</li> <li><code>codeql/javascript-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/src">source</a>)</li> <li><code>codeql/javascript-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/lib">source</a>)</li> <li><code>codeql/python-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/src">source</a>)</li> <li><code>codeql/python-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/lib">source</a>)</li> <li><code>codeql/ruby-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/src">source</a>)</li> <li><code>codeql/ruby-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/lib">source</a>)</li> <li><code>codeql/swift-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/src">source</a>)</li> <li><code>codeql/swift-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/lib">source</a>)</li> </ul> <h2>CodeQL Bundle v2.15.4</h2> <p>Bundles CodeQL CLI v2.15.4</p> <ul> <li>(<a href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.4">release</a>)</li> </ul> <p>Includes the following CodeQL language packs from <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4"><code>github/codeql@codeql-cli/v2.15.4</code></a>:</p> <ul> <li><code>codeql/cpp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/src">source</a>)</li> <li><code>codeql/cpp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/lib">source</a>)</li> <li><code>codeql/csharp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/src">source</a>)</li> <li><code>codeql/csharp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/lib">source</a>)</li> <li><code>codeql/go-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/src">source</a>)</li> <li><code>codeql/go-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/lib">source</a>)</li> <li><code>codeql/java-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/src">source</a>)</li> <li><code>codeql/java-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/lib">source</a>)</li> <li><code>codeql/javascript-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/src">source</a>)</li> <li><code>codeql/javascript-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/lib">source</a>)</li> <li><code>codeql/python-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/src">source</a>)</li> <li><code>codeql/python-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/lib">source</a>)</li> <li><code>codeql/ruby-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/src">source</a>)</li> <li><code>codeql/ruby-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/lib">source</a>)</li> <li><code>codeql/swift-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/src">source</a>)</li> <li><code>codeql/swift-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/lib">source</a>)</li> </ul> <h2>CodeQL Bundle</h2> <p>Bundles CodeQL CLI v2.15.3</p> <ul> <li>(<a href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.3">release</a>)</li> </ul> <p>Includes the following CodeQL language packs from <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3"><code>github/codeql@codeql-cli/v2.15.3</code></a>:</p> <ul> <li><code>codeql/cpp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3/cpp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3/cpp/ql/src">source</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
7d8d172bef |
chore(deps): bump actions/upload-artifact from 3 to 4 (#3060)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <p>The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.</p> <p>For more information, see the <a href="https://github.com/actions/toolkit/tree/main/packages/artifact"><code>@actions/artifact</code></a> documentation.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vmjoseph"><code>@vmjoseph</code></a> made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/464">actions/upload-artifact#464</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v3...v4.0.0">https://github.com/actions/upload-artifact/compare/v3...v4.0.0</a></p> <h2>v3.1.3</h2> <h2>What's Changed</h2> <ul> <li>chore(github): remove trailing whitespaces by <a href="https://github.com/ljmf00"><code>@ljmf00</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/313">actions/upload-artifact#313</a></li> <li>Bump <code>@actions/artifact</code> version to v1.1.2 by <a href="https://github.com/bethanyj28"><code>@bethanyj28</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/436">actions/upload-artifact#436</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v3...v3.1.3">https://github.com/actions/upload-artifact/compare/v3...v3.1.3</a></p> <h2>v3.1.2</h2> <ul> <li>Update all <code>@actions/*</code> NPM packages to their latest versions- <a href="https://redirect.github.com/actions/upload-artifact/issues/374">#374</a></li> <li>Update all dev dependencies to their most recent versions - <a href="https://redirect.github.com/actions/upload-artifact/issues/375">#375</a></li> </ul> <h2>v3.1.1</h2> <ul> <li>Update actions/core package to latest version to remove <code>set-output</code> deprecation warning <a href="https://redirect.github.com/actions/upload-artifact/issues/351">#351</a></li> </ul> <h2>v3.1.0</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>@actions/artifact</code> to v1.1.0 (<a href="https://redirect.github.com/actions/upload-artifact/pull/327">actions/upload-artifact#327</a>) <ul> <li>Adds checksum headers on artifact upload (<a href="https://redirect.github.com/actions/toolkit/pull/1095">actions/toolkit#1095</a>) (<a href="https://redirect.github.com/actions/toolkit/pull/1063">actions/toolkit#1063</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fc8767acd3 |
chore(deps): bump actions/download-artifact from 3 to 4 (#3061)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <p>The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.</p> <p>For more information, see the <a href="https://github.com/actions/toolkit/tree/main/packages/artifact"><code>@actions/artifact</code></a> documentation.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bflad"><code>@bflad</code></a> made their first contribution in <a href="https://redirect.github.com/actions/download-artifact/pull/194">actions/download-artifact#194</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/download-artifact/compare/v3...v4.0.0">https://github.com/actions/download-artifact/compare/v3...v4.0.0</a></p> <h2>v3.0.2</h2> <ul> <li>Bump <code>@actions/artifact</code> to v1.1.1 - <a href="https://redirect.github.com/actions/download-artifact/pull/195">actions/download-artifact#195</a></li> <li>Fixed a bug in Node16 where if an HTTP download finished too quickly (<1ms, e.g. when it's mocked) we attempt to delete a temp file that has not been created yet <a href="hhttps://redirect.github.com/actions/toolkit/pull/1278">actions/toolkit#1278</a></li> </ul> <h2>v3.0.1</h2> <ul> <li><a href="https://redirect.github.com/actions/download-artifact/pull/178">Bump <code>@actions/core</code> to 1.10.0</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0d8d78d0ae |
chore(deps): bump actions/setup-python from 4 to 5 (#3062)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-python/releases">actions/setup-python's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <p>In scope of this release, we update node version runtime from node16 to node20 (<a href="https://redirect.github.com/actions/setup-python/pull/772">actions/setup-python#772</a>). Besides, we update dependencies to the latest versions.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0">https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0</a></p> <h2>v4.8.0</h2> <h2>What's Changed</h2> <p>In scope of this release we added support for GraalPy (<a href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a>). You can use this snippet to set up GraalPy:</p> <pre lang="yaml"><code>steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 'graalpy-22.3' - run: python my_script.py </code></pre> <p>Besides, the release contains such changes as:</p> <ul> <li>Trim python version when reading from file by <a href="https://github.com/FerranPares"><code>@FerranPares</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li> <li>Use non-deprecated versions in examples by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li> <li>Change deprecation comment to past tense by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/723">actions/setup-python#723</a></li> <li>Bump <code>@babel/traverse</code> from 7.9.0 to 7.23.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/743">actions/setup-python#743</a></li> <li>advanced-usage.md: Encourage the use actions/checkout@v4 by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/729">actions/setup-python#729</a></li> <li>Examples now use checkout@v4 by <a href="https://github.com/simonw"><code>@simonw</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/738">actions/setup-python#738</a></li> <li>Update actions/checkout to v4 by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/761">actions/setup-python#761</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/FerranPares"><code>@FerranPares</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li> <li><a href="https://github.com/timfel"><code>@timfel</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a></li> <li><a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4...v4.8.0">https://github.com/actions/setup-python/compare/v4...v4.8.0</a></p> <h2>v4.7.1</h2> <h2>What's Changed</h2> <ul> <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/702">actions/setup-python#702</a></li> <li>Add range validation for toml files by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/726">actions/setup-python#726</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4...v4.7.1">https://github.com/actions/setup-python/compare/v4...v4.7.1</a></p> <h2>v4.7.0</h2> <p>In scope of this release, the support for reading python version from pyproject.toml was added (<a href="https://redirect.github.com/actions/setup-python/pull/669">actions/setup-python#669</a>).</p> <pre lang="yaml"><code> - name: Setup Python uses: actions/setup-python@v4 </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2036f81476 |
chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 in /website (#3063)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.3.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed issues query for Typescript 5.3.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed issues query for Typescript 5.3.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+">fixed issues query for Typescript 5.3.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+">fixed issues query for Typescript 5.3.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed issues query for Typescript 5.3.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed issues query for Typescript 5.3.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+">fixed issues query for Typescript 5.3.2 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.3 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3-rc/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed issues query for Typescript 5.3.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed issues query for Typescript 5.3.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.3 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed issues query for Typescript v5.3.0 (Beta)</a>.</li> </ul> <p>Downloads are available on <a href="https://www.npmjs.com/package/typescript">npm</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
26585ff594 |
chore(deps): bump tailwindcss from 3.3.5 to 3.4.0 in /website (#3064)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.5 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Tailwind CSS v3.4 has arrived! Check out the <a href="https://tailwindcss.com/blog/tailwindcss-v3-4">announcement post</a> for a guided tour through all of the highlights.</p> <h3>Added</h3> <ul> <li>Add <code>svh</code>, <code>lvh</code>, and <code>dvh</code> values to default <code>height</code>/<code>min-height</code>/<code>max-height</code> theme (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11317">#11317</a>)</li> <li>Add <code>has-*</code> variants for <code>:has(...)</code> pseudo-class (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11318">#11318</a>)</li> <li>Add <code>text-wrap</code> utilities including <code>text-balance</code> and <code>text-pretty</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11320">#11320</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12031">#12031</a>)</li> <li>Extend default <code>opacity</code> scale to include all steps of 5 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11832">#11832</a>)</li> <li>Update Preflight <code>html</code> styles to include shadow DOM <code>:host</code> pseudo-class (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11200">#11200</a>)</li> <li>Increase default values for <code>grid-rows-*</code> utilities from 1–6 to 1–12 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12180">#12180</a>)</li> <li>Add <code>size-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12287">#12287</a>)</li> <li>Add utilities for CSS subgrid (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12298">#12298</a>)</li> <li>Add spacing scale to <code>min-w-*</code>, <code>min-h-*</code>, and <code>max-w-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12300">#12300</a>)</li> <li>Add <code>forced-color-adjust</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11931">#11931</a>)</li> <li>Add <code>forced-colors</code> variant (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11694">#11694</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12582">#12582</a>)</li> <li>Add <code>appearance-auto</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12404">#12404</a>)</li> <li>Add logical property values for <code>float</code> and <code>clear</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12480">#12480</a>)</li> <li>Add <code>*</code> variant for targeting direct children (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12551">#12551</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Simplify the <code>sans</code> font-family stack (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11748">#11748</a>)</li> <li>Disable the tap highlight overlay on iOS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12299">#12299</a>)</li> <li>Improve relative precedence of <code>rtl</code>, <code>ltr</code>, <code>forced-colors</code>, and <code>dark</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12584">#12584</a>)</li> </ul> <h2>v3.3.7</h2> <h3>Fixed</h3> <ul> <li>Fix support for container query utilities with arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12534">#12534</a>)</li> <li>Fix custom config loading in Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12616">#12616</a>)</li> </ul> <h2>v3.3.6</h2> <h3>Fixed</h3> <ul> <li>Don’t add spaces to negative numbers following a comma (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12324">#12324</a>)</li> <li>Don't emit <code>@config</code> in CSS when watching via the CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12327">#12327</a>)</li> <li>Improve types for <code>resolveConfig</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12272">#12272</a>)</li> <li>Ensure configured <code>font-feature-settings</code> for <code>mono</code> are included in Preflight (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12342">#12342</a>)</li> <li>Improve candidate detection in minified JS arrays (without spaces) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12396">#12396</a>)</li> <li>Don't crash when given applying a variant to a negated version of a simple utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12514">#12514</a>)</li> <li>Fix support for slashes in arbitrary modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12515">#12515</a>)</li> <li>Fix source maps of variant utilities that come from an <code>@layer</code> rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12508">#12508</a>)</li> <li>Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12506">#12506</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.0] - 2023-12-19</h2> <h3>Added</h3> <ul> <li>Add <code>svh</code>, <code>lvh</code>, and <code>dvh</code> values to default <code>height</code>/<code>min-height</code>/<code>max-height</code> theme (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11317">#11317</a>)</li> <li>Add <code>has-*</code> variants for <code>:has(...)</code> pseudo-class (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11318">#11318</a>)</li> <li>Add <code>text-wrap</code> utilities including <code>text-balance</code> and <code>text-pretty</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11320">#11320</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12031">#12031</a>)</li> <li>Extend default <code>opacity</code> scale to include all steps of 5 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11832">#11832</a>)</li> <li>Update Preflight <code>html</code> styles to include shadow DOM <code>:host</code> pseudo-class (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11200">#11200</a>)</li> <li>Increase default values for <code>grid-rows-*</code> utilities from 1–6 to 1–12 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12180">#12180</a>)</li> <li>Add <code>size-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12287">#12287</a>)</li> <li>Add utilities for CSS subgrid (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12298">#12298</a>)</li> <li>Add spacing scale to <code>min-w-*</code>, <code>min-h-*</code>, and <code>max-w-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12300">#12300</a>)</li> <li>Add <code>forced-color-adjust</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11931">#11931</a>)</li> <li>Add <code>forced-colors</code> variant (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11694">#11694</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12582">#12582</a>)</li> <li>Add <code>appearance-auto</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12404">#12404</a>)</li> <li>Add logical property values for <code>float</code> and <code>clear</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12480">#12480</a>)</li> <li>Add <code>*</code> variant for targeting direct children (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12551">#12551</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Simplify the <code>sans</code> font-family stack (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11748">#11748</a>)</li> <li>Disable the tap highlight overlay on iOS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12299">#12299</a>)</li> <li>Improve relative precedence of <code>rtl</code>, <code>ltr</code>, <code>forced-colors</code>, and <code>dark</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12584">#12584</a>)</li> </ul> <h2>[3.3.7] - 2023-12-18</h2> <h3>Fixed</h3> <ul> <li>Fix support for container query utilities with arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12534">#12534</a>)</li> <li>Fix custom config loading in Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12616">#12616</a>)</li> </ul> <h2>[3.3.6] - 2023-12-04</h2> <h3>Fixed</h3> <ul> <li>Improve types for <code>resolveConfig</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12272">#12272</a>)</li> <li>Don’t add spaces to negative numbers following a comma (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12324">#12324</a>)</li> <li>Don't emit <code>@config</code> in CSS when watching via the CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12327">#12327</a>)</li> <li>Ensure configured <code>font-feature-settings</code> for <code>mono</code> are included in Preflight (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12342">#12342</a>)</li> <li>Improve candidate detection in minified JS arrays (without spaces) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12396">#12396</a>)</li> <li>Don't crash when given applying a variant to a negated version of a simple utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12514">#12514</a>)</li> <li>Fix support for slashes in arbitrary modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12515">#12515</a>)</li> <li>Fix source maps of variant utilities that come from an <code>@layer</code> rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12508">#12508</a>)</li> <li>Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12506">#12506</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ddbbfd1962 |
chore(deps): bump @mdx-js/react from 2.3.0 to 3.0.0 in /website (#3065)
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 2.3.0 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/mdx/releases"><code>@mdx-js/react</code>'s releases</a>.</em></p> <blockquote> <h2>3.0.0</h2> <p>(see <a href="https://mdxjs.com/migrating/v3/">https://mdxjs.com/migrating/v3/</a> on how to migrate)</p> <h4>Change</h4> <ul> <li>e08b7596 5afa48e6 Change to require Node 16</li> <li>5a13d73b Change to use export maps</li> <li>cbc2822f Update <code>unified</code>, types, plugins, etc</li> <li>96b51f93 Remove inferral of development from <code>NODE_ENV</code></li> </ul> <h4>Change (unlikely to affect you)</h4> <ul> <li>c961af80 Remove <code>useDynamicImport</code> option</li> <li>9cb26fd1 <code>@mdx-js/register</code>: remove package</li> <li>0d1558a3 <code>@mdx-js/esbuild</code>: remove experimental <code>allowDangerousRemoteMdx</code></li> <li>0f62bce9 <code>@mdx-js/node-loader</code>: remove <code>fixRuntimeWithoutExportMap</code></li> <li>4f924227 <code>@mdx-js/preact</code>: remove deprecated <code>MDXContext</code>, <code>withMDXComponents</code></li> <li>a362bb43 <code>@mdx-js/react</code>: remove deprecated <code>MDXContext</code>, <code>withMDXComponents</code></li> </ul> <h4>Add</h4> <ul> <li>e12f3079 Add support for passing <code>baseUrl</code> when running</li> <li>2c511a40 Add support for <code>baseUrl</code> as a <code>URL</code></li> <li>1863914c Add deprecation warning for classic runtime</li> <li>a34177c3 Add support for ES2024 in MDX, adjacent JSX and expression blocks</li> <li>44fd9cac Add support for <code>await</code> in MDX</li> <li>3a7f1947 Add <code>tableCellAlignToStyle</code> option, to use <code>align</code></li> <li>fdfe17b8 <code>@mdx-js/rollup</code>: add support for Vite development mode by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2376">mdx-js/mdx#2376</a></li> </ul> <h4>Misc</h4> <ul> <li>f48d038b Remove unneeded pragma comment after transform</li> <li>8f3b2920 Add a <code>use strict</code> directive to function bodies</li> <li>172e5190 <code>@mdx-js/react</code>: fix to classify <code>@types/react</code> as a peer dependency by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2281">mdx-js/mdx#2281</a></li> <li>a7bd79bb Refactor output to immediately export default</li> <li>e525db9b dae82ae4 Refactor some errors</li> <li>ce173f28 Refactor to add types for JSX runtimes</li> <li>8a563128 Refactor output to use spread, not <code>Object.assign</code> by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2328">mdx-js/mdx#2328</a></li> <li>825717fd Refactor to sort default components by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2318">mdx-js/mdx#2318</a></li> <li>d8a62d20 Add missing type dependencies by <a href="https://github.com/arcanis"><code>@arcanis</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2256">mdx-js/mdx#2256</a></li> </ul> <h4>Docs</h4> <ul> <li>a9f0c046 Add guide on injecting components</li> <li>24e3d8d1 Add compat sections to readmes</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
45cca8a4cf |
chore(deps): bump @types/node from 20.10.1 to 20.10.6 in /website (#3067)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.1 to 20.10.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">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> |
||
|
|
05a64a9e20 |
chore(deps): bump com.diffplug.spotless from 6.23.2 to 6.23.3 in /kotlin/android (#3071)
Bumps com.diffplug.spotless from 6.23.2 to 6.23.3. [](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> |
||
|
|
2039839da3 |
chore(deps): bump androidx.navigation:navigation-safe-args-gradle-plugin from 2.7.5 to 2.7.6 in /kotlin/android (#3073)
Bumps androidx.navigation:navigation-safe-args-gradle-plugin from 2.7.5 to 2.7.6. [](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> |
||
|
|
2a0ce023d9 |
chore(deps): bump gettext from 0.23.1 to 0.24.0 in /elixir (#3076)
Bumps [gettext](https://github.com/elixir-gettext/gettext) from 0.23.1 to 0.24.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/elixir-gettext/gettext/blob/main/CHANGELOG.md">gettext's changelog</a>.</em></p> <blockquote> <h2>v0.24.0</h2> <ul> <li> <p>Handle singular and plural messages with the same <code>msgid</code> as the same message.</p> <p>This change produces a <code>Expo.PO.DuplicateMessagesError</code> if you already have messages with the same singular <code>msgid</code>. This can be solved by calling the <code>expo.msguniq</code> mix task on your <code>.po</code> file:</p> <pre lang="bash"><code>mix expo.msguniq \ priv/gettext/LOCALE/LC_MESSAGES/DOMAIN.po \ --output-file priv/gettext/LOCALE/LC_MESSAGES/DOMAIN.po </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |