mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
7982a33a06
641 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
dependabot[bot]
|
2d5cb60771
|
feat(deps): bump github.com/charmbracelet/keygen from 0.3.0 to 0.4.1 (#3932)
Bumps [github.com/charmbracelet/keygen](https://github.com/charmbracelet/keygen) from 0.3.0 to 0.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/charmbracelet/keygen/releases">github.com/charmbracelet/keygen's releases</a>.</em></p> <blockquote> <h2>v0.4.1</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>ba5b3746062cbc051702c188911f44c1e2b5c986: fix: don't trim key path (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> </ul> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://twitter.com/charmcli">Twitter</a>, <a href="https://mastodon.technology/@charm">The Fediverse</a>, or on <a href="https://charm.sh/chat">Discord</a>.</p> <h2>v0.4.0</h2> <h1>Breaking Change</h1> <ul> <li>Keygen no longer appends the key type to the file path.</li> <li>Use functional options to specify key type, passphrase, and other options.</li> <li><code>PrivateKeyPEM</code> is now <code>RawPrivateKey</code></li> <li><code>RawProtectedPrivateKey</code> returns the password protected PEM encoded private key.</li> <li><code>PublicKey</code> is now <code>RawAuthorizedKey</code>.</li> <li><code>AuthorizedKey</code> returns the authorized key stripped out of comments and options (the ssh pubic key only).</li> <li><code>PrivateKey</code> now returns the underlying <code>crypto.PrivateKey</code></li> <li>Use <code>Signer</code> to get an <code>ssh.Signer</code> from your key pair.</li> </ul> <h2>Changelog</h2> <h3>New Features</h3> <ul> <li>ab32d1ae447e5d74a47dd64ec2e75d0a827ccc9b: feat(ci): add workflows and goreleaser (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> <li>6ed037835403e5da4a2aa10e5c8568ff4a3bad41: feat: add more tests (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> <li>37c7434ac69d79048521a7e4bfa0f9dfbb0c1f23: feat: bump dependencies (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> <li>8d80e760657463eda55e2f0c773ed3fe3b3e3b08: feat: return ssh.Signer (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> <li>6c0cbbb70022377d611d25d98836e016b2c145a5: feat: specify ECDSA elliptic curve (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>30d86a9582001686d63de3f79e4e90a7b6a62a9e: fix: update x/crypto (<a href="https://redirect.github.com/charmbracelet/keygen/issues/8">#8</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <h3>Documentation updates</h3> <ul> <li>eef068dedc6af24e8eda0c99db3a03c988b46cff: docs: new readme footer (<a href="https://github.com/muesli"><code>@muesli</code></a>)</li> <li>f7556041d69b45aef018df2269d29e6d018ae6cc: docs: update example in readme (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> </ul> <h3>Other work</h3> <ul> <li>472a463d0e8df9e768b350d75ee57a8c9baf69d6: ref: change api to expose ssh.PublicKey and authorizd_key (<a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a>)</li> </ul> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://twitter.com/charmcli">Twitter</a>, <a href="https://mastodon.technology/@charm">The Fediverse</a>, or on <a href="https://charm.sh/chat">Discord</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
777b5a1ddb
|
feat(deps): bump github.com/ory/dockertest/v3 from 3.9.1 to 3.10.0 (#3947)
Bumps [github.com/ory/dockertest/v3](https://github.com/ory/dockertest) from 3.9.1 to 3.10.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
44c6f733eb
|
feat(deps): bump github.com/slack-go/slack from 0.12.1 to 0.12.2 (#3943)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.12.1 to 0.12.2. <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.12.2</h2> <h2>What's Changed</h2> <h3>Bug fixes</h3> <ul> <li>fix: change period to comma by <a href="https://github.com/yokishava"><code>@yokishava</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1147">slack-go/slack#1147</a></li> </ul> <h3>Enhancements / Improvements</h3> <ul> <li>add datetimepicker component by <a href="https://github.com/hussachai"><code>@hussachai</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1145">slack-go/slack#1145</a></li> <li>add 2FA type to slack user by <a href="https://github.com/imilchev"><code>@imilchev</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1183">slack-go/slack#1183</a></li> <li>add support for user_profile_changed callback event by <a href="https://github.com/verygoodsoftwarenotvirus"><code>@verygoodsoftwarenotvirus</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1182">slack-go/slack#1182</a></li> <li>Export the Binder type in slacktest by <a href="https://github.com/kpaulisse"><code>@kpaulisse</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1177">slack-go/slack#1177</a></li> <li>socketmode remove duplicate debug logging by <a href="https://github.com/kittydoor"><code>@kittydoor</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1165">slack-go/slack#1165</a></li> <li>Implement context-aware RunEventLoop by <a href="https://github.com/lololozhkin"><code>@lololozhkin</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1169">slack-go/slack#1169</a></li> <li>Add ReplyUsers to Msg Struct by <a href="https://github.com/aleksa11010"><code>@aleksa11010</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1180">slack-go/slack#1180</a></li> </ul> <h3>Misc</h3> <ul> <li>Test with Go 1.18~1.20 by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1186">slack-go/slack#1186</a></li> <li>Update README for slacktest by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1187">slack-go/slack#1187</a></li> <li>Add actions/stale action by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1188">slack-go/slack#1188</a></li> <li>Increase operations-per-run by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1189">slack-go/slack#1189</a></li> <li>Bump up golangci-lint and its action to latest by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1193">slack-go/slack#1193</a></li> <li>gofmt by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1194">slack-go/slack#1194</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hussachai"><code>@hussachai</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1145">slack-go/slack#1145</a></li> <li><a href="https://github.com/imilchev"><code>@imilchev</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1183">slack-go/slack#1183</a></li> <li><a href="https://github.com/verygoodsoftwarenotvirus"><code>@verygoodsoftwarenotvirus</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1182">slack-go/slack#1182</a></li> <li><a href="https://github.com/kpaulisse"><code>@kpaulisse</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1177">slack-go/slack#1177</a></li> <li><a href="https://github.com/kittydoor"><code>@kittydoor</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1165">slack-go/slack#1165</a></li> <li><a href="https://github.com/lololozhkin"><code>@lololozhkin</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1169">slack-go/slack#1169</a></li> <li><a href="https://github.com/aleksa11010"><code>@aleksa11010</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1180">slack-go/slack#1180</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.12.1...v0.12.2">https://github.com/slack-go/slack/compare/v0.12.1...v0.12.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
fd3244ffff
|
feat(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 (#3927)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.2.0 to 3.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Masterminds/semver/releases">github.com/Masterminds/semver/v3's releases</a>.</em></p> <blockquote> <h2>v3.2.1</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/Masterminds/semver/issues/198">#198</a>: Improved testing around pre-release names</li> <li><a href="https://redirect.github.com/Masterminds/semver/issues/200">#200</a>: Improved code scanning with addition of CodeQL</li> <li><a href="https://redirect.github.com/Masterminds/semver/issues/201">#201</a>: Testing now includes Go 1.20. Go 1.17 has been dropped</li> <li><a href="https://redirect.github.com/Masterminds/semver/issues/202">#202</a>: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily</li> <li><a href="https://redirect.github.com/Masterminds/semver/issues/203">#203</a>: Docs updated for security details</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/Masterminds/semver/issues/199">#199</a>: Fixed issue with range transformations</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Masterminds/semver/compare/v3.2.0...v3.2.1">https://github.com/Masterminds/semver/compare/v3.2.0...v3.2.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Masterminds/semver/blob/master/CHANGELOG.md">github.com/Masterminds/semver/v3's changelog</a>.</em></p> <blockquote> <h2>3.2.1 (2023-04-10)</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/Masterminds/semver/issues/198">#198</a>: Improved testing around pre-release names</li> <li><a href="https://redirect.github.com/Masterminds/semver/issues/200">#200</a>: Improved code scanning with addition of CodeQL</li> <li><a href="https://redirect.github.com/Masterminds/semver/issues/201">#201</a>: Testing now includes Go 1.20. Go 1.17 has been dropped</li> <li><a href="https://redirect.github.com/Masterminds/semver/issues/202">#202</a>: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily</li> <li><a href="https://redirect.github.com/Masterminds/semver/issues/203">#203</a>: Docs updated for security details</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/Masterminds/semver/issues/199">#199</a>: Fixed issue with range transformations</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
a16e671488
|
feat(deps): bump github.com/disgoorg/disgo from 0.16.1 to 0.16.2 (#3926)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.16.1 to 0.16.2. <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.16.2</h2> <h2>What's Changed</h2> <ul> <li>Fix interaction events by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/264">disgoorg/disgo#264</a></li> </ul> <h2>Beaking Changes</h2> <ul> <li>Renamed <code>events.XInteractionCreate.Channel</code> to <code>events.XInteractionCreate.MessageChannel</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/disgoorg/disgo/compare/v0.16.1...v0.16.2">https://github.com/disgoorg/disgo/compare/v0.16.1...v0.16.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
e263d1464c
|
feat(deps): bump github.com/disgoorg/disgo from 0.16.0 to 0.16.1 (#3922)
[//]: # (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/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.16.0 to 0.16.1. <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.16.1</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Channel</code> to interactions by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/261">disgoorg/disgo#261</a></li> <li>Add <code>OnHeartbeatAck</code> to <code>ListenerAdapter</code> (fixes <a href="https://redirect.github.com/disgoorg/disgo/issues/263">#263</a>) by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href=" |
||
dependabot[bot]
|
427251f36e
|
feat(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#3923)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
30f543c853
|
feat(deps): bump golang.org/x/tools from 0.7.0 to 0.8.0 (#3918)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.7.0 to 0.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.8.0</h2> <h2>Go version support</h2> <h3>Support for Go 1.18</h3> <p>Version 0.8.0 of gopls supports features added to Go 1.18, specifically:</p> <ul> <li>Support for multi-module workspaces using <code>go.work</code> files.</li> <li>Diagnostics for Fuzz tests.</li> <li>Improved support for generics.</li> </ul> <p>To use these features, gopls must be installed using Go 1.18. See <a href="https://go.dev/dl/">go.dev/dl</a> for the latest status of Go 1.18 -- as of writing Go 1.18 is not yet released, but Go 1.18 RC1 may be used.</p> <h3>Dropped support for Go 1.12</h3> <p>Version 0.8.0 of gopls no longer supports building at Go 1.12. See <a href="https://redirect.github.com/golang/go/issues/50827">golang/go#50827</a> for more details.</p> <h2>New Features</h2> <h3><code>go.work</code> integration</h3> <p>Gopls now supports multi-module workspaces using <code>go.work</code> files. To use this feature, create a <code>go.work</code> file that includes the modules you want to work on, and then open your editor to the directory containing <code>go.work</code>. For more information, see the <a href="https://go.dev/ref/mod#workspaces"><code>go.work</code> reference</a>, or the <a href="https://github.com/golang/tools/blob/master/gopls/doc/workspace.md">gopls documentation</a> for multi-module workspaces.</p> <h3>Diagnostics for Fuzz tests</h3> <p>When writing <a href="https://go.dev/doc/fuzz/">Fuzz tests</a>, gopls provides diagnostics for invalid arguments to <code>Fuzz</code>. <img src="https://user-images.githubusercontent.com/57144380/156475335-0a277e11-c113-460a-837b-d066b42898a6.png" alt="image" /></p> <h3>Improved support for generics</h3> <h4>Honor the language version configured in <code>go.mod</code></h4> <p>gopls now provides diagnostics for language features based on the <a href="https://go.dev/ref/mod#go-mod-file-go"><code>go</code> directive</a> in the applicable <code>go.mod</code> file for a package.</p> <p>For some errors related to incompatible language versions, gopls offers a quick-fix to update the <code>go.mod</code> Go version. (note that if the <code>go.mod</code> file is open, it may need to be saved in order for language version changes to take effect) <img src="https://user-images.githubusercontent.com/57144380/156476752-7aacf34b-2835-41cb-b80d-7bf5103a43a0.gif" alt="gomodedit" /></p> <h4>Improved completion with type parameters</h4> <p>Gopls autocompletion is improved in several contexts when using generic types.</p> <p><img src="https://user-images.githubusercontent.com/57144380/156477933-a1aab4c7-06cd-4cac-85e6-a847b6515b91.gif" alt="genericvarcompl" /></p> <h3>New code action to add missing method stubs</h3> <p>Gopls now provides a code action to implement missing methods.</p> <p><img src="https://user-images.githubusercontent.com/57144380/156479262-482958e2-69a3-4a97-81a5-5dd27ac250ba.gif" alt="implementiface" /></p> <h3>Improved performance and accuracy for workspace symbol requests</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
01b14f9b7a
|
feat(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 (#3919)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.6.0 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6565383ef2
|
feat(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 (#3917)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.8.0 to
0.9.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
dependabot[bot]
|
ed2e378c87
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.81.0 to 0.82.0 (#3911)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.81.0 to 0.82.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
137ed3be74
|
feat(deps): update caarlos0/env to v8
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos A Becker
|
e9e392d371
|
feat(deps): update nfpm to v2.28.0
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
00b2175855
|
feat(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible (#3909)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.1+incompatible to 23.0.3+incompatible. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v23.0.3</h2> <h2>23.0.3</h2> <blockquote> <p><strong>Note</strong></p> <p>Due to an issue with CentOS 9 Stream's package repositories, packages for CentOS 9 are currently unavailable. Packages for CentOS 9 may be added later, or as part of the next (23.0.4) patch release.</p> </blockquote> <h3>Bug fixes and enhancements</h3> <ul> <li>Fixed a number of issues that can cause Swarm encrypted overlay networks to fail to uphold their guarantees, addressing <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28841">CVE-2023-28841</a>, <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28840">CVE-2023-28840</a>, and <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28842">CVE-2023-28842</a>. <ul> <li>A lack of kernel support for encrypted overlay networks now reports as an error.</li> <li>Encrypted overlay networks are eagerly set up, rather than waiting for multiple nodes to attach.</li> <li>Encrypted overlay networks are now usable on Red Hat Enterprise Linux 9 through the use of the <code>xt_bpf</code> kernel module.</li> <li>Users of Swarm overlay networks should review <a href="https://github.com/moby/moby/security/advisories/GHSA-vwm3-crmr-xfxw">GHSA-vwm3-crmr-xfxw</a> to ensure that unintentional exposure has not occurred.</li> </ul> </li> </ul> <h3>Packaging Updates</h3> <ul> <li>Update containerd to <a href="https://github.com/containerd/containerd/releases/tag/v1.6.20">v1.6.20</a>.</li> <li>Update runc to <a href="https://github.com/opencontainers/runc/releases/tag/v1.1.5">v1.1.5</a>.</li> </ul> <h2>v23.0.2</h2> <h2>23.0.2</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/milestone/75?closed=1">docker/cli, 23.0.2 milestone</a></li> <li><a href="https://github.com/moby/moby/milestone/114?closed=1">moby/moby, 23.0.2 milestone</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Fully resolve missing checks for <code>apparmor_parser</code> when an AppArmor enabled kernel is detected. <a href="https://redirect.github.com/containerd/containerd/pull/8087">containerd/containerd#8087</a>, <a href="https://redirect.github.com/moby/moby/pull/45043">moby/moby#45043</a></li> <li>Ensure that credentials are redacted from Git URLs when generating BuildKit buildinfo. Fixes <a href="https://github.com/moby/buildkit/security/advisories/GHSA-gc89-7gcr-jxqc">CVE-2023-26054</a>. <a href="https://redirect.github.com/moby/moby/pull/45110">moby/moby#45110</a></li> <li>Fix anonymous volumes created by a <code>VOLUME</code> line in a Dockerfile being excluded from volume prune. <a href="https://redirect.github.com/moby/moby/pull/45159">moby/moby#45159</a></li> <li>Fix a failure to properly propagate errors during removal of volumes on a Swarm node. <a href="https://redirect.github.com/moby/moby/pull/45155">moby/moby#45155</a></li> <li>Temporarily work around a bug in BuildKit <code>COPY --link</code> by disabling mergeop/diffop optimization. <a href="https://redirect.github.com/moby/moby/pull/45112">moby/moby#45112</a></li> <li>Properly clean up child tasks when a parent Swarm job is removed. <a href="https://redirect.github.com/moby/swarmkit/pull/3112">moby/swarmkit#3112</a>, <a href="https://redirect.github.com/moby/moby/pull/45107">moby/moby#45107</a></li> <li>Fix Swarm service creation logic so that both a GenericResource and a non-default network can be used together. <a href="https://redirect.github.com/moby/swarmkit/pull/3082">moby/swarmkit#3082</a>, <a href="https://redirect.github.com/moby/moby/pull/45107">moby/moby#45107</a></li> <li>Fix Swarm CSI support requiring the CSI plugin to offer staging endpoints in order to publish a volume. <a href="https://redirect.github.com/moby/swarmkit/pull/3116">moby/swarmkit#3116</a>, <a href="https://redirect.github.com/moby/moby/pull/45107">moby/moby#45107</a></li> <li>Fix a panic caused by log buffering in some configurations. <a href="https://redirect.github.com/containerd/fifo/pull/47">containerd/fifo#47</a>, <a href="https://redirect.github.com/moby/moby/pull/45051">moby/moby#45051</a></li> <li>Log errors in the REST to Swarm gRPC API translation layer at the debug level to reduce redundancy and noise. <a href="https://redirect.github.com/moby/moby/pull/45016">moby/moby#45016</a></li> <li>Fix a DNS resolution issue affecting containers created with <code>--dns-opt</code> or <code>--dns-search</code> when <code>systemd-resolved</code> is used outside the container. <a href="https://redirect.github.com/moby/moby/pull/45000">moby/moby#45000</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
c4d5cf96d9
|
feat(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#3908)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.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.7.0</h2> <h3>✨ Features</h3> <ul> <li>Allow to preserve ordering of completions in <code>bash</code>, <code>zsh</code>, <code>pwsh</code>, & <code>fish</code>: <a href="https://github.com/h4ck3rk3y"><code>@h4ck3rk3y</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1903">#1903</a></li> <li>Add support for PowerShell 7.2+ in completions: <a href="https://github.com/oldium"><code>@oldium</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1916">#1916</a></li> <li>Allow sourcing zsh completion script: <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1917">#1917</a></li> </ul> <h3>🐛 Bug fixes</h3> <ul> <li>Don't remove flag values that match sub-command name: <a href="https://github.com/brianpursley"><code>@brianpursley</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1781">#1781</a></li> <li>Fix powershell completions not returning single word: <a href="https://github.com/totkeks"><code>@totkeks</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1850">#1850</a></li> <li>Remove masked <code>template</code> import variable name: <a href="https://github.com/yashLadha"><code>@yashLadha</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1879">#1879</a></li> <li>Correctly detect completions with dash in argument: <a href="https://github.com/oncilla"><code>@oncilla</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1817">#1817</a></li> </ul> <h3>🧪 Testing & CI/CD</h3> <ul> <li>Deprecate Go 1.15 in CI: <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1866">#1866</a></li> <li>Deprecate Go 1.16 in CI: <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1926">#1926</a></li> <li>Add testing for Go 1.20 in CI: <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1925">#1925</a></li> <li>Add tests to illustrate unknown flag bug: <a href="https://github.com/brianpursley"><code>@brianpursley</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1854">#1854</a></li> </ul> <h3>🔧 Maintenance</h3> <ul> <li>Update main image to better handle dark backgrounds: <a href="https://github.com/Deleplace"><code>@Deleplace</code></a> and <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1883">#1883</a></li> <li>Fix <code>stale.yaml</code> mispellings: <a href="https://github.com/enrichman"><code>@enrichman</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1863">#1863</a></li> <li>Remove stale bot from GitHub actions: <a href="https://github.com/jpmcb"><code>@jpmcb</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1908">#1908</a></li> <li>Add makefile target for installing dependencies: <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1865">#1865</a></li> <li>Add Sia to projects using Cobra: <a href="https://github.com/mike76-dev"><code>@mike76-dev</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1844">#1844</a></li> <li>Add <code>Vitess</code> and <code>Arewefastyet</code> to projects using cobra: <a href="https://github.com/frouioui"><code>@frouioui</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1932">#1932</a></li> <li>Fixup for Kubescape github org: <a href="https://github.com/dwertent"><code>@dwertent</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1874">#1874</a></li> <li>Fix route for GitHub workflows badge: <a href="https://github.com/sh-cho"><code>@sh-cho</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1884">#1884</a></li> <li>Fixup for GoDoc style documentation: <a href="https://github.com/yashLadha"><code>@yashLadha</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1885">#1885</a></li> <li>Various bash scripting improvements for completion: <a href="https://github.com/scop"><code>@scop</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1702">#1702</a></li> <li>Add Constellation to projects using Cobra: <a href="https://github.com/datosh"><code>@datosh</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1829">#1829</a></li> </ul> <h3>✏️ Documentation</h3> <ul> <li>Add documentation about disabling completion descriptions: <a href="https://github.com/Shihta"><code>@Shihta</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1901">#1901</a></li> <li>Improve <code>MarkFlagsMutuallyExclusive</code> example in user guide: <a href="https://github.com/janhn"><code>@janhn</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1904">#1904</a></li> <li>Update <code>shell_completions.md</code>: <a href="https://github.com/gusega"><code>@gusega</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1907">#1907</a></li> <li>Update copywrite year: <a href="https://github.com/umarcor"><code>@umarcor</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1927">#1927</a></li> <li>Document suggested layout of subcommands: <a href="https://github.com/lcarva"><code>@lcarva</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1930">#1930</a></li> <li>Replace deprecated ExactValidArgs with MatchAll in doc: <a href="https://github.com/doniacld"><code>@doniacld</code></a> <a href="https://redirect.github.com/spf13/cobra/issues/1836">#1836</a></li> </ul> <hr /> <p>This release contains several long running fixes, improvements to powershell completions, and further optimizations for completions.</p> <p>Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you! 🐍</p> <p>Full changelog: <a href="https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0">https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
ecf77c948f
|
feat(deps): bump github.com/disgoorg/disgo from 0.15.3 to 0.16.0 (#3905) | ||
Kazuki Matsumaru
|
b495c905d5
|
fix: set parallelism to match Linux container CPU (#3901)
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> Currently Goreleaser uses `runtime.NumCPU()` as the default value if `--parallelism` is not set. However, this will get the number of CPUs on the host even when Goreleaser is run in a container with a limit on the maximum number of CPUs that can be used (typically in a Kubernetes pod). Actually, `docker run --cpus=1 goreleaser/goreleaser --debug` shows `parallelism: 4` on my machine. This behavior causes CPU throttling, which increases execution time and, in the worst case, terminates with an error. I ran into this problem with Jenkins where the agent runs on pod ([Kubernetes plugin for Jenkins](https://plugins.jenkins.io/kubernetes/)). This commit introduces [automaxprocs](https://github.com/uber-go/automaxprocs) to fix this issue. This library sets `GOMAXPROCS` to match Linux container CPU quota. I have also looked for a library that can get CPU quota more directly, but this seems to be the best I could find. The reason it is set in a different notation from the automaxprocs README is to prevent logs from being displayed ([comment](https://github.com/uber-go/automaxprocs/issues/18#issuecomment-511330567)). I would have liked to write a test, but this change is dependent on the number of CPUs in the execution environment, so I could not. Instead, I wrote a Dockerfile for testing ```Dockerfile FROM golang:1.20.2 WORKDIR /go/app RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin COPY . . RUN task build ``` and confirmed built binary shows expected parallelism by following commands: ```sh docker build --file Dockerfile.test . -t test-goreleaser docker run --cpus=1 test-goreleaser ./goreleaser build --snapshot --debug # parallelism: 1 docker run test-goreleaser ./goreleaser build --snapshot --debug # parallelism: 4 ``` I also ran the built binary on my Macbook and it was fine. |
||
dependabot[bot]
|
43731e252c
|
feat(deps): bump github.com/google/ko from 0.12.0 to 0.13.0 (#3880)
Bumps [github.com/google/ko](https://github.com/google/ko) from 0.12.0 to 0.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ko/releases">github.com/google/ko's releases</a>.</em></p> <blockquote> <h2>v0.13.0</h2> <h2>What's Changed</h2> <ul> <li>SPDX: Fix package manager label by <a href="https://github.com/puerco"><code>@puerco</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/801">ko-build/ko#801</a></li> <li>SPDX 2.3 support by <a href="https://github.com/puerco"><code>@puerco</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/803">ko-build/ko#803</a></li> <li>ci: build and test using 1.18 and 1.19 (drop 1.17) by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/812">ko-build/ko#812</a></li> <li>removes repo move message by <a href="https://github.com/mchmarny"><code>@mchmarny</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/814">ko-build/ko#814</a></li> <li>feat: write sbom result to disk by <a href="https://github.com/developer-guy"><code>@developer-guy</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/822">ko-build/ko#822</a></li> <li>feat: adding support for using multiple keychain for sending sbom results to a different repository by <a href="https://github.com/developer-guy"><code>@developer-guy</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/821">ko-build/ko#821</a></li> <li>Move docs to ko.build by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/749">ko-build/ko#749</a></li> <li>Update setup-ko version by <a href="https://github.com/ianlewis"><code>@ianlewis</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/836">ko-build/ko#836</a></li> <li>Add -- usage in readme by <a href="https://github.com/jwcesign"><code>@jwcesign</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/840">ko-build/ko#840</a></li> <li>add CONTRIBUTING, code of conduct, roadmap by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/837">ko-build/ko#837</a></li> <li>attempt to fix GH Pages publishing by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/843">ko-build/ko#843</a></li> <li>doc: fix link to Installation page in Getting Started by <a href="https://github.com/antoineco"><code>@antoineco</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/846">ko-build/ko#846</a></li> <li>.ko.yaml: bump golang 1.18 -> 1.19 by <a href="https://github.com/srenatus"><code>@srenatus</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/848">ko-build/ko#848</a></li> <li>truncate -image-refs file by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/855">ko-build/ko#855</a></li> <li>update docs: fix broken links, align with README by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/854">ko-build/ko#854</a></li> <li>Handle KO_DOCKER_REPO=ko.local/repo and --bare correctly by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/820">ko-build/ko#820</a></li> <li>another docs update by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/856">ko-build/ko#856</a></li> <li>ko.build: support some common shortlinks by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/872">ko-build/ko#872</a></li> <li>install: fail with 404 instead of gzip error when url was wrong by <a href="https://github.com/grosser"><code>@grosser</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/879">ko-build/ko#879</a></li> <li>feat: deduplicate tags by <a href="https://github.com/bluebrown"><code>@bluebrown</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/884">ko-build/ko#884</a></li> <li>install mkdocs-redirect when publishing site by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/873">ko-build/ko#873</a></li> <li>nit: replace one-item slice with const by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/885">ko-build/ko#885</a></li> <li>Temp fix for SLSA generators by <a href="https://github.com/laurentsimon"><code>@laurentsimon</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/886">ko-build/ko#886</a></li> <li>Fix verifier by <a href="https://github.com/laurentsimon"><code>@laurentsimon</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/891">ko-build/ko#891</a></li> <li>Fix link in static-assets.md by <a href="https://github.com/yuryu"><code>@yuryu</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/893">ko-build/ko#893</a></li> <li>add KO_DEFAULTBASEIMAGE usage to docs by <a href="https://github.com/developer-guy"><code>@developer-guy</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/895">ko-build/ko#895</a></li> <li>Publish an tagged image on release by <a href="https://github.com/vdemeester"><code>@vdemeester</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/868">ko-build/ko#868</a></li> <li>Add option to configure default platforms by <a href="https://github.com/ReToCode"><code>@ReToCode</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/897">ko-build/ko#897</a></li> <li>Fix broken SLSA link by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/899">ko-build/ko#899</a></li> <li>add MAINTAINERS.md by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/905">ko-build/ko#905</a></li> <li>fix: possible race condition when applying templates to flags/ldflags by <a href="https://github.com/caarlos0"><code>@caarlos0</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/913">ko-build/ko#913</a></li> <li>update docs to reflect actual default base image by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/903">ko-build/ko#903</a></li> <li>remove repeated error message on failure by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/921">ko-build/ko#921</a></li> <li>website: update CNCF announcement by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/920">ko-build/ko#920</a></li> <li>fix KO_CONFIG_PATH pointing to a file by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/923">ko-build/ko#923</a></li> <li>upgrade to cosign v2.0.0-rc.0 by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/933">ko-build/ko#933</a></li> <li>Feature: Add ECR presubmit testing. by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/934">ko-build/ko#934</a></li> <li>remove 'ko deps' by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/937">ko-build/ko#937</a></li> <li>feat: Add KO_GO_PATH env var by <a href="https://github.com/embano1"><code>@embano1</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/930">ko-build/ko#930</a></li> <li>add ko.build/slack short link by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/945">ko-build/ko#945</a></li> <li>update link to ko goreleaser docs by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/936">ko-build/ko#936</a></li> <li>add ko community meeting details by <a href="https://github.com/developer-guy"><code>@developer-guy</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/938">ko-build/ko#938</a></li> <li>fix cosign by adding --yes by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/973">ko-build/ko#973</a></li> <li>fix: handle docker's unknown/unknown platform in index manifests by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/975">ko-build/ko#975</a></li> <li>fix file extension for cyclonedx by <a href="https://github.com/developer-guy"><code>@developer-guy</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/974">ko-build/ko#974</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ianlewis"><code>@ianlewis</code></a> made their first contribution in <a href="https://redirect.github.com/ko-build/ko/pull/836">ko-build/ko#836</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
c7a2818e2d
|
feat(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 (#3896)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.2 to 1.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opencontainers/runc/releases">github.com/opencontainers/runc's releases</a>.</em></p> <blockquote> <h2>runc 1.1.5 -- "囚われた屈辱は 反撃の嚆矢だ"</h2> <p>This is the fifth patch release in the 1.1.z series of runc, which fixes three CVEs found in runc.</p> <ul> <li> <p>CVE-2023-25809 is a vulnerability involving rootless containers where (under specific configurations), the container would have write access to the /sys/fs/cgroup/user.slice/... cgroup hierarchy. No other hierarchies on the host were affected. This vulnerability was discovered by Akihiro Suda. <a href="https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc">https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc</a></p> </li> <li> <p>CVE-2023-27561 was a regression which effectively re-introduced CVE-2019-19921. This bug was present from v1.0.0-rc95 to v1.1.4. This regression was discovered by <a href="https://github.com/Beuc"><code>@Beuc</code></a>. <a href="https://github.com/advisories/GHSA-vpvm-3wq2-2wvm">https://github.com/advisories/GHSA-vpvm-3wq2-2wvm</a></p> </li> <li> <p>CVE-2023-28642 is a variant of CVE-2023-27561 and was fixed by the same patch. This variant of the above vulnerability was reported by Lei Wang. <a href="https://github.com/opencontainers/runc/security/advisories/GHSA-g2j6-57v7-gm8c">https://github.com/opencontainers/runc/security/advisories/GHSA-g2j6-57v7-gm8c</a></p> </li> </ul> <p>In addition, the following other fixes are included in this release:</p> <ul> <li>Fix the inability to use <code>/dev/null</code> when inside a container. (<a href="https://redirect.github.com/opencontainers/runc/issues/3620">#3620</a>)</li> <li>Fix changing the ownership of host's <code>/dev/null</code> caused by fd redirection (a regression in 1.1.1). (<a href="https://redirect.github.com/opencontainers/runc/issues/3674">#3674</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/3731">#3731</a>)</li> <li>Fix rare runc exec/enter unshare error on older kernels, including CentOS < 7.7. (<a href="https://redirect.github.com/opencontainers/runc/issues/3776">#3776</a>)</li> <li>nsexec: Check for errors in <code>write_log()</code>. (<a href="https://redirect.github.com/opencontainers/runc/issues/3721">#3721</a>)</li> </ul> <h3>Static Linking Notices</h3> <p>The <code>runc</code> binary distributed with this release are <em>statically linked</em> with the following <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">GNU LGPL-2.1</a> licensed libraries, with <code>runc</code> acting as a "work that uses the Library":</p> <ul> <li><a href="https://github.com/seccomp/libseccomp">libseccomp</a></li> </ul> <p>The versions of these libraries were not modified from their upstream versions, but in order to comply with the LGPL-2.1 (§6(a)), we have attached the complete source code for those libraries which (when combined with the attached runc source code) may be used to exercise your rights under the LGPL-2.1.</p> <p>However we strongly suggest that you make use of your distribution's packages or download them from the authoritative upstream sources, especially since these libraries are related to the security of your containers.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md">github.com/opencontainers/runc's changelog</a>.</em></p> <blockquote> <h2>[1.1.5] - 2023-03-29</h2> <blockquote> <p>囚われた屈辱は 反撃の嚆矢だ</p> </blockquote> <h3>Fixed</h3> <ul> <li>Prohibit container's <code>/proc</code> and <code>/sys</code> to be symlinks (CVE-2019-19921, CVE-2023-27561, CVE-2023-28642, <a href="https://redirect.github.com/opencontainers/runc/issues/3785">#3785</a>)</li> <li>rootless: rework /sys/fs/cgroup mounts to avoid exposing the host's cgroup hierarchy into the container. (CVE-2023-25809)</li> <li>Fix the inability to use <code>/dev/null</code> when inside a container. (<a href="https://redirect.github.com/opencontainers/runc/issues/3620">#3620</a>)</li> <li>Fix changing the ownership of host's <code>/dev/null</code> caused by fd redirection (a regression in 1.1.1). (<a href="https://redirect.github.com/opencontainers/runc/issues/3674">#3674</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/3731">#3731</a>)</li> <li>Fix rare runc exec/enter unshare error on older kernels, inlcuding CentOS < 7.7. (<a href="https://redirect.github.com/opencontainers/runc/issues/3776">#3776</a>)</li> <li>nsexec: Check for errors in <code>write_log()</code>. (<a href="https://redirect.github.com/opencontainers/runc/issues/3721">#3721</a>)</li> <li>Various CI fixes and updates. (<a href="https://redirect.github.com/opencontainers/runc/issues/3618">#3618</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/3630">#3630</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/3640">#3640</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/3729">#3729</a>)</li> </ul> <h2>[1.1.4] - 2022-08-24</h2> <blockquote> <p>If you look for perfection, you'll never be content.</p> </blockquote> <h3>Fixed</h3> <ul> <li>Fix mounting via wrong proc fd. When the user and mount namespaces are used, and the bind mount is followed by the cgroup mount in the spec, the cgroup was mounted using the bind mount's mount fd. (<a href="https://redirect.github.com/opencontainers/runc/issues/3511">#3511</a>)</li> <li>Switch <code>kill()</code> in <code>libcontainer/nsenter</code> to <code>sane_kill()</code>. (<a href="https://redirect.github.com/opencontainers/runc/issues/3536">#3536</a>)</li> <li>Fix "permission denied" error from <code>runc run</code> on <code>noexec</code> fs. (<a href="https://redirect.github.com/opencontainers/runc/issues/3541">#3541</a>)</li> <li>Fix failed exec after <code>systemctl daemon-reload</code>. Due to a regression in v1.1.3, the <code>DeviceAllow=char-pts rwm</code> rule was no longer added and was causing an error <code>open /dev/pts/0: operation not permitted: unknown</code> when systemd was reloaded. (<a href="https://redirect.github.com/opencontainers/runc/issues/3554">#3554</a>)</li> <li>Various CI fixes. (<a href="https://redirect.github.com/opencontainers/runc/issues/3538">#3538</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/3558">#3558</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/3562">#3562</a>)</li> </ul> <h2>[1.1.3] - 2022-06-09</h2> <blockquote> <p>In the beginning there was nothing, which exploded.</p> </blockquote> <h3>Fixed</h3> <ul> <li>Our seccomp <code>-ENOSYS</code> stub now correctly handles multiplexed syscalls on s390 and s390x. This solves the issue where syscalls the host kernel did not support would return <code>-EPERM</code> despite the existence of the <code>-ENOSYS</code> stub code (this was due to how s390x does syscall multiplexing). (<a href="https://redirect.github.com/opencontainers/runc/issues/3478">#3478</a>)</li> <li>Retry on dbus disconnect logic in libcontainer/cgroups/systemd now works as intended; this fix does not affect runc binary itself but is important for libcontainer users such as Kubernetes. (<a href="https://redirect.github.com/opencontainers/runc/issues/3476">#3476</a>)</li> <li>Inability to compile with recent clang due to an issue with duplicate</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
55154b9aea
|
feat(deps): bump github.com/imdario/mergo from 0.3.14 to 0.3.15 (#3892)
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.14 to 0.3.15. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
34fd422742
|
feat(deps): bump github.com/disgoorg/disgo from 0.15.2 to 0.15.3 (#3882)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.15.2 to 0.15.3. <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.15.3</h2> <h2>What's Changed</h2> <ul> <li>fix goroutine leaks from reconnects & resumes by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/246">disgoorg/disgo#246</a></li> <li>Added Len func to each XCache interface by <a href="https://github.com/TisLeo"><code>@TisLeo</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/248">disgoorg/disgo#248</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/TisLeo"><code>@TisLeo</code></a> made their first contribution in <a href="https://redirect.github.com/disgoorg/disgo/pull/248">disgoorg/disgo#248</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/disgoorg/disgo/compare/v0.15.2...v0.15.3">https://github.com/disgoorg/disgo/compare/v0.15.2...v0.15.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
b96dba0333
|
feat(deps): bump github.com/google/go-containerregistry from 0.13.0 to 0.14.0 (#3878)
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-containerregistry/releases">github.com/google/go-containerregistry's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>Changelog</h2> <ul> <li>9306ebad Allow crane edit to generate non-image artifacts (<a href="https://redirect.github.com/google/go-containerregistry/issues/1545">#1545</a>)</li> <li>de35f0f7 Allow setting Content-Type in crane edit manifest (<a href="https://redirect.github.com/google/go-containerregistry/issues/1551">#1551</a>)</li> <li>4b081f80 Avoid v1.Manifest in crane edit config (<a href="https://redirect.github.com/google/go-containerregistry/issues/1583">#1583</a>)</li> <li>1cfe1fc2 Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1593">#1593</a>)</li> <li>da1008fb Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1548">#1548</a>)</li> <li>86be45fb Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1547">#1547</a>)</li> <li>62f183e5 Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1556">#1556</a>)</li> <li>1b8dc2ba Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 (<a href="https://redirect.github.com/google/go-containerregistry/issues/1580">#1580</a>)</li> <li>11843ba2 Enforce proper sha256 usage (<a href="https://redirect.github.com/google/go-containerregistry/issues/1544">#1544</a>)</li> <li>2ceebaaf Implement crane index subcommand (<a href="https://redirect.github.com/google/go-containerregistry/issues/1561">#1561</a>)</li> <li>9f42e028 Set mediaType for empty.ImageIndex in RawManifest (<a href="https://redirect.github.com/google/go-containerregistry/issues/1562">#1562</a>)</li> <li>759b19f7 Support artifactType, for images whose config.mediaType is not a config (<a href="https://redirect.github.com/google/go-containerregistry/issues/1541">#1541</a>)</li> <li>b3c23b4c Support for OCI 1.1+ referrers via API (<a href="https://redirect.github.com/google/go-containerregistry/issues/1546">#1546</a>)</li> <li>061ee6bf Support for OCI 1.1+ referrers via fallback tag (<a href="https://redirect.github.com/google/go-containerregistry/issues/1543">#1543</a>)</li> <li>67703048 Update descriptor "data" field (when valid) during "crane edit config" (<a href="https://redirect.github.com/google/go-containerregistry/issues/1584">#1584</a>)</li> <li>76bac933 Update release.yml (<a href="https://redirect.github.com/google/go-containerregistry/issues/1540">#1540</a>)</li> <li>eb7d746c authn: also read mount secrets (<a href="https://redirect.github.com/google/go-containerregistry/issues/1560">#1560</a>)</li> <li>e94d4089 bump deps using ./hack/bump-deps.sh (<a href="https://redirect.github.com/google/go-containerregistry/issues/1592">#1592</a>)</li> <li>4e95ae2b crane: add --flatten for index append (<a href="https://redirect.github.com/google/go-containerregistry/issues/1566">#1566</a>)</li> <li>ff810c18 crane: add serve subcommand (<a href="https://redirect.github.com/google/go-containerregistry/issues/1586">#1586</a>)</li> <li>8ea5e0e8 crane: support --omit-digest-tags in crane ls (<a href="https://redirect.github.com/google/go-containerregistry/issues/1528">#1528</a>)</li> <li>824efc77 fix(mutate): also set timestamps only present in some formats (<a href="https://redirect.github.com/google/go-containerregistry/issues/1550">#1550</a>)</li> <li>e04520bc fix: Fix the crane release url and add more steps (<a href="https://redirect.github.com/google/go-containerregistry/issues/1532">#1532</a>)</li> <li>d8722327 hash: use generic instantiation (<a href="https://redirect.github.com/google/go-containerregistry/issues/1538">#1538</a>)</li> <li>57f010d2 replace manual slsa-verifier installation with action (<a href="https://redirect.github.com/google/go-containerregistry/issues/1585">#1585</a>)</li> <li>9cd098e3 skip tls verification if default transport is used with insecure option (<a href="https://redirect.github.com/google/go-containerregistry/issues/1559">#1559</a>)</li> <li>36249683 tarball: pass imageToTags (<a href="https://redirect.github.com/google/go-containerregistry/issues/1563">#1563</a>)</li> </ul> <h3>Container Images</h3> <p><a href="https://gcr.io/go-containerregistry/crane:v0.14.0">https://gcr.io/go-containerregistry/crane:v0.14.0</a> <a href="https://gcr.io/go-containerregistry/gcrane:v0.14.0">https://gcr.io/go-containerregistry/gcrane:v0.14.0</a></p> <p>For example:</p> <pre><code>docker pull gcr.io/go-containerregistry/crane:v0.14.0 docker pull gcr.io/go-containerregistry/gcrane:v0.14.0 </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
f62a2e48ce
|
feat(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#3877)
[//]: # (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 [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.0 to 1.29.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf-go/releases">google.golang.org/protobuf's releases</a>.</em></p> <blockquote> <h2>v1.29.1</h2> <ul> <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.29.1-notable-changes">Notable changes</a></li> </ul> <h2>Notable changes <!-- raw HTML omitted --><!-- raw HTML omitted --></h2> <p><strong>Bug fixes</strong></p> <ul> <li><a href="https://go.dev/cl/475995">CL/475995</a>: internal/encoding/text: fix parsing of incomplete numbers</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
dec5fb8e17
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from v2.26.0 to v2.27.1 (#3876)
latest and greatest, just released, nfpm version! --------- Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
12b01f6734
|
feat(deps): bump github.com/caarlos0/log from v0.2.1 to v0.2.2 (#3875)
update caarlos0/log Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
13d92b4f89
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.80.2 to 0.81.0 (#3855)
[//]: # (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.80.2 to 0.81.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
9bdfc55e67
|
feat(deps): bump github.com/caarlos0/env/v7 from 7.0.0 to 7.1.0 (#3848)
[//]: # (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/caarlos0/env/v7](https://github.com/caarlos0/env) from 7.0.0 to 7.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/caarlos0/env/releases">github.com/caarlos0/env/v7's releases</a>.</em></p> <blockquote> <h2>v7.1.0</h2> <h2>Changelog</h2> <h3>New Features</h3> <ul> <li>b135bbd86c4110736a91edf6ac242ef0d4b43bd7: feat: error types (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/240">#240</a>) (<a href="https://github.com/akutuev"><code>@akutuev</code></a>)</li> <li>17f0a63edccb660238923ac0d02ab0432edb100d: feat: implement Is on AggregateError (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/254">#254</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>266f68b264d486a75ebf4b2371aab58a072b52fc: feat: support map kind env (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/244">#244</a>) (<a href="https://github.com/ken8203"><code>@ken8203</code></a>)</li> <li>c08b0f906b39a1fbc978eeeb262840f9acd735ff: feat: use field name by default (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/253">#253</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>dfd68b2d5d324ecfe910012fe415a24c64d34e4b: fix: improve map handling, coverage (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>e5472ec015521ddbef81bfa12e752e86ee09fa4a: fix: remove untested behavior (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <h3>Documentation updates</h3> <ul> <li>65ba2db37013ed6bc2ebfadbbd2dc251ee528e0e: docs: caveats (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>f434e985558517cce98d345ea72faa1082e50640: docs: document how to handle error (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>2d26ce1cd4c10a7fa055c643cfde3a4a295f8e6d: docs: fix examples (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>91e69e8f885b30466508baca6220fec4e4307338: docs: maps (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>850c2d8068a4e311cf2bd6f65a22dce5a66d5edd: docs: update to v7 (<a href="https://github-redirect.dependabot.com/caarlos0/env/issues/249">#249</a>) (<a href="https://github.com/alexandear"><code>@alexandear</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]
|
dfdbad17f7
|
feat(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 (#3849)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.6.0 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h1>gopls/v0.7.0</h1> <h2>Features</h2> <h3>Postfix completions</h3> <p>Postfix completions are a new style of completions that can save you time by inserting more complex pieces of commonly-written code. All of the results end with <code>!</code>. This feature was added experimentally in <code>gopls/v0.6.10</code> and is now enabled by default.</p> <p>See this example:</p> <p><img src="https://user-images.githubusercontent.com/5856771/114612163-c5df9800-9c6f-11eb-959c-8fe529018a21.gif" alt="ezgif-3-a82b2077ff38" /></p> <h3>New commands: <a href="https://github.com/golang/tools/blob/master/gopls/doc/commands.md#retrieves-a-list-of-packages">List known packages</a> and <a href="https://github.com/golang/tools/blob/master/gopls/doc/commands.md#asks-the-server-to-add-an-import-path-to-a-given-go-file">add import</a></h3> <p>These commands can be used to manually list available packages to import and then add an import to your file. They are currently not used by any known clients, but they will be made available through the Command Palette in VS Code in the next VS Code Go release.</p> <h2>Improvements</h2> <h3>Memory usage</h3> <p>Improved trimming of the ASTs of dependency packages results in reduced memory usage, especially for projects with many dependencies. This may result in some hard-to-diagnose bugs that we're not yet aware of, so please report any surprising behavior via <a href="https://golang.org/issues/new">https://golang.org/issues/new</a>.</p> <h2>Fixes</h2> <p>A full list of all issues fixed can be found in the <a href="https://github.com/golang/go/milestone/213?closed=1">gopls/v0.7.0 milestone</a>. To report a new problem, please file a new issue at <a href="https://golang.org/issues/new">https://golang.org/issues/new</a>.</p> <h2>Thank you to our contributors!</h2> <p><a href="https://github.com/muirdm"><code>@muirdm</code></a> <a href="https://github.com/marwan-at-work"><code>@marwan-at-work</code></a> <a href="https://github.com/dominikh"><code>@dominikh</code></a> <a href="https://github.com/leitzler"><code>@leitzler</code></a> <a href="https://github.com/OneOfOne"><code>@OneOfOne</code></a> <a href="https://github.com/zyctree"><code>@zyctree</code></a> <a href="https://github.com/ShoshinNikita"><code>@ShoshinNikita</code></a> <a href="https://github.com/KarthikNayak"><code>@KarthikNayak</code></a> <a href="https://github.com/suzmue"><code>@suzmue</code></a> <a href="https://github.com/bcmills"><code>@bcmills</code></a></p> <h1>gopls/v0.6.11</h1> <p>This release contains mainly bug fixes. A full list of all issues fixed can be found in the <a href="https://github.com/golang/go/milestone/211?closed=1">gopls/v0.6.11 milestone</a>. To report a new problem, please file a new issue at <a href="https://golang.org/issues/new">https://golang.org/issues/new</a>.</p> <h2>Thank you to our contributors!</h2> <p><a href="https://github.com/ShoshinNikita"><code>@ShoshinNikita</code></a> <a href="https://github.com/sakateka"><code>@sakateka</code></a> <a href="https://github.com/muirdm"><code>@muirdm</code></a> Will Langford <a href="https://github.com/empire"><code>@empire</code></a> <a href="https://github.com/justplesh"><code>@justplesh</code></a> <a href="https://github.com/suzmue"><code>@suzmue</code></a></p> <h1>gopls/v0.6.10</h1> <h2>Features</h2> <h3><code>t.Fatal</code> snippet</h3> <p>If you trigger completion in a test function, on the line after a call to a function that returns an error, you will be offered a completion snippet for:</p> <pre lang="go"><code>if err != nil { t.Fatal(err) } </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
41bb6dcddf
|
feat(deps): bump gocloud.dev from 0.28.0 to 0.29.0 (#3837)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.28.0 to 0.29.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.29.0</h2> <p><strong>BREAKING CHANGES</strong></p> <ul> <li>Updated to latest <code>azureblob</code>, which had some non-backward-compatible changes (again).</li> </ul> <p><strong>all</strong></p> <ul> <li>Defaulting to <code>go</code> version <code>1.2</code>.</li> <li><strong>aws</strong>: Added support for custom endpoints for AWS SDK v2.</li> <li><strong>gcp</strong>: Updated imports for <code>credentialspb</code>.</li> </ul> <p><strong>blob</strong></p> <ul> <li><strong>azureblob</strong>: Updated to latest (breaking change).</li> </ul> <p><strong>pubsub</strong></p> <ul> <li><strong>kafkapub</strong>: Fixed nil Options pointer dereference.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
dde6a23590
|
feat(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#3839)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
284574d9f5
|
feat(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 (#3840)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.5.0 to 0.6.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
4ea080ce49
|
feat(deps): bump github.com/disgoorg/disgo from 0.15.1 to 0.15.2 (#3819)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.15.1 to 0.15.2. <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.15.2</h2> <h2>What's Changed</h2> <ul> <li>fix voice by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href=" |
||
Carlos Alexandro Becker
|
acc9eea154
|
feat(deps): update env to v7 (#3814)
env v7! Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
d658b04ad7
|
feat(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#3809)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
2b454c283f
|
feat(deps): bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 (#3802) | ||
dependabot[bot]
|
970fad38b0
|
feat(deps): bump github.com/disgoorg/disgo from 0.15.0 to 0.15.1 (#3785)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.15.0 to 0.15.1. <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.15.1</h2> <h2>What's Changed</h2> <ul> <li><code>handler</code> package improvements by <a href="https://github.com/Thunder33345"><code>@Thunder33345</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/240">disgoorg/disgo#240</a></li> <li>add noop ratelimiter by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href=" |
||
dependabot[bot]
|
3f34afcecc
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.80.0 to 0.80.2 (#3786)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.80.0 to 0.80.2. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
8b41864109
|
fix: GO-2023-1571
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
f3f6d94a5c
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.25.1 to 2.26.0 (#3779)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.25.1 to 2.26.0. <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.26.0</h2> <h2>Changelog</h2> <h3>New Features</h3> <ul> <li>34276432d6614e28108b2851b298c86342c41e4c: feat(deps): bump github.com/goreleaser/chglog from 0.4.0 to 0.4.1 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/616">#616</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> </ul> <h3>Bug fixes</h3> <ul> <li>4d89ab846ee135cbcf3085316bf15c739e8f1cc8: fix: use --clean instead of --rm-dist (<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.25.1...v2.26.0">https://github.com/goreleaser/nfpm/compare/v2.25.1...v2.26.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]
|
b572e8a834
|
feat(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0 (#3778)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.5.0 to 0.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h1>gopls/v0.6.0</h1> <h2>Features</h2> <h3>Default to <code>-mod=readonly</code></h3> <p>In Go 1.16, the Go command will no longer modify user's <code>go.mod</code> and <code>go.sum</code> files automatically (<a href="https://tip.golang.org/doc/go1.16#tools">https://tip.golang.org/doc/go1.16#tools</a>). In order to match this behavior, <code>gopls</code> now also uses <code>-mod=readonly</code> when running the <code>go</code> command. Any errors reported by the <code>go</code> command will be presented with a suggested fix to make the necessary fixes to your <code>go.mod</code> or <code>go.sum</code> files. As a consequence, your workspace may be in a partially broken state while you have errors in your <code>go.mod</code> or <code>go.sum</code> file. <a href="https://github-redirect.dependabot.com/golang/go/issues/42266">golang/go#42266</a> will mitigate this, but it will likely not be resolved until February.</p> <p><strong>Not recommended</strong>: If you must opt out of this behavior, you can set the <a href="https://github.com/golang/tools/blob/master/gopls/doc/settings.md#allowmodfilemodifications-bool"><code>allowModfileModifications</code></a> configuration to <code>true</code>.</p> <h3>Default to <code>GOPROXY=off</code></h3> <p><code>gopls</code> no longer accesses the network implicitly. This should improve latency in all cases, but it also means that <code>gopls</code> will no longer automatically download modules that are not found in your local module cache. The one exception is that <code>gopls</code> will still download dependencies on start-up, so it will continue to work as expected if you have cloned a repository for the first time. If <code>gopls</code> detects a missing module, it will offer you a suggested fix that downloads it.</p> <p><strong>Not recommended</strong>: If you must opt out of this behavior, you can set the <a href="https://github.com/golang/tools/blob/master/gopls/doc/settings.md#allowimplicitnetworkaccess-bool"><code>allowImplicitNetworkaccess</code></a> configuration to <code>true</code>.</p> <h3>Inclusion/exclusion filters for directories</h3> <p><code>gopls</code> now supports excluding certain directories in your workspace from analysis. This may be useful if you are only working on a subset of a large repository. Note that these filters are not propagated to the <code>go</code> command, so <code>gopls</code> will still load metadata for these directories, which may be expensive. <strong>Configure the included/excluded directories through the <a href="https://github.com/golang/tools/blob/master/gopls/doc/settings.md#directoryfilters-string"><code>directoryFilters</code></a> setting.</strong></p> <h3>Debouncing for diagnostics</h3> <p>Diagnostics are now reported instantly only for the packages currently being edited. Diagnostics for other packages in the workspace will now only be computed after 250 milliseconds, meaning that, if you are actively typing, <code>gopls</code> will not start these more costly operations. This should significantly reduce CPU utilization. This debounce delay can be optionally configured via the <a href="https://github.com/golang/tools/blob/master/gopls/doc/settings.md#experimentaldiagnosticsdelay-timeduration"><code>experimentalDiagnosticsDelay</code></a> setting.</p> <h3>"Upgrade direct dependencies" code lens</h3> <p>In <a href="https://github.com/golang/tools/releases/tag/gopls%2Fv0.5.4"><code>gopls/v0.5.4</code></a>, we removed the per-require "Upgrade dependency" code lens, as it was very high latency, and its UX did not meet user needs. Some users have expressed disappointment about this, so, to bridge the gap, we have separated the existing "Upgrade all dependencies" code lens into two: "Upgrade transitive dependencies" and "Upgrade direct dependencies". The first is the equivalent of running <code>go get -u all</code>, while the second <code>go get</code>s each of your module's requires independently. We are continuing to work on improving these features and will likely bring back the "Upgrade dependency" code lens as a suggested fix (learn more: <a href="https://github-redirect.dependabot.com/golang/go/issues/38339">golang/go#38339</a>).</p> <h3>Support for filling a partially-populated struct</h3> <p>The "Fill struct" suggested fix will now be suggested for structs that have some, but not all, fields set.</p> <h3>Experimental</h3> <h4>Field alignment analyzer</h4> <p>A new analyzer has been added to suggest reordering fields in a struct in order to achieve the optimal alignment in memory. It is still off by default, but can be enabled by adding the following to your <code>gopls</code> settings:</p> <pre lang="json5"><code>"analyses": { "fieldalignment": true } </code></pre> <h2>Fixes</h2> <h3>Improvements to diagnostics tracking</h3> <p>Diagnostic messages were not being updated correctly when the <a href="https://github.com/golang/tools/blob/master/gopls/doc/settings.md#codelenses-mapstringbool"><code>GC details</code></a> code lens was toggled on. New handling to differentiate diagnostics by sources should have resolved this issue.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
c903398719
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.79.1 to 0.80.0 (#3774)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.79.1 to 0.80.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
5fa826eb7f
|
feat(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#3768)
[//]: # (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 [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.6.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
3e63d739f8
|
feat(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (#3769)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.4.0 to 0.5.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
503f13e632
|
chore(deps): bump github.com/jarcoal/httpmock from 1.2.0 to 1.3.0 (#3760)
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.2.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jarcoal/httpmock/releases">github.com/jarcoal/httpmock's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <p>New features:</p> <ul> <li>new <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Matcher">matcher feature</a>, allowing to create a <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Responder">Responder</a> based on <a href="https://pkg.go.dev/net/http#Request">net/http.Request</a> content (header or body for example), so not only on method and URL as before. See the following new registering functions & methods: <ul> <li><a href="https://pkg.go.dev/github.com/jarcoal/httpmock#RegisterMatcherResponder">RegisterMatcherResponder</a> & <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#MockTransport.RegisterMatcherResponder">MockTransport.RegisterMatcherResponder</a>,</li> <li><a href="https://pkg.go.dev/github.com/jarcoal/httpmock#RegisterRegexpMatcherResponder">RegisterRegexpMatcherResponder</a> & <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#MockTransport.RegisterRegexpMatcherResponder">MockTransport.RegisterRegexpMatcherResponder</a>,</li> <li><a href="https://pkg.go.dev/github.com/jarcoal/httpmock#RegisterMatcherResponderWithQuery">RegisterMatcherResponderWithQuery</a> & <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#MockTransport.RegisterMatcherResponderWithQuery">MockTransport.RegisterMatcherResponderWithQuery</a>;</li> </ul> </li> <li>add following <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Responder">Responder</a> methods, allowing to easily add some headers to the returned <a href="https://pkg.go.dev/net/http#Response">net/http.Response</a> without the need to craft a <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Responder">Responder</a> by hand: <ul> <li><a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Responder.SetContentLength">SetContentLength</a>,</li> <li><a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Responder.HeaderAdd">HeaderAdd</a>,</li> <li><a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Responder.HeaderSet">HeaderSet</a>.</li> </ul> </li> </ul> <p>Miscellaneous:</p> <ul> <li>documentation now uses new go1.19 doc features;</li> <li>go minimal version required is now 1.13;</li> <li>CI tests using go1.20 & golangci-lint v1.51.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
618a3694ad
|
chore(deps): bump github.com/muesli/termenv from 0.13.0 to 0.14.0 (#3761)
Bumps [github.com/muesli/termenv](https://github.com/muesli/termenv) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/muesli/termenv/releases">github.com/muesli/termenv's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add OSC-777 support for system notifications by <a href="https://github.com/muesli"><code>@muesli</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/99">muesli/termenv#99</a></li> <li>feat: skip TTY checks by <a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/109">muesli/termenv#109</a></li> <li>feat: copy to primary clipboard by <a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/110">muesli/termenv#110</a></li> <li>feat(mouse): add extended mouse sequences by <a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/104">muesli/termenv#104</a></li> <li>fix: compiling js/wasm/plan9/aix failed missing method ColorProfile by <a href="https://github.com/mschneider82"><code>@mschneider82</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/106">muesli/termenv#106</a></li> <li>fix(output): check for nil tty writer by <a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/97">muesli/termenv#97</a></li> <li>chore: use consts for sequences by <a href="https://github.com/muesli"><code>@muesli</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/102">muesli/termenv#102</a></li> <li>chore: rename to Notify for consistency by <a href="https://github.com/muesli"><code>@muesli</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/103">muesli/termenv#103</a></li> <li>chore(test): add mouse, copy, and hyperlink tests by <a href="https://github.com/aymanbagabas"><code>@aymanbagabas</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/112">muesli/termenv#112</a></li> <li>docs: put feature matrix in a detail tag by <a href="https://github.com/muesli"><code>@muesli</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/100">muesli/termenv#100</a></li> <li>docs: document Copy method in README by <a href="https://github.com/muesli"><code>@muesli</code></a> in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/101">muesli/termenv#101</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mschneider82"><code>@mschneider82</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/muesli/termenv/pull/106">muesli/termenv#106</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/muesli/termenv/compare/v0.13.0...v0.14.0">https://github.com/muesli/termenv/compare/v0.13.0...v0.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
81914757da
|
build: use go1.20 (#3757)
update everything to go 1.20 --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
9b7603ac74
|
fix: force specific version of go-crypto (#3756)
refs #3745 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos A Becker
|
1dbb55854d
|
fix: make the warning clearer
refs #3745 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos A Becker
|
b0a59a1185
|
Revert "feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.23.0 to 2.24.0 (#3715)"
This reverts commit
|
||
dependabot[bot]
|
a6d558af0a
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.79.0 to 0.79.1 (#3739)
[//]: # (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.79.0 to 0.79.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
71f3952f18
|
feat(deps): update go-github from v48 to v50 | ||
dependabot[bot]
|
12d5ed0b0b
|
feat(deps): bump github.com/disgoorg/disgo from 0.14.1 to 0.15.0 (#3718)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.14.1 to 0.15.0. <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.15.0</h2> <h2>What's Changed</h2> <ul> <li>voice support by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/164">disgoorg/disgo#164</a></li> <li>cache refactor by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/211">disgoorg/disgo#211</a></li> <li>simple interaction handler by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/222">disgoorg/disgo#222</a></li> <li>small gateway cleanup by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/213">disgoorg/disgo#213</a></li> <li>log unknown events & ops on debug by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/228">disgoorg/disgo#228</a></li> <li>add <code>EventGuildAuditLogEntryCreate</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/232">disgoorg/disgo#232</a></li> <li>add <code>after</code> param to audit log endpoints by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/227">disgoorg/disgo#227</a></li> <li>add support for thread member pagination by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/231">disgoorg/disgo#231</a></li> <li>add support for gif stickers by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/230">disgoorg/disgo#230</a></li> <li>add <code>MemberFlags</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/233">disgoorg/disgo#233</a></li> <li>add <code>MessageTypeInteractionPremiumUpsell</code> and <code>MessageTypeGuildApplicationPremiumSubscription</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a></li> <li>add <code>ConnectionTypeTikTok</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/210">disgoorg/disgo#210</a></li> <li>add <code>GuildConnections</code> to <code>RoleTag</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/224">disgoorg/disgo#224</a></li> <li>add missing <code>SystemChannelFlags</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href=" |
||
dependabot[bot]
|
f979a6347e
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.78.0 to 0.79.0 (#3717)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.78.0 to 0.79.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
54ef103bfc
|
feat(deps): bump github.com/google/go-containerregistry from 0.12.1 to 0.13.0 (#3716)
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.12.1 to 0.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-containerregistry/releases">github.com/google/go-containerregistry's releases</a>.</em></p> <blockquote> <h2>v0.13.0</h2> <h2>What's Changed</h2> <ul> <li>Bump slsa-framework/slsa-github-generator to 1.2.2 by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1489">google/go-containerregistry#1489</a></li> <li>Features: Allow eliding <code>serviceaccount</code> lookups. by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1490">google/go-containerregistry#1490</a></li> <li>Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1491">google/go-containerregistry#1491</a></li> <li>add source archive checksum into the checksums.txt by <a href="https://github.com/developer-guy"><code>@developer-guy</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1492">google/go-containerregistry#1492</a></li> <li>Fix calculating tarball size when duplicated layers exist by <a href="https://github.com/tydra-wang"><code>@tydra-wang</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1495">google/go-containerregistry#1495</a></li> <li>Add support for zstd compression by <a href="https://github.com/LFrobeen"><code>@LFrobeen</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1487">google/go-containerregistry#1487</a></li> <li>docs: pull latest instead of debug by <a href="https://github.com/AndrewCharlesHay"><code>@AndrewCharlesHay</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1497">google/go-containerregistry#1497</a></li> <li>Make credential warning slightly more accurate by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1499">google/go-containerregistry#1499</a></li> <li>Make unit tests substantially faster by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1498">google/go-containerregistry#1498</a></li> <li>Use the default retry predicate in transport by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1502">google/go-containerregistry#1502</a></li> <li>Revert "docs: pull latest instead of debug (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1497">#1497</a>)" by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1504">google/go-containerregistry#1504</a></li> <li>Update Arch Linux install instructions by <a href="https://github.com/kpcyrd"><code>@kpcyrd</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1508">google/go-containerregistry#1508</a></li> <li>Fix various lints by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1507">google/go-containerregistry#1507</a></li> <li>Fix missing doc comment by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1509">google/go-containerregistry#1509</a></li> <li>Treat empty registry config as anonymous by <a href="https://github.com/lcarva"><code>@lcarva</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1512">google/go-containerregistry#1512</a></li> <li>Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1511">google/go-containerregistry#1511</a></li> <li>Bump actions/stale from 6 to 7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1519">google/go-containerregistry#1519</a></li> <li>Race http fallback ping by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1521">google/go-containerregistry#1521</a></li> <li>FIX mutate.Time not respecting history by <a href="https://github.com/miguelvalerio"><code>@miguelvalerio</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1520">google/go-containerregistry#1520</a></li> <li>test: use <code>T.TempDir</code> to create temporary test directory by <a href="https://github.com/Juneezee"><code>@Juneezee</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1522">google/go-containerregistry#1522</a></li> <li>crane: add digest --full by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1524">google/go-containerregistry#1524</a></li> <li>Hack around DockerHub plugin scope handling by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1527">google/go-containerregistry#1527</a></li> <li>crane: support --full-ref for crane ls by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1525">google/go-containerregistry#1525</a></li> <li>Revert plugin scope hack by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1531">google/go-containerregistry#1531</a></li> <li>clarify crane download readme by <a href="https://github.com/dtanner"><code>@dtanner</code></a> in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1533">google/go-containerregistry#1533</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LFrobeen"><code>@LFrobeen</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1487">google/go-containerregistry#1487</a></li> <li><a href="https://github.com/AndrewCharlesHay"><code>@AndrewCharlesHay</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1497">google/go-containerregistry#1497</a></li> <li><a href="https://github.com/kpcyrd"><code>@kpcyrd</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1508">google/go-containerregistry#1508</a></li> <li><a href="https://github.com/miguelvalerio"><code>@miguelvalerio</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1520">google/go-containerregistry#1520</a></li> <li><a href="https://github.com/Juneezee"><code>@Juneezee</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1522">google/go-containerregistry#1522</a></li> <li><a href="https://github.com/dtanner"><code>@dtanner</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/google/go-containerregistry/pull/1533">google/go-containerregistry#1533</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0">https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
7375a39591
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.23.0 to 2.24.0 (#3715)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.23.0 to 2.24.0. <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.24.0</h2> <h2>Changelog</h2> <h3>New Features</h3> <ul> <li>656cf867f939c28734a180911890b0cf9c5d38a9: feat(deps): bump github.com/goreleaser/chglog from 0.2.2 to 0.3.0 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/604">#604</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>b547d33731995914394f3aface4bd98fd108c827: feat(deps): bump github.com/klauspost/compress from 1.15.13 to 1.15.14 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/599">#599</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>32c13de89c90d7a44b69a7cd3e02b374f527ffc9: feat(deps): bump github.com/klauspost/compress from 1.15.14 to 1.15.15 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/605">#605</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>c195d93dfbedde1116c88964d7a054adcf0187f2: feat: expand variables in platform field (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/601">#601</a>) (<a href="https://github.com/afbjorklund"><code>@afbjorklund</code></a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>daae772558f0c72d5fe270575133f1e6f0f25fa0: fix: do not allow empty items in deb.provides (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/606">#606</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.23.0...v2.24.0">https://github.com/goreleaser/nfpm/compare/v2.23.0...v2.24.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]
|
571cde5d9e
|
feat(deps): bump golang.org/x/tools from 0.2.0 to 0.5.0 (#3700)
[//]: # (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 [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.5.0</h2> <p>A full list of issues closed can be found in the <a href="https://github.com/golang/go/milestone/138?closed=1">gopls/v0.5.0 milestone</a>.</p> <h2>Memory usage</h2> <ul> <li>Rewrite of caching model, resulting in significant memory usage improvements (<a href="https://github.com/heschik"><code>@heschik</code></a>).</li> </ul> <h2>New features</h2> <ul> <li>Extract to function: Support for extracting code blocks that contain return statements (<a href="https://github.com/joshbaum"><code>@joshbaum</code></a>).</li> <li>Workspace symbols: Support for <a href="https://github.com/junegunn/fzf#search-syntax">fzf-style search syntax</a> (<a href="https://github.com/findleyr"><code>@findleyr</code></a>). The following syntax is supported: <ul> <li><code>'</code> for exact matching</li> <li><code>^</code> for prefix matching</li> <li><code>$</code> for suffix matching</li> </ul> </li> </ul> <p><strong>Note</strong>: This feature does not yet work in VS Code. See <a href="https://github-redirect.dependabot.com/golang/vscode-go/issues/647">golang/vscode-go#647</a> and <a href="https://github-redirect.dependabot.com/microsoft/vscode/issues/106788">microsoft/vscode#106788</a>.</p> <ul> <li>An experimental new code lens to view GC optimization details (<a href="https://github.com/pjweinb"><code>@pjweinb</code></a>). Once the code lens is enabled, you will see a <code>Toggle gc details</code> annotation at the top of your file. Clicking it will show optimization diagnostics produced by the Go compiler, and clicking it once again will hide these diagnostics. Enable the code lens by adding the following to your settings: <pre lang="json5"><code>"codelens": { "gc_details": true } </code></pre> </li> <li><code>go mod tidy</code> and <code>go mod vendor</code> code lenses for <code>go.mod</code> files (<a href="https://github.com/dandua98"><code>@dandua98</code></a>).</li> <li>Support for filling in matching in-scope variables instead of just empty values in fillstruct and fillreturns (<a href="https://github.com/joshbaum"><code>@joshbaum</code></a>).</li> <li>Autocompletion within import statements (<a href="https://github.com/dandua98"><code>@dandua98</code></a>).</li> <li>Autocompletion within package declarations (<a href="https://github.com/dandua98"><code>@dandua98</code></a>).</li> </ul> <h2>Improvements</h2> <ul> <li>Improvements to workspace symbols ranking and fuzzy matching (<a href="https://github.com/findleyr"><code>@findleyr</code></a>, <a href="https://github.com/myitcv"><code>@myitcv</code></a>).</li> <li>Better completion suggestions in type switch case clauses and for calls to <code>append</code>, function literals, and unnamed types (<a href="https://github.com/muirdm"><code>@muirdm</code></a>).</li> </ul> <h2>Thank you</h2> <p>Thank you to everyone who contributed to this release!</p> <p><a href="https://github.com/heschik"><code>@heschik</code></a> <a href="https://github.com/findleyr"><code>@findleyr</code></a> <a href="https://github.com/pjweinb"><code>@pjweinb</code></a> <a href="https://github.com/joshbaum"><code>@joshbaum</code></a> <a href="https://github.com/mcjcloud"><code>@mcjcloud</code></a> <a href="https://github.com/dandua98"><code>@dandua98</code></a> <a href="https://github.com/muirdm"><code>@muirdm</code></a> <a href="https://github.com/leitzler"><code>@leitzler</code></a> <a href="https://github.com/myitcv"><code>@myitcv</code></a> <a href="https://github.com/matloob"><code>@matloob</code></a> <a href="https://github.com/tennashi"><code>@tennashi</code></a> <a href="https://github.com/ainar-g"><code>@ainar-g</code></a> <a href="https://github.com/hasheddan"><code>@hasheddan</code></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
599ed6527d
|
feat(deps): bump github.com/google/go-containerregistry from 0.11.0 to 0.12.1 (#3699)
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.11.0 to 0.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-containerregistry/releases">github.com/google/go-containerregistry's releases</a>.</em></p> <blockquote> <h2>v0.12.1</h2> <h2>Changelog</h2> <ul> <li>426de7d4 Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1475">#1475</a>)</li> <li>6442b027 Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1476">#1476</a>)</li> <li>76ae8192 Fix context.DeadlineExceeded comparison (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1488">#1488</a>)</li> <li>1711cefd Fix missing body.Close() in bearer auth (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1482">#1482</a>)</li> <li>02f47e13 bump version of slsa generator (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1468">#1468</a>)</li> <li>353a1176 crane: add catalog argument use annotation (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1473">#1473</a>)</li> <li>a0cca8a0 k8schain: Log and proceed if secret or SA are not found (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1472">#1472</a>)</li> </ul> <h3>Container Images</h3> <p><a href="https://gcr.io/go-containerregistry/crane:v0.12.1">https://gcr.io/go-containerregistry/crane:v0.12.1</a> <a href="https://gcr.io/go-containerregistry/gcrane:v0.12.1">https://gcr.io/go-containerregistry/gcrane:v0.12.1</a></p> <p>For example:</p> <pre><code>docker pull gcr.io/go-containerregistry/crane:v0.12.1 docker pull gcr.io/go-containerregistry/gcrane:v0.12.1 </code></pre> <h2>v0.12.0</h2> <h2>Changelog</h2> <ul> <li>9b4fdd50 Bump actions/setup-go from 2 to 3 (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1463">#1463</a>)</li> <li>7268da01 Bump actions/stale from 5 to 6 (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1452">#1452</a>)</li> <li>7196cf3d Bump aws-actions/configure-aws-credentials from 1.6.1 to 1.7.0 (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1424">#1424</a>)</li> <li>8eae069f Bump codecov/codecov-action from 3.1.0 to 3.1.1 (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1453">#1453</a>)</li> <li>969699e7 Bump deps using ./hack/bump-deps.sh (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1467">#1467</a>)</li> <li>c1f9836a Bump opencontainers/image-spec (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1423">#1423</a>)</li> <li>49cdb8b4 Correct usage of authn.NewKeychainFromHelper in docs (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1419">#1419</a>)</li> <li>3ba4c511 Fix tar PAX format handling (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1414">#1414</a>)</li> <li>24a1c335 Ignore docker config if it's a directory (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1420">#1420</a>)</li> <li>a0f66878 Make ErrBadName checkable via errors.Is() (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1462">#1462</a>)</li> <li>19e3eff7 Retry ECONNRESET errors (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1415">#1415</a>)</li> <li>5749ee68 Support the platform specific authentication of krane in "auth get" command (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1413">#1413</a>)</li> <li>e3b94c7e allow remote.DefaultTransport to be overridden by an http.RoundTripper (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1449">#1449</a>)</li> <li>f981b4c0 deps: update goreleaser-action for bug (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1444">#1444</a>)</li> <li>771a9b44 e2e: pull and export stdin and stdout (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1436">#1436</a>)</li> <li>87b3a796 feat: Add krane to release archive (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1443">#1443</a>)</li> <li>2859a0d0 feat: generate slsa provenance on github release artifacts (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1438">#1438</a>)</li> <li>9a5c14ad fix crane's root.go after DefaultTransport change (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1450">#1450</a>)</li> <li>2b54510b fix: consider base image media type when appending layers (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1437">#1437</a>)</li> <li>d3ed4089 registry: implement blob deletion (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1432">#1432</a>)</li> <li>3413eb6c registry: implement pagination (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1430">#1430</a>)</li> <li>e2d575cf update crane installation instructions and release verification (<a href="https://github-redirect.dependabot.com/google/go-containerregistry/issues/1440">#1440</a>)</li> </ul> <h3>Container Images</h3> <p><a href="https://gcr.io/go-containerregistry/crane:v0.12.0">https://gcr.io/go-containerregistry/crane:v0.12.0</a> <a href="https://gcr.io/go-containerregistry/gcrane:v0.12.0">https://gcr.io/go-containerregistry/gcrane:v0.12.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
2450746e5c
|
feat: add ko support (#3653)
continuing the PR by @developer-guy - [x] should be a publisher, as it does publish the images it builds every time - [x] `Default` method does not work - [x] the `fromConfig` thing should probably be on the defaults, too - [x] wire `--skip-ko` - [x] documentation - [x] more tests - [x] use same registry as docker tests does - [ ] see if we can make the log output match goreleaser's - [ ] ?? closes #2556 closes #3490 Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> Co-authored-by: actions-user <actions@github.com> Co-authored-by: Jason Hall <jason@chainguard.dev> Co-authored-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> |
||
dependabot[bot]
|
793def693d
|
feat(deps): bump golang.org/x/crypto from 0.3.0 to 0.5.0 (#3695)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.3.0 to 0.5.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
3fd95e1737
|
feat(deps): bump gocloud.dev from 0.27.0 to 0.28.0 (#3689)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.27.0 to 0.28.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.28.0</h2> <p><strong>BREAKING CHANGES</strong>:</p> <ul> <li><strong>secrets/azurekeyvault</strong>: Updated to latest Azure SDK.</li> <li><strong>blob/azureblob</strong>: Updated to match recent breaking changes in the Azure packages (yes, again).</li> <li><strong>pubsub/awssnssqs</strong>: Fixed <code>BeforeSend</code> to take a pointer to the <code>SendMessageBatchRequestEntry</code> struct, so that it can be modified.</li> </ul> <p><strong>blob</strong></p> <ul> <li><strong>memblob</strong>: Fixed bug where use of <code>BeforeCopy</code> callback would drop the actual copying.</li> <li><strong>azureblob</strong>: Updated to match recent breaking changes in the Azure packages.</li> </ul> <p><strong>pubsub</strong></p> <ul> <li><strong>all</strong>: Simplified and improved batch sizing, should resolve issues with too-frequent polling in some situations.</li> <li><strong>azurepubsub</strong>: Made <code>ListenerTimeout</code> configurable.</li> <li><strong>gcppubsub</strong> and <strong>awssnssqs</strong>: Support lazy mode for <code>Nack</code> (where no explicit <code>Nack</code> is sent).</li> <li><strong>awssnssqs</strong>: Fixed <code>BeforeSend</code> to take a pointer to the <code>SendMessageBatchRequestEntry</code> struct, so that it can be modified.</li> </ul> <p><strong>secrets</strong></p> <ul> <li><strong>secrets/azurekeyvault</strong>: Updated to latest Azure SDK. Use azidentity.NewDefaultAzureCredential.</li> </ul> <p><strong>sql</strong></p> <ul> <li><strong>gcp/cloudsql</strong>: Fixed IAM login.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
da1dca2f91
|
feat(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (#3693)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.3.0
to 0.4.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
dependabot[bot]
|
0fe8b8dc21
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.78.0 (#3690)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.77.0 to 0.78.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
31f8811302
|
feat(deps): bump golang.org/x/text from 0.5.0 to 0.6.0 (#3681)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.5.0 to
0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
dependabot[bot]
|
033af4ac57
|
fix(deps): Bump github.com/goreleaser/nfpm/v2 from 2.22.2 to 2.23.0 (#3679)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.22.2 to 2.23.0. <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.23.0</h2> <h2>Changelog</h2> <h3>New Features</h3> <ul> <li>1a8876e8bc532c8caddd14b46276abbfb30c6859: feat(deps): bump github.com/klauspost/compress from 1.15.12 to 1.15.13 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/587">#587</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>4316b600ac803f46af9debf80f179eceb13d91e2: feat(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.11 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/590">#590</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> </ul> <h3>Bug fixes</h3> <ul> <li>f2e5d2a1e35b3045b26f2d6d0031ad80a9c03594: fix(deb): changelog fixes (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/597">#597</a>) (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>0c2ef6b7236ca632459f054261965ce2d8b42a18: fix: add the non-overides package relation fields to allow env expansion (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/593">#593</a>) (<a href="https://github.com/djgilcrease"><code>@djgilcrease</code></a>)</li> <li>dedee6d6b1e6faa885411ca0d38d35bcbdd26464: fix: do not encourage using /usr/local/bin (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/596">#596</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.22.2...v2.23.0">https://github.com/goreleaser/nfpm/compare/v2.22.2...v2.23.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=" |
||
Carlos Alexandro Becker
|
47ce9a9b33
|
fix: only fail announcing phase in the end (#3666)
This prevents one announce failure to skip all other announcers. The release will still report a failure in the end, but will not fail in the first failure. Also improved errors messages a little bit. closes #3663 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
196fa6c1e9
|
feat(deps): bump github.com/slack-go/slack from 0.12.0 to 0.12.1 (#3654)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.12.0 to 0.12.1. <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.12.1</h2> <h2>What's Changed</h2> <h3>Enhancements</h3> <ul> <li>Add FileUploadV2 function to avoid server side file timeouts by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1148">slack-go/slack#1148</a> <ul> <li>Added new FileUploadV2 function to avoid server side file timeouts by <a href="https://github.com/sarthakkothari"><code>@sarthakkothari</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1130">slack-go/slack#1130</a></li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sarthakkothari"><code>@sarthakkothari</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1130">slack-go/slack#1130</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1">https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
d32b420d0c
|
feat(deps): bump github.com/disgoorg/disgo from 0.14.0 to 0.14.1 (#3650)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.14.0 to 0.14.1. <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.14.1</h2> <h2>What's Changed</h2> <ul> <li>add role connections by <a href="https://github.com/caneleex"><code>@caneleex</code></a> and <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/219">disgoorg/disgo#219</a></li> <li>add <code>DefaultForumLayout</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/216">disgoorg/disgo#216</a></li> <li>add <code>LocaleIndonesian</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href=" |
||
dependabot[bot]
|
b6cac24c79
|
feat(deps): bump github.com/slack-go/slack from 0.11.4 to 0.12.0 (#3649)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.11.4 to 0.12.0. <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.12.0</h2> <p>Thank you for all the contributions!</p> <h2>What's Changed</h2> <p>This release contains several backward incompatible changes.</p> <h3>Fixes</h3> <ul> <li>Fix WorkflowStepCompletedRequest options handling by <a href="https://github.com/CedricFinance"><code>@CedricFinance</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1129">slack-go/slack#1129</a></li> <li>fix: change type of timestamp by <a href="https://github.com/yokishava"><code>@yokishava</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1131">slack-go/slack#1131</a></li> </ul> <h3>Enhancements</h3> <ul> <li>add include_all_metadata to conversations.replies API by <a href="https://github.com/ebkn"><code>@ebkn</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1139">slack-go/slack#1139</a></li> <li>Add team_id as a parameter to the users.conversations API method by <a href="https://github.com/ctennis"><code>@ctennis</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1134">slack-go/slack#1134</a></li> <li>feat: add number input block element by <a href="https://github.com/snpkx"><code>@snpkx</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1132">slack-go/slack#1132</a></li> <li>add GetOtherTeam method by <a href="https://github.com/johanmcos"><code>@johanmcos</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1118">slack-go/slack#1118</a></li> <li>add block elements for email_text_input and url_text_input by <a href="https://github.com/ameliagapin"><code>@ameliagapin</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1140">slack-go/slack#1140</a></li> <li>Expose reactionItem and reactionEvent by <a href="https://github.com/grimmy"><code>@grimmy</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1095">slack-go/slack#1095</a></li> <li>Support team.profile.get method by <a href="https://github.com/MattDavisRV"><code>@MattDavisRV</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1097">slack-go/slack#1097</a></li> <li>add GetOtherTeamInfoContext method by <a href="https://github.com/johanmcos"><code>@johanmcos</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1143">slack-go/slack#1143</a></li> <li>Add include_num_members support to conversation.info request by <a href="https://github.com/Yohan460"><code>@Yohan460</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/989">slack-go/slack#989</a></li> <li>Add ListTeams and TeamAccess{Granted,Revoked}Events and fix missing enterprise ID by <a href="https://github.com/stephenwan-opal"><code>@stephenwan-opal</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1119">slack-go/slack#1119</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CedricFinance"><code>@CedricFinance</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1129">slack-go/slack#1129</a></li> <li><a href="https://github.com/ebkn"><code>@ebkn</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1139">slack-go/slack#1139</a></li> <li><a href="https://github.com/ctennis"><code>@ctennis</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1134">slack-go/slack#1134</a></li> <li><a href="https://github.com/snpkx"><code>@snpkx</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1132">slack-go/slack#1132</a></li> <li><a href="https://github.com/johanmcos"><code>@johanmcos</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1118">slack-go/slack#1118</a></li> <li><a href="https://github.com/grimmy"><code>@grimmy</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1095">slack-go/slack#1095</a></li> <li><a href="https://github.com/Yohan460"><code>@Yohan460</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/989">slack-go/slack#989</a></li> <li><a href="https://github.com/stephenwan-opal"><code>@stephenwan-opal</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1119">slack-go/slack#1119</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.11.4...v0.12.0">https://github.com/slack-go/slack/compare/v0.11.4...v0.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
691234d402
|
feat(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.6.1 to 2.7.0 (#3638)
Bumps [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify) from 2.6.1 to 2.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/atc0005/go-teams-notify/releases">github.com/atc0005/go-teams-notify/v2's releases</a>.</em></p> <blockquote> <h2>v2.7.0</h2> <h2>Added</h2> <ul> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/134">GH-134</a>) Allow setting user agent, fallback to project-specific default value</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/135">GH-135</a>) Allow overriding default <code>http.Client</code></li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/157">GH-157</a>) Add <code>Adaptive Card</code> message format support <ul> <li>see also discussion from <a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/127">GH-127</a>, including feedback from <a href="https://github.com/ghokun"><code>@ghokun</code></a></li> </ul> </li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/169">GH-169</a>) Added YAML en(de)coding support to <code>MessageCard</code> <ul> <li>credit: <a href="https://github.com/pcanilho"><code>@pcanilho</code></a></li> </ul> </li> </ul> <h2>Changed</h2> <ul> <li>Dependencies <ul> <li><code>github.com/stretchr/testify</code> <ul> <li><code>v1.7.0</code> to <code>v1.8.1</code></li> </ul> </li> </ul> </li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/154">GH-154</a>) Deprecate API interface, expose underlying "Teams" client</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/183">GH-183</a>) Update Makefile and GitHub Actions Workflows</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/190">GH-190</a>) Refactor GitHub Actions workflows to import logic</li> </ul> <h2>Fixed</h2> <ul> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/166">GH-166</a>) Update <code>lintinstall</code> Makefile recipe</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/184">GH-184</a>) Apply Go 1.19 specific doc comments linting fixes</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/176">GH-176</a>) <code>./send_test.go:238:8: second argument to errors.As should not be *error</code></li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/179">GH-179</a>) Wrong json key name for URL (uses uri instead) <ul> <li>credit: <a href="https://github.com/janfonas"><code>@janfonas</code></a></li> </ul> </li> </ul> <h2>References</h2> <ul> <li>See the <a href="https://github.com/atc0005/go-teams-notify/milestone/11?closed=1"><code>v2.7.0</code> milestone</a> for the issues associated with this release.</li> <li>See our <a href="https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md">CHANGELOG</a> for more information.</li> </ul> <h2>v2.7.0-rc.2</h2> <h2>WARNING</h2> <p>This is a release candidate (RC) release. Unless issues are discovered & reported, this will become the next v2.7.0 stable release.</p> <p>Please test and provide feedback so that any blocking issues can be resolved before the v2.7.0 release.</p> <p>Thanks in advance!</p> <h2>Changes for the <code>v2.7.0-rc.2</code> release</h2> <ul> <li>dependency updates</li> <li>CI tweaks/enhancements</li> </ul> <h2>Changes for the <code>v2.7.0-rc.1</code> release</h2> <ul> <li>Go 1.19 specific linting fixes</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md">github.com/atc0005/go-teams-notify/v2's changelog</a>.</em></p> <blockquote> <h2>[v2.7.0] - 2022-12-12</h2> <h3>Added</h3> <ul> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/134">GH-134</a>) Allow setting user agent, fallback to project-specific default value</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/135">GH-135</a>) Allow overriding default <code>http.Client</code></li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/157">GH-157</a>) Add <code>Adaptive Card</code> message format support <ul> <li>see also discussion from <a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/127">GH-127</a>, including feedback from <a href="https://github.com/ghokun"><code>@ghokun</code></a></li> </ul> </li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/169">GH-169</a>) Added YAML en(de)coding support to <code>MessageCard</code> <ul> <li>credit: <a href="https://github.com/pcanilho"><code>@pcanilho</code></a></li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Dependencies <ul> <li><code>github.com/stretchr/testify</code> <ul> <li><code>v1.7.0</code> to <code>v1.8.1</code></li> </ul> </li> </ul> </li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/154">GH-154</a>) Deprecate API interface, expose underlying "Teams" client</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/183">GH-183</a>) Update Makefile and GitHub Actions Workflows</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/190">GH-190</a>) Refactor GitHub Actions workflows to import logic</li> </ul> <h3>Fixed</h3> <ul> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/166">GH-166</a>) Update <code>lintinstall</code> Makefile recipe</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/184">GH-184</a>) Apply Go 1.19 specific doc comments linting fixes</li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/176">GH-176</a>) <code>./send_test.go:238:8: second argument to errors.As should not be *error</code></li> <li>(<a href="https://github-redirect.dependabot.com/atc0005/go-teams-notify/issues/179">GH-179</a>) Wrong json key name for URL (uses uri instead) <ul> <li>credit: <a href="https://github.com/janfonas"><code>@janfonas</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
0767ded0cd
|
refactor: improving minio and docker tests (#3642)
using ory/dockertest to simplify integration tests Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
8480d3090e
|
feat(deps): bump github.com/caarlos0/log from 0.2.0 to 0.2.1 (#3646)
Bumps [github.com/caarlos0/log](https://github.com/caarlos0/log) from 0.2.0 to 0.2.1. <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.2.1</h2> <h2>Changelog</h2> <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]
|
583bca59aa
|
feat(deps): bump github.com/caarlos0/log from 0.1.10 to 0.2.0 (#3634)
Bumps [github.com/caarlos0/log](https://github.com/caarlos0/log) from
0.1.10 to 0.2.0.
<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.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Entry WithoutPadding by <a
href="https://github.com/nervo"><code>@nervo</code></a> in <a
href="https://github-redirect.dependabot.com/caarlos0/log/pull/5">caarlos0/log#5</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/caarlos0/log/compare/v0.1.10...v0.2.0">https://github.com/caarlos0/log/compare/v0.1.10...v0.2.0</a></p>
<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]
|
d0e91cb99b
|
feat(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.11 (#3639)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.10 to 0.5.11. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6b01982e1b
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0 (#3637)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.76.0 to 0.77.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
261cc8a5cd
|
feat(deps): bump github.com/google/go-github/v48 from 48.1.0 to 48.2.0 (#3633)
Bumps [github.com/google/go-github/v48](https://github.com/google/go-github) from 48.1.0 to 48.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-github/releases">github.com/google/go-github/v48's releases</a>.</em></p> <blockquote> <h2>v48.2.0</h2> <p>This minor release includes the following changes:</p> <ul> <li>Add parents field to timeline events (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2566">#2566</a>)</li> <li>Update doc URL for PackageGetAllVersions (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2568">#2568</a>)</li> <li>Add the 'require_last_push_approval' field (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2567">#2567</a>)</li> <li>Bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0 in /scrape (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2573">#2573</a>)</li> <li>Bump golangci-lint version to 1.50.1 (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2576">#2576</a>)</li> <li>Add RunAttempt field for WorkflowJob (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2562">#2562</a>)</li> <li>Add LockBranch and AllowForkSyncing to repos.go (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2577">#2577</a>)</li> <li>Add new field for issue state reason (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2583">#2583</a>)</li> <li>Add support for repository actions access level / permission (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2578">#2578</a>)</li> <li>Add has_discussions field to repository (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2589">#2589</a>)</li> <li>Use 'concurrency' instead of 'styfle/cancel-workflow-action' in GitHub Actions (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2591">#2591</a>)</li> <li>Add MakeLatest parameter to support explicitly setting latest release (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2594">#2594</a>)</li> <li>Change create fork options from url param to body param (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2490">#2490</a>)</li> <li>Support new GitHub v3 API calendar-based versioning (<a href="https://github-redirect.dependabot.com/google/go-github/issues/2581">#2581</a>)</li> <li>Update AUTHORS for v48.2.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
7083751934
|
feat(deps): bump github.com/dghubble/oauth1 from 0.7.1 to 0.7.2 (#3627)
Bumps [github.com/dghubble/oauth1](https://github.com/dghubble/oauth1) from 0.7.1 to 0.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dghubble/oauth1/releases">github.com/dghubble/oauth1's releases</a>.</em></p> <blockquote> <h2>v0.7.2</h2> <ul> <li>Update minimum Go version from v1.17 to v1.18 (<a href="https://github-redirect.dependabot.com/dghubble/oauth1/pull/66">#66</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dghubble/oauth1/blob/main/CHANGES.md">github.com/dghubble/oauth1's changelog</a>.</em></p> <blockquote> <h2>v0.7.2</h2> <ul> <li>Update minimum Go version from v1.17 to v1.18 (<a href="https://github-redirect.dependabot.com/dghubble/oauth1/pull/66">#66</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
50d1ca68e2
|
feat(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 (#3622)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.4.0 to 0.5.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
45868b8e5b
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.22.1 to 2.22.2 (#3613)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.22.1 to 2.22.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.22.2</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>61de4b54e0938be65f94ba74d5b90cbb98b628b3: fix(deps): bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/582">#582</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>2918f99b607189c0f4cb70de98d8e294fd9252ba: fix: improve contents.type (<a href="https://github-redirect.dependabot.com/goreleaser/nfpm/issues/581">#581</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.22.1...v2.22.2">https://github.com/goreleaser/nfpm/compare/v2.22.1...v2.22.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
a2308ee608
|
feat(deps): bump github.com/disgoorg/disgo from 0.13.22 to 0.14.0 (#3610)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.13.22 to 0.14.0. <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.14.0</h2> <h2>What's Changed</h2> <ul> <li>Add pagination limit as a param for GetMembers() by <a href="https://github.com/beachasaurus-rex"><code>@beachasaurus-rex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/212">disgoorg/disgo#212</a></li> <li>add support for nsfw application commands by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/207">disgoorg/disgo#207</a></li> <li>new select menu types by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/205">disgoorg/disgo#205</a></li> <li>fix rare ratelimit hits due to prioritizing the <code>reset</code> header over <code>resetAfter</code> header by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href=" |
||
dependabot[bot]
|
c8f007653c
|
feat(deps): bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 (#3606)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.1.1 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Masterminds/semver/releases">github.com/Masterminds/semver/v3's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h2>Added</h2> <ul> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/190">#190</a>: Added text marshaling and unmarshaling</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/167">#167</a>: Added JSON marshalling for constraints (thanks <a href="https://github.com/SimonTheLeg"><code>@SimonTheLeg</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/173">#173</a>: Implement encoding.TextMarshaler and encoding.TextUnmarshaler on Version (thanks <a href="https://github.com/MarkRosemaker"><code>@MarkRosemaker</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/179">#179</a>: Added New() version constructor (thanks <a href="https://github.com/kazhuravlev"><code>@kazhuravlev</code></a>)</li> </ul> <h2>Changed</h2> <ul> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/182">#182</a>/<a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/183">#183</a>: Updated CI testing setup</li> </ul> <h2>Fixed</h2> <ul> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/186">#186</a>: Fixing issue where validation of constraint section gave false positives</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/176">#176</a>: Fix constraints check with *-0 (thanks <a href="https://github.com/mtt0"><code>@mtt0</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/181">#181</a>: Fixed Caret operator (^) gives unexpected results when the minor version in constraint is 0 (thanks <a href="https://github.com/arshchimni"><code>@arshchimni</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/161">#161</a>: Fixed godoc (thanks <a href="https://github.com/afirth"><code>@afirth</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Masterminds/semver/blob/master/CHANGELOG.md">github.com/Masterminds/semver/v3's changelog</a>.</em></p> <blockquote> <h2>3.2.0 (2022-11-28)</h2> <h3>Added</h3> <ul> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/190">#190</a>: Added text marshaling and unmarshaling</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/167">#167</a>: Added JSON marshalling for constraints (thanks <a href="https://github.com/SimonTheLeg"><code>@SimonTheLeg</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/173">#173</a>: Implement encoding.TextMarshaler and encoding.TextUnmarshaler on Version (thanks <a href="https://github.com/MarkRosemaker"><code>@MarkRosemaker</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/179">#179</a>: Added New() version constructor (thanks <a href="https://github.com/kazhuravlev"><code>@kazhuravlev</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/182">#182</a>/<a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/183">#183</a>: Updated CI testing setup</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/186">#186</a>: Fixing issue where validation of constraint section gave false positives</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/176">#176</a>: Fix constraints check with *-0 (thanks <a href="https://github.com/mtt0"><code>@mtt0</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/181">#181</a>: Fixed Caret operator (^) gives unexpected results when the minor version in constraint is 0 (thanks <a href="https://github.com/arshchimni"><code>@arshchimni</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/Masterminds/semver/issues/161">#161</a>: Fixed godoc (thanks <a href="https://github.com/afirth"><code>@afirth</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
f83a942fd5
|
feat(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 (#3595) | ||
dependabot[bot]
|
9abc613ad1
|
feat(deps): bump github.com/disgoorg/disgo from 0.13.21 to 0.13.22 (#3577)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.13.21 to 0.13.22. <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.22</h2> <h2>What's Changed</h2> <ul> <li>move json package into its own module <a href="https://github.com/disgoorg/json">https://github.com/disgoorg/json</a> by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/206">disgoorg/disgo#206</a></li> <li>add <code>RegexPatterns</code> to <code>AutoModerationTriggerMetadata</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/201">disgoorg/disgo#201</a></li> <li>add <code>UserFlagActiveDeveloper</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/208">disgoorg/disgo#208</a></li> <li>add <code>ApplicationID</code> to <code>Message</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href=" |
||
dependabot[bot]
|
85f4be900e
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.74.0 to 0.76.0 (#3578)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.74.0 to 0.76.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
f3f1c08caf
|
feat: title template function (#3590)
added new `title` template function. extracted from #3589 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
Carlos A Becker
|
9fa34380ea
|
fix(deps): nfpm v2.22.1
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
John Olheiser
|
e65c53172e
|
feat: add mastodon (#3567)
This PR adds [mastodon](https://joinmastodon.org/) as an announcement pipeline. 🥳 ![mastodon-announce](https://user-images.githubusercontent.com/42128690/202544345-d90d8f10-0818-4bc2-bc35-3dbcba4254b0.png) Resolves #3566 Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
dependabot[bot]
|
226f56e972
|
feat(deps): bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0 (#3558) | ||
Carlos A Becker
|
2e4323433f
|
feat(deps): update nfpm to v2.22.0
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
8794290e14
|
feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 (#3539)
Bumps [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) from 0.6.0 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
77b5cc3430
|
feat(deps): bump github.com/slack-go/slack from 0.11.3 to 0.11.4 (#3536)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.11.3 to 0.11.4. <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.4</h2> <h2>What's Changed</h2> <h3>Enhancements</h3> <ul> <li>sharedLinks struct should be exported by <a href="https://github.com/pmenglund"><code>@pmenglund</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1080">slack-go/slack#1080</a></li> <li>Support slack events about file by <a href="https://github.com/andyhaskell"><code>@andyhaskell</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1115">slack-go/slack#1115</a></li> <li>Add support for status_emoji_display_info by <a href="https://github.com/paultyng"><code>@paultyng</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1120">slack-go/slack#1120</a></li> </ul> <h3>Fixes</h3> <ul> <li>fix: remove omitempty from replace_original and delete_orginal by <a href="https://github.com/yokishava"><code>@yokishava</code></a> in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1122">slack-go/slack#1122</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pmenglund"><code>@pmenglund</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1080">slack-go/slack#1080</a></li> <li><a href="https://github.com/andyhaskell"><code>@andyhaskell</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1115">slack-go/slack#1115</a></li> <li><a href="https://github.com/paultyng"><code>@paultyng</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1120">slack-go/slack#1120</a></li> <li><a href="https://github.com/yokishava"><code>@yokishava</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slack-go/slack/pull/1122">slack-go/slack#1122</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.11.3...v0.11.4">https://github.com/slack-go/slack/compare/v0.11.3...v0.11.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos A Becker
|
0638b0aa38
|
feat(deps): update nfpm to v2.21.0
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
de1e6bb861
|
feat(deps): bump github.com/disgoorg/disgo from 0.13.20 to 0.13.21 (#3519)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.13.20 to 0.13.21. <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.21</h2> <h2>What's Changed</h2> <ul> <li>add PremiumTypeNitroBasic by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href=" |
||
dependabot[bot]
|
e269a1d095
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0 (#3513)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.73.1 to 0.74.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6bcc103659
|
feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#3494)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from
1.6.0 to 1.6.1.
<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.1</h2>
<h3>Bug fixes 🐛</h3>
<ul>
<li>Fixes a panic when <code>AddGroup</code> isn't called before
<code>AddCommand(my-sub-command)</code> is executed. This can happen
within more complex cobra file structures that have many different
<code>init</code>s to be executed. Now, the check for groups has been
moved to <code>ExecuteC</code> and provides more flexibility when
working with grouped commands - <a
href="https://github.com/marckhouzam"><code>@marckhouzam</code></a>
(and shout out to <a
href="https://github.com/aawsome"><code>@aawsome</code></a>, <a
href="https://github.com/andig"><code>@andig</code></a> and <a
href="https://github.com/KINGSABRI"><code>@KINGSABRI</code></a> for a
deep investigation into this! 👏🏼)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
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> |
||
dependabot[bot]
|
f8e5bdac10
|
feat(deps): bump github.com/google/go-github/v45 from 45.0.0 to 45.1.0 (#3147)
Bumps [github.com/google/go-github/v45](https://github.com/google/go-github) from 45.0.0 to 45.1.0. - [Release notes](https://github.com/google/go-github/releases) - [Commits](https://github.com/google/go-github/compare/v45.0.0...v45.1.0) --- updated-dependencies: - dependency-name: github.com/google/go-github/v45 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
|
9f15047d0a
|
feat: update go-github from v44 to v45 (#3130)
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
4dc20498e7
|
feat(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#3145)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2) --- 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]
|
32c880ceef
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.65.0 to 0.68.0 (#3126)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.65.0 to 0.68.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.65.0...v0.68.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> |
||
dependabot[bot]
|
b318ac810d
|
feat(deps): bump github.com/caarlos0/env/v6 from 6.9.2 to 6.9.3 (#3137)
Bumps [github.com/caarlos0/env/v6](https://github.com/caarlos0/env) from 6.9.2 to 6.9.3. - [Release notes](https://github.com/caarlos0/env/releases) - [Changelog](https://github.com/caarlos0/env/blob/main/.goreleaser.yml) - [Commits](https://github.com/caarlos0/env/compare/v6.9.2...v6.9.3) --- updated-dependencies: - dependency-name: github.com/caarlos0/env/v6 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]
|
9f520deda6
|
feat(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#3128)
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.12 to 0.3.13. - [Release notes](https://github.com/imdario/mergo/releases) - [Commits](https://github.com/imdario/mergo/compare/0.3.12...v0.3.13) --- updated-dependencies: - dependency-name: github.com/imdario/mergo 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]
|
75efca85d9
|
feat(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#3135)
Bumps [gopkg.in/yaml.v3](https://github.com/go-yaml/yaml) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 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> |
||
Carlos A Becker
|
b59a3c2493
|
fix: update to stable yaml.v3
fix CVE-2022-28948 fix GHSA-hp87-p4gw-j4gq Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
e83bc65e86
|
feat(deps): bump github.com/google/go-github/v44 from 44.0.0 to 44.1.0 (#3111)
Bumps [github.com/google/go-github/v44](https://github.com/google/go-github) from 44.0.0 to 44.1.0. - [Release notes](https://github.com/google/go-github/releases) - [Commits](https://github.com/google/go-github/compare/v44.0.0...v44.1.0) --- updated-dependencies: - dependency-name: github.com/google/go-github/v44 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]
|
ceee425184
|
feat(deps): bump github.com/caarlos0/env/v6 from 6.9.1 to 6.9.2 (#3106)
Bumps [github.com/caarlos0/env/v6](https://github.com/caarlos0/env) from 6.9.1 to 6.9.2. - [Release notes](https://github.com/caarlos0/env/releases) - [Changelog](https://github.com/caarlos0/env/blob/main/.goreleaser.yml) - [Commits](https://github.com/caarlos0/env/compare/v6.9.1...v6.9.2) --- updated-dependencies: - dependency-name: github.com/caarlos0/env/v6 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> |
||
Carlos A Becker
|
407ab5576b
|
feat(deps): update go-github from v43 to v44
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
5847b4f673
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.65.0 (#3096)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.64.0 to 0.65.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.64.0...v0.65.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> |
||
dependabot[bot]
|
8b0fa0c268
|
feat(deps): bump github.com/jarcoal/httpmock from 1.1.0 to 1.2.0 (#3089)
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/jarcoal/httpmock/releases) - [Commits](https://github.com/jarcoal/httpmock/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/jarcoal/httpmock 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
|
d1291650f2
|
feat: migrate back to cobra
now that cobra does not require a lot of unused deps because of viper anymore, we can migrate back to it. Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
1a6ac74db7
|
feat(deps): bump github.com/slack-go/slack from 0.10.2 to 0.10.3 (#3066)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.10.2 to 0.10.3. - [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.2...v0.10.3) --- 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]
|
d2cfe27bce
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.63.0 to 0.64.0 (#3065)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.63.0 to 0.64.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.63.0...v0.64.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> |
||
dependabot[bot]
|
ada44d87af
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.62.0 to 0.63.0 (#3033)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.62.0 to 0.63.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.62.0...v0.63.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
|
610a99f6c1
|
fix: downgrade gocloud.dev
v0.25.0 breaks the build on darwin. reverts #3018 refs https://github.com/google/go-cloud/issues/3114 Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
c50dbc5bd5
|
feat(deps): bump github.com/charmbracelet/keygen from 0.2.1 to 0.3.0 (#3024)
* feat(deps): bump github.com/charmbracelet/keygen from 0.2.1 to 0.3.0 Bumps [github.com/charmbracelet/keygen](https://github.com/charmbracelet/keygen) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/charmbracelet/keygen/releases) - [Commits](https://github.com/charmbracelet/keygen/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/keygen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: dep update Signed-off-by: Carlos A Becker <caarlos0@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
cb11951dcc
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.61.0 to 0.62.0 (#3025)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.61.0 to 0.62.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.61.0...v0.62.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> |
||
dependabot[bot]
|
33b255c07f
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.60.0 to 0.61.0 (#3019)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.60.0 to 0.61.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.60.0...v0.61.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> |
||
dependabot[bot]
|
995014ce54
|
feat(deps): bump gocloud.dev from 0.24.0 to 0.25.0 (#3018)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.24.0...v0.25.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> |
||
fredbi
|
8d6ef40020
|
feat(yaml): upgraded from yaml.v2 to yaml.v3 (#3004)
* chore(yaml): upgraded from yaml.v2 to yaml.v3 * provided internal package to take care of backward compatible settings: * UnmarshalStrict method * mute io.EOF unmarshaling errors * marshal indenting with 2 chars * adapted unit tests to new yaml v3 Signed-off-by: Frederic BIDON <fredbi@yahoo.com> * fixed failing tests Signed-off-by: Frederic BIDON <fredbi@yahoo.com> |
||
dependabot[bot]
|
3253ed548b
|
feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.15.0 to 2.15.1 (#3009)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.15.0 to 2.15.1. - [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.0...v2.15.1) --- updated-dependencies: - dependency-name: github.com/goreleaser/nfpm/v2 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]
|
0e6e549e1c
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.60.0 (#2996)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.59.0 to 0.60.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.59.0...v0.60.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 Alexandro Becker
|
25a8e55b6d
|
feat: update nfpm to v2.15.0 (#2990)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
3c4e797150
|
feat: upgrade to go 1.18 (#2978)
* feat: upgrade to go 1.18 * chore: go mod tidy Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * test: fix * fix: more updates * test: fix test |
||
dependabot[bot]
|
b7bba2ba3e
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.56.0 to 0.59.0 (#2969)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.56.0 to 0.59.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.56.0...v0.59.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> |
||
dependabot[bot]
|
db3642f1df
|
feat(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#2979)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1) --- 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]
|
c52f904245
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.55.1 to 0.56.0 (#2950)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.55.1 to 0.56.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.55.1...v0.56.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 Alexandro Becker
|
0bb1c99074
|
feat: update go-github to v43 (#2948)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
a1630f8250
|
feat(deps): bump github.com/atc0005/go-teams-notify/v2 (#2942)
Bumps [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/atc0005/go-teams-notify/releases) - [Changelog](https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md) - [Commits](https://github.com/atc0005/go-teams-notify/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: github.com/atc0005/go-teams-notify/v2 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> |
||
Carlos Alexandro Becker
|
f632056820
|
feat: faster archiving with pgzip (#2941)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
d649263473
|
feat(deps): upgrade nfpm to v2.14.0 (#2940)
upgrade from v2.13.0 to v2.14.0 Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
434248b34c
|
fix: release breaking when archive only
For some reason the set lib was trowing an int overflow error on snapshot when there are no binary artifacts to sign. Refs #2839 See https://github.com/goreleaser/goreleaser/runs/5334854323?check_suite_focus=true#step:21:50 Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Alex Goodman
|
c8450633e5
|
fix: dedupliate cataloging binary artifacts (#2839) | ||
dependabot[bot]
|
14edcd3ecc
|
feat(deps): bump github.com/charmbracelet/keygen from 0.2.0 to 0.2.1 (#2912) | ||
dependabot[bot]
|
132da963c8
|
feat(deps): bump github.com/slack-go/slack from 0.10.1 to 0.10.2 (#2908)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.10.1 to 0.10.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.10.1...v0.10.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> |
||
Carlos A Becker
|
02c22ce796
|
feat: update nfpm to v1.3.0
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
8cb5cec787
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.54.4 to 0.55.1 (#2902)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.54.4 to 0.55.1. - [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.54.4...v0.55.1) --- 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> |
||
dependabot[bot]
|
a2b1b49d73
|
feat(deps): bump github.com/goreleaser/fileglob from 1.2.0 to 1.3.0 (#2896)
Bumps [github.com/goreleaser/fileglob](https://github.com/goreleaser/fileglob) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/goreleaser/fileglob/releases) - [Changelog](https://github.com/goreleaser/fileglob/blob/main/.goreleaser.yml) - [Commits](https://github.com/goreleaser/fileglob/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/goreleaser/fileglob 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
|
3344ae3747
|
fix: go-crypto version
This fixes #2895, the issue was introduced in v1.2, when we for some reason updated this lib. Tested this manually, and it does fixes things. We should probably also sign our own things to get these kind of issues soon in the future. Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
e3997f8802
|
feat: update go-github from v41 to v42
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
8f74c871bb
|
feat: update nfpm to v2.12.1
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
a5d3e7bf4b
|
feat: replace cobra with coral (#2881)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
114c3a83e6
|
feat: upgrade nfpm to v2.12.0 (#2882)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
9cc1bb1595
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.54.3 to 0.54.4 (#2874)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.54.3 to 0.54.4. - [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.54.3...v0.54.4) --- 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]
|
df09e16f6d
|
feat(deps): bump github.com/charmbracelet/keygen from 0.1.2 to 0.2.0 (#2867)
Bumps [github.com/charmbracelet/keygen](https://github.com/charmbracelet/keygen) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/charmbracelet/keygen/releases) - [Commits](https://github.com/charmbracelet/keygen/compare/v0.1.2...v0.2.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/keygen 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> |
||
Christian Muehlhaeuser
|
b7706b2fd8
|
feat: bump mango and adapt to changed API (#2865) | ||
dependabot[bot]
|
8fc93a1fbd
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.52.2 to 0.54.3 (#2820)
* feat(deps): bump github.com/xanzy/go-gitlab from 0.52.2 to 0.54.3 Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.52.2 to 0.54.3. - [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.52.2...v0.54.3) --- 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> * fix: changes Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: filename Signed-off-by: Carlos A Becker <caarlos0@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
b02bec962e
|
feat: arch user repository integration (#2838)
* feat: aur PKGBUILD integration Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * feat: guess install, improve formatting Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: more deterministic Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * feat: binary releases, push, more tests Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * feat: accept key as text Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * feat: improvements Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * feat: srcinfo Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: compile Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: everything Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: lint Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * feat: renames, docs, etc Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * docs: link to docs Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: go mod tidy, title Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: srcinfo tmpl Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: missing close quote Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: templates Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: always defaults conflicts and provides Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: ssh command Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: maintainers can be a list Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: ensure -bin suffix, more tests and docs Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: this will never happen Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: whitespaces Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: goreleaser config Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
ae583453a7
|
feat: manpages (#2837)
* feat: manpages Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: section Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * feat: use mango instead Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: improvements Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: unused Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
3d2042cbf4
|
feat(deps): bump github.com/dghubble/oauth1 from 0.7.0 to 0.7.1 (#2832)
Bumps [github.com/dghubble/oauth1](https://github.com/dghubble/oauth1) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/dghubble/oauth1/releases) - [Changelog](https://github.com/dghubble/oauth1/blob/master/CHANGES.md) - [Commits](https://github.com/dghubble/oauth1/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: github.com/dghubble/oauth1 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> |
||
Carlos Alexandro Becker
|
6c04acd3ab
|
fix: go install and go-reddit (#2823)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
cd5e6d4578
|
feat(deps): bump code.gitea.io/sdk/gitea from 0.15.0 to 0.15.1 (#2816)
Bumps code.gitea.io/sdk/gitea from 0.15.0 to 0.15.1. --- updated-dependencies: - dependency-name: code.gitea.io/sdk/gitea 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]
|
b9e9dd11ba
|
feat(deps): bump github.com/jarcoal/httpmock from 1.0.8 to 1.1.0 (#2818)
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.0.8 to 1.1.0. - [Release notes](https://github.com/jarcoal/httpmock/releases) - [Commits](https://github.com/jarcoal/httpmock/compare/v1.0.8...v1.1.0) --- updated-dependencies: - dependency-name: github.com/jarcoal/httpmock 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]
|
83e7cf9154
|
feat(deps): bump github.com/slack-go/slack from 0.10.0 to 0.10.1 (#2819)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.10.0 to 0.10.1. - [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.0...v0.10.1) --- 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> |
||
Carlos Alexandro Becker
|
493be086a0
|
feat(deps): update go-github to v41 (#2793)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
dbc1aab3ed
|
feat(deps): update github.com/caarlos0/env/v6 from v6.8.0 to v6.9.1 (#2799)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
ce3e3ed14e
|
fix: go-reddit/v2.0.1 was deleted
refs https://github.com/goreleaser/goreleaser/issues/2788#issuecomment-1003894554 Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
c47b5d4ed7
|
fix: nfpm empty dirs (#2796)
closes #2792 Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
2a340e9125
|
feat: update deps
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
1f98530c34
|
feat(deps): update nfpm
fixes #2721 Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
1051f53409
|
feat(deps): update nfpm
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
f318be4529
|
feat: update nfpm to 2.9.2 | ||
Carlos Alexandro Becker
|
6528948217
|
feat: update nfpm (#2640)
* feat: update nfpm * feat: update nfpm * feat: update nfpm * feat: update nfpm * fix: dir type * docs: dir * docs: typo * fix: race * fix: race cond |
||
Carlos A Becker
|
809a6da0f0
|
chore: go mod tidy | ||
Patrick Hahn
|
e5a9e18050
|
feat(schema): add command that generates jsonschema (#2589)
* feat(schema): Add command that generates the jsonschema for .goreleaser.yml files This commit adds the jsonschema/schema subcommand that generates a jsonschema doc based on the Project go struct. For the config types that alternatively allow you to specify a string via custom UnmarshalYAML function, this commit adds the JSONSchemaType function, so the type gets documented with an oneOf with string or itself. Add yaml key names for properties that are currently missing them, so alecthomas/jsonschema generates the keys with correct casing. Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net> * fix: Add linguist-generated attribute to generated schema json to exclude this file from pull request size validation Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net> * fix: run gofumpt Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net> * chore(schema): update alecthomas/jsonschema and regenerate schema.json Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net> |
||
Carlos Alexandro Becker
|
ae6814466e
|
feat(deps): upgrade go-github (#2581)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Carlos A Becker
|
0f10a02cd0
|
chore: go mod tidy
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
Pedro López Mareque
|
d32454e279
|
Add telegram announcer (#2563)
* feat: add telegram announcer * chore: remove hooks and use the Send method of the bot API * chore: add docs and default config * chore: add docs and default config * chore: fix tabs * chore: add docs * chore: fix pr comments * chore: fix pr comments * chore: fix pr comments * chore: add missing links in docs |
||
Batuhan Apaydın
|
afad409c76
|
feat: add SMTP support to the announces (#2485)
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> Co-authored-with: Erkan Zileli <erkan.zileli@trendyol.com> Co-authored-with: Furkan Turkal <furkan.turkal@trendyol.com> |
||
Carlos Alexandro Becker
|
715b1c2d64
|
fix: go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> |
||
Engin Diri
|
1c44c2149d
|
feat: announce: teams (#2482)
Signed-off-by: Engin Diri <engin.diri@mail.schwarz> |
||
Engin Diri
|
311479504e
|
feat: announce: discord (#2478)
Signed-off-by: Engin Diri <engin.diri@mail.schwarz> |
||
Carlos Alexandro Becker
|
8241a23e43
|
chore(deps): bump gocloud.dev from 0.23.0 to 0.24.0
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
077d349147
|
fix: downgrade go-reddit to 2.0.0
closes #2463 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> |
||
Furkan Türkal
|
aa28f31ab5
|
feat: announce: slack (#2429)
Fixes #2425 Signed-off-by: Furkan <furkan.turkal@trendyol.com> |
||
Batuhan Apaydın
|
d3db692a0b
|
feat: announce: reddit (#2431)
* feat: announce: reddit Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> * Update .goreleaser.yml * Update internal/pipe/announce/announce.go * Update pkg/defaults/defaults.go Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
5e906b25e3
|
chore(deps): bump github.com/caarlos0/env/v6 from 6.6.2 to 6.7.0 (#2444)
Bumps [github.com/caarlos0/env/v6](https://github.com/caarlos0/env) from 6.6.2 to 6.7.0. - [Release notes](https://github.com/caarlos0/env/releases) - [Changelog](https://github.com/caarlos0/env/blob/master/.goreleaser.yml) - [Commits](https://github.com/caarlos0/env/compare/v6.6.2...v6.7.0) --- updated-dependencies: - dependency-name: github.com/caarlos0/env/v6 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
|
dd5ccf7170
|
feat: use go 1.17 (#2408)
* feat: use go 1.17 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: go mod tidy Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * test: fix failing test Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * ci: increase lint timeout Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * ci: increase lint timeout Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
43b91b6baf
|
chore(deps): bump code.gitea.io/sdk/gitea from 0.14.1 to 0.15.0 (#2402)
Bumps code.gitea.io/sdk/gitea from 0.14.1 to 0.15.0. --- updated-dependencies: - dependency-name: code.gitea.io/sdk/gitea 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]
|
27150b099f
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.50.2 to 0.50.3 (#2392)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.50.2 to 0.50.3. - [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.50.2...v0.50.3) --- 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]
|
70939c7f66
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.50.1 to 0.50.2 (#2383)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.50.1 to 0.50.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.50.1...v0.50.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> |
||
Carlos Alexandro Becker
|
73641c71ac
|
feat: file mappings in archives (#2347)
* refactor: archive files Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * feat: better archives Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * feat: better archives Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: test todos Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: go mod tidy et al Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: improve docs and remove typoe 'licence' from defaults Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * test: fixes Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: error string Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * test: remove some logs Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * test: use utc Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
fff89c02b8
|
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.5.1 to 2.6.0 (#2342)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/goreleaser/nfpm/releases) - [Changelog](https://github.com/goreleaser/nfpm/blob/master/.goreleaser.yml) - [Commits](https://github.com/goreleaser/nfpm/compare/v2.5.1...v2.6.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]
|
433335a2e1
|
chore(deps): bump github.com/spf13/cobra from 1.2.0 to 1.2.1 (#2329)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra 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> |
||
Carlos Alexandro Becker
|
b43a2e95ec
|
chore(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.0 (#2328)
* feat: upgrade cobra Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * feat: upgrade cobra Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: docs Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * chore: less diffs Signed-off-by: Carlos A Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
405583b13e
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.50.0 to 0.50.1 (#2324)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.50.0 to 0.50.1. - [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.50.0...v0.50.1) --- 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> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
dbb2fe54c0
|
chore(deps): bump code.gitea.io/sdk/gitea from 0.14.0 to 0.14.1 (#2323)
Bumps code.gitea.io/sdk/gitea from 0.14.0 to 0.14.1. --- updated-dependencies: - dependency-name: code.gitea.io/sdk/gitea 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]
|
f285db2742
|
chore(deps): bump github.com/google/go-github/v35 from 35.2.0 to 35.3.0 (#2291)
Bumps [github.com/google/go-github/v35](https://github.com/google/go-github) from 35.2.0 to 35.3.0. - [Release notes](https://github.com/google/go-github/releases) - [Commits](https://github.com/google/go-github/compare/v35.2.0...v35.3.0) --- updated-dependencies: - dependency-name: github.com/google/go-github/v35 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]
|
1615c7e931
|
chore(deps): bump github.com/caarlos0/env/v6 from 6.6.0 to 6.6.2 (#2273)
Bumps [github.com/caarlos0/env/v6](https://github.com/caarlos0/env) from 6.6.0 to 6.6.2. - [Release notes](https://github.com/caarlos0/env/releases) - [Changelog](https://github.com/caarlos0/env/blob/master/.goreleaser.yml) - [Commits](https://github.com/caarlos0/env/compare/v6.6.0...v6.6.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
13ceb87dfb
|
chore(deps): bump github.com/fatih/color from 1.11.0 to 1.12.0 (#2251)
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.11.0...v1.12.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
f0f7f43486
|
feat: announce to twitter (#2248)
Co-authored-by: Leon Wright <wrightleo@jncb.com> |
||
dependabot[bot]
|
513503644e
|
chore(deps): bump gocloud.dev from 0.22.0 to 0.23.0 (#2225)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.22.0...v0.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
25a372c091
|
chore(deps): bump github.com/fatih/color from 1.10.0 to 1.11.0 (#2221)
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.10.0...v1.11.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
3983728985
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.49.0 to 0.50.0 (#2220)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.49.0 to 0.50.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.49.0...v0.50.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
7ff11a7730
|
chore(deps): bump github.com/google/go-github/v35 from 35.1.0 to 35.2.0 (#2207)
Bumps [github.com/google/go-github/v35](https://github.com/google/go-github) from 35.1.0 to 35.2.0. - [Release notes](https://github.com/google/go-github/releases) - [Commits](https://github.com/google/go-github/compare/v35.1.0...v35.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
166ecca034
|
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.5.0 to 2.5.1 (#2200)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
093c0d6fde
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.48.0 to 0.49.0 (#2198)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.48.0 to 0.49.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.48.0...v0.49.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos Becker
|
1a78829698 |
chore(deps): update to nfpm 2.5.0
Signed-off-by: Carlos Becker <caarlos0@gmail.com> |
||
Carlos Becker
|
ad4809d1b3 |
chore(deps): use latest go-github
Signed-off-by: Carlos Becker <caarlos0@gmail.com> |
||
Carlos Alexandro Becker
|
7a7a6f61ba
|
feat: create discussions from releases (#2177)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> |
||
dependabot[bot]
|
77101bea42
|
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.3.1 to 2.4.0 (#2170)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/goreleaser/nfpm/releases) - [Changelog](https://github.com/goreleaser/nfpm/blob/master/.goreleaser.yml) - [Commits](https://github.com/goreleaser/nfpm/compare/v2.3.1...v2.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
008bd866a9 |
chore(deps): update go-gitlab to v0.48.0
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> |
||
Diep Pham
|
b291f946d2
|
fix: update go-gitlab to fix upload file issue (#2145)
Gitlab.com has some changed (bug?) recently that returns 500 internal server error if the filename contains "/". Update go-gitlab dependency to get the workaround from upstream: https://github.com/xanzy/go-gitlab/pull/1113. |