mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
b3d8353b37
347 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
dependabot[bot]
|
b3d8353b37
|
feat(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#3493)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify)
from 1.8.0 to 1.8.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
Carlos Alexandro Becker
|
75effef85a
|
fix: unknown revision when installing with go install (#3482)
fixes #3481 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
afdb8e7a49
|
fix(deps): update to go-github v48 (#3475)
latest and greatest Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
c33f1eaa58
|
feat(deps): bump github.com/disgoorg/snowflake/v2 from 2.0.0 to 2.0.1 (#3471)
Bumps [github.com/disgoorg/snowflake/v2](https://github.com/disgoorg/snowflake) from 2.0.0 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/disgoorg/snowflake/releases">github.com/disgoorg/snowflake/v2's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <h2>Whats Changed</h2> <ul> <li>fix error when discord sends <code>0</code> instead of <code>null</code> for snowflakes</li> <li>wrap json unmarshal errors for clearer errors</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/disgoorg/snowflake/compare/v2.0.0...v2.0.1">https://github.com/disgoorg/snowflake/compare/v2.0.0...v2.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Arsen6331
|
f6eb51cb9c
|
feat: integrate ConventionalExtension from nfpm v2.20.0 (#3468)
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> <!-- If applied, this commit will... --> This PR upgrades nFPM to v0.20.0, and integrates the new `ConventionalExtension` method to use the correct extension for the packaging format that is being used. <!-- Why is this change being made? --> Currently, goreleaser uses the name of the format to determine the extension. This has worked fine, but with the introduction of Archlinux packages, goreleaser has to handle packages with extensions that don't match the name of the format, since Archlinux uses `.pkg.tar.zst` as the extension. <!-- # Provide links to any relevant tickets, URLs or other resources --> goreleaser/nfpm#546 goreleaser/nfpm#543 |
||
dependabot[bot]
|
d3266feb1a
|
feat(deps): bump github.com/caarlos0/log from 0.1.6 to 0.1.8 (#3455)
Bumps [github.com/caarlos0/log](https://github.com/caarlos0/log) from 0.1.6 to 0.1.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/caarlos0/log/releases">github.com/caarlos0/log's releases</a>.</em></p> <blockquote> <h2>v0.1.8</h2> <h2>Changelog</h2> <hr /> <p><em>Released with <a href="https://goreleaser.com/pro">GoReleaser Pro</a>!</em></p> <h2>v0.1.7</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>ba60366f75684571cf551d77e64967af2a6d0979: fix: version et al (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <hr /> <p><em>Released with <a href="https://goreleaser.com/pro">GoReleaser Pro</a>!</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
e5c2990b4c
|
feat(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#3454)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <h3>Summer 2022 Release</h3> <p>Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding <code>--help</code> and <code>--version</code> automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the <code>OnFinalize</code> method to cleanup things when all "work" is done. Checkout the full changelog below:</p> <hr /> <h4>Features 🌠</h4> <ul> <li>Add groups for commands in help: <a href="https://github.com/aawsome"><code>@aawsome</code></a> <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1003">#1003</a></li> <li>Support for case-insensitive command names: <a href="https://github.com/YuviGold"><code>@YuviGold</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1802">#1802</a></li> <li>Expose <code>ValidateRequiredFlags</code> and <code>ValidateFlagGroups</code>: <a href="https://github.com/skeetwu"><code>@skeetwu</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1760">#1760</a></li> <li>Add <code>--version</code> flag to help output: <a href="https://github.com/fnickels"><code>@fnickels</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1707">#1707</a></li> <li>Add <code>--help</code> and <code>--version</code> flag in completions: <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1813">#1813</a></li> <li>Add <code>OnFinalize</code> method: <a href="https://github.com/yann-soubeyrand"><code>@yann-soubeyrand</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1788">#1788</a></li> <li>Allow user to add completion for powershell alias: <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1621">#1621</a></li> <li>Make <code>InitDefaultcompletionCmd</code> public: <a href="https://github.com/gssbzn"><code>@gssbzn</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1467">#1467</a></li> </ul> <h4>Deprecation 👎🏼</h4> <ul> <li><code>ExactValidArgs</code> is deprecated (but not being removed entirely). This is abit nuanced, so checkout <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1643">#1643</a> for further information and the <a href="https://github.com/spf13/cobra/blob/main/user_guide.md">updated <code>user_guide.md</code></a> on how this may affect you (and how you can take advantage of the <em>correct</em> behavior in the validators): <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1643">#1643</a></li> </ul> <h4>Bug fixes 🐛</h4> <ul> <li>Fix (bash-v2) <code>activeHelp</code> length check syntax: <a href="https://github.com/scop"><code>@scop</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1762">#1762</a></li> <li>Fix correct command path in <code>see_also</code> for yaml documentation: <a href="https://github.com/zregvart"><code>@zregvart</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1771">#1771</a></li> <li>Fix showing flags that shadow parent persistent flag in child help messaging: <a href="https://github.com/brianpursley"><code>@brianpursley</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1776">#1776</a></li> </ul> <h4>Dependencies 🗳️</h4> <ul> <li>Upgrade to use <code>gopkg.in/yaml.v3</code>: <a href="https://github.com/tklauser"><code>@tklauser</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1766">#1766</a></li> </ul> <h4>Testing 🤔</h4> <ul> <li>Test on Golang 1.19: <a href="https://github.com/umarcor"><code>@umarcor</code></a> & <a href="https://github.com/jpmcb"><code>@jpmcb</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1782">#1782</a></li> <li>Renamed powershell completion tests: <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1803">#1803</a></li> <li>Use <code>action/setup-go</code> cache: <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1783">#1783</a></li> <li>Add <code>workflow_dispatch</code> to CI actions: <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1387">#1387</a></li> <li>Add minimum GitHub token permissions for workflows: <a href="https://github.com/varunsh-coder"><code>@varunsh-coder</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1792">#1792</a></li> </ul> <h4>Docs ✏️</h4> <ul> <li>Fixup spelling for GitHub CLI: <a href="https://github.com/eltociear"><code>@eltociear</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1744">#1744</a></li> <li>Clarify <code>SetContext</code> documentation: <a href="https://github.com/katexochen"><code>@katexochen</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1748">#1748</a></li> <li>Instruct user to <code>go install</code> for binary: <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1726">#1726</a></li> <li>User guide cleanup: <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1656">#1656</a></li> <li>Document option to hide the default completion command: <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1779">#1779</a></li> </ul> <h4>Misc 💭</h4> <ul> <li>Add KubeVirt, CloudQuery, Cilium, Okteto, Zitadel, Allero to projects using cobra: <a href="https://github.com/maiqueb"><code>@maiqueb</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1741">#1741</a>, <a href="https://github.com/yevgenypats"><code>@yevgenypats</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1742">#1742</a>, <a href="https://github.com/tklauser"><code>@tklauser</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1745">#1745</a>, <a href="https://github.com/jLopezbarb"><code>@jLopezbarb</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1759">#1759</a>, <a href="https://github.com/fforootd"><code>@fforootd</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1772">#1772</a>, <a href="https://github.com/dimabru"><code>@dimabru</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1819">#1819</a></li> <li>Use correct stale action <code>exempt</code> yaml keys: <a href="https://github.com/jpmcb"><code>@jpmcb</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1800">#1800</a></li> <li>Add missing license headers: <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1809">#1809</a></li> </ul> <p><em>Note:</em> Per <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1804">#1804</a>, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the <code>spf13/cobra</code> GitHub repository for more information!</p> <p>Great work everyone! Cobra would never be possible without your contributions! 🐍</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
db14e75766
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.18.1 to 2.19.2 (#3418)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.18.1 to 2.19.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/goreleaser/nfpm/releases">github.com/goreleaser/nfpm/v2's releases</a>.</em></p> <blockquote> <h2>v2.19.2</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>8a1b1fcc04cf22a089d97c70e58cceeeadb6d761: fix: dont modify slices in a loop (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/554">#554</a>) (<a href="https://github.com/djgilcrease"><code>@djgilcrease</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/nfpm/compare/v2.19.1...v2.19.2">https://github.com/goreleaser/nfpm/compare/v2.19.1...v2.19.2</a></p> <hr /> <ul> <li>Check out <a href="https://goreleaser.com">GoReleaser</a>: it integrates nFPM to the release pipeline of your Go projects.</li> </ul> <h2>v2.19.1</h2> <h2>Changelog</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/nfpm/compare/v2.19.0...v2.19.1">https://github.com/goreleaser/nfpm/compare/v2.19.0...v2.19.1</a></p> <hr /> <ul> <li>Check out <a href="https://goreleaser.com">GoReleaser</a>: it integrates nFPM to the release pipeline of your Go projects.</li> </ul> <h2>v2.19.0</h2> <h2>Changelog</h2> <h3>New Features</h3> <ul> <li>c97c714e61fdbe7dc7822681789b433b6915b95b: feat(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/551">#551</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>db0ef254fad075b6227a7902d1a04e56cfc81d53: feat(deps): bump github.com/klauspost/compress from 1.15.1 to 1.15.11 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/552">#552</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>4db80ebff34ebf9051727b6505d6df85d540797c: feat: allow env expansion in conflicts, suggests, recommends, depends… (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/548">#548</a>) (<a href="https://github.com/djgilcrease"><code>@djgilcrease</code></a>)</li> <li>437d9ef31aded49fc4bc9aab058c9a659978bd12: feat: upgrade to go 1.19 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/542">#542</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>e78d8b58249dda6efb1bc47127217e71fd98629a: fix: fish completions path on nfpm (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/547">#547</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>92d4dc23ceb203be1b2fdc2b5f693130b0f9a411: fix: govulncheck, semgrep & ruleguard scan/fixes (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/544">#544</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/nfpm/compare/v2.18.1...v2.19.0">https://github.com/goreleaser/nfpm/compare/v2.18.1...v2.19.0</a></p> <hr /> <ul> <li>Check out <a href="https://goreleaser.com">GoReleaser</a>: it integrates nFPM to the release pipeline of your Go projects.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
22007091d5
|
feat(deps): bump gocloud.dev from 0.26.0 to 0.27.0 (#3430)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.26.0 to 0.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-cloud/releases">gocloud.dev's releases</a>.</em></p> <blockquote> <h2>v0.27.0</h2> <p><strong>ANNOUNCEMENT</strong>: In the next release we plan to switch over from using OpenCensus to using OpenTelemetry; see <a href="https://github-redirect.dependabot.com/google/go-cloud/issues/2877">#2877</a> for discussion. Please comment on that issue if this is a concern for you.</p> <p><strong>BREAKING CHANGES</strong>: <strong>blob/azureblob, pubsub/azuresb</strong>: Switched over to using the new Azure beta release. Constructors and <code>As</code> types have changed.</p> <p><strong>pubsub</strong>: <strong>all</strong>: Added support for overriding batching for AWS, GCP, Azure.</p> <p><strong>blob</strong>: <strong>fileblob</strong>: Fixed file permissions on temporary files.</p> <p><strong>runtimevar</strong>: <strong>etcdvar</strong>: Brought back this package now that the upstream issues have been resolved.</p> <p><strong>secrets</strong>: <strong>awskms</strong>: Added support for EncryptionContext parameters.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
d4ca4e3a35
|
fix(deps): bump github.com/google/go-github/v47 from 47.0.0 to 47.1.0 (#3391)
Bumps [github.com/google/go-github/v47](https://github.com/google/go-github) from 47.0.0 to 47.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-github/releases">github.com/google/go-github/v47's releases</a>.</em></p> <blockquote> <h2>v47.1.0</h2> <p>This minor release includes these changes:</p> <ul> <li>Update scrape dependency to v47 (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2442">#2442</a>)</li> <li>Additional options name, default_branch_only for create a fork (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2448">#2448</a>)</li> <li>List Secret Scan Alerts with index-based pagination (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2446">#2446</a>)</li> <li>Add alphanumeric param to AutolinkOptions (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2450">#2450</a>)</li> <li>Remove GenerateReleaseNotes from RepositoriesService.EditRelease (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2445">#2445</a>)</li> <li>Add org permissions to InstallationPermissions (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2452">#2452</a>)</li> <li>Escape special characters in ref name for update ref (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2454">#2454</a>)</li> <li>Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2457">#2457</a>)</li> <li>Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 in /scrape (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2458">#2458</a>)</li> <li>Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 in /update-urls (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2459">#2459</a>)</li> <li>Fix unhandled error in actions_artifacts.go (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2460">#2460</a>)</li> <li>Add explicit error return (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2469">#2469</a>)</li> <li>Add org struct fields (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2471">#2471</a>)</li> <li>Always send 'checks' field when creating branch protection (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2468">#2468</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
ad330ce61c
|
fix(deps): bump github.com/disgoorg/disgo from 0.13.17 to 0.13.20 (#3377)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.13.17 to 0.13.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/disgoorg/disgo/releases">github.com/disgoorg/disgo's releases</a>.</em></p> <blockquote> <h2>v0.13.20 - Forum Channel Updates</h2> <h2>What's Changed</h2> <ul> <li>implement recent forum updates by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/197">disgoorg/disgo#197</a></li> <li>populate <code>GuildID</code> in <code>Message</code>s from interactions by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href=" |
||
dependabot[bot]
|
8a36f2e656
|
fix(deps): bump github.com/slack-go/slack from 0.11.2 to 0.11.3 (#3369)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.11.2 to 0.11.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's releases</a>.</em></p> <blockquote> <h2>v0.11.3</h2> <h2>What's Changed</h2> <h3>Enhancements/Refactoring</h3> <ul> <li>Add metadata related event types by <a href="https://github.com/hrkskov"><code>@hrkskov</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1096">slack-go/slack#1096</a></li> <li>fix: UploadFileContext not calling api.AuthTestContext by <a href="https://github.com/kevin-faliam"><code>@kevin-faliam</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1109">slack-go/slack#1109</a></li> </ul> <h3>Bugfixes</h3> <ul> <li>Handle null value in JSONTime by <a href="https://github.com/rusq"><code>@rusq</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1106">slack-go/slack#1106</a></li> <li>Honor deadman timer, fixes <a href="https://github-redirect.dependabot.com/slack-go/slack/issues/1093">#1093</a> by <a href="https://github.com/parsley42"><code>@parsley42</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1094">slack-go/slack#1094</a></li> </ul> <h3>Docs</h3> <ul> <li>fix some simple typos by <a href="https://github.com/lpmi-13"><code>@lpmi-13</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1098">slack-go/slack#1098</a></li> <li>Fix GoDoc grammers by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1099">slack-go/slack#1099</a></li> </ul> <h3>Misc</h3> <ul> <li>Update workflow for testing by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1100">slack-go/slack#1100</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lpmi-13"><code>@lpmi-13</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1098">slack-go/slack#1098</a></li> <li><a href="https://github.com/hrkskov"><code>@hrkskov</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1096">slack-go/slack#1096</a></li> <li><a href="https://github.com/kevin-faliam"><code>@kevin-faliam</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1109">slack-go/slack#1109</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.11.2...v0.11.3">https://github.com/slack-go/slack/compare/v0.11.2...v0.11.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
4afcbe2ea1
|
fix(deps): bump github.com/caarlos0/env/v6 from 6.10.0 to 6.10.1 (#3372)
Bumps [github.com/caarlos0/env/v6](https://github.com/caarlos0/env) from 6.10.0 to 6.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/caarlos0/env/releases">github.com/caarlos0/env/v6's releases</a>.</em></p> <blockquote> <h2>v6.10.1</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>f3ddf1f7ee602a224429717ddc431e9083d45882: fix: non empty struct pointer value (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/236">#236</a>) (<a href="https://github.com/akutuev"><code>@akutuev</code></a>)</li> </ul> <hr /> <p><em>Released with <a href="https://goreleaser.com/pro">GoReleaser Pro</a>!</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
da05701977
|
fix: race condition on logs
This brings an update on caarlos0/log, precisely due to
|
||
dependabot[bot]
|
7ed4197f51
|
feat(deps): bump github.com/caarlos0/env/v6 from 6.9.3 to 6.10.0 (#3338)
Bumps [github.com/caarlos0/env/v6](https://github.com/caarlos0/env) from 6.9.3 to 6.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/caarlos0/env/releases">github.com/caarlos0/env/v6's releases</a>.</em></p> <blockquote> <h2>v6.10.0</h2> <h2>Changelog</h2> <h3>New Features</h3> <ul> <li>69c7b5a1dc8b2c4e78a7211aef3fd102333e4e4f: feat: aggregate validation errors (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/233">#233</a>) (<a href="https://github.com/akutuev"><code>@akutuev</code></a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>439dbad60f367bc1995f066cf9127743d468a572: fix: RequiredIfNoDef with nested structs (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/229">#229</a>) (<a href="https://github.com/HarmlessEvil"><code>@HarmlessEvil</code></a>)</li> </ul> <h3>Documentation updates</h3> <ul> <li>60b5226da3e5e4ca3dcb795b8416f30c5cb2c5a9: docs: broken link (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>4c93d81012635da80954a1b3ec2e30566aa1b9d9: docs: remove duplicate <code>string</code> (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/232">#232</a>) (<a href="https://github.com/dacapoday"><code>@dacapoday</code></a>)</li> </ul> <hr /> <p><em>Released with <a href="https://goreleaser.com/pro">GoReleaser Pro</a>!</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
ffe7c2cea8
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.73.0 to 0.73.1 (#3342)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.73.0 to 0.73.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
db373b2204
|
feat(deps): bump github.com/disgoorg/disgo from 0.13.16 to 0.13.17 (#3341)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.13.16 to 0.13.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/disgoorg/disgo/releases">github.com/disgoorg/disgo's releases</a>.</em></p> <blockquote> <h2>v0.13.17 - Slash Command Mentions</h2> <h2>What's Changed</h2> <ul> <li>add support for slash command mentions by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/194">disgoorg/disgo#194</a></li> <li>add <code>CreatedAt()</code> to most entities and improve type consistency of stored timestaps by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/185">disgoorg/disgo#185</a></li> <li>remove <code>AutoModerationTriggerTypeHarmfulLink</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/188">disgoorg/disgo#188</a></li> <li>add <code>AutoModerationTriggerTypeMentionSpam</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href=" |
||
Carlos A Becker
|
0325b0485b
|
feat(deps): update go-github to v47
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
3729f1ee2b
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.0 (#3335)
Bumps github.com/xanzy/go-gitlab from 0.72.0 to 0.73.0. Commits 88c4146 Tweak PR just a little... 301e201 Merge pull request #1527 from vmg-ventures/feature/add-saml-group-links e3c59f9 Make variable names consistent c5ea6cc Merge pull request #1530 from timofurrer/get-issue-link b35c17a Merge pull request #1529 from timofurrer/group-hooks-pagination e2a9395 Implement API to get single issue link 142fdec Support pagination for listing group hooks 54f06ed Update to match API in master (15.3) d9e4486 Fix compile and test errors 7759ad9 Add Group SAML Links Additional commits viewable in compare view 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 commands and options 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) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Engin Diri
|
fac8135b6b
|
feat: add fig autocomplete support (#3329)
This PR releates to #3328 and fix the first part of the doings in the issue |
||
Carlos Alexandro Becker
|
a1e681c9ba
|
feat(deps): update github to v46 (#3326)
update to latest Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
ToπSenpai
|
6183c3f030
|
feat(deps): update discord webhook library (#3320)
This commit will update the discord webhook library. I deprecated https://github.com/DisgoOrg/disgohook a while ago and saw it being used here. The module was moved into https://github.com/disgoorg/disgo/tree/development/webhook disgohook had a few bugs which are resolved in the new module and also the new module should be nicer to use in general! |
||
Carlos A Becker
|
aa12ad014e
|
feat(deps): update nfpm to latest patch
Should fix some jsonschema issues |
||
dependabot[bot]
|
4f5666b069
|
feat(deps): bump github.com/caarlos0/ctrlc from 1.1.0 to 1.2.0 (#3316)
Bumps [github.com/caarlos0/ctrlc](https://github.com/caarlos0/ctrlc) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/caarlos0/ctrlc/releases) - [Changelog](https://github.com/caarlos0/ctrlc/blob/main/.goreleaser.yml) - [Commits](https://github.com/caarlos0/ctrlc/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/caarlos0/ctrlc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
66e863df32
|
feat(deps): update nfpm to v2.18.0 (#3311)
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
db142acfc5
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.71.0 to 0.72.0 (#3304)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.71.0 to 0.72.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.71.0...v0.72.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
1dd03ce772
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.70.0 to 0.71.0 (#3298)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.70.0 to 0.71.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.70.0...v0.71.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos A Becker
|
fcc1856590
|
feat(deps): update caarlos0/log
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
ee17c9583d
|
feat(ci): compile with go 1.19 (#3278)
* feat(ci): compile with go 1.19 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * test: fixing template test Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * test: improve check Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: more test and docs fixes Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * test: fix Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * test: fix * test: fix * fix: lint Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * test: docker templates Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: godoc for RequireTemplateError |
||
dependabot[bot]
|
2054f74882
|
feat(deps): bump gocloud.dev from 0.24.0 to 0.26.0 (#3287)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.24.0 to 0.26.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.24.0...v0.26.0) --- updated-dependencies: - dependency-name: gocloud.dev dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
1bbcc39371
|
feat(deps): bump github.com/invopop/jsonschema from 0.5.0 to 0.6.0 (#3286)
Bumps [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/invopop/jsonschema/releases) - [Commits](https://github.com/invopop/jsonschema/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/invopop/jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
c70d6d4201
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.16.0 to 2.17.0 (#3267)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/goreleaser/nfpm/releases) - [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml) - [Commits](https://github.com/goreleaser/nfpm/compare/v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: github.com/goreleaser/nfpm/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
e431da4766
|
feat(deps): bump github.com/slack-go/slack from 0.11.0 to 0.11.2 (#3252)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.11.0 to 0.11.2. - [Release notes](https://github.com/slack-go/slack/releases) - [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md) - [Commits](https://github.com/slack-go/slack/compare/v0.11.0...v0.11.2) --- updated-dependencies: - dependency-name: github.com/slack-go/slack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
3007b4ec63
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.68.2 to 0.70.0 (#3275)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.68.2 to 0.70.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.68.2...v0.70.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos A Becker
|
fb89f6ad01
|
fix: temporary revert jsonschema update
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
4e238184fe
|
feat(deps): bump github.com/invopop/jsonschema from 0.4.0 to 0.5.0 (#3227)
Bumps [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/invopop/jsonschema/releases) - [Commits](https://github.com/invopop/jsonschema/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: github.com/invopop/jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
f24f1a0a70
|
fix: improve output on github actions (#3221)
* fix: improve output on github actions Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: log Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * test: force ascii Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
e9088c3df1
|
feat(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#3217)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
97b4360848
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.68.2 (#3208)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.68.0 to 0.68.2. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.68.0...v0.68.2) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
82c64f54ff
|
feat(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#3195)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.4 to 1.7.5. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
32f5d5c163
|
feat(deps): bump github.com/muesli/mango-cobra from 1.1.0 to 1.2.0 (#3181) | ||
dependabot[bot]
|
ed58817979
|
feat(deps): bump github.com/google/go-github/v45 from 45.1.0 to 45.2.0 (#3180) | ||
Carlos Alexandro Becker
|
fe7e2123bd
|
feat: replacing the log library (#3139)
* feat: replacing logs Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: tests et al Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * feat: update termenv/lipgloss Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * wip: output Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: pin dep Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: update Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: tests Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: tests Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: deps Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: dep Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
dd66aac903
|
feat(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#3170)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
3df1f27c38
|
feat(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#3171)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
d8c73c85e5
|
feat(deps): bump github.com/caarlos0/ctrlc from 1.0.0 to 1.1.0 (#3165)
Bumps [github.com/caarlos0/ctrlc](https://github.com/caarlos0/ctrlc) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/caarlos0/ctrlc/releases) - [Changelog](https://github.com/caarlos0/ctrlc/blob/main/.goreleaser.yml) - [Commits](https://github.com/caarlos0/ctrlc/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: github.com/caarlos0/ctrlc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
f90814a2ae
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.15.1 to 2.16.0 (#3162)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.15.1 to 2.16.0. - [Release notes](https://github.com/goreleaser/nfpm/releases) - [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml) - [Commits](https://github.com/goreleaser/nfpm/compare/v2.15.1...v2.16.0) --- updated-dependencies: - dependency-name: github.com/goreleaser/nfpm/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
4859b2876f
|
feat(deps): bump github.com/slack-go/slack from 0.10.3 to 0.11.0 (#3160)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.10.3 to 0.11.0. - [Release notes](https://github.com/slack-go/slack/releases) - [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md) - [Commits](https://github.com/slack-go/slack/compare/v0.10.3...v0.11.0) --- updated-dependencies: - dependency-name: github.com/slack-go/slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
ad3c6fdcdd
|
feat: update jsonschema library (#3159)
* feat: update jsonschema library Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: test Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
df734bd111
|
feat: update x/sync (#3138)
* feat: update x/sync Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * test: fixes Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: revert Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * test: fix race condition Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |