-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [desmos] update gov module parsing #716
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…le#616) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.0 to 1.56.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.56.2</h2> <ul> <li>status: To fix a panic, <code>status.FromError</code> now returns an error with <code>codes.Unknown</code> when the error implements the <code>GRPCStatus()</code> method, and calling <code>GRPCStatus()</code> returns <code>nil</code>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/6374">#6374</a>)</li> </ul> <h2>Release 1.56.1</h2> <ul> <li>client: handle empty address lists correctly in addrConn.updateAddrs</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/faab8736bf73291f92b867d5dae31c927d53d508"><code>faab873</code></a> Update version.go to v1.56.2 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6432">#6432</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/6b0b291d79831b1c8caafceec268b82c92253f96"><code>6b0b291</code></a> status: fix panic when servers return a wrapped error with status OK (<a href="https://redirect.github.com/grpc/grpc-go/issues/6374">#6374</a>) ...</li> <li><a href="https://github.com/grpc/grpc-go/commit/ed56401aa514462d5371713b8ec5c889da33953c"><code>ed56401</code></a> [PSM interop] Don't fail target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-go/issues/6390">#6390</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6405">#6405</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/cd6a794f0bdcf9a216e8f4d3c5717faf96d9fd78"><code>cd6a794</code></a> Update version.go to v1.56.2-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/6387">#6387</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/5b67e5ea449ef0686a0c0b6de48cd4cb63e3db2a"><code>5b67e5e</code></a> Update version.go to v1.56.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6386">#6386</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d0f5150384a87f9fcac488a9c18727a55b7354c1"><code>d0f5150</code></a> client: handle empty address lists correctly in addrConn.updateAddrs (<a href="https://redirect.github.com/grpc/grpc-go/issues/6354">#6354</a>) ...</li> <li><a href="https://github.com/grpc/grpc-go/commit/997c1ea101cc5d496d2b148388f1df49632a9171"><code>997c1ea</code></a> Change version to 1.56.1-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/6345">#6345</a>)</li> <li>See full diff in <a href="https://github.com/grpc/grpc-go/compare/v1.56.0...v1.56.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.56.0&new-version=1.56.2)](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 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>
…orbole#614) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.28.3 to 1.30.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.30.1</h2> <h2>What's Changed</h2> <ul> <li>fix do job with details run times with singleton mode by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/521">go-co-op/gocron#521</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.30.0...v1.30.1">https://github.com/go-co-op/gocron/compare/v1.30.0...v1.30.1</a></p> <h2>v1.30.0</h2> <h2>What's Changed</h2> <ul> <li>add pause job execution on the scheduler by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/518">go-co-op/gocron#518</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.29.0...v1.30.0">https://github.com/go-co-op/gocron/compare/v1.29.0...v1.30.0</a></p> <h2>v1.29.0</h2> <h2>What's Changed</h2> <ul> <li>add new RegisterEventListeners using new EventListener type by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/517">go-co-op/gocron#517</a></li> </ul> <h2>Chores</h2> <ul> <li>Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/514">go-co-op/gocron#514</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.28.3...v1.29.0">https://github.com/go-co-op/gocron/compare/v1.28.3...v1.29.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/76f5162037f84e4642ab6fc90b13893bc6fac312"><code>76f5162</code></a> fix job with details run times with singleton mode (<a href="https://redirect.github.com/go-co-op/gocron/issues/521">#521</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/61f60f6e132c7ced84b86e5eae688f0f91653092"><code>61f60f6</code></a> add pause job execution on the scheduler (<a href="https://redirect.github.com/go-co-op/gocron/issues/518">#518</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/ffa4c91ba7d2544554c4dfe1274eece91d5e3c58"><code>ffa4c91</code></a> add new RegisterEventListeners using new EventListener type (<a href="https://redirect.github.com/go-co-op/gocron/issues/517">#517</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/8db49d2df6caddbf90c8ea48c6a56c23d3bc0160"><code>8db49d2</code></a> Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (<a href="https://redirect.github.com/go-co-op/gocron/issues/514">#514</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.28.3...v1.30.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.28.3&new-version=1.30.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 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>
…1-817cee58a244 to 0.0.1 (forbole#613) Bumps [github.com/proullon/ramsql](https://github.com/proullon/ramsql) from 0.0.0-20181213202341-817cee58a244 to 0.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/proullon/ramsql/releases">github.com/proullon/ramsql's releases</a>.</em></p> <blockquote> <h2>Stable-ish beta</h2> <p>Main branch has never been tagged with a stable version for user to specify in go.mod.</p> <p>Here it is, only bugfixing in 3 years.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/proullon/ramsql/commits/v0.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/proullon/ramsql&package-manager=go_modules&previous-version=0.0.0-20181213202341-817cee58a244&new-version=0.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 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>
…le#620) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.57.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.57.0</h2> <h1>API Changes</h1> <ul> <li>resolver: remove deprecated <code>Target.Scheme</code> and <code>Target.Authority</code>. Use <code>URL.Scheme</code> and <code>URL.Host</code> instead, respectively (<a href="https://redirect.github.com/grpc/grpc-go/issues/6363">#6363</a>)</li> </ul> <h1>Behavior Changes</h1> <ul> <li>client: percent-encode the default authority for the channel (<a href="https://redirect.github.com/grpc/grpc-go/issues/6428">#6428</a>)</li> <li>xds: require EDS service name to be set in a CDS cluster with an 'xdstp' resource name (gRFC A47) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6438">#6438</a>)</li> </ul> <h1>New Features</h1> <ul> <li>reflection: support the v1 reflection service and update <code>Register</code> to register both v1alpha and v1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6329">#6329</a>)</li> <li>xds: add support for string matcher in RBAC header matching (<a href="https://redirect.github.com/grpc/grpc-go/issues/6419">#6419</a>)</li> <li>alts: add support for <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> env var (<a href="https://redirect.github.com/grpc/grpc-go/issues/6267">#6267</a>)</li> <li>balancer/weightedroundrobin: de-experimentalize name of LB policy (<a href="https://redirect.github.com/grpc/grpc-go/issues/6477">#6477</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>status: <code>status.FromError</code> now returns an error with <code>codes.Unknown</code> when the error implements the <code>GRPCStatus()</code> method, and calling <code>GRPCStatus()</code> returns <code>nil</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6374">#6374</a>) <ul> <li>Special Thanks: <a href="https://github.com/atollena"><code>@atollena</code></a></li> </ul> </li> <li>server: fix bug preventing TCP user timeout from being set on the connection when TLS is used (<a href="https://redirect.github.com/grpc/grpc-go/issues/6321">#6321</a>) <ul> <li>Special Thanks: <a href="https://github.com/tobotg"><code>@tobotg</code></a></li> </ul> </li> <li>client: eliminate connection churn during an address update that differs only in balancer attributes (<a href="https://redirect.github.com/grpc/grpc-go/issues/6439">#6439</a>)</li> <li>clusterresolver: handle EDS nacks, resource-not-found errors, and DNS Resolver errors correctly (<a href="https://redirect.github.com/grpc/grpc-go/issues/6436">#6436</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/6461">#6461</a>)</li> <li>xds/ringhash: cache connectivity state of subchannels inside picker to avoid rare races (<a href="https://redirect.github.com/grpc/grpc-go/issues/6351">#6351</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/87bf02ad24f6cc071d2553eb5d62332194bba1fe"><code>87bf02a</code></a> Change version to 1.57.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6448">#6448</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/6b64be9784958b37d2b1d7618b37a7f8a824654b"><code>6b64be9</code></a> resolver/weighted_round_robin: remove experimental suffix from name</li> <li><a href="https://github.com/grpc/grpc-go/commit/9489082068eb8cade6ea4f943ac83a205e0e382b"><code>9489082</code></a> github: replace deprecated command with environment file (<a href="https://redirect.github.com/grpc/grpc-go/issues/6417">#6417</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d1868a539b5acb10daceeeb4fcbc6a8dedc7a532"><code>d1868a5</code></a> clusterresolver: add logs for dns discovery mechanism error cases (<a href="https://redirect.github.com/grpc/grpc-go/issues/6444">#6444</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/8e9c8f8e7133eb7ed64438837636dae2c5d92ce6"><code>8e9c8f8</code></a> grpc: do not use balancer attributes during address comparison (<a href="https://redirect.github.com/grpc/grpc-go/issues/6439">#6439</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/db32c5bfeb563e7ce6661b37d6a55688cbeb4a20"><code>db32c5b</code></a> Fix preloader mode in benchmarks (<a href="https://redirect.github.com/grpc/grpc-go/issues/6359">#6359</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/f0280f9d3d2f3fbe45de1ab5873a19ec678c74c8"><code>f0280f9</code></a> xds: require EDS service name in new-style CDS clusters (gRFC A47) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6438">#6438</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/bf5b7aecd53ba679d72d43bbf61dee40633f6344"><code>bf5b7ae</code></a> clusterresolver: handle EDS nacks and resource-not-found errors correctly (<a href="https://redirect.github.com/grpc/grpc-go/issues/6">#6</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/fc0aa4689cd434c21cd4cbbbe9ef5af842ccb326"><code>fc0aa46</code></a> client: encode the authority by default (<a href="https://redirect.github.com/grpc/grpc-go/issues/6428">#6428</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/11feb0a9afd844fd2ab1f18dca02ad6a344b21bf"><code>11feb0a</code></a> resolver: delete Target.Scheme and Target.Authority (<a href="https://redirect.github.com/grpc/grpc-go/issues/6363">#6363</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.56.2...v1.57.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.56.2&new-version=1.57.0)](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 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>
…e#621) Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.1 to 1.30.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rs/zerolog/commit/06ec071bc1eddfbec464bcda042f2504b1126947"><code>06ec071</code></a> Clarify the godoc warning for Logger.UpdateContext (<a href="https://redirect.github.com/rs/zerolog/issues/566">#566</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/873cbf13eee25c3b40b0d01330471c1e557552f3"><code>873cbf1</code></a> Allow callers to pass go context through to hooks (<a href="https://redirect.github.com/rs/zerolog/issues/559">#559</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/61485f38578672cdb7019c32230055a2c70a4620"><code>61485f3</code></a> Fix <a href="https://redirect.github.com/rs/zerolog/issues/564">#564</a> (<a href="https://redirect.github.com/rs/zerolog/issues/565">#565</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/9070d49a1a4154c819e9c5ae6c923f3cc916d959"><code>9070d49</code></a> Add event method RawCBOR analogous to RawJSON (<a href="https://redirect.github.com/rs/zerolog/issues/556">#556</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/b662f088b9b76644b34df7eecd4053100a7c0c01"><code>b662f08</code></a> docs: context.Timestamp uses zerolog.TimeFieldFormat (<a href="https://redirect.github.com/rs/zerolog/issues/554">#554</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/4612e098d222bd30042ed909a474c88cd773850f"><code>4612e09</code></a> Fix error chain from pkgerrors (<a href="https://redirect.github.com/rs/zerolog/issues/552">#552</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/8981d80ed338dab0fc9bec56587e0bd0e3c4c40d"><code>8981d80</code></a> Correct logger variable name in stdout example (<a href="https://redirect.github.com/rs/zerolog/issues/549">#549</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/927516bcf137771377cc98fe2567688d30fb4132"><code>927516b</code></a> doc(readme): fix a typo (<a href="https://redirect.github.com/rs/zerolog/issues/548">#548</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/a712f6193674c928bb853f2cb40e0ed68ebb5ef7"><code>a712f61</code></a> doc(readme): explain zerolog with context (<a href="https://redirect.github.com/rs/zerolog/issues/544">#544</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/64a5863c5e2ffecb0ffadd1cfa90f3a9993f8320"><code>64a5863</code></a> Bump github.com/rs/xid from 1.4.0 to 1.5.0 (<a href="https://redirect.github.com/rs/zerolog/issues/542">#542</a>)</li> <li>See full diff in <a href="https://github.com/rs/zerolog/compare/v1.29.1...v1.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rs/zerolog&package-manager=go_modules&previous-version=1.29.1&new-version=1.30.0)](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 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>
…orbole#622) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.30.1 to 1.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.31.0</h2> <h2>What's Changed</h2> <ul> <li>feat: handle pointer to func by <a href="https://github.com/ErfanMomeniii"><code>@ErfanMomeniii</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/531">go-co-op/gocron#531</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ErfanMomeniii"><code>@ErfanMomeniii</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/531">go-co-op/gocron#531</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.30.2...v1.31.0">https://github.com/go-co-op/gocron/compare/v1.30.2...v1.31.0</a></p> <h2>v1.30.2</h2> <h2>What's Changed</h2> <ul> <li>fix Update when used with DoWithJobDetails by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/532">go-co-op/gocron#532</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.30.1...v1.30.2">https://github.com/go-co-op/gocron/compare/v1.30.1...v1.30.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/4e5d3273ef683e1b557ed4abf2eb9c11319cbe58"><code>4e5d327</code></a> feat: handle pointer to func (<a href="https://redirect.github.com/go-co-op/gocron/issues/531">#531</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/b242c44b55cb08882d29812b3526f094887c1183"><code>b242c44</code></a> fix update when used with DoWithJobDetails (<a href="https://redirect.github.com/go-co-op/gocron/issues/532">#532</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.30.1...v1.31.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.30.1&new-version=1.31.0)](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 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>
…orbole#630) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.31.0 to 1.31.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.31.2</h2> <h2>What's Changed</h2> <ul> <li>fix data race when job stopped due to LimitRunsTo by <a href="https://github.com/ryanrazsa"><code>@ryanrazsa</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/540">go-co-op/gocron#540</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ryanrazsa"><code>@ryanrazsa</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/540">go-co-op/gocron#540</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.31.1...v1.31.2">https://github.com/go-co-op/gocron/compare/v1.31.1...v1.31.2</a></p> <h2>v1.31.1</h2> <h2>What's Changed</h2> <ul> <li>Fixed panic handler not handling <code>SingletonMode</code> jobs by <a href="https://github.com/david-littlefarmer"><code>@david-littlefarmer</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/536">go-co-op/gocron#536</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/david-littlefarmer"><code>@david-littlefarmer</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/536">go-co-op/gocron#536</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.31.0...v1.31.1">https://github.com/go-co-op/gocron/compare/v1.31.0...v1.31.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/b852750c01d155b5b5e75c8aac280db0246eff03"><code>b852750</code></a> fix data race when job stopped due to LimitRunsTo (<a href="https://redirect.github.com/go-co-op/gocron/issues/540">#540</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/ae6686435a56c47a51289c0691f6402f730fc346"><code>ae66864</code></a> Fixed non working panic recoverer (<a href="https://redirect.github.com/go-co-op/gocron/issues/536">#536</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/da05a0d1d514b0ba6001b3ed3c71ae27e4a54380"><code>da05a0d</code></a> add skip dirs local to lint</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.31.0...v1.31.2">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.31.0&new-version=1.31.2)](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>
…54.1 (forbole#629) Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.52.2 to 1.54.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's releases</a>.</em></p> <blockquote> <h2>v1.54.1</h2> <p>golangci-lint is a free and open-source project, built by people in their free time. Also, the <a href="https://golangci-lint.run/product/thanks/">linter authors</a> are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). ❤️</p> <h2>Changelog</h2> <ul> <li>9fc1e207 build(deps): bump github.com/go-critic/go-critic from 0.8.2 to 0.9.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4000">#4000</a>)</li> <li>ea4481a1 build(deps): bump github.com/quasilyte/go-ruleguard from v0.3.19 to v0.4.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3999">#3999</a>)</li> <li>a9378d9b plugin: temporarily hide warning about using plugins using the old API (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4002">#4002</a>)</li> </ul> <h2>v1.54.0</h2> <p>golangci-lint is a free and open-source project, built by people in their free time. Also, the <a href="https://golangci-lint.run/product/thanks/">linter authors</a> are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). ❤️</p> <h2>Changelog</h2> <ul> <li>ffe688c2 build(deps): bump github.com/4meepo/tagalign from 1.2.2 to 1.3.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3979">#3979</a>)</li> <li>e555470c build(deps): bump github.com/4meepo/tagalign from 1.3.1 to 1.3.2 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3980">#3980</a>)</li> <li>68b4988d build(deps): bump github.com/Abirdcfly/dupword from 0.0.11 to 0.0.12 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3944">#3944</a>)</li> <li>d58342f0 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from 2.3.0 to 3.1.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3963">#3963</a>)</li> <li>6e31512a build(deps): bump github.com/ashanbrown/forbidigo from 1.5.3 to 1.6.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3942">#3942</a>)</li> <li>c37828a8 build(deps): bump github.com/daixiang0/gci from 0.10.1 to 0.11.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3994">#3994</a>)</li> <li>78462c2b build(deps): bump github.com/go-critic/go-critic from 0.8.1 to 0.8.2 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3978">#3978</a>)</li> <li>cecd497d build(deps): bump github.com/golangci/misspell 0.4.0 to 0.4.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3918">#3918</a>)</li> <li>1c67f591 build(deps): bump github.com/kunwardeep/paralleltest from 1.0.7 to 1.0.8 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3985">#3985</a>)</li> <li>fc5a8f90 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.12.1 to 0.12.2 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3937">#3937</a>)</li> <li>91afddc9 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.12.2 to 0.13.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3962">#3962</a>)</li> <li>52793e78 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.13.0 to 0.13.3 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3972">#3972</a>)</li> <li>0f31e51b build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.2 to 1.4.3 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3935">#3935</a>)</li> <li>c406ca5c build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3936">#3936</a>)</li> <li>1a32d402 build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3989">#3989</a>)</li> <li>2c0224fb build(deps): bump github.com/ultraware/funlen from 0.0.3 to 0.1.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3988">#3988</a>)</li> <li>67dd65fc build(deps): bump github.com/uudashr/gocognit from 1.0.6 to 1.0.7 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3961">#3961</a>)</li> <li>bbcabb73 build(deps): bump github.com/ykadowak/zerologlint from 0.1.2 to 0.1.3 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3923">#3923</a>)</li> <li>17f6fcc9 build(deps): bump gitlab.com/bosi/decorder from 0.2.3 to 0.4.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3959">#3959</a>)</li> <li>a303529a build(deps): bump go.tmz.dev/musttag from 0.7.0 to 0.7.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3924">#3924</a>)</li> <li>a6caf8bf build(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 in /scripts/gen_github_action_config (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3991">#3991</a>)</li> <li>043c368f build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 in /scripts/gen_github_action_config (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3920">#3920</a>)</li> <li>a56dfe8c build(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 in /scripts/gen_github_action_config (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3946">#3946</a>)</li> <li>6b7a9645 build(deps): bump golang.org/x/tools from 0.10.0 to 0.11.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3943">#3943</a>)</li> <li>29f9717f build(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3992">#3992</a>)</li> <li>7cf30e7b build(deps): bump golang.org/x/tools from 0.9.3 to 0.10.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3914">#3914</a>)</li> <li>494bb075 build(deps): bump semver from 5.7.0 to 5.7.2 in /tools (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3948">#3948</a>)</li> <li>e3ff6e7c build(deps): bump semver from 5.7.1 to 5.7.2 in /.github/contributors (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3947">#3947</a>)</li> <li>9d32f6ec chore: fix nancy</li> <li>79c78d6f feat: explain typecheck and remove it from the linter list (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3929">#3929</a>)</li> <li>6c7aba67 fix: include custom linters in <code>enable-all</code> (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3911">#3911</a>)</li> <li>c1d8c565 fix: trim Go version (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3995">#3995</a>)</li> <li>e0a8bd85 go1.21 support (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3922">#3922</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's changelog</a>.</em></p> <blockquote> <h3>v1.54.1</h3> <ol> <li>updated linters: <ul> <li><code>go-critic</code>: from 0.8.2 to 0.9.0</li> </ul> </li> <li>misc. <ul> <li>plugin: temporarily hide warning about using plugins using the old API</li> </ul> </li> </ol> <h3>v1.54.0</h3> <ol> <li>updated linters: <ul> <li><code>decorder</code>: from 0.2.3 to 0.4.0</li> <li><code>dupword</code>: from 0.0.11 to 0.0.12</li> <li><code>errorlint</code>: from 1.4.2 to 1.4.3</li> <li><code>exhaustruct</code>: from 2.3.0 to 3.1.0</li> <li><code>forbidigo</code>: from 1.5.3 to 1.6.0</li> <li><code>funlen</code>: from 0.0.3 to 0.1.0</li> <li><code>gci</code>: from 0.10.1 to 0.11.0</li> <li><code>ginkgolinter</code>: from 0.12.1 to 0.13.3</li> <li><code>go-critic</code>: from 0.8.1 to 0.8.2</li> <li><code>go-errorlint</code>: from 1.4.2 to 1.4.3</li> <li><code>go-exhaustruct</code>: from 2.3.0 to 3.1.0</li> <li><code>gocognit</code>: from 1.0.6 to 1.0.7</li> <li><code>gocritic</code>: from 0.8.1 to 0.8.2</li> <li><code>gofmt</code>: autofix missing newline at EOF</li> <li><code>misspell</code>: 0.4.0 to 0.4.1</li> <li><code>musttag</code>: from 0.7.0 to 0.7.1</li> <li><code>paralleltest</code>: from 1.0.7 to 1.0.8</li> <li><code>tagalign</code>: from 1.2.2 to 1.3.2</li> <li><code>typecheck</code>: explain it and remove it from the linter list</li> <li><code>zerologlint</code>: from 0.1.2 to 0.1.3</li> </ul> </li> <li>misc. <ul> <li>🎉 go1.21 support</li> <li>plugin: include custom linters in <code>enable-all</code></li> <li>plugin: allow to use settings for plugins</li> </ul> </li> <li>Documentation <ul> <li>Add linter descriptions.</li> </ul> </li> </ol> <p><strong>Important</strong></p> <p><code>ruleguard</code> (a "rule" inside <code>gocritic</code>) was disabled in this release (v1.54.0) and was enabled again in the next release (v1.54.1).</p> <p><code>exhaustruct</code> has breaking changes with regular expressions, more details <a href="https://github.com/GaijinEntertainment/go-exhaustruct/releases/tag/v3.0.0">here</a>.</p> <h3>v1.53.3</h3> <ol> <li>updated linters: <ul> <li><code>cyclop</code>: from 1.2.0 to 1.2.1</li> <li><code>exhaustive</code>: from 0.10.0 to 0.11.0</li> <li><code>forbidigo</code>: from 1.5.1 to 1.5.3</li> <li><code>ginkgolinter</code>: from 0.12.2 to 0.12.1</li> </ul> </li> </ol> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint/commit/a9378d9bb87e3d5952a7586d1008c6fac3ebd764"><code>a9378d9</code></a> plugin: temporarily hide warning about using plugins using the old API (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4002">#4002</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/9fc1e2075330561fb31888c4f2aff12b652466c2"><code>9fc1e20</code></a> build(deps): bump github.com/go-critic/go-critic from 0.8.2 to 0.9.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4000">#4000</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/ea4481a1968f2a604100c26b81d4297bf34b1f2f"><code>ea4481a</code></a> build(deps): bump github.com/quasilyte/go-ruleguard from v0.3.19 to v0.4.0 (#...</li> <li><a href="https://github.com/golangci/golangci-lint/commit/03b1824ef50e793a030d8934f424f99966c1324a"><code>03b1824</code></a> docs: Update documentation and assets (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3997">#3997</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/c1d8c565fa4b92197257b68f3339d7a5e0a07486"><code>c1d8c56</code></a> fix: trim Go version (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3995">#3995</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/e0a8bd8543bfa601d5a9cac58505ae9c92136f3d"><code>e0a8bd8</code></a> go1.21 support (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3922">#3922</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/c37828a8afa15e767c575b1efe9a3c2d2ac6c793"><code>c37828a</code></a> build(deps): bump github.com/daixiang0/gci from 0.10.1 to 0.11.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3994">#3994</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/29f9717f7ed7d7f7e00a158389175316232181e7"><code>29f9717</code></a> build(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3992">#3992</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/a6caf8bf992ac3a3545635183d678770b61ffe9c"><code>a6caf8b</code></a> build(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 in /scripts/gen_g...</li> <li><a href="https://github.com/golangci/golangci-lint/commit/2c0224fbb9afb4cd9667127d41ffad98fd06af85"><code>2c0224f</code></a> build(deps): bump github.com/ultraware/funlen from 0.0.3 to 0.1.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/3988">#3988</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint/compare/v1.52.2...v1.54.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golangci/golangci-lint&package-manager=go_modules&previous-version=1.52.2&new-version=1.54.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Magic Cat <[email protected]>
…bole#631) Bumps [github.com/forbole/juno/v5](https://github.com/forbole/juno) from 5.1.0 to 5.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/forbole/juno/blob/cosmos/v0.47.x/CHANGELOG.md">github.com/forbole/juno/v5's changelog</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h3>Changes</h3> <ul> <li>Exposed <code>Database#CreatePartitionIfNotExists</code> method</li> <li>(<a href="https://redirect.github.com/forbole/juno/pull/97">#97</a>) Add <code>x/authz</code> message parser</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/forbole/juno/commit/3a303369e1f62e26ca8bd1afe5e93408035c4b93"><code>3a30336</code></a> chore: release v5.2.0</li> <li><a href="https://github.com/forbole/juno/commit/c5b4732a45d28c0ed833d2b3bf2fbd106cd01f0d"><code>c5b4732</code></a> feat: expose Database#CreatePartitionIfNotExists method</li> <li><a href="https://github.com/forbole/juno/commit/95a84dc89a3022305dab51ec4095f783ac97d21c"><code>95a84dc</code></a> feat: add <code>x/authz</code> message parser (<a href="https://redirect.github.com/forbole/juno/issues/97">#97</a>)</li> <li>See full diff in <a href="https://github.com/forbole/juno/compare/v5.1.0...v5.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/forbole/juno/v5&package-manager=go_modules&previous-version=5.1.0&new-version=5.2.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Magic Cat <[email protected]>
…orbole#633) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.31.2 to 1.32.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.32.1</h2> <h2>What's Changed</h2> <ul> <li>put Jobs() back to returning slice and add JobsMap() by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/544">go-co-op/gocron#544</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.32.0...v1.32.1">https://github.com/go-co-op/gocron/compare/v1.32.0...v1.32.1</a></p> <h2>v1.32.0</h2> <h2>What's Changed</h2> <ul> <li>add job uuids and change scheduler job slice to map by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/541">go-co-op/gocron#541</a> <ul> <li>The <code>Swap()</code> and <code>Less()</code> methods were removed from the scheduler. These were public methods to enable slice sorting of the jobs in the scheduler. With the change to a map, they no longer have any use or value.</li> </ul> </li> <li>support monthly schedules counting backwards from end of month by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/542">go-co-op/gocron#542</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.31.2...v1.32.0">https://github.com/go-co-op/gocron/compare/v1.31.2...v1.32.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/39d4071be150db9015ae03d79367115cc2b0c43b"><code>39d4071</code></a> put Jobs() back to returning slice and add JobsMap() (<a href="https://redirect.github.com/go-co-op/gocron/issues/544">#544</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/22cd6b7c0af058d8c97984778279cfb08eea1f7d"><code>22cd6b7</code></a> support monthly schedules counting backwards from end of month (<a href="https://redirect.github.com/go-co-op/gocron/issues/542">#542</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/a7577a960e19342fe4818cb9042cf3c678edb8f7"><code>a7577a9</code></a> add job uuids and change scheduler job slice to map (<a href="https://redirect.github.com/go-co-op/gocron/issues/541">#541</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.31.2...v1.32.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.31.2&new-version=1.32.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>
…bole#636) Bumps [github.com/proullon/ramsql](https://github.com/proullon/ramsql) from 0.0.1 to 0.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/proullon/ramsql/releases">github.com/proullon/ramsql's releases</a>.</em></p> <blockquote> <h2>Fix regression on CamelCase attribute query</h2> <h2>What's Changed</h2> <ul> <li>fix(engine): Relation.Attribute() convert name argument to lower case by <a href="https://github.com/trakhimenok"><code>@trakhimenok</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/87">proullon/ramsql#87</a></li> <li>fix: (close <a href="https://redirect.github.com/proullon/ramsql/issues/86">#86</a>) AttributeSelector uses lower case to match attributes by <a href="https://github.com/proullon"><code>@proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/88">proullon/ramsql#88</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/trakhimenok"><code>@trakhimenok</code></a> made their first contribution in <a href="https://redirect.github.com/proullon/ramsql/pull/87">proullon/ramsql#87</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/proullon/ramsql/compare/v0.1.0...v0.1.1">https://github.com/proullon/ramsql/compare/v0.1.0...v0.1.1</a></p> <h2>Transaction based rewrite</h2> <h2>Context</h2> <p>Introduction of agnostic in-memory store, leveraging GC-optimized storage to garantee low GC pauses and good GC behavior over time.</p> <p>Complete rewrite improving performance, removing deadlocks and storage as Go types, allowing creation of objects table.</p> <p>Ensure compatibility with gorm, a popular Go ORM.</p> <p>Added implementation goal in README, in preparation for stable 1.0 release.</p> <h2>What's Changed</h2> <ul> <li>Implement SCHEMA by <a href="https://github.com/proullon"><code>@proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/76">proullon/ramsql#76</a></li> <li>feat: handle Gorm query style by <a href="https://github.com/proullon"><code>@proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/77">proullon/ramsql#77</a></li> <li>add/scientific notation by <a href="https://github.com/Joematpal"><code>@Joematpal</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/78">proullon/ramsql#78</a></li> <li>Rewrite engine with SQL-agnostic GC optimized memory store by <a href="https://github.com/proullon"><code>@proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/80">proullon/ramsql#80</a></li> <li>Fix driver transaction behavior by <a href="https://github.com/proullon"><code>@proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/84">proullon/ramsql#84</a></li> <li>fix: insert mixed case value attribute by <a href="https://github.com/proullon"><code>@proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/85">proullon/ramsql#85</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/proullon/ramsql/compare/v0.0.1...v0.1.0">https://github.com/proullon/ramsql/compare/v0.0.1...v0.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/proullon/ramsql/commit/71d06ede384fa4d187e9b3683028bb697c9d6873"><code>71d06ed</code></a> fix: AttributeSelector uses lower case to match attributes</li> <li><a href="https://github.com/proullon/ramsql/commit/5b0278f228f61573b2b883e7626acea5e29ab65b"><code>5b0278f</code></a> fix: add failing test for CamelCase query</li> <li><a href="https://github.com/proullon/ramsql/commit/481f3e2bae694a3f9f9f68811bb4263f31b2e54d"><code>481f3e2</code></a> fix(engine): Relation.Attribute() convert name argument to lower case to be c...</li> <li><a href="https://github.com/proullon/ramsql/commit/e12c9872c05dfd96f12daef316ce7398581defac"><code>e12c987</code></a> fix: insert mixed case value attribute</li> <li><a href="https://github.com/proullon/ramsql/commit/a7e15a63022d55a5ba4a643e74b31e4af06e842e"><code>a7e15a6</code></a> fix: use driver.Conn as Tx</li> <li><a href="https://github.com/proullon/ramsql/commit/d851e3f8ea466e7ba8aa02c7c152ab99a570903c"><code>d851e3f</code></a> feat: extend transaction testing</li> <li><a href="https://github.com/proullon/ramsql/commit/6014112392236a6e825491e59f61063afc59164a"><code>6014112</code></a> chore: update travis go version</li> <li><a href="https://github.com/proullon/ramsql/commit/dc4783e951ecef9c34718f703af1c5f89021acd2"><code>dc4783e</code></a> feat: add test for <a href="https://redirect.github.com/proullon/ramsql/issues/40">#40</a></li> <li><a href="https://github.com/proullon/ramsql/commit/7e9cda5993a2a02f5898ef0c797de166fb377119"><code>7e9cda5</code></a> chore: update benchstat</li> <li><a href="https://github.com/proullon/ramsql/commit/6cae3e007d14934372a9573414aef78ef0d8000f"><code>6cae3e0</code></a> chore: update benchstat</li> <li>Additional commits viewable in <a href="https://github.com/proullon/ramsql/compare/v0.0.1...v0.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/proullon/ramsql&package-manager=go_modules&previous-version=0.0.1&new-version=0.1.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>
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.0.1 to 1.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">cosmossdk.io/math's releases</a>.</em></p> <blockquote> <h2>Cosmovisor v1.1.0</h2> <h2>Release Notes</h2> <h3>New execution model</h3> <p>With this release we are shifting to a new CLI design:</p> <ul> <li>in the past, Cosmovisor was designed to act as a wrapper for a Cosmos App. An admin could link it and use it instead of the Cosmos App. When running it will pass all options and configuration parameters to the app. Hence the only way to configure the Cosmovisor was through environment variables.</li> <li>now, we are moving to a more traditional model, where Cosmovisor has it's own command set and is a true supervisor.</li> </ul> <p>New commands have been added:</p> <ul> <li><code>run</code> will start the Cosmos App and pass remaining arguments to the app (similar to <code>npm run</code>)</li> <li><code>help</code> will display Cosmovisor help</li> <li><code>version</code> will display both Cosmovisor and the associated app version.</li> </ul> <p>The existing way of starting an app with Cosmovisor has been deprecated (<code>cosmovisor [app params]</code>) and will be removed in the future version. Please use <code>cosmovisor run [app pararms]</code> instead.</p> <h3>New Features</h3> <p>We added a new configuration option: <code>DAEMON_BACKUP_DIR</code> (as env variable). When set, Cosmovisor will create backup the app data backup in that directory (instead of using the app home directory) before running the update. See the <a href="https://github.com/cosmos/cosmos-sdk/blob/master/cosmovisor/README.md#command-line-arguments-and-environment-variables">README</a> file for more details.</p> <h3>Bug Fixes</h3> <ul> <li>Fixed <code>cosmovisor version</code> output when installed using 'go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected]'.</li> </ul> <h3>Changelog</h3> <p>For more details, please see the <a href="https://github.com/cosmos/cosmos-sdk/blob/cosmovisor/v1.1.0/cosmovisor/CHANGELOG.md">CHANGELOG</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/bf249162e42ef084668b942e12538cb30f9e4846"><code>bf24916</code></a> fix(math): revert <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/16263">#16263</a> and add test cases (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17489">#17489</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/1089f715fc73d861599a55a62725293b2b6e4761"><code>1089f71</code></a> fix(math): fix panic in <code>.Size()</code> (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17480">#17480</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/c94ce04bfa9d851d3a5aefa467af334d910fe535"><code>c94ce04</code></a> ci: Re-enable rocksdb backend in build.yml (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17474">#17474</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/1bd37053e0c034accaa5706ef7fc5b0bff5467fb"><code>1bd3705</code></a> feat: add core and api for PreBlock (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17468">#17468</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/4e11394a302dfa66264725901f0d442e53182ca8"><code>4e11394</code></a> build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 in /x/acc...</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/46bab63d8cedabf3252170542a2900229a5f3292"><code>46bab63</code></a> feat(accounts): init accounts module (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17443">#17443</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/8976d83b879c558553532f66498b2d200abfd75a"><code>8976d83</code></a> chore: bump client/v2 to go.mod 1.21 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17454">#17454</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/37b8760f96d26d2d9f7d6e700e7a28c0a6a0ed43"><code>37b8760</code></a> test: disable <code>TestStatusCommand</code> (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17452">#17452</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/4b1bb7f0547a8f5ceffc97ddd9698dd2a4c52edb"><code>4b1bb7f</code></a> chore: add 0.50.0-rc.0 changelog to main (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17455">#17455</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/ff2e5a236282de7844bc318dde280a175244c077"><code>ff2e5a2</code></a> feat(bank): Allow injectable restrictions on bank transfers (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/14224">#14224</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/math/v1.0.1...math/v1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/math&package-manager=go_modules&previous-version=1.0.1&new-version=1.1.2)](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>
…54.2 (forbole#637) Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.54.1 to 1.54.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's releases</a>.</em></p> <blockquote> <h2>v1.54.2</h2> <p>If you use and appreciate golangci-lint please think to support us (<a href="https://github.com/golangci/golangci-lint#core-team">golangci-lint maintainers</a> and <a href="https://golangci-lint.run/product/thanks/">linter authors</a>). ❤️</p> <h2>Changelog</h2> <ul> <li>07fb6ffd build(deps): bump github.com/Antonboom/errname from 0.1.10 to 0.1.12 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4026">#4026</a>)</li> <li>2de4bc69 build(deps): bump github.com/Antonboom/nilnil from 0.1.5 to 0.1.7 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4024">#4024</a>)</li> <li>8000abaf build(deps): bump github.com/nunnatsa/ginkgolinter from 0.13.3 to 0.13.5 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4019">#4019</a>)</li> <li>ac0627dd build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.3 to 1.4.4 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4030">#4030</a>)</li> <li>f787bc70 build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.23.0 to 1.24.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4016">#4016</a>)</li> <li>fb50d99e build(deps): bump github.com/securego/gosec/v2 from 2.16.0 to 2.17.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4015">#4015</a>)</li> <li>2741ab2a build(deps): bump github.com/tetafro/godot from 1.4.11 to 1.4.14 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4029">#4029</a>)</li> <li>be49b5aa build(deps): bump go.tmz.dev/musttag from 0.7.1 to 0.7.2 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4017">#4017</a>)</li> <li>3736e093 build(deps): bump honnef.co/go/tools from 0.4.3 to 0.4.4 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4018">#4018</a>)</li> <li>3db5817e build(deps): bump honnef.co/go/tools from 0.4.4 to 0.4.5 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4022">#4022</a>)</li> <li>411e0bbb fix: add all directories as safe git directories inside the Docker image (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4034">#4034</a>)</li> <li>a5eaf9fe govet: add directive and slog passes (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4028">#4028</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's changelog</a>.</em></p> <blockquote> <h3>v1.54.2</h3> <ol> <li>updated linters: <ul> <li><code>errname</code>: from 0.1.10 to 0.1.12</li> <li><code>ginkgolinter</code>: from 0.13.3 to 0.13.5</li> <li><code>go-errorlint</code>: from 1.4.3 to 1.4.4</li> <li><code>godot</code>: from 1.4.11 to 1.4.14</li> <li><code>gosec</code>: from 2.16.0 to 2.17.0</li> <li><code>musttag</code>: from 0.7.1 to 0.7.2</li> <li><code>nilnil</code>: from 0.1.5 to 0.1.7</li> <li><code>staticcheck</code>: from 0.4.3 to 0.4.5</li> <li><code>usestdlibvars</code>: from 1.23.0 to 1.24.0</li> <li><code>govet</code>: add missing <code>directive</code> and <code>slog</code> passes</li> </ul> </li> </ol> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint/commit/411e0bbbd3096aa0ee2b924160629bdf2bc81d40"><code>411e0bb</code></a> fix: add all directories as safe git directories inside the Docker image (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4034">#4034</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/ac0627ddabea12ff55c92a0e3cda994fa4f61b89"><code>ac0627d</code></a> build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.3 to 1.4.4 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4030">#4030</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/a5eaf9fe308396b56c023abbb74cd4636f6e2586"><code>a5eaf9f</code></a> govet: add directive and slog passes (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4028">#4028</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/2741ab2ac0325a2bf62dfbe59c5c08fbf5916f62"><code>2741ab2</code></a> build(deps): bump github.com/tetafro/godot from 1.4.11 to 1.4.14 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4029">#4029</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/fb50d99ece970b7ab74df290df1642086c4d6e63"><code>fb50d99</code></a> build(deps): bump github.com/securego/gosec/v2 from 2.16.0 to 2.17.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4015">#4015</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/f787bc7006f74eab7f328b00571397f265e42639"><code>f787bc7</code></a> build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.23.0 to 1.24...</li> <li><a href="https://github.com/golangci/golangci-lint/commit/07fb6ffde63fcae354382fd624738a97c58a134c"><code>07fb6ff</code></a> build(deps): bump github.com/Antonboom/errname from 0.1.10 to 0.1.12 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4026">#4026</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/2de4bc69fc1d0ca5e9d6ecba34a56deb13b6fe6d"><code>2de4bc6</code></a> build(deps): bump github.com/Antonboom/nilnil from 0.1.5 to 0.1.7 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4024">#4024</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/3db5817e4fd4bb971d74066d60e74b06d989c752"><code>3db5817</code></a> build(deps): bump honnef.co/go/tools from 0.4.4 to 0.4.5 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4022">#4022</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/0f8b1e2570e0d12adf4eda0d97ea5f07f8ee041d"><code>0f8b1e2</code></a> dev: remove netlify (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4014">#4014</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint/compare/v1.54.1...v1.54.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golangci/golangci-lint&package-manager=go_modules&previous-version=1.54.1&new-version=1.54.2)](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>
…bole#638) Bumps [github.com/proullon/ramsql](https://github.com/proullon/ramsql) from 0.1.1 to 0.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/proullon/ramsql/releases">github.com/proullon/ramsql's releases</a>.</em></p> <blockquote> <h2>v0.1.2</h2> <h2>What's Changed</h2> <ul> <li>fix: AttributeSelector returns error containing unfound attribute name by <a href="https://github.com/proullon"><code>@proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/90">proullon/ramsql#90</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/proullon/ramsql/compare/v0.1.1...v0.1.2">https://github.com/proullon/ramsql/compare/v0.1.1...v0.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/proullon/ramsql/commit/8cb2915e14a11df1cacca11c2f5899f187276d47"><code>8cb2915</code></a> fix: AttributeSelector returns error containing unfound attribute name</li> <li>See full diff in <a href="https://github.com/proullon/ramsql/compare/v0.1.1...v0.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/proullon/ramsql&package-manager=go_modules&previous-version=0.1.1&new-version=0.1.2)](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>
…orbole#639) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.32.1 to 1.33.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.33.0</h2> <h2>What's Changed</h2> <ul> <li>don't accept a *Job in Job for Update if the ptr address doesn't match by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/549">go-co-op/gocron#549</a></li> <li>every X days should run on the same day if the At() time has yet to come by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/553">go-co-op/gocron#553</a></li> </ul> <h2>Documentation & Version Bumps</h2> <ul> <li>add additional documentation for wait for schedule by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/551">go-co-op/gocron#551</a></li> <li>Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/545">go-co-op/gocron#545</a></li> <li>Bump github.com/google/uuid from 1.3.0 to 1.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/546">go-co-op/gocron#546</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.32.1...v1.33.0">https://github.com/go-co-op/gocron/compare/v1.32.1...v1.33.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/b86d02b285cd8a183a27e347ed8ec9f85f83557a"><code>b86d02b</code></a> every X days should run on the same day if the At() time has yet to come (<a href="https://redirect.github.com/go-co-op/gocron/issues/553">#553</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/c233d8d040a89a742cee1a25c88e8d3af640d29d"><code>c233d8d</code></a> add additional documentation for wait for schedule (<a href="https://redirect.github.com/go-co-op/gocron/issues/551">#551</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/e3b4f5f2e688c5ebb757c2d47ebb743f16d0a6c4"><code>e3b4f5f</code></a> don't accept a *Job in Job for Update if the ptr address doesn't match (<a href="https://redirect.github.com/go-co-op/gocron/issues/549">#549</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/8454d19fbbe5262e6f2a2ffee56368629c023224"><code>8454d19</code></a> Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (<a href="https://redirect.github.com/go-co-op/gocron/issues/545">#545</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/5adcbd5bf26ae68e1265622b80fe36b1411a4bd2"><code>5adcbd5</code></a> Bump github.com/google/uuid from 1.3.0 to 1.3.1 (<a href="https://redirect.github.com/go-co-op/gocron/issues/546">#546</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.32.1...v1.33.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.32.1&new-version=1.33.0)](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>
…le#642) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.58.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.58.0</h2> <h1>API Changes</h1> <p>See <a href="https://redirect.github.com/grpc/grpc-go/issues/6472">#6472</a> for details about these changes.</p> <ul> <li>balancer: add <code>StateListener</code> to <code>NewSubConnOptions</code> for <code>SubConn</code> state updates and deprecate <code>Balancer.UpdateSubConnState</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6481">#6481</a>) <ul> <li><code>UpdateSubConnState</code> will be deleted in the future.</li> </ul> </li> <li>balancer: add <code>SubConn.Shutdown</code> and deprecate <code>Balancer.RemoveSubConn</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6493">#6493</a>) <ul> <li><code>RemoveSubConn</code> will be deleted in the future.</li> </ul> </li> <li>resolver: remove deprecated <code>AddressType</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6451">#6451</a>) <ul> <li>This was previously used as a signal to enable the "grpclb" load balancing policy, and to pass LB addresses to the policy. Instead, <code>balancer/grpclb/state.Set()</code> should be used to add these addresses to the name resolver's output. The built-in "dns" name resolver already does this.</li> </ul> </li> <li>resolver: add new field <code>Endpoints</code> to <code>State</code> and deprecate <code>Addresses</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6471">#6471</a>) <ul> <li><code>Addresses</code> will be deleted in the future.</li> </ul> </li> </ul> <h1>New Features</h1> <ul> <li>balancer/leastrequest: Add experimental support for least request LB policy and least request configured as a custom xDS policy (<a href="https://redirect.github.com/grpc/grpc-go/issues/6510">#6510</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/6517">#6517</a>) <ul> <li>Set <code>GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=true</code> to enable</li> </ul> </li> <li>stats: Add an RPC event for blocking caused by the LB policy's picker (<a href="https://redirect.github.com/grpc/grpc-go/issues/6422">#6422</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (<a href="https://redirect.github.com/grpc/grpc-go/issues/6563">#6563</a>)</li> <li>grpc: fix a bug where the channel could erroneously report <code>TRANSIENT_FAILURE</code> when actually moving to <code>IDLE</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6497">#6497</a>)</li> <li>balancergroup: do not cache closed sub-balancers by default; affects <code>rls</code>, <code>weightedtarget</code> and <code>clustermanager</code> LB policies (<a href="https://redirect.github.com/grpc/grpc-go/issues/6523">#6523</a>)</li> <li>client: fix a bug that prevented detection of RPC status in trailers-only RPC responses when using <code>ClientStream.Header()</code>, and prevented retry of the RPC (<a href="https://redirect.github.com/grpc/grpc-go/issues/6557">#6557</a>)</li> </ul> <h1>Performance Improvements</h1> <ul> <li>client & server: Add experimental <code>[With]SharedWriteBuffer</code> to improve performance by reducing allocations when sending RPC messages. (Disabled by default.) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6309">#6309</a>) <ul> <li>Special Thanks: <a href="https://github.com/s-matyukevich"><code>@s-matyukevich</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/c2b0797a5353b29ca02869629c83151c980a6e31"><code>c2b0797</code></a> Change version to 1.58.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6579">#6579</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/0467e471c2da6b87363c7ca5e2acbbaf40fb7189"><code>0467e47</code></a> balancer/leastrequest: Cache atomic load and also add concurrent rpc test (<a href="https://redirect.github.com/grpc/grpc-go/issues/6">#6</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/5d1c0ae143ba03cfe6116d899762d9f6dfb50a71"><code>5d1c0ae</code></a> leastrequest: fix data race in leastrequest picker (<a href="https://redirect.github.com/grpc/grpc-go/issues/6606">#6606</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/e26457d0c976a5669aea35e3f97889c576324983"><code>e26457d</code></a> stream: swallow Header errors as we used to; RecvMsg can still return it (<a href="https://redirect.github.com/grpc/grpc-go/issues/6591">#6591</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/4c9777ceff549b54cf37acc64504a10f786c58e2"><code>4c9777c</code></a> clusterresolver: fix deadlock when dns resolver responds inline with update o...</li> <li><a href="https://github.com/grpc/grpc-go/commit/81b9df233eb48a223f6915be450a34d4ab4b0760"><code>81b9df2</code></a> idle: move idleness manager to separate package and ~13s of tests into it (<a href="https://redirect.github.com/grpc/grpc-go/issues/6">#6</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/7d35b8ece0131eb23b5069de26ca067fd76e4da2"><code>7d35b8e</code></a> test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (<a href="https://redirect.github.com/grpc/grpc-go/issues/6571">#6571</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d51b3f41716deaf37ab1fa6cc426d3879b210a86"><code>d51b3f4</code></a> interop/grpc_testing: update protos from grpc-proto repo (<a href="https://redirect.github.com/grpc/grpc-go/issues/6567">#6567</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/fe1519ecf7aee0f93ece33be8a682d80d24a95c8"><code>fe1519e</code></a> client: fix ClientStream.Header() behavior (<a href="https://redirect.github.com/grpc/grpc-go/issues/6557">#6557</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/8a2c2205940654cc91c9d4c876279f5609552546"><code>8a2c220</code></a> cdsbalancer: test cleanup part 2/N (<a href="https://redirect.github.com/grpc/grpc-go/issues/6554">#6554</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.57.0...v1.58.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.57.0&new-version=1.58.0)](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>
…orbole#640) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.33.0 to 1.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.33.1</h2> <h2>What's Changed</h2> <ul> <li>fix more than 1 day before last day of month gets stuck in a loop by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/555">go-co-op/gocron#555</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.33.0...v1.33.1">https://github.com/go-co-op/gocron/compare/v1.33.0...v1.33.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/d7dd276e5b790091d3a4ec4ec3f71f21b39e13d4"><code>d7dd276</code></a> more than 1 day before last day of month gets stuck in a loop (<a href="https://redirect.github.com/go-co-op/gocron/issues/555">#555</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.33.0...v1.33.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.33.0&new-version=1.33.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>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update default runtime to node20 by <a href="https://github.com/takost"><code>@takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li> <li>Support fetching without the --progress option by <a href="https://github.com/simonbaird"><code>@simonbaird</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li> <li>Release 4.0.0 by <a href="https://github.com/takost"><code>@takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1447">actions/checkout#1447</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/takost"><code>@takost</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li> <li><a href="https://github.com/simonbaird"><code>@simonbaird</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v4.0.0">https://github.com/actions/checkout/compare/v3...v4.0.0</a></p> <h2>v3.6.0</h2> <h2>What's Changed</h2> <ul> <li>Mark test scripts with Bash'isms to be run via Bash by <a href="https://github.com/dscho"><code>@dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li> <li>Add option to fetch tags even if fetch-depth > 0 by <a href="https://github.com/RobertWieczoreck"><code>@RobertWieczoreck</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li>Release 3.6.0 by <a href="https://github.com/luketomlinson"><code>@luketomlinson</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RobertWieczoreck"><code>@RobertWieczoreck</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li><a href="https://github.com/luketomlinson"><code>@luketomlinson</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</a></p> <h2>v3.5.3</h2> <h2>What's Changed</h2> <ul> <li>Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by <a href="https://github.com/megamanics"><code>@megamanics</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li> <li>Fix typos found by codespell by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li> <li>Add support for sparse checkouts by <a href="https://github.com/dscho"><code>@dscho</code></a> and <a href="https://github.com/dfdez"><code>@dfdez</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li> <li>Release v3.5.3 by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1376">actions/checkout#1376</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/megamanics"><code>@megamanics</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li> <li><a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li> <li><a href="https://github.com/dfdez"><code>@dfdez</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v3.5.3">https://github.com/actions/checkout/compare/v3...v3.5.3</a></p> <h2>v3.5.2</h2> <h2>What's Changed</h2> <ul> <li>Fix: Use correct API url / endpoint in GHES by <a href="https://github.com/fhammerl"><code>@fhammerl</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1289">actions/checkout#1289</a> based on <a href="https://redirect.github.com/actions/checkout/issues/1286">#1286</a> by <a href="https://github.com/1newsr"><code>@1newsr</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.1...v3.5.2">https://github.com/actions/checkout/compare/v3.5.1...v3.5.2</a></p> <h2>v3.5.1</h2> <h2>What's Changed</h2> <ul> <li>Improve checkout performance on Windows runners by upgrading <code>@actions/github</code> dependency by <a href="https://github.com/BrettDong"><code>@BrettDong</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BrettDong"><code>@BrettDong</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v4.0.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li> </ul> <h2>v3.6.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth > 0</a></li> </ul> <h2>v3.5.3</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li> </ul> <h2>v3.5.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li> </ul> <h2>v3.5.1</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix slow checkout on Windows</a></li> </ul> <h2>v3.5.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add new public key for known_hosts</a></li> </ul> <h2>v3.4.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade codeql actions to v2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade dependencies</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade <code>@actions/io</code></a></li> </ul> <h2>v3.3.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1045">Implement branch list using callbacks from exec function</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add in explicit reference to private checkout options</a></li> <li>[Fix comment typos (that got added in <a href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li> </ul> <h2>v3.2.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/942">Add GitHub Action to perform release</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix status badge</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1002">Replace datadog/squid with ubuntu/squid Docker image</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap pipeline commands for submoduleForeach in quotes</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1029">Update <code>@actions/io</code> to 1.1.2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading version to 3.2.0</a></li> </ul> <h2>v3.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/939">Use <code>@actions/core</code> <code>saveState</code> and <code>getState</code></a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/922">Add <code>github-server-url</code> input</a></li> </ul> <h2>v3.0.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/770">Add input <code>set-safe-directory</code></a></li> </ul> <h2>v3.0.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/3df4ab11eba7bda6032a0b82a6bb43b11571feac"><code>3df4ab1</code></a> Release 4.0.0 (<a href="https://redirect.github.com/actions/checkout/issues/1447">#1447</a>)</li> <li><a href="https://github.com/actions/checkout/commit/8b5e8b768746b50394015010d25e690bfab9dfbc"><code>8b5e8b7</code></a> Support fetching without the --progress option (<a href="https://redirect.github.com/actions/checkout/issues/1067">#1067</a>)</li> <li><a href="https://github.com/actions/checkout/commit/97a652b80035363df47baee5031ec8670b8878ac"><code>97a652b</code></a> Update default runtime to node20 (<a href="https://redirect.github.com/actions/checkout/issues/1436">#1436</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3&new-version=4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Magic Cat <[email protected]>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-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/setup-buildx-action/pull/264">docker/setup-buildx-action#264</a></li> <li>Bump <code>@actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/267">docker/setup-buildx-action#267</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0">https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0</a></p> <h2>v2.10.0</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.7.1 to 0.10.0 by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/258">docker/setup-buildx-action#258</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/253">docker/setup-buildx-action#253</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0">https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0</a></p> <h2>v2.9.1</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.7.0 to 0.7.1 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/248">docker/setup-buildx-action#248</a> <ul> <li>Fixes an issue where building Buildx does not match the local platform (<a href="https://redirect.github.com/docker/actions-toolkit/pull/135">docker/actions-toolkit#135</a>)</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1">https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1</a></p> <h2>v2.9.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.6.0 to 0.7.0 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/246">docker/setup-buildx-action#246</a> <ul> <li>Adds support to cache Buildx binary to hosted tool cache and GHA cache backend</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0">https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0</a></p> <h2>v2.8.0</h2> <ul> <li>Only set specific flags for drivers supporting them by <a href="https://github.com/nicks"><code>@nicks</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/241">docker/setup-buildx-action#241</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.5.0 to 0.6.0 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/242">docker/setup-buildx-action#242</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0">https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0</a></p> <h2>v2.7.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.3.0 to 0.5.0 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/237">docker/setup-buildx-action#237</a> <a href="https://redirect.github.com/docker/setup-buildx-action/pull/238">docker/setup-buildx-action#238</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0">https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0</a></p> <h2>v2.6.0</h2> <ul> <li>Set node name for k8s driver when appending nodes by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/219">docker/setup-buildx-action#219</a></li> <li>Bump <code>@docker/actions-toolkit</code> from 0.1.0-beta.18 to 0.3.0 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/220">docker/setup-buildx-action#220</a> <a href="https://redirect.github.com/docker/setup-buildx-action/pull/229">docker/setup-buildx-action#229</a> <a href="https://redirect.github.com/docker/setup-buildx-action/pull/231">docker/setup-buildx-action#231</a> <a href="https://redirect.github.com/docker/setup-buildx-action/pull/236">docker/setup-buildx-action#236</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0">https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0</a></p> <h2>v2.5.0</h2> <ul> <li><code>cleanup</code> input to remove builder and temp files by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/213">docker/setup-buildx-action#213</a></li> <li>do not remove builder using the <code>docker</code> driver by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/218">docker/setup-buildx-action#218</a></li> <li>fix current context as builder name for <code>docker</code> driver by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/209">docker/setup-buildx-action#209</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0">https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0</a></p> <h2>v2.4.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-buildx-action/commit/f95db51fddba0c2d1ec667646a06c2ce06100226"><code>f95db51</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/267">#267</a> from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/998a87c2c1933fe580ddf99d6f6f94a19c0f91b4"><code>998a87c</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/28bae5933655f85dce39ef1a90237c1942b8e2c6"><code>28bae59</code></a> build(deps): bump <code>@actions/core</code> from 1.10.0 to 1.10.1</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/c2153417150d92671c82aea83a1583b776b52910"><code>c215341</code></a> Merge pull request <a href="https://redirect.github.com/docker/setup-buildx-action/issues/264">#264</a> from crazy-max/update-node20</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/02e9319239595dc97a5705a2df905d0b2ea023bf"><code>02e9319</code></a> chore: node 20 as default runtime</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/5c9160effc4a5e931046bcd3a44677eb8eaa7b00"><code>5c9160e</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/1283140f57ede4d0e30355ef4cb25390eaee8204"><code>1283140</code></a> chore: fix author in package.json</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/c6afe06e4a92d0bf5b6f524c3564e64647d0b97d"><code>c6afe06</code></a> vendor: bump <code>@docker/actions-toolkit</code> from 0.10.0 to 0.12.0</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/f35e0d5a040dd319f1a502de9e27a7f748c79fc5"><code>f35e0d5</code></a> chore: update dev dependencies</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/baeb468fb29686888d706e7200d0e311a4fee4b2"><code>baeb468</code></a> dev: remove unneeded binaries</li> <li>Additional commits viewable in <a href="https://github.com/docker/setup-buildx-action/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/setup-buildx-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/login-action/commit/343f7c4344506bcbf9b4de18042ae17996df046d"><code>343f7c4</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/599">#599</a> from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...</li> <li><a href="https://github.com/docker/login-action/commit/aad0f974f21dc644b324e9fa84c4e364f62acbe6"><code>aad0f97</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/login-action/commit/2e0cd391447ec1a654ce199502a5d596fad131a2"><code>2e0cd39</code></a> build(deps): bump the aws-sdk-dependencies group with 2 updates</li> <li><a href="https://github.com/docker/login-action/commit/203bc9c4eff55a7fac1552bc4811dc0ea4814f2e"><code>203bc9c</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/588">#588</a> from docker/dependabot/npm_and_yarn/proxy-agent-depen...</li> <li><a href="https://github.com/docker/login-action/commit/2199648fc889a2592472959743a8e7d4423bcb29"><code>2199648</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/login-action/commit/b489376173c4ff2c6e783dcb597ba8eff69245fe"><code>b489376</code></a> build(deps): bump the proxy-agent-dependencies group with 1 update</li> <li><a href="https://github.com/docker/login-action/commit/7c309e74e68d0a0055fd02607b10b3d96510544c"><code>7c309e7</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/598">#598</a> from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li> <li><a href="https://github.com/docker/login-action/commit/0ccf222961de35820c1704a0293ca7483b07d065"><code>0ccf222</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/login-action/commit/56d703e106032867ad04c1e54d781c209f451e26"><code>56d703e</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/597">#597</a> from docker/dependabot/github_actions/aws-actions/con...</li> <li><a href="https://github.com/docker/login-action/commit/24d3b3519e6e369d4d0a307a02881c2f81318560"><code>24d3b35</code></a> build(deps): bump <code>@actions/core</code> from 1.10.0 to 1.10.1</li> <li>Additional commits viewable in <a href="https://github.com/docker/login-action/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p> <blockquote> <h2>v5.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/build-push-action/pull/954">docker/build-push-action#954</a></li> <li>Bump <code>@actions/core</code> from 1.10.0 to 1.10.1 in <a href="https://redirect.github.com/docker/build-push-action/pull/959">docker/build-push-action#959</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0">https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0</a></p> <h2>v4.2.1</h2> <blockquote> <p><strong>Note</strong></p> <p>Buildx v0.10 enables support for a minimal <a href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation, which requires support for <a href="https://github.com/opencontainers/image-spec">OCI-compliant</a> multi-platform images. This may introduce issues with registry and runtime support (e.g. <a href="https://redirect.github.com/docker/buildx/issues/1533">Google Cloud Run and AWS Lambda</a>). You can optionally disable the default provenance attestation functionality using <code>provenance: false</code>.</p> </blockquote> <ul> <li>warn if docker config can't be parsed by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/957">docker/build-push-action#957</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1">https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1</a></p> <h2>v4.2.0</h2> <blockquote> <p><strong>Note</strong></p> <p>Buildx v0.10 enables support for a minimal <a href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation, which requires support for <a href="https://github.com/opencontainers/image-spec">OCI-compliant</a> multi-platform images. This may introduce issues with registry and runtime support (e.g. <a href="https://redirect.github.com/docker/buildx/issues/1533">Google Cloud Run and AWS Lambda</a>). You can optionally disable the default provenance attestation functionality using <code>provenance: false</code>.</p> </blockquote> <ul> <li>display proxy configuration by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/872">docker/build-push-action#872</a></li> <li>chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.6.0 to 0.8.0 in <a href="https://redirect.github.com/docker/build-push-action/pull/930">docker/build-push-action#930</a></li> <li>chore(deps): Bump word-wrap from 1.2.3 to 1.2.5 in <a href="https://redirect.github.com/docker/build-push-action/pull/925">docker/build-push-action#925</a></li> <li>chore(deps): Bump semver from 6.3.0 to 6.3.1 in <a href="https://redirect.github.com/docker/build-push-action/pull/902">docker/build-push-action#902</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0">https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0</a></p> <h2>v4.1.1</h2> <blockquote> <p><strong>Note</strong></p> <p>Buildx v0.10 enables support for a minimal <a href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation, which requires support for <a href="https://github.com/opencontainers/image-spec">OCI-compliant</a> multi-platform images. This may introduce issues with registry and runtime support (e.g. <a href="https://redirect.github.com/docker/buildx/issues/1533">Google Cloud Run and AWS Lambda</a>). You can optionally disable the default provenance attestation functionality using <code>provenance: false</code>.</p> </blockquote> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.3.0 to 0.5.0 by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/880">docker/build-push-action#880</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1">https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1</a></p> <h2>v4.1.0</h2> <blockquote> <p><strong>Note</strong></p> <p>Buildx v0.10 enables support for a minimal <a href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation, which requires support for <a href="https://github.com/opencontainers/image-spec">OCI-compliant</a> multi-platform images. This may introduce issues with registry and runtime support (e.g. <a href="https://redirect.github.com/docker/buildx/issues/1533">Google Cloud Run and AWS Lambda</a>). You can optionally disable the default provenance attestation functionality using <code>provenance: false</code>.</p> </blockquote> <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/build-push-action/pull/811">docker/build-push-action#811</a> <a href="https://redirect.github.com/docker/build-push-action/pull/838">docker/build-push-action#838</a> <a href="https://redirect.github.com/docker/build-push-action/pull/855">docker/build-push-action#855</a> <a href="https://redirect.github.com/docker/build-push-action/pull/860">docker/build-push-action#860</a> <a href="https://redirect.github.com/docker/build-push-action/pull/875">docker/build-push-action#875</a></li> <li>e2e: quay.io by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/799">docker/build-push-action#799</a> <a href="https://redirect.github.com/docker/build-push-action/pull/805">docker/build-push-action#805</a></li> <li>e2e: local harbor and nexus by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/800">docker/build-push-action#800</a></li> <li>e2e: add artifactory container registry to test against by <a href="https://github.com/jedevc"><code>@jedevc</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/804">docker/build-push-action#804</a></li> <li>e2e: add distribution tests by <a href="https://github.com/jedevc"><code>@jedevc</code></a> in <a href="https://redirect.github.com/docker/build-push-action/pull/814">docker/build-push-action#814</a> <a href="https://redirect.github.com/docker/build-push-action/pull/815">docker/build-push-action#815</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0">https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/0565240e2d4ab88bba5387d719585280857ece09"><code>0565240</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/959">#959</a> from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li> <li><a href="https://github.com/docker/build-push-action/commit/3ab07f880128dd3b47d7764b661d608b1e37712a"><code>3ab07f8</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/b9e7e4daec1dd1fed28b226354d2eef8aa92ca38"><code>b9e7e4d</code></a> chore(deps): Bump <code>@actions/core</code> from 1.10.0 to 1.10.1</li> <li><a href="https://github.com/docker/build-push-action/commit/04d1a3b0491bb1fbd0843d1fea3390e385bf2252"><code>04d1a3b</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/954">#954</a> from crazy-max/update-node20</li> <li><a href="https://github.com/docker/build-push-action/commit/1a4d1a13fb219ebf616f93930a8c4c6a9ff24155"><code>1a4d1a1</code></a> chore: node 20 as default runtime</li> <li><a href="https://github.com/docker/build-push-action/commit/675965c0e16f1a0f94ecafff969d8c966f92c17b"><code>675965c</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/58ee34cb6bad9fc3b471453afb4ed741cb0e6ff3"><code>58ee34c</code></a> chore: fix author in package.json</li> <li><a href="https://github.com/docker/build-push-action/commit/c97c4060bdc51e97b1b2a972eab2f77d6ae8e57a"><code>c97c406</code></a> fix ProxyConfig type when checking length</li> <li><a href="https://github.com/docker/build-push-action/commit/47d5369e0b15ff3b951d5787a265fbecf0fc2bac"><code>47d5369</code></a> vendor: bump <code>@docker/actions-toolkit</code> from 0.8.0 to 0.12.0</li> <li><a href="https://github.com/docker/build-push-action/commit/8895c7468fbe88881dcc4c5b416553e604722cf2"><code>8895c74</code></a> chore: update dev dependencies</li> <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/v4...v5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=4&new-version=5)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p> <blockquote> <h2>v4.0.0-beta.2</h2> <h2>What's Changed</h2> <ul> <li>not adding -n if empty to do-upload command by <a href="https://github.com/dana-yaish"><code>@dana-yaish</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1085">codecov/codecov-action#1085</a></li> <li>4.0.0-beta.2 by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1086">codecov/codecov-action#1086</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v4.0.0-beta.1...v4.0.0-beta.2">https://github.com/codecov/codecov-action/compare/v4.0.0-beta.1...v4.0.0-beta.2</a></p> <h2>4.0.0-beta.1</h2> <p><code>v4</code> represents a move from the <a href="https://github.com/codecov/uploader">universal uploader</a> to the <a href="https://github.com/codecov/codecov-cli">Codecov CLI</a>. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.</p> <h2>Breaking Changes</h2> <ul> <li>No current support for <code>aarch64</code> and <code>alpine</code> architectures.</li> <li>Tokenless uploading is unsuported</li> <li>Various arguments to the Action have been removed</li> </ul> <h2>What's Changed</h2> <ul> <li>build(deps): bump openpgp from 5.8.0 to 5.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/985">codecov/codecov-action#985</a></li> <li>build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1000">codecov/codecov-action#1000</a></li> <li>build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1006">codecov/codecov-action#1006</a></li> <li>build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1013">codecov/codecov-action#1013</a></li> <li>build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1024">codecov/codecov-action#1024</a></li> <li>build(deps): bump node-fetch from 3.3.1 to 3.3.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1031">codecov/codecov-action#1031</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.1.4 to 20.4.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1032">codecov/codecov-action#1032</a></li> <li>build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1033">codecov/codecov-action#1033</a></li> <li>build commit,report and upload args based on codecovcli by <a href="https://github.com/dana-yaish"><code>@dana-yaish</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/943">codecov/codecov-action#943</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.4.5 to 20.5.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1055">codecov/codecov-action#1055</a></li> <li>build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1051">codecov/codecov-action#1051</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.3 to 20.5.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1058">codecov/codecov-action#1058</a></li> <li>chore(deps): update outdated deps by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1059">codecov/codecov-action#1059</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.4 to 20.5.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1060">codecov/codecov-action#1060</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.4.1 to 6.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1065">codecov/codecov-action#1065</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.4.1 to 6.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1064">codecov/codecov-action#1064</a></li> <li>build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1063">codecov/codecov-action#1063</a></li> <li>build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1061">codecov/codecov-action#1061</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.6 to 20.5.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1062">codecov/codecov-action#1062</a></li> <li>build(deps): bump openpgp from 5.9.0 to 5.10.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1066">codecov/codecov-action#1066</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.7 to 20.5.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1070">codecov/codecov-action#1070</a></li> <li>build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1069">codecov/codecov-action#1069</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.5.0 to 6.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1072">codecov/codecov-action#1072</a></li> <li>Update README.md by <a href="https://github.com/thomasrockhu-codecov"><code>@thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1073">codecov/codecov-action#1073</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.5.0 to 6.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1071">codecov/codecov-action#1071</a></li> <li>build(deps-dev): bump <code>@vercel/ncc</code> from 0.36.1 to 0.38.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1074">codecov/codecov-action#1074</a></li> <li>build(deps): bump <code>@actions/core</code> from 1.10.0 to 1.10.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1081">codecov/codecov-action#1081</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.6.0 to 6.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1080">codecov/codecov-action#1080</a></li> <li>build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1078">codecov/codecov-action#1078</a></li> <li>build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1077">codecov/codecov-action#1077</a></li> <li>build(deps-dev): bump <code>@types/node</code> from 20.5.9 to 20.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1075">codecov/codecov-action#1075</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.6.0 to 6.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1079">codecov/codecov-action#1079</a></li> <li>build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1076">codecov/codecov-action#1076</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md">codecov/codecov-action's changelog</a>.</em></p> <blockquote> <h2>4.0.0-beta.2</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/1085">#1085</a> not adding -n if empty to do-upload command</li> </ul> <h2>4.0.0-beta.1</h2> <p><code>v4</code> represents a move from the <a href="https://github.com/codecov/uploader">universal uploader</a> to the <a href="https://github.com/codecov/codecov-cli">Codecov CLI</a>. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.</p> <h3>Breaking Changes</h3> <ul> <li>No current support for <code>aarch64</code> and <code>alpine</code> architectures.</li> <li>Tokenless uploading is unsuported</li> <li>Various arguments to the Action have been removed</li> </ul> <h2>3.1.4</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/967">#967</a> Fix typo in README.md</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/971">#971</a> fix: add back in working dir</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/969">#969</a> fix: CLI option names for uploader</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/970">#970</a> build(deps-dev): bump <code>@types/node</code> from 18.15.12 to 18.16.3</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/979">#979</a> build(deps-dev): bump <code>@types/node</code> from 20.1.0 to 20.1.2</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/981">#981</a> build(deps-dev): bump <code>@types/node</code> from 20.1.2 to 20.1.4</li> </ul> <h2>3.1.3</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/960">#960</a> fix: allow for aarch64 build</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/957">#957</a> build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/958">#958</a> build(deps): bump openpgp from 5.7.0 to 5.8.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/959">#959</a> build(deps-dev): bump <code>@types/node</code> from 18.15.10 to 18.15.12</li> </ul> <h2>3.1.2</h2> <h3>Fixes</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/718">#718</a> Update README.md</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/851">#851</a> Remove unsupported path_to_write_report argument</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/898">#898</a> codeql-analysis.yml</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/901">#901</a> Update README to contain correct information - inputs and negate feature</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/955">#955</a> fix: add in all the extra arguments for uploader</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/819">#819</a> build(deps): bump openpgp from 5.4.0 to 5.5.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/835">#835</a> build(deps): bump node-fetch from 3.2.4 to 3.2.10</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/840">#840</a> build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/841">#841</a> build(deps): bump <code>@actions/core</code> from 1.9.1 to 1.10.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/843">#843</a> build(deps): bump <code>@actions/github</code> from 5.0.3 to 5.1.1</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/869">#869</a> build(deps): bump node-fetch from 3.2.10 to 3.3.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/872">#872</a> build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0</li> <li><a href="https://redirect.github.com/codecov/codecov-action/issues/879">#879</a> build(deps): bump decode-uri-component from 0.2.0 to 0.2.2</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codecov/codecov-action/commit/c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f"><code>c4cf8a4</code></a> 4.0.0-beta.2 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1086">#1086</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/845c445181131d954f0198d3d0f26242acc0376e"><code>845c445</code></a> not adding -n if empty to do-upload command (<a href="https://redirect.github.com/codecov/codecov-action/issues/1085">#1085</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/0016507ac73abde47045262c5eb6a92f777322ec"><code>0016507</code></a> chore(release): 4.0.0-beta.1 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1084">#1084</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/c9e4b7326764720e2d95c3a9615d9e6ba7fc949f"><code>c9e4b73</code></a> use cli instead of node uploader (<a href="https://redirect.github.com/codecov/codecov-action/issues/1068">#1068</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/c9e0f0b3cf5f112462339d69850c01735114b9ed"><code>c9e0f0b</code></a> build(deps-dev): bump eslint from 8.48.0 to 8.49.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1076">#1076</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/da8479a5b3816abcdf6296d5595225c8c2822d27"><code>da8479a</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.6.0 to 6.7.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1079">#1079</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/8e29a53ea65f98e97f4ad4594d355d8e8fd5bcfe"><code>8e29a53</code></a> build(deps-dev): bump <code>@types/node</code> from 20.5.9 to 20.6.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1075">#1075</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/162bda9838a53b5f35a4ed175b035db48651c736"><code>162bda9</code></a> build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1077">#1077</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/46acd9de81204f09c57137e70b715375df52ea4c"><code>46acd9d</code></a> build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1078">#1078</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/904bf5a0317421edb11d2be9bbd857c58af7a673"><code>904bf5a</code></a> build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.6.0 to 6.7.0 (#...</li> <li>Additional commits viewable in <a href="https://github.com/codecov/codecov-action/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=3&new-version=4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…orbole#650) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.33.1 to 1.34.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.34.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add election leader by <a href="https://github.com/rfyiamcool"><code>@rfyiamcool</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/561">go-co-op/gocron#561</a></li> </ul> <h2>Fixes</h2> <ul> <li>fix: block unlock with limit concurrency by <a href="https://github.com/rfyiamcool"><code>@rfyiamcool</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/559">go-co-op/gocron#559</a></li> <li>fix: data race for get jobs map by <a href="https://github.com/rfyiamcool"><code>@rfyiamcool</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/558">go-co-op/gocron#558</a></li> <li>fix RemoveByID and SingletonMode by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/569">go-co-op/gocron#569</a></li> </ul> <h2>Chores</h2> <ul> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/560">go-co-op/gocron#560</a></li> <li>docs: add stop and stopBlockingChan function by <a href="https://github.com/rfyiamcool"><code>@rfyiamcool</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/556">go-co-op/gocron#556</a></li> <li>docs: add WithDistributedElector usage by <a href="https://github.com/rfyiamcool"><code>@rfyiamcool</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/563">go-co-op/gocron#563</a></li> <li>remove beta note from WithDistributedLocker by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/562">go-co-op/gocron#562</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.33.1...v1.33.2">https://github.com/go-co-op/gocron/compare/v1.33.1...v1.33.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/7fea08c327f0ac9daa73966c9f4233f2b0102685"><code>7fea08c</code></a> fix RemoveByID and SingletonMode (<a href="https://redirect.github.com/go-co-op/gocron/issues/569">#569</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/e2a9cc09d902eaf82859aadf33891a2187257fa4"><code>e2a9cc0</code></a> add mentioned in awesome badge to readme</li> <li><a href="https://github.com/go-co-op/gocron/commit/6328e002f1f561b98526148e4fe53227ff4ff43b"><code>6328e00</code></a> docs: add WithDistributedElector usage (<a href="https://redirect.github.com/go-co-op/gocron/issues/563">#563</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/a497bef1ac1e20623935c55793bb6d612d4662d1"><code>a497bef</code></a> remove beta note from WithDistributedLocker (<a href="https://redirect.github.com/go-co-op/gocron/issues/562">#562</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/51d96d3bdebf3dede1117345c4a6865ff85624e9"><code>51d96d3</code></a> feat: add election leader (<a href="https://redirect.github.com/go-co-op/gocron/issues/561">#561</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/af559347b850156759bbfb2473954a554315f9cd"><code>af55934</code></a> docs: add stop and stopBlockingChan function (<a href="https://redirect.github.com/go-co-op/gocron/issues/556">#556</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/36c534a36b4d0a59bc09e375d8da9bc88f9116cd"><code>36c534a</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/go-co-op/gocron/issues/560">#560</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/fd265956a84b1c16ce6c3148009f5f87bf590113"><code>fd26595</code></a> fix: data race for get jobs map (<a href="https://redirect.github.com/go-co-op/gocron/issues/558">#558</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/b339f733437dae5eea11d8b01a65c9ac503220eb"><code>b339f73</code></a> fix: block unlock with limit concurrency (<a href="https://redirect.github.com/go-co-op/gocron/issues/559">#559</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.33.1...v1.34.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.33.1&new-version=1.34.0)](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>
…orbole#653) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.34.0 to 1.34.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.34.1</h2> <h2>Fixes</h2> <ul> <li>docs: fix WaitMode and Milliseconds documentation by <a href="https://github.com/husam-e"><code>@husam-e</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/570">go-co-op/gocron#570</a></li> <li>reschedule limit mode was broken - fixing the inc/dec by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/572">go-co-op/gocron#572</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/husam-e"><code>@husam-e</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/570">go-co-op/gocron#570</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.34.0...v1.34.1">https://github.com/go-co-op/gocron/compare/v1.34.0...v1.34.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/7a102daba67feec71680af642a8f4904ded8c95a"><code>7a102da</code></a> reschedule limit mode was broken - fixing the inc/dec (<a href="https://redirect.github.com/go-co-op/gocron/issues/572">#572</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/269c4d19f8ee2951f965dd8cb280b2f094990988"><code>269c4d1</code></a> docs: fix WaitMode and Milliseconds documentation (<a href="https://redirect.github.com/go-co-op/gocron/issues/570">#570</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.34.0...v1.34.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.34.0&new-version=1.34.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>
…orbole#654) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.34.1 to 1.34.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.34.2</h2> <h2>Fixes</h2> <ul> <li>fix: removing a job, the job was not being stopped with limit mode by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/573">go-co-op/gocron#573</a></li> <li>fix Scheduler.NextRun() not returning the correct value (<a href="https://redirect.github.com/go-co-op/gocron/issues/574">#574</a>) by <a href="https://github.com/bbaa-bbaa"><code>@bbaa-bbaa</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/575">go-co-op/gocron#575</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bbaa-bbaa"><code>@bbaa-bbaa</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/575">go-co-op/gocron#575</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.34.1...v1.34.2">https://github.com/go-co-op/gocron/compare/v1.34.1...v1.34.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/e07c266d8c74d7a34c049e4c700610ab771168fa"><code>e07c266</code></a> fix Scheduler.NextRun() not returning the correct value (<a href="https://redirect.github.com/go-co-op/gocron/issues/574">#574</a>) (<a href="https://redirect.github.com/go-co-op/gocron/issues/575">#575</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/01fcdee22fd5bf22f1be6b7dab52a32647a0bd1f"><code>01fcdee</code></a> fix removing a job not stopping with limit mode (<a href="https://redirect.github.com/go-co-op/gocron/issues/573">#573</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.34.1...v1.34.2">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.34.1&new-version=1.34.2)](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>
…e#656) Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.30.0 to 1.31.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rs/zerolog/commit/8344fc0c93cd5d8fe3d46c4a713abe4136b8cd5a"><code>8344fc0</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/rs/zerolog/issues/588">#588</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/4cb8cc56224bccb6315ce117271c023a6facca0a"><code>4cb8cc5</code></a> Update dependencies</li> <li><a href="https://github.com/rs/zerolog/commit/ae9b26513771d01720d0e82fb236cfc1e3c48875"><code>ae9b265</code></a> Update Build Status Badge (<a href="https://redirect.github.com/rs/zerolog/issues/589">#589</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/1bac5cca5027d91b560cbb911f924eb355628c56"><code>1bac5cc</code></a> added support for NO_COLOR (<a href="https://redirect.github.com/rs/zerolog/issues/586">#586</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/b81cc57e5df0a1499c3f1521d3134466cb96f0ca"><code>b81cc57</code></a> Fix the standard logger output example (<a href="https://redirect.github.com/rs/zerolog/issues/584">#584</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/ad77222f682b40d1bb0c399d599c6f08cfdd99a6"><code>ad77222</code></a> chore: improve coverage report</li> <li><a href="https://github.com/rs/zerolog/commit/95cf29c88c32a03634b38e647960f1dc0adaaba2"><code>95cf29c</code></a> chore: switch to go-goverage-report action as gocover.io is closing</li> <li><a href="https://github.com/rs/zerolog/commit/802c88f065bc7019d079d03ef72e0899b2b3220e"><code>802c88f</code></a> chore: adding any function to context (<a href="https://redirect.github.com/rs/zerolog/issues/580">#580</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/158e4ad5c340016f054bd0dd17142adb518014c1"><code>158e4ad</code></a> Update logbench URL in README.md</li> <li><a href="https://github.com/rs/zerolog/commit/7d5aa987d03a59313ea3430130671766da85b8f7"><code>7d5aa98</code></a> Deprecate lint in favor of <a href="https://github.com/ykadowak/zerologlint">https://github.com/ykadowak/zerologlint</a> (<a href="https://redirect.github.com/rs/zerolog/issues/574">#574</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rs/zerolog/compare/v1.30.0...v1.31.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rs/zerolog&package-manager=go_modules&previous-version=1.30.0&new-version=1.31.0)](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>
….3.0 (forbole#657) Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.2.0 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/amannn/action-semantic-pull-request/releases">amannn/action-semantic-pull-request's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <h2><a href="https://github.com/amannn/action-semantic-pull-request/compare/v5.2.0...v5.3.0">5.3.0</a> (2023-09-25)</h2> <h3>Features</h3> <ul> <li>Use Node.js 20 in action (<a href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/240">#240</a>) (<a href="https://github.com/amannn/action-semantic-pull-request/commit/4c0d5a21fc86635c67cc57ffe89d842c34ade284">4c0d5a2</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md">amannn/action-semantic-pull-request's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/amannn/action-semantic-pull-request/compare/v5.2.0...v5.3.0">5.3.0</a> (2023-09-25)</h2> <h3>Features</h3> <ul> <li>Use Node.js 20 in action (<a href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/240">#240</a>) (<a href="https://github.com/amannn/action-semantic-pull-request/commit/4c0d5a21fc86635c67cc57ffe89d842c34ade284">4c0d5a2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/47b15d52c5c30e94a17ec87eb8dd51ff5221fed9"><code>47b15d5</code></a> chore: Release 5.3.0 [skip ci]</li> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/4c0d5a21fc86635c67cc57ffe89d842c34ade284"><code>4c0d5a2</code></a> feat: Use Node.js 20 in action (<a href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/240">#240</a>)</li> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/00282d63cda40a6eaf3e9d0cbb1ac4384de896e8"><code>00282d6</code></a> docs: Update users</li> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/a67a88bf051cb544d35cce2a3b64bd0216bcbc65"><code>a67a88b</code></a> docs: Fix permissions for sticky-pull-request-comment example (<a href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/235">#235</a> by <a href="https://github.com/sheer"><code>@sheer</code></a>...</li> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/3bb5af3c0c8f5e85d328728c1ab68dd6cefd03af"><code>3bb5af3</code></a> ci: Add push permission for release workflow</li> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/c91b8fb449859051dc39d9684aa20a73788e5e5e"><code>c91b8fb</code></a> docs: Add permissions (<a href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/215">#215</a> by <a href="https://github.com/natterstefan"><code>@natterstefan</code></a>)</li> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/ff373f4e8056b732dfd0eadd42ae54c004e5523b"><code>ff373f4</code></a> docs: Minor README improvements</li> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/3da6b20b9f06784d238f318dad45239e79db2cc5"><code>3da6b20</code></a> docs: README improvements</li> <li><a href="https://github.com/amannn/action-semantic-pull-request/commit/4fc2eda2efdd8667c682a9b5d1249c9bdb912e5d"><code>4fc2eda</code></a> docs: Update link in error message (<a href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/230">#230</a>)</li> <li>See full diff in <a href="https://github.com/amannn/action-semantic-pull-request/compare/v5.2.0...v5.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=amannn/action-semantic-pull-request&package-manager=github_actions&previous-version=5.2.0&new-version=5.3.0)](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>
…orbole#659) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.34.2 to 1.35.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/a2d06eb1570a5f1e96e9db1f19502e3f988e8f62"><code>a2d06eb</code></a> add GetName() to Job to expose job name (<a href="https://redirect.github.com/go-co-op/gocron/issues/583">#583</a>)</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.34.2...v1.35.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.34.2&new-version=1.35.0)](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>
…1.17.0 (forbole#658) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>v1.17.0</h2> <h2>What's Changed</h2> <ul> <li>[CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). <a href="https://redirect.github.com/prometheus/client_golang/issues/1325">#1325</a></li> <li>[FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. <a href="https://redirect.github.com/prometheus/client_golang/issues/1313">#1313</a></li> <li>[ENHANCEMENT] Enable detection of a native histogram without observations. <a href="https://redirect.github.com/prometheus/client_golang/issues/1314">#1314</a></li> </ul> <ul> <li>Merge v1.16.0 to main by <a href="https://github.com/bwplotka"><code>@bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1293">prometheus/client_golang#1293</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1297">prometheus/client_golang#1297</a></li> <li>ci: define minimal permissions to GitHub workflows by <a href="https://github.com/diogoteles08"><code>@diogoteles08</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1295">prometheus/client_golang#1295</a></li> <li>Do not allocate memory when there's no constraints by <a href="https://github.com/Okhoshi"><code>@Okhoshi</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1296">prometheus/client_golang#1296</a></li> <li>Bump golang.org/x/sys from 0.8.0 to 0.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1306">prometheus/client_golang#1306</a></li> <li>Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /tutorial/whatsup by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1307">prometheus/client_golang#1307</a></li> <li>histogram: Enable detection of a native histogram without observations by <a href="https://github.com/beorn7"><code>@beorn7</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1314">prometheus/client_golang#1314</a></li> <li>Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1305">prometheus/client_golang#1305</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1302">prometheus/client_golang#1302</a></li> <li>Fix data-race in metric without <code>code</code> and <code>method</code> but with <code>WithLabelFromCtx</code> by <a href="https://github.com/tigrato"><code>@tigrato</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1318">prometheus/client_golang#1318</a></li> <li>Add missing tick "`" in README by <a href="https://github.com/ZiViZiViZ"><code>@ZiViZiViZ</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1321">prometheus/client_golang#1321</a></li> <li>Bump golang.org/x/sys from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1320">prometheus/client_golang#1320</a></li> <li>Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1319">prometheus/client_golang#1319</a></li> <li>docs: trivial grammar fixes to improve readability in promauto Godoc by <a href="https://github.com/sengi"><code>@sengi</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1322">prometheus/client_golang#1322</a></li> <li>Add Go 1.21 support by <a href="https://github.com/kakkoyun"><code>@kakkoyun</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1325">prometheus/client_golang#1325</a></li> <li>Bump client_model by <a href="https://github.com/ArthurSens"><code>@ArthurSens</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1323">prometheus/client_golang#1323</a></li> <li>histogram docs: Fixed minor nit. by <a href="https://github.com/bwplotka"><code>@bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1324">prometheus/client_golang#1324</a></li> <li>Update building by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1326">prometheus/client_golang#1326</a></li> <li>Bump golang.org/x/sys from 0.10.0 to 0.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1331">prometheus/client_golang#1331</a></li> <li>Bump github.com/prometheus/client_golang from 1.15.1-0.20230416215738-0963f595c689 to 1.16.0 in /tutorial/whatsup by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1329">prometheus/client_golang#1329</a></li> <li>Bump github.com/prometheus/client_golang from 1.13.1 to 1.16.0 in /examples/middleware by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1328">prometheus/client_golang#1328</a></li> <li>Bump github.com/prometheus/common from 0.42.0 to 0.44.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1284">prometheus/client_golang#1284</a></li> <li>Bump github.com/prometheus/common from 0.42.0 to 0.44.0 in /tutorial/whatsup by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1330">prometheus/client_golang#1330</a></li> <li>Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1304">prometheus/client_golang#1304</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1332">prometheus/client_golang#1332</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1338">prometheus/client_golang#1338</a></li> <li>Cleanup golangci-lint errcheck by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1339">prometheus/client_golang#1339</a></li> <li>Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1348">prometheus/client_golang#1348</a></li> <li>Extend Counters, Summaries and Histograms with creation timestamp by <a href="https://github.com/ArthurSens"><code>@ArthurSens</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1313">prometheus/client_golang#1313</a></li> <li>Fix typos in comments, tests, and errors by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1346">prometheus/client_golang#1346</a></li> <li>Deprecated comment should begin with "Deprecated:" by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1347">prometheus/client_golang#1347</a></li> <li>Add changelog entry for 1.17 by <a href="https://github.com/ArthurSens"><code>@ArthurSens</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1352">prometheus/client_golang#1352</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/diogoteles08"><code>@diogoteles08</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1295">prometheus/client_golang#1295</a></li> <li><a href="https://github.com/tigrato"><code>@tigrato</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1318">prometheus/client_golang#1318</a></li> <li><a href="https://github.com/ZiViZiViZ"><code>@ZiViZiViZ</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1321">prometheus/client_golang#1321</a></li> <li><a href="https://github.com/sengi"><code>@sengi</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1322">prometheus/client_golang#1322</a></li> <li><a href="https://github.com/ArthurSens"><code>@ArthurSens</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/client_golang/pull/1323">prometheus/client_golang#1323</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/v1.17.0/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.17.0 / 2023-09-27</h2> <ul> <li>[CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). <a href="https://redirect.github.com/prometheus/client_golang/issues/1325">#1325</a></li> <li>[FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. <a href="https://redirect.github.com/prometheus/client_golang/issues/1313">#1313</a></li> <li>[ENHANCEMENT] Enable detection of a native histogram without observations. <a href="https://redirect.github.com/prometheus/client_golang/issues/1314">#1314</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/fa1408ee351f6aba15c6d0207f7a0021eb3af406"><code>fa1408e</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1352">#1352</a> from prometheus/arthursens/cut-1.17.0</li> <li><a href="https://github.com/prometheus/client_golang/commit/24a72b819f07e2abdd7aa2ed910a2d343c02f9a3"><code>24a72b8</code></a> Add changelog entry for 1.17</li> <li><a href="https://github.com/prometheus/client_golang/commit/1bae6c1e6314f6a20be183a7277059630780232a"><code>1bae6c1</code></a> Deprecated comment should begin with "Deprecated:" (<a href="https://redirect.github.com/prometheus/client_golang/issues/1347">#1347</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/bbab8fe770ef961310d1c7ba045d68f3708e6463"><code>bbab8fe</code></a> Fix typos in comments, tests, and errors (<a href="https://redirect.github.com/prometheus/client_golang/issues/1346">#1346</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/df7fa494179f42a8c08cf21d95da9ae09564f907"><code>df7fa49</code></a> Extend Counters, Summaries and Histograms with creation timestamp (<a href="https://redirect.github.com/prometheus/client_golang/issues/1313">#1313</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/74cc26257c40439fda01b450a6def1bd69d77d1b"><code>74cc262</code></a> Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total (<a href="https://redirect.github.com/prometheus/client_golang/issues/1348">#1348</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/d03abf3a31c973a5bc2c2dc698fb41b661a0f0c5"><code>d03abf3</code></a> Cleanup golangci-lint errcheck (<a href="https://redirect.github.com/prometheus/client_golang/issues/1339">#1339</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/ca6ba04f2fd1225668db5d01fa5a65bc2e668898"><code>ca6ba04</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1338">#1338</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/51d24f86807c24ce866355d0c82258420f571c17"><code>51d24f8</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1332">#1332</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/c17edf09ed77d45c7b0df50f2d9979e4f132a09e"><code>c17edf0</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1304">#1304</a> from prometheus/dependabot/go_modules/google.golang....</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/client_golang&package-manager=go_modules&previous-version=1.16.0&new-version=1.17.0)](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>
## Description Closes: #XXXX [BDU-11](https://forbole.atlassian.net/browse/BDU-11) [BDU-771](https://forbole.atlassian.net/browse/BDU-771) [BDU-1077](https://forbole.atlassian.net/browse/BDU-1077) Changes: `gov` module: - Added handler on every block to check and update proposal status if `active_proposal` event has been emitted inside the EndBlockEvents - Added periodic operations to update `proposal staking pool snapshots` every 5 mins - Added periodic operations to update `proposal tally results` every 5 mins - Added handler to update `tally results` for given proposal on every `MsgVote` and `MsgVoteWeighted` msgs - Added handler for rpc error `rpc error returning code = NotFound desc = proposal x doesn't exist` returned from node sometimes when processing `MsgSubmitProposal` msg and querying the node for proposal details - Added amount to `unique_deposit` constraint to allow to store different deposits from the same address for the same proposal - Added `weight` column to `proposal_vote` table and added `option` to `unique_vote` constraint - Added handler for `MsgVoteWeighted` msgs to correctly store votes in db - Removed `auth` module from expected modules `staking` module: - Added periodic operations to update validators statuses, voting power and proposal validators status snapshots every 5 mins - Added handler to update validators statuses, voting powers and proposals validators status snapshots when there is a VP change on `MsgDelegate`, `MsgBeginRedelegate` and `MsgUndelegate` msgs --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [x] targeted the correct branch - [x] provided a link to the relevant issue or specification - [x] added a changelog entry to `CHANGELOG.md` - [x] included comments for [documenting Go code](https://blog.golang.org/godoc) - [x] updated the relevant documentation or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) [BDU-11]: https://forbole.atlassian.net/browse/BDU-11?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [BDU-771]: https://forbole.atlassian.net/browse/BDU-771?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [BDU-1077]: https://forbole.atlassian.net/browse/BDU-1077?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
## Description This PR adds support for all Desmos-related features. <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [ ] targeted the correct branch - [ ] provided a link to the relevant issue or specification - [ ] added a changelog entry to `CHANGELOG.md` - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) - [ ] updated the relevant documentation or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable)
MonikaCat
commented
Feb 27, 2024
# Tests / Code Coverage workflow runs unit tests and uploads a code coverage report. | ||
# This workflow is run on pushes to master & every Pull Requests where a .go, .mod, .sum have been changed. | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- chains/* | ||
- cosmos/* | ||
- main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
- main | |
- chains/* | |
- cosmos/* |
MonikaCat
commented
Feb 27, 2024
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed. | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- chains/* | ||
- cosmos/* | ||
- main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
- main | |
- chains/* | |
- cosmos/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change