mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
23e8029acc06bd2b665ee67d32a8adde823b7cb0
2928 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
23e8029acc |
Add traffic filter feature flag (#2568)
Why: * The traffic filter functionality is not quite ready in the system as a whole, so the web UI will give the ability to hide the section of the forms to allow for a better end user experience. |
||
|
|
3d44b0e626 | Try with a draft: true | ||
|
|
0cafa7edbd | Try to find a way for action not to create a new release | ||
|
|
b1aaa74976 |
Trim trailing whitespace
My VSCode doesn't want to work properly with Github Action Files. |
||
|
|
6fe0bc229e | Fix outputs and try both solutions | ||
|
|
30aad4e052 | Fix gh command | ||
|
|
2831405de1 | Trim trailing whitespace in cd.yml | ||
|
|
627b6c97b6 | Try using gh cli to upload the release assets | ||
|
|
013c633539 | Try a different gh action to upload release asset | ||
|
|
cb6f63641f | Also release major and major.minor -tagged containers | ||
|
|
8c35e3a4fa | Deploy a demo instance to staging project | ||
|
|
76fabd019c |
build(deps): Bump domain from 0.9.0 to 0.9.1 in /rust (#2596)
Bumps [domain](https://github.com/nlnetlabs/domain) from 0.9.0 to 0.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nlnetlabs/domain/releases">domain's releases</a>.</em></p> <blockquote> <h2>0.9.1</h2> <p>Bug fixes</p> <ul> <li>Added missing <code>?Sized</code> bounds to the octets type for parsing <code>ZoneRecordData</code> and <code>UnknownRecordData</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a> by [<a href="https://github.com/hunts"><code>@hunts</code></a>])</li> </ul> <p><a href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/237">NLnetLabs/domain#237</a> [<a href="https://github.com/hunts"><code>@hunts</code></a>]: <a href="https://github.com/hunts">https://github.com/hunts</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/NLnetLabs/domain/blob/main/Changelog.md">domain's changelog</a>.</em></p> <blockquote> <h2>0.9.1</h2> <p>Released 2023-10-27.</p> <p>Bug fixes</p> <ul> <li>Added missing <code>?Sized</code> bounds to the octets type for parsing <code>ZoneRecordData</code> and <code>UnknownRecordData</code>. (<a href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a> by [<a href="https://github.com/hunts"><code>@hunts</code></a>])</li> </ul> <p><a href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a>: <a href="https://redirect.github.com/NLnetLabs/domain/pull/237">NLnetLabs/domain#237</a> [<a href="https://github.com/hunts"><code>@hunts</code></a>]: <a href="https://github.com/hunts">https://github.com/hunts</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
6899b70da2 |
build(deps): Bump tokio-util from 0.7.9 to 0.7.10 in /rust (#2595)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.9 to 0.7.10. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/tokio-rs/tokio/commits">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c51b03315e |
build(deps): Bump libc from 0.2.149 to 0.2.150 in /rust (#2594)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.149 to 0.2.150. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.150</h2> <h2>What's Changed</h2> <ul> <li>feat: closefrom() and close_range() for FreeBSD by <a href="https://github.com/SteveLauC"><code>@SteveLauC</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3374">rust-lang/libc#3374</a></li> <li>adding apple ifreq by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3375">rust-lang/libc#3375</a></li> <li>Add pthread_once by <a href="https://github.com/0xcaff"><code>@0xcaff</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3376">rust-lang/libc#3376</a></li> <li>netbsd: Add SO_NOSIGPIPE by <a href="https://github.com/taiki-e"><code>@taiki-e</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3377">rust-lang/libc#3377</a></li> <li>Say goodbye to GH Pages in favor of docs.rs by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3378">rust-lang/libc#3378</a></li> <li>bugfix for teeos use Option by <a href="https://github.com/Sword-Destiny"><code>@Sword-Destiny</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3379">rust-lang/libc#3379</a></li> <li>openbsd/netbsd sharing execvpe definition by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3382">rust-lang/libc#3382</a></li> <li>ifreq for apple follow-up fix case when in non libc_union case by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3385">rust-lang/libc#3385</a></li> <li>NetBSD's mod.rs: fix cpuid_t definition. by <a href="https://github.com/he32"><code>@he32</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3386">rust-lang/libc#3386</a></li> <li>ifconf addition to apple. fixing freebsd's implementation while at it. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3388">rust-lang/libc#3388</a></li> <li>adding exect/execvP for FreeBSD/DragonflyBSD by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3381">rust-lang/libc#3381</a></li> <li>adding execvP for apple by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3383">rust-lang/libc#3383</a></li> <li>adding ifreq struct for openbsd by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3384">rust-lang/libc#3384</a></li> <li>Add <code>MCL_ONFAULT</code> constants by <a href="https://github.com/newpavlov"><code>@newpavlov</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3380">rust-lang/libc#3380</a></li> <li>Add time namespace constant by <a href="https://github.com/cd-work"><code>@cd-work</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3352">rust-lang/libc#3352</a></li> <li>adding few more CLONE_* constant for Linux/Android. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3034">rust-lang/libc#3034</a></li> <li>android add handful lock free stdio calls by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3290">rust-lang/libc#3290</a></li> <li>hurd: Fix msghdr's msg_iov field type by <a href="https://github.com/sthibaul"><code>@sthibaul</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3389">rust-lang/libc#3389</a></li> <li>Adding missing macros from linux/if_tun.h by <a href="https://github.com/BrandonMFong"><code>@BrandonMFong</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3320">rust-lang/libc#3320</a></li> <li>vxworks: Add mman.h consts and shm functions by <a href="https://github.com/jdygert-spok"><code>@jdygert-spok</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3406">rust-lang/libc#3406</a></li> <li>Reenable FreeBSD 14 CI, and update definitions to match 14.0-RC1. by <a href="https://github.com/asomers"><code>@asomers</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3355">rust-lang/libc#3355</a></li> <li>Use new check-cfg syntax in newer nightly by <a href="https://github.com/Urgau"><code>@Urgau</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3410">rust-lang/libc#3410</a></li> <li>musl fixes and musl+riscv32 fixes by <a href="https://github.com/akiernan"><code>@akiernan</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3302">rust-lang/libc#3302</a></li> <li>Add various constants from OpenBSD's sys/exec_elf.h. by <a href="https://github.com/ltratt"><code>@ltratt</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3409">rust-lang/libc#3409</a></li> <li>riscv64/musl: Add landlock syscalls by <a href="https://github.com/marv"><code>@marv</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3398">rust-lang/libc#3398</a></li> <li>Add stat64at function declaration to AIX by <a href="https://github.com/ecnelises"><code>@ecnelises</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3324">rust-lang/libc#3324</a></li> <li>adding getmntinfo/getmntvinfo for DragonFlyBSD. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3394">rust-lang/libc#3394</a></li> <li>adding MOVE_MOUNT* constants for linux to use with SYS_move_mount by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3391">rust-lang/libc#3391</a></li> <li>freebsd adding PROT_MAX|PROT_MAX_EXTRACT mmap flags by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3399">rust-lang/libc#3399</a></li> <li>linux/android adding few if_alg.h constants. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3404">rust-lang/libc#3404</a></li> <li>Setup Dependabot for GitHub Actions by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3411">rust-lang/libc#3411</a></li> <li>For NetBSD: add entry for NetBSD/riscv64. by <a href="https://github.com/he32"><code>@he32</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3291">rust-lang/libc#3291</a></li> <li>adding more recent pthread_get/setname_np calls to freebsd/dragonflybsd by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3412">rust-lang/libc#3412</a></li> <li>NetBSD/mipsel: add support. by <a href="https://github.com/he32"><code>@he32</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3416">rust-lang/libc#3416</a></li> <li>feat: add new constants from fanotify linux api by <a href="https://github.com/ad0"><code>@ad0</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3408">rust-lang/libc#3408</a></li> <li>linux: add PTRACE_GETSIGMASK and PTRACE_SETSIGMASK by <a href="https://github.com/mbyzhang"><code>@mbyzhang</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3163">rust-lang/libc#3163</a></li> <li>Add a few declarations for Apple systems by <a href="https://github.com/vincentisambart"><code>@vincentisambart</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3328">rust-lang/libc#3328</a></li> <li>feat: Added ifconf struct by <a href="https://github.com/Brijeshkrishna"><code>@Brijeshkrishna</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3393">rust-lang/libc#3393</a></li> <li>Upgrade Docker images to Ubuntu 23.10 by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3418">rust-lang/libc#3418</a></li> <li>redox: Add remaining <code>grp.h</code> functions by <a href="https://github.com/ids1024"><code>@ids1024</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3421">rust-lang/libc#3421</a></li> <li>netbsd/openbsd adding more accessors to siginfo_t. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3400">rust-lang/libc#3400</a></li> <li>Prepare release for v0.2.150 by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3424">rust-lang/libc#3424</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/0xcaff"><code>@0xcaff</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3376">rust-lang/libc#3376</a></li> <li><a href="https://github.com/he32"><code>@he32</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3386">rust-lang/libc#3386</a></li> <li><a href="https://github.com/sthibaul"><code>@sthibaul</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3389">rust-lang/libc#3389</a></li> <li><a href="https://github.com/BrandonMFong"><code>@BrandonMFong</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3320">rust-lang/libc#3320</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0c6b2c079b |
build(deps): Bump serde_json from 1.0.107 to 1.0.108 in /rust (#2593)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.108</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/serde-rs/json/issues/1075">#1075</a>, <a href="https://redirect.github.com/serde-rs/json/issues/1081">#1081</a>, <a href="https://redirect.github.com/serde-rs/json/issues/1082">#1082</a>, thanks <a href="https://github.com/dimo414"><code>@dimo414</code></a> and <a href="https://github.com/fritzrehde"><code>@fritzrehde</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b33e8fd04e |
build(deps): Bump futures-bounded from 0.2.0 to 0.2.1 in /rust (#2592)
Bumps [futures-bounded](https://github.com/libp2p/rust-libp2p) from 0.2.0 to 0.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/libp2p/rust-libp2p/releases">futures-bounded's releases</a>.</em></p> <blockquote> <h2>libp2p-v0.53.0</h2> <p>The most ergonomic version of rust-libp2p yet!</p> <p>We've been busy again, with over <a href="https://github.com/libp2p/rust-libp2p/compare/libp2p-v0.52.0...master">250</a> PRs being merged into <code>master</code> since <code>v0.52.0</code> (excluding dependency updates).</p> <h2>Backwards-compatible features</h2> <p>Numerous improvements landed as patch releases since the <code>v0.52.0</code> release, for example a new, type-safe <a href="https://redirect.github.com/libp2p/rust-libp2p/pull/4120"><code>SwarmBuilder</code></a> that also encompasses the most common transport protocols:</p> <pre lang="rust"><code>let mut swarm = libp2p::SwarmBuilder::with_new_identity() .with_tokio() .with_tcp( tcp::Config::default().port_reuse(true).nodelay(true), noise::Config::new, yamux::Config::default, )? .with_quic() .with_dns()? .with_relay_client(noise::Config::new, yamux::Config::default)? .with_behaviour(|keypair, relay_client| Behaviour { relay_client, ping: ping::Behaviour::default(), dcutr: dcutr::Behaviour::new(keypair.public().to_peer_id()), })? .build(); </code></pre> <p>The new builder makes heavy use of the type-system to guide you towards a correct composition of all transports. For example, it is important to compose the DNS transport as a wrapper around all other transports but before the relay transport. Luckily, you no longer need to worry about these details as the builder takes care of that for you! Have a look yourself if you dare <a href="https://github.com/libp2p/rust-libp2p/tree/master/libp2p/src/builder">here</a> but be warned, the internals are a bit wild :)</p> <p>Some more features that we were able to ship in <code>v0.52.X</code> patch-releases include:</p> <ul> <li><a href="https://redirect.github.com/libp2p/rust-libp2p/pull/4325">stable QUIC implementation</a></li> <li>for rust-libp2p compiled to WASM running in the browser <ul> <li><a href="https://redirect.github.com/libp2p/rust-libp2p/pull/4015">WebTransport support</a></li> <li><a href="https://redirect.github.com/libp2p/rust-libp2p/pull/4248">WebRTC support</a></li> </ul> </li> <li><a href="https://redirect.github.com/libp2p/rust-libp2p/pull/4156">UPnP implementation to automatically configure port-forwarding with ones gateway</a></li> <li><a href="https://redirect.github.com/libp2p/rust-libp2p/pull/4281">option to limit connections based on available memory</a></li> </ul> <p>We always try to ship as many features as possible in a backwards-compatible way to get them to you faster. Often times, these come with deprecations to give you a heads-up about what will change in a future version. We advise updating to each intermediate version rather than skipping directly to the most recent one, to avoid missing any crucial deprecation warnings. We highly recommend you stay up-to-date with the latest version to make upgrades as smooth as possible.</p> <p>Some improvments we unfortunately cannot ship in a way that Rust considers a non-breaking change but with every release, we attempt to smoothen the way for future upgrades.</p> <h2><code>#[non_exhaustive]</code> on key enums</h2> <p>We've identified that adding a new "message" to the <code>ToSwarm</code> enum is a common cause for breaking changes. This enum is used by plugins (i.e. <code>NetworkBehaviour</code>s) to communicate with the <code>Swarm</code>. Similarly, the <code>FromSwarm</code> enum is used to inform plugins about state changes. By adding <code>#[non_exhaustive]</code> to these and other enums we enable future additions to be non-breaking changes.</p> <p>For example, <a href="https://redirect.github.com/libp2p/rust-libp2p/issues/4302">we plan</a> to allow <code>NetworkBehaviour</code>s to share addresses of peers they've discovered with each other. Previously, we had to queue this feature until the next breaking change whereas now, we can simply ship it as soon as it is ready!</p> <p>Thanks to <a href="https://github.com/dhuseby"><code>@dhuseby</code></a> for getting the ball rolling on this one. See <a href="https://redirect.github.com/libp2p/rust-libp2p/pull/4581">PR 4581</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0d1df924dc |
build(deps): Bump clap from 4.4.6 to 4.4.7 in /rust (#2525)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.4.7] - 2023-10-24</h2> <h3>Performance</h3> <ul> <li>Reduced code size</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
ee02b8c6e5 |
Remove paid runners (#2577)
These aren't worth the cost for us at the moment -- they shave maybe 10-15% off the total CI time and the $$ would be better spent on dedicated servers which we can also use to run regression tests, etc. <img width="949" alt="Screenshot 2023-11-02 at 2 21 21 PM" src="https://github.com/firezone/firezone/assets/167144/9cbb17ef-6e0c-4d20-a938-45a64ed76c25"> |
||
|
|
953ddeace6 |
connlib: update upstream dns format configuration (#2543)
fixes #2297 |
||
|
|
b404f10d87 |
refactor(connlib): read from device as part of eventloop (#2520)
As a next step in refactoring the tunnel implementation, I am removing the `device_handler` task and instead use a poll-based function to read from the device. Removing the task means there is one less component that accesses the `Tunnel` via shared-memory. The final one after this PR is the `peer_handler`. Once all shared-access is gone, we can stop using `Arc<Tunnel>` and with it, remove all uses of `Mutex` in the tunnel and simply use `&mut self`. To remove the `device_handler`, we introduce a `Device::poll_read` function that we call as the very first thing in the `Tunnel`'s poll-function. At a later point, we want to think about prioritization within the event loop. I'd suggest deferring that until we have removed the locks as handling the guards is a bit finicky at this stage. |
||
|
|
efe54cc2ec |
DRY resource live controllers (#2570)
I noticed that you still can go to the old resources view from Policies page and there were two ways to fix that: 1. Change many-to-many connection between sites and resources to one-to-many, which means we will change domain model and drop multi-site load balancing feature; 2. Change the templates not to hide the old views but rather make them complimentary by accepting `site_id` query param, which slightly changed their behavior, so that it's the same view from sites and policies, just without a way to access Resources index page (unless future feature flag is enabled). This PR implements (2). |
||
|
|
b8d52f0129 |
New README (#2571)
Fixes firezone/gtm#125 |
||
|
|
a631699c27 |
Update early access timeline, remove announcement banner (#2572)
- Update timeline to reflect revised estimates 😅
- Remove announcement banner -- been up since August and felt it was
getting stale / annoying
|
||
|
|
457845917a |
Fix logo color, font, size (#2576)
- Make logo square, fix colors - Capitalize `F` and use brand font `Source Sans Pro` - Minor tweak to mobile screen sizes' logo |
||
|
|
c12af429c9 |
cp binary artifacts to location Docker build is expecting (#2574)
Fixes https://github.com/firezone/firezone/actions/runs/6734189073/job/18305377757#step:11:215 |
||
|
|
e943f2aa4c |
feat(android): Implemented share diagnostic log functionality (#2528)
Fixes #2017 - Added settings button to session screen. - Added the `Share Diagnostic Logs` button on the settings screen. - Implemented zip and share functionality. |
||
|
|
a9f262c3ee |
apple: Advanced settings and settings ux changes (#2540)
This is a follow-up to #2477 -- I requested the apple changes to be not included in that PR. This PR has: - A new tabbed UI for settings - Advanced settings for the dataplane configuration mentioned in #2477 |
||
|
|
8763be7e5c |
Distribute apps on version bumps and manual trigger instead of PR labels (#2535)
Unfortunately the label-based method of distributing app builds was flawed because it was trigger on `push: main` which doesn't include the PR label metadata in the event. Instead, we can (and probably should) distribute new app builds to testers whenever the patch version changes. This PR aims to do that. What this means: - We'll want to bump the patch version to distribute new app builds to Test Flight and Play Console. I think this is ok, because once the build goes to Test Flight or Play Console for distribution, it should be potentially publishable. This is the assumption both Google and Apple make throughout their publishing workflow (and why we got temporarily banned by AppStore Connect). - Day to day development and testing requires building locally, which I think is OK since it's relatively easy to do so. |
||
|
|
9225f27e72 |
Remove version number from binary filename (#2530)
Fixes #2529 Fixes #2041 |
||
|
|
7fa7e85dec |
Add feature flags for TODOs and Flows (#2542)
Why: * Some sections of the UI were still displaying `TODO` and needed to be hidden for beta release, so a feature flag was created. Also, the 'Flows' are not ready to be utilized in the UI at this time, so a feature flag was created to hide any mention of 'Flows'. |
||
|
|
a31e737024 |
Redirect to client platform callback url when user is already signed in (#2545)
This will fix the issue with shows a dashboard when you sign in and browser cookie is still fresh |
||
|
|
e2f17f05fe |
build(deps): Bump argon2_elixir from 3.2.1 to 4.0.0 in /elixir (#2547)
Bumps [argon2_elixir](https://github.com/riverrun/argon2_elixir) from
3.2.1 to 4.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/riverrun/argon2_elixir/blob/master/CHANGELOG.md">argon2_elixir's
changelog</a>.</em></p>
<blockquote>
<h2>v4.0.0 (2023-10-07)</h2>
<ul>
<li>Enhancements
<ul>
<li>updated default configuration values in line with RFC9106</li>
</ul>
</li>
</ul>
<h2>v3.2.0 (2023-08-26)</h2>
<ul>
<li>Bug fixes
<ul>
<li>fixed Windows build for Erlang 26</li>
</ul>
</li>
</ul>
<h2>v3.1.0 (2021-03-23)</h2>
<ul>
<li>
<p>Enhancements</p>
<ul>
<li>added support for building on SunOS (Illumos / Solaris)</li>
</ul>
</li>
<li>
<p>Changes</p>
<ul>
<li>updated documentation and README</li>
<li>updated dialyxir dependency</li>
</ul>
</li>
</ul>
<h2>v3.0.0 (2021-01-20)</h2>
<ul>
<li>Enhancements
<ul>
<li>updated default memory cost and parallelism values
<ul>
<li>memory cost (m_cost) is now 16 (64 MiB) and parallelism is now
2</li>
</ul>
</li>
</ul>
</li>
<li>Changes
<ul>
<li>moved <code>gen_salt</code> to the <code>Base</code> module</li>
</ul>
</li>
</ul>
<h2>v2.4.1 (2021-01-19)</h2>
<ul>
<li>Changes
<ul>
<li>updated documentation and README</li>
</ul>
</li>
</ul>
<h2>v2.4.0 (2021-01-09)</h2>
<ul>
<li>Enhancements
<ul>
<li>updated Makefile to be more robust, especially for Nerves users</li>
</ul>
</li>
</ul>
<h2>v2.3.0 (2020-03-01)</h2>
<ul>
<li>Changes
<ul>
<li>using Comeonin v5.3, which changes <code>add_hash</code> so that it
does NOT set the password to nil</li>
</ul>
</li>
</ul>
<h2>v2.2.0 (2020-01-15)</h2>
<ul>
<li>Enhancements
<ul>
<li>Updated documentation - in line with updates to Comeonin v5.2</li>
</ul>
</li>
</ul>
<h2>v2.0.0 (2019-02-12)</h2>
<ul>
<li>Enhancements</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
|
|
9d452744f4 |
build(deps): Bump hashicorp/google-beta from 5.2.0 to 5.4.0 in /terraform/environments/production (#2561)
Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 5.2.0 to 5.4.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.4.0</h2> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>cloud_spanner.use_serverless_analytics</code> on <code>google_bigquery_connection</code>. Use <code>cloud_spanner.use_data_boost</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li> </ul> <p>NOTES:</p> <ul> <li>provider: added <code>universe_domain</code> attribute as a provider attribute (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6551">#6551</a>)</li> </ul> <p>BREAKING CHANGES:</p> <ul> <li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_job</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li> <li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_service</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_cloud_identity_group_lookup</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6530">#6530</a>)</li> <li><strong>New Resource:</strong> <code>google_network_connectivity_policy_based_route</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6552">#6552</a>)</li> <li><strong>New Resource:</strong> <code>google_pubsub_schema_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6533">#6533</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>accesscontextmanager: added support for specifying <code>vpc_network_sources</code> to <code>google_access_context_manager_access_levels</code>, <code>google_access_context_manager_access_level</code>, and <code>google_access_context_manager_access_level_condition</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6553">#6553</a>)</li> <li>apigee: added support for <code>type</code> in <code>google_apigee_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6562">#6562</a>)</li> <li>bigquery: added <code>cloud_spanner.database_role</code>, <code>cloud_spanner.use_data_boost</code>, and <code>cloud_spanner.max_parallelism</code> fields to <code>google_bigquery_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li> <li>bigquery: added support for <code>iam_member</code> to <code>google_bigquery_dataset.access</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li> <li>compute: added <code>maintenance_interval</code> field to <code>google_compute_node_group</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6561">#6561</a>)</li> <li>container: added <code>enable_confidential_storage</code> to <code>node_config</code> in <code>google_container_cluster</code> and <code>google_container_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6531">#6531</a>)</li> <li>container: added update support for <code>google_container_node_pool.node_config.taint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6536">#6536</a>)</li> <li>containerattached: added <code>admin_groups</code> field to <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6537">#6537</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code> field to <code>google_dialogflow_cx_flow</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code> fields to <code>google_dialogflow_cx_page</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code>, <code>text_to_speech_settings</code>, <code>git_integration_settings</code> fields to <code>google_dialogflow_cx_agent</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>tpuv2: added <code>cidr_block</code>, <code>labels</code>, <code>tags</code>, <code>network_config</code>, <code>scheduling_config</code>, <code>shielded_instance_config</code>, <code>service_account</code> and <code>data_disks</code> fields to <code>google_tpu_v2_vm</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6555">#6555</a>)</li> <li>tpuv2: added <code>accelerator_config</code> field to <code>google_tpu_v2_vm</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6559">#6559</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: fixed a bug when updating a <code>google_bigquery_dataset</code> that contained an <code>iamMember</code> access rule added out of band with Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li> <li>bigqueryreservation: fixed bug of incorrect resource recreation when <code>capacity_commitment_id</code> is unspecified in resource <code>google_bigquery_capacity_commitment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6548">#6548</a>)</li> <li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>edgecontainer: fixed an issue where the update endpoint for <code>google_edgecontainer_cluster</code> was incorrect. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6560">#6560</a>)</li> <li>redis: allow <code>replica_count</code> to be set to zero in the <code>google_redis_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6534">#6534</a>)</li> </ul> <h2>v5.3.0</h2> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>time_partitioning.require_partition_filter</code> in favor of new top level field <code>require_partition_filter</code> in resource <code>google_bigquery_table</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6496">#6496</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_cloud_run_v2_job</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6508">#6508</a>)</li> <li><strong>New Data Source:</strong> <code>google_cloud_run_v2_service</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6527">#6527</a>)</li> <li><strong>New Data Source:</strong> <code>google_compute_networks</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6498">#6498</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md">hashicorp/google-beta's changelog</a>.</em></p> <blockquote> <h2>5.4.0 (Oct 30, 2023)</h2> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>cloud_spanner.use_serverless_analytics</code> on <code>google_bigquery_connection</code>. Use <code>cloud_spanner.use_data_boost</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li> </ul> <p>NOTES:</p> <ul> <li>provider: added <code>universe_domain</code> attribute as a provider attribute (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6551">#6551</a>)</li> </ul> <p>BREAKING CHANGES:</p> <ul> <li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_job</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li> <li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_service</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_cloud_identity_group_lookup</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6530">#6530</a>)</li> <li><strong>New Resource:</strong> <code>google_network_connectivity_policy_based_route</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6552">#6552</a>)</li> <li><strong>New Resource:</strong> <code>google_pubsub_schema_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6533">#6533</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>accesscontextmanager: added support for specifying <code>vpc_network_sources</code> to <code>google_access_context_manager_access_levels</code>, <code>google_access_context_manager_access_level</code>, and <code>google_access_context_manager_access_level_condition</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6553">#6553</a>)</li> <li>apigee: added support for <code>type</code> in <code>google_apigee_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6562">#6562</a>)</li> <li>bigquery: added <code>cloud_spanner.database_role</code>, <code>cloud_spanner.use_data_boost</code>, and <code>cloud_spanner.max_parallelism</code> fields to <code>google_bigquery_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li> <li>bigquery: added support for <code>iam_member</code> to <code>google_bigquery_dataset.access</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li> <li>compute: added <code>maintenance_interval</code> field to <code>google_compute_node_group</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6561">#6561</a>)</li> <li>container: added <code>enable_confidential_storage</code> to <code>node_config</code> in <code>google_container_cluster</code> and <code>google_container_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6531">#6531</a>)</li> <li>container: added update support for <code>google_container_node_pool.node_config.taint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6536">#6536</a>)</li> <li>containerattached: added <code>admin_groups</code> field to <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6537">#6537</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code> field to <code>google_dialogflow_cx_flow</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code> fields to <code>google_dialogflow_cx_page</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code>, <code>text_to_speech_settings</code>, <code>git_integration_settings</code> fields to <code>google_dialogflow_cx_agent</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>tpuv2: added <code>cidr_block</code>, <code>labels</code>, <code>tags</code>, <code>network_config</code>, <code>scheduling_config</code>, <code>shielded_instance_config</code>, <code>service_account</code> and <code>data_disks</code> fields to <code>google_tpu_v2_vm</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6555">#6555</a>)</li> <li>tpuv2: added <code>accelerator_config</code> field to <code>google_tpu_v2_vm</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6559">#6559</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: fixed a bug when updating a <code>google_bigquery_dataset</code> that contained an <code>iamMember</code> access rule added out of band with Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li> <li>bigqueryreservation: fixed bug of incorrect resource recreation when <code>capacity_commitment_id</code> is unspecified in resource <code>google_bigquery_capacity_commitment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6548">#6548</a>)</li> <li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>edgecontainer: fixed an issue where the update endpoint for <code>google_edgecontainer_cluster</code> was incorrect. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6560">#6560</a>)</li> <li>redis: allow <code>replica_count</code> to be set to zero in the <code>google_redis_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6534">#6534</a>)</li> </ul> <h2>5.3.0 (Oct 23, 2023)</h2> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>time_partitioning.require_partition_filter</code> in favor of new top level field <code>require_partition_filter</code> in resource <code>google_bigquery_table</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6496">#6496</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_cloud_run_v2_job</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6508">#6508</a>)</li> <li><strong>New Data Source:</strong> <code>google_cloud_run_v2_service</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6527">#6527</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
bc2a635b0b |
build(deps): Bump phoenix_ecto from 4.4.2 to 4.4.3 in /elixir (#2546)
Bumps [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) from 4.4.2 to 4.4.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/phoenix_ecto/blob/main/CHANGELOG.md">phoenix_ecto's changelog</a>.</em></p> <blockquote> <h2>v4.4.3</h2> <ul> <li>Enhancements <ul> <li>Support Phoenix.HTML ~> 4.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
6d894084e7 |
build(deps): Bump hashicorp/google-beta from 5.2.0 to 5.4.0 in /terraform/environments/staging (#2560)
Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 5.2.0 to 5.4.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.4.0</h2> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>cloud_spanner.use_serverless_analytics</code> on <code>google_bigquery_connection</code>. Use <code>cloud_spanner.use_data_boost</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li> </ul> <p>NOTES:</p> <ul> <li>provider: added <code>universe_domain</code> attribute as a provider attribute (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6551">#6551</a>)</li> </ul> <p>BREAKING CHANGES:</p> <ul> <li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_job</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li> <li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_service</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_cloud_identity_group_lookup</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6530">#6530</a>)</li> <li><strong>New Resource:</strong> <code>google_network_connectivity_policy_based_route</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6552">#6552</a>)</li> <li><strong>New Resource:</strong> <code>google_pubsub_schema_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6533">#6533</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>accesscontextmanager: added support for specifying <code>vpc_network_sources</code> to <code>google_access_context_manager_access_levels</code>, <code>google_access_context_manager_access_level</code>, and <code>google_access_context_manager_access_level_condition</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6553">#6553</a>)</li> <li>apigee: added support for <code>type</code> in <code>google_apigee_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6562">#6562</a>)</li> <li>bigquery: added <code>cloud_spanner.database_role</code>, <code>cloud_spanner.use_data_boost</code>, and <code>cloud_spanner.max_parallelism</code> fields to <code>google_bigquery_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li> <li>bigquery: added support for <code>iam_member</code> to <code>google_bigquery_dataset.access</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li> <li>compute: added <code>maintenance_interval</code> field to <code>google_compute_node_group</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6561">#6561</a>)</li> <li>container: added <code>enable_confidential_storage</code> to <code>node_config</code> in <code>google_container_cluster</code> and <code>google_container_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6531">#6531</a>)</li> <li>container: added update support for <code>google_container_node_pool.node_config.taint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6536">#6536</a>)</li> <li>containerattached: added <code>admin_groups</code> field to <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6537">#6537</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code> field to <code>google_dialogflow_cx_flow</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code> fields to <code>google_dialogflow_cx_page</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code>, <code>text_to_speech_settings</code>, <code>git_integration_settings</code> fields to <code>google_dialogflow_cx_agent</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>tpuv2: added <code>cidr_block</code>, <code>labels</code>, <code>tags</code>, <code>network_config</code>, <code>scheduling_config</code>, <code>shielded_instance_config</code>, <code>service_account</code> and <code>data_disks</code> fields to <code>google_tpu_v2_vm</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6555">#6555</a>)</li> <li>tpuv2: added <code>accelerator_config</code> field to <code>google_tpu_v2_vm</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6559">#6559</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: fixed a bug when updating a <code>google_bigquery_dataset</code> that contained an <code>iamMember</code> access rule added out of band with Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li> <li>bigqueryreservation: fixed bug of incorrect resource recreation when <code>capacity_commitment_id</code> is unspecified in resource <code>google_bigquery_capacity_commitment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6548">#6548</a>)</li> <li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>edgecontainer: fixed an issue where the update endpoint for <code>google_edgecontainer_cluster</code> was incorrect. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6560">#6560</a>)</li> <li>redis: allow <code>replica_count</code> to be set to zero in the <code>google_redis_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6534">#6534</a>)</li> </ul> <h2>v5.3.0</h2> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>time_partitioning.require_partition_filter</code> in favor of new top level field <code>require_partition_filter</code> in resource <code>google_bigquery_table</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6496">#6496</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_cloud_run_v2_job</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6508">#6508</a>)</li> <li><strong>New Data Source:</strong> <code>google_cloud_run_v2_service</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6527">#6527</a>)</li> <li><strong>New Data Source:</strong> <code>google_compute_networks</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6498">#6498</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md">hashicorp/google-beta's changelog</a>.</em></p> <blockquote> <h2>5.4.0 (Oct 30, 2023)</h2> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>cloud_spanner.use_serverless_analytics</code> on <code>google_bigquery_connection</code>. Use <code>cloud_spanner.use_data_boost</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li> </ul> <p>NOTES:</p> <ul> <li>provider: added <code>universe_domain</code> attribute as a provider attribute (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6551">#6551</a>)</li> </ul> <p>BREAKING CHANGES:</p> <ul> <li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_job</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li> <li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_service</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_cloud_identity_group_lookup</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6530">#6530</a>)</li> <li><strong>New Resource:</strong> <code>google_network_connectivity_policy_based_route</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6552">#6552</a>)</li> <li><strong>New Resource:</strong> <code>google_pubsub_schema_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6533">#6533</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>accesscontextmanager: added support for specifying <code>vpc_network_sources</code> to <code>google_access_context_manager_access_levels</code>, <code>google_access_context_manager_access_level</code>, and <code>google_access_context_manager_access_level_condition</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6553">#6553</a>)</li> <li>apigee: added support for <code>type</code> in <code>google_apigee_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6562">#6562</a>)</li> <li>bigquery: added <code>cloud_spanner.database_role</code>, <code>cloud_spanner.use_data_boost</code>, and <code>cloud_spanner.max_parallelism</code> fields to <code>google_bigquery_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li> <li>bigquery: added support for <code>iam_member</code> to <code>google_bigquery_dataset.access</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li> <li>compute: added <code>maintenance_interval</code> field to <code>google_compute_node_group</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6561">#6561</a>)</li> <li>container: added <code>enable_confidential_storage</code> to <code>node_config</code> in <code>google_container_cluster</code> and <code>google_container_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6531">#6531</a>)</li> <li>container: added update support for <code>google_container_node_pool.node_config.taint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6536">#6536</a>)</li> <li>containerattached: added <code>admin_groups</code> field to <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6537">#6537</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code> field to <code>google_dialogflow_cx_flow</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code> fields to <code>google_dialogflow_cx_page</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>dialogflowcx: added <code>advanced_settings</code>, <code>text_to_speech_settings</code>, <code>git_integration_settings</code> fields to <code>google_dialogflow_cx_agent</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li> <li>tpuv2: added <code>cidr_block</code>, <code>labels</code>, <code>tags</code>, <code>network_config</code>, <code>scheduling_config</code>, <code>shielded_instance_config</code>, <code>service_account</code> and <code>data_disks</code> fields to <code>google_tpu_v2_vm</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6555">#6555</a>)</li> <li>tpuv2: added <code>accelerator_config</code> field to <code>google_tpu_v2_vm</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6559">#6559</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: fixed a bug when updating a <code>google_bigquery_dataset</code> that contained an <code>iamMember</code> access rule added out of band with Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li> <li>bigqueryreservation: fixed bug of incorrect resource recreation when <code>capacity_commitment_id</code> is unspecified in resource <code>google_bigquery_capacity_commitment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6548">#6548</a>)</li> <li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li> <li>edgecontainer: fixed an issue where the update endpoint for <code>google_edgecontainer_cluster</code> was incorrect. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6560">#6560</a>)</li> <li>redis: allow <code>replica_count</code> to be set to zero in the <code>google_redis_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6534">#6534</a>)</li> </ul> <h2>5.3.0 (Oct 23, 2023)</h2> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>time_partitioning.require_partition_filter</code> in favor of new top level field <code>require_partition_filter</code> in resource <code>google_bigquery_table</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6496">#6496</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_cloud_run_v2_job</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6508">#6508</a>)</li> <li><strong>New Data Source:</strong> <code>google_cloud_run_v2_service</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6527">#6527</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
0351526aeb |
build(deps-dev): Bump floki from 0.35.1 to 0.35.2 in /elixir (#2548)
Bumps [floki](https://github.com/philss/floki) from 0.35.1 to 0.35.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/philss/floki/blob/main/CHANGELOG.md">floki's changelog</a>.</em></p> <blockquote> <h2>[0.35.2] - 2023-10-25</h2> <h3>Fixed</h3> <ul> <li>Enable usage of IO data by removing a guard for binaries in the main parser module.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
81b71c6a3d |
build(deps-dev): Bump dialyxir from 1.4.1 to 1.4.2 in /elixir (#2549)
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.4.1 to 1.4.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md">dialyxir's changelog</a>.</em></p> <blockquote> <h2>[1.4.2] - 2023-10-21</h2> <h3>Changed</h3> <ul> <li>Revert minimum required Elixir version back to 1.6.</li> <li>Improved performance in calculating Umbrella dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
16f20d3fb6 |
build(deps): Bump hashicorp/setup-terraform from 2 to 3 (#2552)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/setup-terraform/releases">hashicorp/setup-terraform's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <p>NOTES:</p> <ul> <li>Updated default runtime to node20 (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/346">#346</a>)</li> <li>The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with <code>v3.0.0</code>, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fixed malformed stdout when wrapper is enabled (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li> </ul> <h2>v2.0.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>NOTES</h3> <ul> <li>Bump <code>@actions/core</code> from 1.9.1 to 1.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/247">hashicorp/setup-terraform#247</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hashicorp/setup-terraform/compare/v2.0.2...v2.0.3">https://github.com/hashicorp/setup-terraform/compare/v2.0.2...v2.0.3</a></p> <h2>v2.0.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>NOTES</h3> <ul> <li>Update 2.0.1 release metadata by <a href="https://github.com/jpogran"><code>@jpogran</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/253">hashicorp/setup-terraform#253</a></li> <li>Release 2.0.2 by <a href="https://github.com/jpogran"><code>@jpogran</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/254">hashicorp/setup-terraform#254</a></li> </ul> <h3>INTERNAL</h3> <ul> <li>Bump jest from 29.0.3 to 29.1.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/248">hashicorp/setup-terraform#248</a></li> <li><code>README.md</code> updates - direct links to license and code of conduct, updated GitHub documents link by <a href="https://github.com/magnetikonline"><code>@magnetikonline</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/244">hashicorp/setup-terraform#244</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2">https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2</a></p> <h2>v2.0.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>ENHANCEMENTS</h3> <ul> <li>Do not fail when theres an exit-code 2 by <a href="https://github.com/dannyibishev"><code>@dannyibishev</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/125">hashicorp/setup-terraform#125</a></li> </ul> <h3>BUG FIXES</h3> <ul> <li>Fix terraform extract by <a href="https://github.com/cpc-camarj"><code>@cpc-camarj</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/187">hashicorp/setup-terraform#187</a></li> </ul> <h3>INTERNAL</h3> <ul> <li>Bump <code>@actions/core</code> from 1.6.0 to 1.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/185">hashicorp/setup-terraform#185</a></li> <li>Bump <code>@vercel/ncc</code> from 0.33.3 to 0.33.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/182">hashicorp/setup-terraform#182</a></li> <li>Bump jest from 27.5.1 to 28.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/184">hashicorp/setup-terraform#184</a></li> <li>Bump jest from 28.0.0 to 28.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/190">hashicorp/setup-terraform#190</a></li> <li>Bump husky from 7.0.4 to 8.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/193">hashicorp/setup-terraform#193</a></li> <li>Bump jest from 28.0.3 to 28.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/194">hashicorp/setup-terraform#194</a></li> <li>Bump <code>@actions/github</code> from 5.0.1 to 5.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/201">hashicorp/setup-terraform#201</a></li> <li>Bump <code>@actions/core</code> from 1.7.0 to 1.8.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/200">hashicorp/setup-terraform#200</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md">hashicorp/setup-terraform's changelog</a>.</em></p> <blockquote> <h2>3.0.0 (2023-10-30)</h2> <p>NOTES:</p> <ul> <li>Updated default runtime to node20 (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/346">#346</a>)</li> <li>The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with <code>v3.0.0</code>, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fixed malformed stdout when wrapper is enabled (<a href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li> </ul> <h1>[2.0.3] (2022-11-01)</h1> <h3>NOTES</h3> <ul> <li>Reduced occurrences of GitHub Actions warnings for setting output <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/247">#247</a></li> </ul> <h1>[2.0.2] (2022-10-12)</h1> <h3>BUG FIXES</h3> <ul> <li>Update 2.0.1 release metadata by <a href="https://github.com/jpogran"><code>@jpogran</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/253">hashicorp/setup-terraform#253</a></li> <li><code>README.md</code> updates - direct links to license and code of conduct, updated GitHub documents link by <a href="https://github.com/magnetikonline"><code>@magnetikonline</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/244">hashicorp/setup-terraform#244</a></li> </ul> <h3>INTERNAL</h3> <ul> <li>Bump jest from 29.0.3 to 29.1.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/248">hashicorp/setup-terraform#248</a></li> </ul> <h1>[2.0.1] (2022-10-12)</h1> <h3>ENHANCEMENTS</h3> <ul> <li>Do not fail when theres an exit-code 2 by <a href="https://github.com/dannyibishev"><code>@dannyibishev</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/125">hashicorp/setup-terraform#125</a></li> <li>Updated README to reflect GitHub limitations by <a href="https://github.com/rnsc"><code>@rnsc</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/205">hashicorp/setup-terraform#205</a></li> </ul> <h3>BUG FIXES</h3> <ul> <li>Fix terraform extract by <a href="https://github.com/cpc-camarj"><code>@cpc-camarj</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/187">hashicorp/setup-terraform#187</a></li> <li>Add new-style readme build badges, bump <code>actions/checkout</code> in <code>README.md</code> examples by <a href="https://github.com/magnetikonline"><code>@magnetikonline</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/188">hashicorp/setup-terraform#188</a></li> <li>Fixed <code>master</code> to <code>main</code> workflow branch triggers by <a href="https://github.com/magnetikonline"><code>@magnetikonline</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/216">hashicorp/setup-terraform#216</a></li> <li>Fix the example of how to comment on pull request. by <a href="https://github.com/acarmel"><code>@acarmel</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/220">hashicorp/setup-terraform#220</a></li> </ul> <h3>INTERNAL</h3> <ul> <li>Bump <code>@actions/core</code> from 1.6.0 to 1.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/185">hashicorp/setup-terraform#185</a></li> <li>Bump <code>@vercel/ncc</code> from 0.33.3 to 0.33.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/182">hashicorp/setup-terraform#182</a></li> <li>Bump jest from 27.5.1 to 28.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/184">hashicorp/setup-terraform#184</a></li> <li>Bump jest from 28.0.0 to 28.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/190">hashicorp/setup-terraform#190</a></li> <li>Bump husky from 7.0.4 to 8.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/193">hashicorp/setup-terraform#193</a></li> <li>Bump jest from 28.0.3 to 28.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/setup-terraform/pull/194">hashicorp/setup-terraform#194</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
36a0986ada |
build(deps): Bump @next/mdx from 13.5.6 to 14.0.1 in /website (#2555)
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 13.5.6 to 14.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases"><code>@next/mdx</code>'s releases</a>.</em></p> <blockquote> <h2>v14.0.1</h2> <h3>Core Changes</h3> <ul> <li>Add Next.js 14 codemods to CLI output.: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57552">#57552</a></li> <li>OpenTelemetry: propagate a configured context(s) to root requests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57084">#57084</a></li> <li>debug: Add tags to next build traces to track build configuration in the .next/trace file: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56965">#56965</a></li> <li>[Traces] Await the flush of the trace write stream to make sure trace file is written: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57641">#57641</a></li> <li>Add node-pty to externals list: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57640">#57640</a></li> <li>fix: move logging config validation out of experimental: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57530">#57530</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57728">#57728</a></li> <li>Support viewport export via TS Plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57554">#57554</a></li> <li>Fix: Build compilation warning when using middleware: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57685">#57685</a></li> <li>chore: Update flight-client-entry-plugin.ts typo: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57734">#57734</a></li> <li>Improve error for missing default export in dynamic metadata routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57711">#57711</a></li> <li>fix gsp tracing issue: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57766">#57766</a></li> <li>fix(turbopack): don't match empty route groups: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57647">#57647</a></li> <li>Update React from 8c8ee9ee6 to 0c6348758 and types: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57772">#57772</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Add missing dot in codemod command: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57536">#57536</a></li> <li>docs(fix): example text unescaped entities: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57255">#57255</a></li> <li>doc: Clarify built-in support for sass after installation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57279">#57279</a></li> <li>Update docs with a Good to know box about using redirect in client components: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56966">#56966</a></li> <li>docs: fix 02-dynamic-routes.mdx: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57029">#57029</a></li> <li>Fix incorrect link in GTM docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57547">#57547</a></li> <li>Fix typos: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57592">#57592</a></li> <li>Add apostrophe 07-error-handling.mdx: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57626">#57626</a></li> <li>Fix: codemods.mdx Incorrect heading structure of next-og-import, meta…: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57605">#57605</a></li> <li>Typo fix, version "13" to "14": <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57723">#57723</a></li> <li>Fix Google Tag Manager URL in Third Party Libraries documentation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57731">#57731</a></li> </ul> <h3>Example Changes</h3> <ul> <li>Fix: Call cookies function from route to flag as dynamic: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57494">#57494</a></li> <li>(Examples) Add <code>with-youtube-embed</code> example: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57367">#57367</a></li> <li>(Examples) Add <code>with-google-maps-embed</code> example: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57365">#57365</a></li> <li>update <code>@types/react</code> version in examples: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57259">#57259</a></li> <li>docs: fix broken link to demo: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57229">#57229</a></li> <li>(example update) Update example with-Clerk: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57050">#57050</a></li> <li>active-class-name example style js has not taken effect: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56136">#56136</a></li> <li>add inngest next.js example: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56049">#56049</a></li> <li>fix inngest example for 3.x sdk: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57712">#57712</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>update manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57523">#57523</a></li> <li>update next/third-parties to use Next 14 or 13 as a peer dependency, instead of just 13: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57515">#57515</a></li> <li>Modify tailwindcss related dependency of <code>create-next-app</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57262">#57262</a></li> <li>Remove extra CI step and lock Node.js version: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57769">#57769</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
429997bb7d |
build(deps): Bump flowbite-react from 0.4.11 to 0.6.4 in /website (#2556)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [flowbite-react](https://github.com/themesberg/flowbite-react) from 0.4.11 to 0.6.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-react/releases">flowbite-react's releases</a>.</em></p> <blockquote> <h2>v0.6.4</h2> <h2>What's Changed</h2> <ul> <li>fix: fix getWeekDays function by <a href="https://github.com/xSyki"><code>@xSyki</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1040">themesberg/flowbite-react#1040</a></li> <li>feat: checkbox colors by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1032">themesberg/flowbite-react#1032</a></li> <li>feat: Blockquote Component by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/997">themesberg/flowbite-react#997</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4">https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4</a></p> <h2>v0.6.3</h2> <h2>What's Changed</h2> <ul> <li>docs: floating Label add missing theme and references by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1025">themesberg/flowbite-react#1025</a></li> <li>fix: Button color blue theme by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1024">themesberg/flowbite-react#1024</a></li> <li>fix: Floating Label theme import by <a href="https://github.com/okelloMarvinSophany"><code>@okelloMarvinSophany</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1023">themesberg/flowbite-react#1023</a></li> <li>Fix/conditional rendering tabs items by <a href="https://github.com/paghar"><code>@paghar</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1019">themesberg/flowbite-react#1019</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-react/compare/v0.6.2...v0.6.3">https://github.com/themesberg/flowbite-react/compare/v0.6.2...v0.6.3</a></p> <h2>v0.6.2 - borken</h2> <h2>What's Changed</h2> <ul> <li>fix(toggleswitch): disable + checked state and deprecated html event replacement by <a href="https://github.com/rluders"><code>@rluders</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/987">themesberg/flowbite-react#987</a></li> <li>docs: remove contributing yarn format for prettier:fix by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/996">themesberg/flowbite-react#996</a></li> <li>fix: homepage - missing dark mode section functionality by <a href="https://github.com/SutuSebastian"><code>@SutuSebastian</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/989">themesberg/flowbite-react#989</a></li> <li>perf: upgrade nextJS to 13.5 by <a href="https://github.com/SutuSebastian"><code>@SutuSebastian</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/999">themesberg/flowbite-react#999</a></li> <li>docs: sidebar remove dark:hover:bg-transparent by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1000">themesberg/flowbite-react#1000</a></li> <li>fix: issue <a href="https://redirect.github.com/themesberg/flowbite-react/issues/846">#846</a> - docs dropdown - <code>custom trigger</code> section not render… by <a href="https://github.com/SutuSebastian"><code>@SutuSebastian</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1005">themesberg/flowbite-react#1005</a></li> <li>fix: docs - avatar - render properly code example by <a href="https://github.com/SutuSebastian"><code>@SutuSebastian</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1006">themesberg/flowbite-react#1006</a></li> <li>feat(component): toggleSwitch add sizing prop (sm|md|lg) by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1009">themesberg/flowbite-react#1009</a></li> <li>feat: adds floating label by <a href="https://github.com/okelloMarvinSophany"><code>@okelloMarvinSophany</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/955">themesberg/flowbite-react#955</a></li> <li>fix: documentation regressions by <a href="https://github.com/rluders"><code>@rluders</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/1021">themesberg/flowbite-react#1021</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/okelloMarvinSophany"><code>@okelloMarvinSophany</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/955">themesberg/flowbite-react#955</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-react/compare/v0.6.1...v0.6.2">https://github.com/themesberg/flowbite-react/compare/v0.6.1...v0.6.2</a></p> <h2>v0.6.1</h2> <h2>What's Changed</h2> <ul> <li>docs: readme docs update link + add new components (banner + datepicker) by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/950">themesberg/flowbite-react#950</a></li> <li>Documentation fixes and new components (datepicker, banner) by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/953">themesberg/flowbite-react#953</a></li> <li>Add dark: to button light theme by <a href="https://github.com/pnispel"><code>@pnispel</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/954">themesberg/flowbite-react#954</a></li> <li>docs(banner): update <code>blue</code> colors to <code>cyan</code> & fix button paddings by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/957">themesberg/flowbite-react#957</a></li> <li>fix(textarea): default font size should be <code>text-sm</code> by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/958">themesberg/flowbite-react#958</a></li> <li>docs: story <code>@deprecated</code> Use <code>StoryFn</code> instead by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/966">themesberg/flowbite-react#966</a></li> <li>docs: Add missing controls to Breadcrumbs component StoryBook by <a href="https://github.com/MateoWartelle"><code>@MateoWartelle</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/965">themesberg/flowbite-react#965</a></li> <li>fix(button): fix error Button cannot be used as a JSX component by <a href="https://github.com/congon4tor"><code>@congon4tor</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/974">themesberg/flowbite-react#974</a></li> <li>fix(datepicker.tsx): fix theme and add onSelectedDate callback by <a href="https://github.com/congon4tor"><code>@congon4tor</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/970">themesberg/flowbite-react#970</a></li> <li>Minor visual fixes for components (buttons, breadcrumbs, list group) by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/971">themesberg/flowbite-react#971</a></li> <li>fix(labels): default dark color of the input labels should be white by <a href="https://github.com/zoltanszogyenyi"><code>@zoltanszogyenyi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-react/pull/978">themesberg/flowbite-react#978</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-react/blob/main/CHANGELOG.md">flowbite-react's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4">0.6.4</a> (2023-10-03)</h3> <h3>Features</h3> <ul> <li>Blockquote Component (<a href="https://redirect.github.com/themesberg/flowbite-react/issues/997">#997</a>) (<a href=" |
||
|
|
84edc157c8 |
build(deps): Bump docker/login-action from 1 to 3 (#2553)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/login-action/releases">docker/login-action's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <ul> <li>Node 20 as default runtime (requires <a href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions Runner v2.308.0</a> or later) by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/login-action/pull/593">docker/login-action#593</a></li> <li>Bump <code>@actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/docker/login-action/pull/598">docker/login-action#598</a></li> <li>Bump <code>@aws-sdk/client-ecr</code> and <code>@aws-sdk/client-ecr-public</code> to 3.410.0 in <a href="https://redirect.github.com/docker/login-action/pull/555">docker/login-action#555</a> <a href="https://redirect.github.com/docker/login-action/pull/560">docker/login-action#560</a> <a href="https://redirect.github.com/docker/login-action/pull/582">docker/login-action#582</a> <a href="https://redirect.github.com/docker/login-action/pull/599">docker/login-action#599</a></li> <li>Bump semver from 6.3.0 to 6.3.1 in <a href="https://redirect.github.com/docker/login-action/pull/556">docker/login-action#556</a></li> <li>Bump https-proxy-agent to 7.0.2 <a href="https://redirect.github.com/docker/login-action/pull/561">docker/login-action#561</a> <a href="https://redirect.github.com/docker/login-action/pull/588">docker/login-action#588</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/login-action/compare/v2.2.0...v3.0.0">https://github.com/docker/login-action/compare/v2.2.0...v3.0.0</a></p> <h2>v2.2.0</h2> <ul> <li>Switch to actions-toolkit implementation by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/login-action/pull/409">docker/login-action#409</a> <a href="https://redirect.github.com/docker/login-action/pull/470">docker/login-action#470</a> <a href="https://redirect.github.com/docker/login-action/pull/476">docker/login-action#476</a></li> <li>Bump <code>@aws-sdk/client-ecr</code> and <code>@aws-sdk/client-ecr-public</code> to 3.347.1 in <a href="https://redirect.github.com/docker/login-action/pull/524">docker/login-action#524</a> <a href="https://redirect.github.com/docker/login-action/pull/364">docker/login-action#364</a> <a href="https://redirect.github.com/docker/login-action/pull/363">docker/login-action#363</a></li> <li>Bump minimatch from 3.0.4 to 3.1.2 in <a href="https://redirect.github.com/docker/login-action/pull/354">docker/login-action#354</a></li> <li>Bump json5 from 2.2.0 to 2.2.3 in <a href="https://redirect.github.com/docker/login-action/pull/378">docker/login-action#378</a></li> <li>Bump http-proxy-agent from 5.0.0 to 7.0.0 in <a href="https://redirect.github.com/docker/login-action/pull/509">docker/login-action#509</a></li> <li>Bump https-proxy-agent from 5.0.1 to 7.0.0 in <a href="https://redirect.github.com/docker/login-action/pull/508">docker/login-action#508</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/login-action/compare/v2.1.0...v2.2.0">https://github.com/docker/login-action/compare/v2.1.0...v2.2.0</a></p> <h2>v2.1.0</h2> <ul> <li>Ensure AWS temp credentials are redacted in workflow logs by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/login-action/issues/275">#275</a>)</li> <li>Bump <code>@actions/core</code> from 1.6.0 to 1.10.0 (<a href="https://redirect.github.com/docker/login-action/issues/252">#252</a> <a href="https://redirect.github.com/docker/login-action/issues/292">#292</a>)</li> <li>Bump <code>@aws-sdk/client-ecr</code> from 3.53.0 to 3.186.0 (<a href="https://redirect.github.com/docker/login-action/issues/298">#298</a>)</li> <li>Bump <code>@aws-sdk/client-ecr-public</code> from 3.53.0 to 3.186.0 (<a href="https://redirect.github.com/docker/login-action/issues/299">#299</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/login-action/compare/v2.0.0...v2.1.0">https://github.com/docker/login-action/compare/v2.0.0...v2.1.0</a></p> <h2>v2.0.0</h2> <ul> <li>Node 16 as default runtime by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/login-action/issues/161">#161</a>) <ul> <li>This requires a minimum <a href="https://github.com/actions/runner/releases/tag/v2.285.0">Actions Runner</a> version of v2.285.0, which is by default available in GHES 3.4 or later.</li> </ul> </li> <li>chore: update dev dependencies and workflow by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> (<a href="https://redirect.github.com/docker/login-action/issues/170">#170</a>)</li> <li>Bump <code>@actions/exec</code> from 1.1.0 to 1.1.1 (<a href="https://redirect.github.com/docker/login-action/issues/167">#167</a>)</li> <li>Bump <code>@actions/io</code> from 1.1.1 to 1.1.2 (<a href="https://redirect.github.com/docker/login-action/issues/168">#168</a>)</li> <li>Bump minimist from 1.2.5 to 1.2.6 (<a href="https://redirect.github.com/docker/login-action/issues/176">#176</a>)</li> <li>Bump https-proxy-agent from 5.0.0 to 5.0.1 (<a href="https://redirect.github.com/docker/login-action/issues/182">#182</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/login-action/compare/v1.14.1...v2.0.0">https://github.com/docker/login-action/compare/v1.14.1...v2.0.0</a></p> <h2>v1.14.1</h2> <ul> <li>Revert to Node 12 as default runtime to fix issue for GHE users (<a href="https://redirect.github.com/docker/login-action/issues/160">#160</a>)</li> </ul> <h2>v1.14.0</h2> <ul> <li>Update to node 16 (<a href="https://redirect.github.com/docker/login-action/issues/158">#158</a>)</li> <li>Bump <code>@aws-sdk/client-ecr</code> from 3.45.0 to 3.53.0 (<a href="https://redirect.github.com/docker/login-action/issues/157">#157</a>)</li> <li>Bump <code>@aws-sdk/client-ecr-public</code> from 3.45.0 to 3.53.0 (<a href="https://redirect.github.com/docker/login-action/issues/156">#156</a>)</li> </ul> <h2>v1.13.0</h2> <ul> <li>Handle proxy settings for aws-sdk (<a href="https://redirect.github.com/docker/login-action/issues/152">#152</a>)</li> <li>Workload identity based authentication docs for GCR and GAR (<a href="https://redirect.github.com/docker/login-action/issues/112">#112</a>)</li> <li>Test login against ACR (<a href="https://redirect.github.com/docker/login-action/issues/49">#49</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
156266e7af |
build(deps): Bump com.google.firebase.appdistribution from 4.0.0 to 4.0.1 in /kotlin/android (#2562)
Bumps com.google.firebase.appdistribution from 4.0.0 to 4.0.1. [](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> |
||
|
|
26bee237fc |
build(deps): Bump rehype-highlight from 6.0.0 to 7.0.0 in /website (#2554)
Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight) from 6.0.0 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rehypejs/rehype-highlight/releases">rehype-highlight's releases</a>.</em></p> <blockquote> <h2>7.0.0</h2> <h4>Change</h4> <ul> <li>d72c765 Update <code>lowlight</code> <strong>migrate</strong>: if you pass <code>languages</code>, make sure the spread in <code>common</code> from <code>lowlight</code>: <code>.use(rehypeHighlight, {...common, ...otherLanguages})</code></li> <li>b057174 Update <code>@types/hast</code>, <code>unified</code>, utilities, etc <strong>migrate</strong>: update too</li> <li>72fe488 Change to require Node.js 16 <strong>migrate</strong>: update too</li> <li>d2fc56d Change to use <code>exports</code> <strong>migrate</strong>: don’t use private APIs</li> <li>dc3823d Remove <code>ignoreMissing</code> option, make it default <strong>migrate</strong>: remove <code>ignoreMissing</code>, expect warnings on the file instead</li> </ul> <h4>Misc</h4> <ul> <li>d05e002 Fix broken import in example by <a href="https://github.com/rhysd"><code>@rhysd</code></a> in <a href="https://redirect.github.com/rehypejs/rehype-highlight/pull/24">rehypejs/rehype-highlight#24</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0">https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
5faad6aac5 |
build(deps): Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.10 to 1.9.20 in /rust/connlib/clients/android/connlib (#2559)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.20. <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.20-RC2</h2> <h2>Changelog</h2> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-62747"><code>KT-62747</code></a> Wrong warning message when overriding vararg with Array during actualization</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62655"><code>KT-62655</code></a> Don't report a warning when new members and new supertypes are added to open expect actualization</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62313"><code>KT-62313</code></a> Kotlin/Native Compiler crash: ClassCastException in IntrinsicGenerator</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-62790"><code>KT-62790</code></a> java.lang.ClassCastException in compiler when ::class is used</li> </ul> <h3>Libraries</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-62656"><code>KT-62656</code></a> Drop <code>@AllowDifferentMembersInActual</code> from stdlib</li> </ul> <h3>Reflection</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-47973"><code>KT-47973</code></a> Reflection: "IllegalArgumentException: argument type mismatch" when using callSuspend to call a function returning value class over primitive</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-61359"><code>KT-61359</code></a> "Unresolved reference: platform" when enabling Gradle configuration cache</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62496"><code>KT-62496</code></a> Configuration time regression with KGP 1.9.20-Beta caused by loading of properties</li> </ul> <h2>Checksums</h2> <table> <thead> <tr> <th>File</th> <th>Sha256</th> </tr> </thead> <tbody> <tr> <td>kotlin-compiler-1.9.20-RC2.zip</td> <td>e7ecbb754203a427adcdfa97f609472e0840ef7c6722c04daaf218900b669728</td> </tr> <tr> <td>kotlin-native-linux-x86_64-1.9.20-RC2.tar.gz</td> <td>5faf5f8b1f20c8214767f23a1c9918ab97191abbb93d39aae9fd529b1a93b463</td> </tr> <tr> <td>kotlin-native-macos-x86_64-1.9.20-RC2.tar.gz</td> <td>64d40e0d3398a6fecc948391d1ccd02c30371a56da3710ee6491b5b7b98f7a24</td> </tr> <tr> <td>kotlin-native-macos-aarch64-1.9.20-RC2.tar.gz</td> <td>41be3a0f63a6f726118024c5a9960e480390267a96a30a45211d2bcf49104c33</td> </tr> <tr> <td>kotlin-native-windows-x86_64-1.9.20-RC2.zip</td> <td>a5305b21517756b108c748ade77780af564589b1f64feb810ce211fb72b2da2b</td> </tr> </tbody> </table> <h2>Kotlin 1.9.20-RC</h2> <h2>Changelog</h2> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-62127"><code>KT-62127</code></a> "NoSuchFieldError: TRUE$delegate" on referencing companion's variable in submodule</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62335"><code>KT-62335</code></a> Improve debuggability of code generator crashes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62263"><code>KT-62263</code></a> Turn "different expect/actual members" error into a warning</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61933"><code>KT-61933</code></a> K2: "<code>Argument type mismatch: actual type is 'Foo<kotlin/Function0<kotlin/Unit>>' but 'Foo<kotlin/coroutines/SuspendFunction0<kotlin/Unit>>' was expected</code>"</li> </ul> <h3>IDE. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-61686"><code>KT-61686</code></a> Check and update places in compiler and IDE where we are saying that MPP is experimental/Beta/Alpha</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/JetBrains/kotlin/commits">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> |
||
|
|
03b1794ca5 |
build(deps): Bump actions/setup-node from 3 to 4 (#2551)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <p>In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in <a href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p> <p>Besides, release contains such changes as:</p> <ul> <li>Upgrade actions/checkout to v4 by <a href="https://github.com/gmembre-zenika"><code>@gmembre-zenika</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li> <li>Update actions/checkout for documentation and yaml by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gmembre-zenika"><code>@gmembre-zenika</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p> <h2>v3.8.2</h2> <h2>What's Changed</h2> <ul> <li>Update semver by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li> <li>Update temp directory creation by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li> <li>Bump <code>@babel/traverse</code> from 7.15.4 to 7.23.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li> <li>Add notice about binaries not being updated yet by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li> <li>Update toolkit cache and core by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> and <a href="https://github.com/seongwon-privatenote"><code>@seongwon-privatenote</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p> <h2>v3.8.1</h2> <h2>What's Changed</h2> <p>In scope of this release, the filter was removed within the cache-save step by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>. It is filtered and checked in the toolkit/cache library.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p> <h2>v3.8.0</h2> <h2>What's Changed</h2> <h3>Bug fixes:</h3> <ul> <li>Add check for existing paths by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li> <li>Resolve SymbolicLink by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li> <li>Change passing logic for cache input by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li> <li>Fix armv7 cache issue by <a href="https://github.com/louislam"><code>@louislam</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li> <li>Update check-dist workflow name by <a href="https://github.com/sinchang"><code>@sinchang</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li> </ul> <h3>Feature implementations:</h3> <ul> <li>feat: handling the case where "node" is used for tool-versions file. by <a href="https://github.com/xytis"><code>@xytis</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li> </ul> <h3>Documentation changes:</h3> <ul> <li>Refer to semver package name in README.md by <a href="https://github.com/olleolleolle"><code>@olleolleolle</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li> </ul> <h3>Update dependencies:</h3> <ul> <li>Update toolkit cache to fix zstd by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li> <li>Bump tough-cookie and <code>@azure/ms-rest-js</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li> <li>Bump semver from 6.1.2 to 6.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
42535eccbb |
build(deps): Bump tailwindcss from 3.3.2 to 3.3.5 in /website (#2557)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.2 to 3.3.5. <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.3.5</h2> <h3>Fixed</h3> <ul> <li>Fix incorrect spaces around <code>-</code> in <code>calc()</code> expression (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12283">#12283</a>)</li> </ul> <h2>v3.3.4</h2> <h3>Fixed</h3> <ul> <li>Improve normalisation of <code>calc()</code>-like functions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11686">#11686</a>)</li> <li>Skip <code>calc()</code> normalisation in nested <code>theme()</code> calls (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11705">#11705</a>)</li> <li>Fix incorrectly generated CSS when using square brackets inside arbitrary properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11709">#11709</a>)</li> <li>Make <code>content</code> optional for presets in TypeScript types (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11730">#11730</a>)</li> <li>Handle variable colors that have variable fallback values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12049">#12049</a>)</li> <li>Batch reading content files to prevent <code>too many open files</code> error (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12079">#12079</a>)</li> <li>Skip over classes inside <code>:not(…)</code> when nested in an at-rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12105">#12105</a>)</li> <li>Update types to work with <code>Node16</code> module resolution (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12097">#12097</a>)</li> <li>Don’t crash when important and parent selectors are equal in <code>@apply</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12112">#12112</a>)</li> <li>Eliminate irrelevant rules when applying variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12113">#12113</a>)</li> <li>Improve RegEx parser, reduce possibilities as the key for arbitrary properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12121">#12121</a>)</li> <li>Fix sorting of utilities that share multiple candidates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12173">#12173</a>)</li> <li>Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12179">#12179</a>)</li> <li>Fix crash when watching renamed files on FreeBSD (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12193">#12193</a>)</li> <li>Allow plugins from a parent document to be used in an iframe (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12208">#12208</a>)</li> <li>Add types for <code>tailwindcss/nesting</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12269">#12269</a>)</li> <li>Bump <code>jiti</code>, <code>fast-glob</code>, and <code>browserlist</code> dependencies (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11550">#11550</a>)</li> <li>Improve automatic <code>var</code> injection for properties that accept a <code><dashed-ident></code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12236">#12236</a>)</li> </ul> <h2>v3.3.3</h2> <h3>Fixed</h3> <ul> <li>Fix issue where some pseudo-element variants generated the wrong selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10943">#10943</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10962">#10962</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11111">#11111</a>)</li> <li>Make font settings propagate into buttons, inputs, etc. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10940">#10940</a>)</li> <li>Fix parsing of <code>theme()</code> inside <code>calc()</code> when there are no spaces around operators (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11157">#11157</a>)</li> <li>Ensure <code>repeating-conic-gradient</code> is detected as an image (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11180">#11180</a>)</li> <li>Move unknown pseudo-elements outside of <code>:is</code> by default (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11345">#11345</a>)</li> <li>Escape animation names when prefixes contain special characters (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11470">#11470</a>)</li> <li>Don't prefix arbitrary classes in <code>group</code> and <code>peer</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11454">#11454</a>)</li> <li>Sort classes using position of first matching rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11504">#11504</a>)</li> <li>Allow variant to be an at-rule without a prelude (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11589">#11589</a>)</li> <li>Make PostCSS plugin async to improve performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11548">#11548</a>)</li> <li>Don’t error when a config file is missing (<a href=" |
||
|
|
860ced7530 |
build(deps): Bump flowbite from 1.8.1 to 2.0.0 in /elixir/apps/web/assets (#2550)
Bumps [flowbite](https://github.com/themesberg/flowbite) from 1.8.1 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <p>This update introduces a new instance manager feature that allows you manage all of the interactive components from a single place. This is useful if you want to programmatically show or hide a modal, popover, or tooltip. This also works if you use the data attributes interface.</p> <p>This change introduces a few breaking changes to the JavaScript API when creating objects:</p> <ul> <li>new <code>$carouselEl</code> HTML element when creating a <code>Carousel</code> object as the first parameter</li> <li>new <code>$accordion</code> HTML element when creating a <code>Accordion</code> object as the first parameter</li> <li>new <code>$tabsEl</code> HTML element when creating a <code>Tabs</code> object as the first parameter</li> </ul> <p>The breaking changes do not apply to the data attributes interface, only for objects created programmatically via JavaScript.</p> <p>Learn more about the new <a href="https://flowbite.com/docs/getting-started/javascript/">JavaScript API on the docs</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
9de301e700 |
build(deps): Bump @types/node from 20.2.3 to 20.8.10 in /website (#2558)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.3 to 20.8.10. <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> |
||
|
|
1e6016e664 | Fix codespell false positive | ||
|
|
4deb5797ff | Try to resolve country coordinates from LB-provided country code and use US as default |