1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
Commit Graph

722 Commits

Author SHA1 Message Date
dependabot[bot]
2d3b737d03
chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#5117) 2024-09-06 13:01:33 +00:00
dependabot[bot]
ae5ca2c022
chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#5121) 2024-09-06 12:52:07 +00:00
Carlos Alexandro Becker
f203105bb9
fix(deps): not sure why we were using a rc version of runc
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-09-03 22:34:01 -03:00
Carlos Alexandro Becker
5a10792f7e
chore(deps): update go-github
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-28 11:29:50 -03:00
dependabot[bot]
5928b4fb5a
chore(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#5105)
Bumps
[github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver)
from 3.2.1 to 3.3.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.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix: bad package in README by <a
href="https://github.com/sdelicata"><code>@​sdelicata</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/226">Masterminds/semver#226</a></li>
<li>Updating the GitHub Actions and versions of Go used by <a
href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/229">Masterminds/semver#229</a></li>
<li>Fix spelling in README by <a
href="https://github.com/robinschneider"><code>@​robinschneider</code></a>
in <a
href="https://redirect.github.com/Masterminds/semver/pull/222">Masterminds/semver#222</a></li>
<li>Adding go build cache to fuzz output by <a
href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/232">Masterminds/semver#232</a></li>
<li>Add caching to fuzz testing by <a
href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/234">Masterminds/semver#234</a></li>
<li>updating github actions by <a
href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/235">Masterminds/semver#235</a></li>
<li>feat: nil version equality by <a
href="https://github.com/KnutZuidema"><code>@​KnutZuidema</code></a> in
<a
href="https://redirect.github.com/Masterminds/semver/pull/213">Masterminds/semver#213</a></li>
<li>add &gt;= and &lt;= by <a
href="https://github.com/grosser"><code>@​grosser</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/238">Masterminds/semver#238</a></li>
<li>doc: hyphen range constraint without whitespace by <a
href="https://github.com/johnnychen94"><code>@​johnnychen94</code></a>
in <a
href="https://redirect.github.com/Masterminds/semver/pull/216">Masterminds/semver#216</a></li>
<li>Removing reference to vert by <a
href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/245">Masterminds/semver#245</a></li>
<li>simplify StrictNewVersion by <a
href="https://github.com/grosser"><code>@​grosser</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/241">Masterminds/semver#241</a></li>
<li>Updating the testing version of Go used by <a
href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/246">Masterminds/semver#246</a></li>
<li>bumping min version in go.mod based on what's tested by <a
href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/248">Masterminds/semver#248</a></li>
<li>Updating changelog for 3.3.0 by <a
href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a
href="https://redirect.github.com/Masterminds/semver/pull/249">Masterminds/semver#249</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sdelicata"><code>@​sdelicata</code></a>
made their first contribution in <a
href="https://redirect.github.com/Masterminds/semver/pull/226">Masterminds/semver#226</a></li>
<li><a
href="https://github.com/robinschneider"><code>@​robinschneider</code></a>
made their first contribution in <a
href="https://redirect.github.com/Masterminds/semver/pull/222">Masterminds/semver#222</a></li>
<li><a
href="https://github.com/KnutZuidema"><code>@​KnutZuidema</code></a>
made their first contribution in <a
href="https://redirect.github.com/Masterminds/semver/pull/213">Masterminds/semver#213</a></li>
<li><a href="https://github.com/grosser"><code>@​grosser</code></a> made
their first contribution in <a
href="https://redirect.github.com/Masterminds/semver/pull/238">Masterminds/semver#238</a></li>
<li><a
href="https://github.com/johnnychen94"><code>@​johnnychen94</code></a>
made their first contribution in <a
href="https://redirect.github.com/Masterminds/semver/pull/216">Masterminds/semver#216</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0">https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0</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.3.0 (2024-08-27)</h2>
<h3>Added</h3>
<ul>
<li><a
href="https://redirect.github.com/Masterminds/semver/issues/238">#238</a>:
Add LessThanEqual and GreaterThanEqual functions (thanks <a
href="https://github.com/grosser"><code>@​grosser</code></a>)</li>
<li><a
href="https://redirect.github.com/Masterminds/semver/issues/213">#213</a>:
nil version equality checking (thanks <a
href="https://github.com/KnutZuidema"><code>@​KnutZuidema</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/Masterminds/semver/issues/241">#241</a>:
Simplify StrictNewVersion parsing (thanks <a
href="https://github.com/grosser"><code>@​grosser</code></a>)</li>
<li>Testing support up through Go 1.23</li>
<li>Minimum version set to 1.21 as this is what's tested now</li>
<li>Fuzz testing now supports caching</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e6e3d4d3cb"><code>e6e3d4d</code></a>
Merge pull request <a
href="https://redirect.github.com/Masterminds/semver/issues/249">#249</a>
from mattfarina/update-changelog-3.3.0</li>
<li><a
href="e80c4ea723"><code>e80c4ea</code></a>
Updating changelog for 3.3.0</li>
<li><a
href="80427ad56e"><code>80427ad</code></a>
Merge pull request <a
href="https://redirect.github.com/Masterminds/semver/issues/248">#248</a>
from mattfarina/bump-min-version</li>
<li><a
href="b610837227"><code>b610837</code></a>
bumping min version in go.mod based on what's tested</li>
<li><a
href="a4cccd8ea5"><code>a4cccd8</code></a>
Merge pull request <a
href="https://redirect.github.com/Masterminds/semver/issues/246">#246</a>
from mattfarina/bump-go-1.23</li>
<li><a
href="7c178cf0c6"><code>7c178cf</code></a>
Updating the testing version of Go used</li>
<li><a
href="29f94c1119"><code>29f94c1</code></a>
Merge pull request <a
href="https://redirect.github.com/Masterminds/semver/issues/241">#241</a>
from grosser/grosser/validate</li>
<li><a
href="2cf1b16b95"><code>2cf1b16</code></a>
Merge pull request <a
href="https://redirect.github.com/Masterminds/semver/issues/245">#245</a>
from mattfarina/remove-vert</li>
<li><a
href="b55476af0e"><code>b55476a</code></a>
Removing reference to vert</li>
<li><a
href="d07450b7cf"><code>d07450b</code></a>
simplify StrictNewVersion</li>
<li>Additional commits viewable in <a
href="https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Masterminds/semver/v3&package-manager=go_modules&previous-version=3.2.1&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-28 11:26:33 -03:00
dependabot[bot]
69e2d8f45a
chore(deps): bump github.com/xanzy/go-gitlab from 0.107.0 to 0.108.0 (#5101)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab)
from 0.107.0 to 0.108.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/xanzy/go-gitlab/releases">github.com/xanzy/go-gitlab's
releases</a>.</em></p>
<blockquote>
<h2>v0.108.0</h2>
<h2>Breaking Changes</h2>
<ul>
<li>Get scoped group variables by <a
href="https://github.com/andersparslov"><code>@​andersparslov</code></a>
in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1995">xanzy/go-gitlab#1995</a></li>
<li>Rename GroupId to GroupID in the <code>MemberRole</code> and
<code>Iteration</code> structs <a
href="f97a106073">f97a106</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Adds <code>HookEventToken</code> helper function for X-Gitlab-Token
by <a href="https://github.com/MaerF0x0"><code>@​MaerF0x0</code></a> in
<a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1976">xanzy/go-gitlab#1976</a></li>
<li>Add <code>ContainerRegistrySize</code> field to
<code>Statistics</code> struct by <a
href="https://github.com/Florian3535"><code>@​Florian3535</code></a> in
<a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1978">xanzy/go-gitlab#1978</a></li>
<li>chore: add report type to MergeRequestApprovalRule by <a
href="https://github.com/mdevilliers"><code>@​mdevilliers</code></a> in
<a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1975">xanzy/go-gitlab#1975</a></li>
<li>Add field &quot;is_auditor&quot; in user by <a
href="https://github.com/thomasboni"><code>@​thomasboni</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1981">xanzy/go-gitlab#1981</a></li>
<li>Fix the user tests by <a
href="https://github.com/svanharmelen"><code>@​svanharmelen</code></a>
in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1982">xanzy/go-gitlab#1982</a></li>
<li>Add new DCO attribute to project and group push rules by <a
href="https://github.com/beekeep"><code>@​beekeep</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1980">xanzy/go-gitlab#1980</a></li>
<li>Support more options for list PATs by <a
href="https://github.com/hjweddie"><code>@​hjweddie</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1977">xanzy/go-gitlab#1977</a></li>
<li>feat: add Bitbucket Cloud and Server import endpoints by <a
href="https://github.com/pwlandoll"><code>@​pwlandoll</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1979">xanzy/go-gitlab#1979</a></li>
<li>Expose PreReceiveSecretDetectionEnabled project setting by <a
href="https://github.com/gravis"><code>@​gravis</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1984">xanzy/go-gitlab#1984</a></li>
<li>Add 15 Missing GitLab Settings by <a
href="https://github.com/Jitsusama"><code>@​Jitsusama</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1985">xanzy/go-gitlab#1985</a></li>
<li>Add <code>prevent_merge_without_jira_issue</code> to Edit Project
API by <a href="https://github.com/mtibben"><code>@​mtibben</code></a>
in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1986">xanzy/go-gitlab#1986</a></li>
<li>build(github): Added support for more versions of unit tests by <a
href="https://github.com/flc1125"><code>@​flc1125</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1992">xanzy/go-gitlab#1992</a></li>
<li>Move PreReceiveSecretDetectionEnabled to Project by <a
href="https://github.com/gravis"><code>@​gravis</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1989">xanzy/go-gitlab#1989</a></li>
<li>Add 26 Missing GitLab Settings by <a
href="https://github.com/Jitsusama"><code>@​Jitsusama</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1987">xanzy/go-gitlab#1987</a></li>
<li>Add page token to ListOption by <a
href="https://github.com/0xDagal"><code>@​0xDagal</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1994">xanzy/go-gitlab#1994</a></li>
<li>member role model follow 17.4.0 spec by <a
href="https://github.com/Quanalogy"><code>@​Quanalogy</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1997">xanzy/go-gitlab#1997</a></li>
<li>Add more filters to List group milestones by <a
href="https://github.com/adamcohen2"><code>@​adamcohen2</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1998">xanzy/go-gitlab#1998</a></li>
<li>Add 28 Missing GitLab Settings by <a
href="https://github.com/Jitsusama"><code>@​Jitsusama</code></a> in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1996">xanzy/go-gitlab#1996</a></li>
<li>Add an exponential backoff to the retry function by <a
href="https://github.com/RicePatrick"><code>@​RicePatrick</code></a> in
<a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1993">xanzy/go-gitlab#1993</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/MaerF0x0"><code>@​MaerF0x0</code></a>
made their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1976">xanzy/go-gitlab#1976</a></li>
<li><a
href="https://github.com/Florian3535"><code>@​Florian3535</code></a>
made their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1978">xanzy/go-gitlab#1978</a></li>
<li><a
href="https://github.com/mdevilliers"><code>@​mdevilliers</code></a>
made their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1975">xanzy/go-gitlab#1975</a></li>
<li><a
href="https://github.com/thomasboni"><code>@​thomasboni</code></a> made
their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1981">xanzy/go-gitlab#1981</a></li>
<li><a href="https://github.com/mtibben"><code>@​mtibben</code></a> made
their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1986">xanzy/go-gitlab#1986</a></li>
<li><a href="https://github.com/flc1125"><code>@​flc1125</code></a> made
their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1992">xanzy/go-gitlab#1992</a></li>
<li><a href="https://github.com/0xDagal"><code>@​0xDagal</code></a> made
their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1994">xanzy/go-gitlab#1994</a></li>
<li><a href="https://github.com/Quanalogy"><code>@​Quanalogy</code></a>
made their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1997">xanzy/go-gitlab#1997</a></li>
<li><a
href="https://github.com/adamcohen2"><code>@​adamcohen2</code></a> made
their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1998">xanzy/go-gitlab#1998</a></li>
<li><a
href="https://github.com/andersparslov"><code>@​andersparslov</code></a>
made their first contribution in <a
href="https://redirect.github.com/xanzy/go-gitlab/pull/1995">xanzy/go-gitlab#1995</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0">https://github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6404ea33e7"><code>6404ea3</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1993">#1993</a>
from RicePatrick/add-retry-exponential-backoff</li>
<li><a
href="cd5f603fcb"><code>cd5f603</code></a>
Update the comment</li>
<li><a
href="203df8edce"><code>203df8e</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1996">#1996</a>
from Jitsusama/Settings-Parameter-Sync-Batch-3</li>
<li><a
href="8f7222230d"><code>8f72222</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1995">#1995</a>
from andersparslov/get-scoped-group-variables</li>
<li><a
href="f97a106073"><code>f97a106</code></a>
Rename GroupId to GroupID in the <code>MemberRole</code> and
<code>Iteration</code> structs</li>
<li><a
href="2269380b76"><code>2269380</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1998">#1998</a>
from adamcohen2/add-more-filters-to-group-milestones...</li>
<li><a
href="825df946b5"><code>825df94</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1997">#1997</a>
from Quanalogy/feature/member_role_model_follow_17_4...</li>
<li><a
href="466b5353f1"><code>466b535</code></a>
Change time fields from *time.Time to *ISOTime</li>
<li><a
href="feb5c719ad"><code>feb5c71</code></a>
Add more filters to group milestones</li>
<li><a
href="65c324f4f2"><code>65c324f</code></a>
Update backoff to only apply when the header isn't set</li>
<li>Additional commits viewable in <a
href="https://github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/xanzy/go-gitlab&package-manager=go_modules&previous-version=0.107.0&new-version=0.108.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
Dependabot will merge this PR once CI passes on it, as requested by
@caarlos0.

[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 09:55:12 -03:00
dependabot[bot]
498b55bcc4
chore(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0 (#5095)
Bumps
[github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss)
from 0.12.1 to 0.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/charmbracelet/lipgloss/releases">github.com/charmbracelet/lipgloss's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.0</h2>
<h1>Woodn’t you know, Lip Gloss has trees!</h1>
<p>Lip Gloss now ships with a tree rendering sub-package!</p>
<pre lang="go"><code>import
&quot;github.com/charmbracelet/lipgloss/tree&quot;
</code></pre>
<p>Define a new tree.</p>
<pre lang="go"><code>t := tree.Root(&quot;.&quot;).
  Child(&quot;A&quot;, &quot;B&quot;, &quot;C&quot;)
</code></pre>
<p>Print the tree.</p>
<pre lang="go"><code>fmt.Println(t)
<p>// .<br />
// ├── A<br />
// ├── B<br />
// └── C<br />
</code></pre></p>
<p>Trees have the ability to nest.</p>
<pre lang="go"><code>t := tree.Root(&quot;.&quot;).
  Child(&quot;Item 1&quot;).
  Child(
    tree.Root(&quot;Item 2&quot;).
      Child(&quot;Item 2.1&quot;).
      Child(&quot;Item 2.2&quot;).
      Child(&quot;Item 2.3&quot;),
  ).
  Child(
    tree.Root(&quot;Item 3&quot;).
      Child(&quot;Item 3.1&quot;).
      Child(&quot;Item 3.2&quot;),
  )
</code></pre>
<p>Print the tree.</p>
<pre lang="go"><code>fmt.Println(t)
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bb3e3398bb"><code>bb3e339</code></a>
docs(README): match tree example alignment with list examples</li>
<li><a
href="bc0de5ca26"><code>bc0de5c</code></a>
docs(README): make tree example match output</li>
<li><a
href="185fde3531"><code>185fde3</code></a>
docs(README): update tree images</li>
<li><a
href="cf0a7c615f"><code>cf0a7c6</code></a>
docs: fix tree screenshot</li>
<li><a
href="feb42a9be4"><code>feb42a9</code></a>
feat: move tree to root (<a
href="https://redirect.github.com/charmbracelet/lipgloss/issues/342">#342</a>)</li>
<li><a
href="0618c73743"><code>0618c73</code></a>
feat(test): add test for <code>JoinHorizontal</code> (<a
href="https://redirect.github.com/charmbracelet/lipgloss/issues/346">#346</a>)</li>
<li><a
href="ed7f56e2a7"><code>ed7f56e</code></a>
docs: fix <code>CompleteColor</code> example (<a
href="https://redirect.github.com/charmbracelet/lipgloss/issues/345">#345</a>)</li>
<li><a
href="8a0e6405b7"><code>8a0e640</code></a>
fix: remove unnecessary if</li>
<li><a
href="87dd58def7"><code>87dd58d</code></a>
chore: fix little typo in comment in go.mod</li>
<li>See full diff in <a
href="https://github.com/charmbracelet/lipgloss/compare/v0.12.1...v0.13.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/charmbracelet/lipgloss&package-manager=go_modules&previous-version=0.12.1&new-version=0.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
Dependabot will merge this PR once CI passes on it, as requested by
@caarlos0.

[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 15:40:16 -03:00
dependabot[bot]
0e971dcbf1
chore(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1 (#5093)
Bumps [dario.cat/mergo](https://github.com/imdario/mergo) from 1.0.0 to
1.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/imdario/mergo/releases">dario.cat/mergo's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fixes issue <a
href="https://redirect.github.com/imdario/mergo/issues/187">#187</a> by
<a href="https://github.com/vsemichev"><code>@​vsemichev</code></a> in
<a
href="https://redirect.github.com/darccio/mergo/pull/253">darccio/mergo#253</a></li>
<li>fix: <code>WithoutDereference</code> should respect non-nil struct
pointers by <a
href="https://github.com/joshkaplinsky"><code>@​joshkaplinsky</code></a>
in <a
href="https://redirect.github.com/darccio/mergo/pull/251">darccio/mergo#251</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vsemichev"><code>@​vsemichev</code></a>
made their first contribution in <a
href="https://redirect.github.com/darccio/mergo/pull/253">darccio/mergo#253</a></li>
<li><a
href="https://github.com/joshkaplinsky"><code>@​joshkaplinsky</code></a>
made their first contribution in <a
href="https://redirect.github.com/darccio/mergo/pull/251">darccio/mergo#251</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/darccio/mergo/compare/v1.0.0...v1.0.1">https://github.com/darccio/mergo/compare/v1.0.0...v1.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="59ea6a9cd9"><code>59ea6a9</code></a>
Merge pull request <a
href="https://redirect.github.com/imdario/mergo/issues/251">#251</a>
from joshkaplinsky/joshkaplinsky/without-dereference-...</li>
<li><a
href="96f24afa92"><code>96f24af</code></a>
Merge pull request <a
href="https://redirect.github.com/imdario/mergo/issues/253">#253</a>
from vsemichev/master</li>
<li><a
href="2f1a6156ce"><code>2f1a615</code></a>
fixes issue <a
href="https://redirect.github.com/imdario/mergo/issues/187">#187</a>.
adds test to verify the fix.</li>
<li><a
href="4da170b81e"><code>4da170b</code></a>
fixes issue <a
href="https://redirect.github.com/imdario/mergo/issues/187">#187</a>.
attempt <a
href="https://redirect.github.com/imdario/mergo/issues/3">#3</a></li>
<li><a
href="a13a1175be"><code>a13a117</code></a>
fixes issue <a
href="https://redirect.github.com/imdario/mergo/issues/187">#187</a>.
attempt <a
href="https://redirect.github.com/imdario/mergo/issues/2">#2</a></li>
<li><a
href="6b830ffc3d"><code>6b830ff</code></a>
fixes issue <a
href="https://redirect.github.com/imdario/mergo/issues/187">#187</a></li>
<li><a
href="f33862a523"><code>f33862a</code></a>
WithoutDereference should respect structs</li>
<li><a
href="cde9f0ea26"><code>cde9f0e</code></a>
Merge pull request <a
href="https://redirect.github.com/imdario/mergo/issues/246">#246</a>
from darccio/darccio/v1-frozen</li>
<li><a
href="f1e2fe566a"><code>f1e2fe5</code></a>
chore: frozen v1</li>
<li><a
href="7f7b4afa33"><code>7f7b4af</code></a>
Update FUNDING.yml</li>
<li>Additional commits viewable in <a
href="https://github.com/imdario/mergo/compare/v1.0.0...v1.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dario.cat/mergo&package-manager=go_modules&previous-version=1.0.0&new-version=1.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 09:25:23 -03:00
dependabot[bot]
16af0bae82
chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.11.0 to 2.12.0 (#5092)
Bumps
[github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify)
from 2.11.0 to 2.12.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.12.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>New Features or Enhancements 🎉</h3>
<ul>
<li>Expose <code>TeamsMessage</code> interface to support mocking by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/291">atc0005/go-teams-notify#291</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Update CHANGELOG for v2.12.0 release by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/295">atc0005/go-teams-notify#295</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/atc0005/go-teams-notify/compare/v2.11.0...v2.12.0">https://github.com/atc0005/go-teams-notify/compare/v2.11.0...v2.12.0</a></p>
<h2>v2.12.0-rc.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>New Features or Enhancements 🎉</h3>
<ul>
<li>Expose <code>TeamsMessage</code> interface to support mocking by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/291">atc0005/go-teams-notify#291</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/atc0005/go-teams-notify/compare/v2.11.0...v2.12.0-rc.1">https://github.com/atc0005/go-teams-notify/compare/v2.11.0...v2.12.0-rc.1</a></p>
<h2>v2.12.0-alpha.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>New Features or Enhancements 🎉</h3>
<ul>
<li>Expose <code>TeamsMessage</code> interface to support mocking by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/289">atc0005/go-teams-notify#289</a></li>
</ul>
<h3>Bug Fixes 🐛</h3>
<ul>
<li>Update CodeQL workflow to run on dev branch PRs by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/282">atc0005/go-teams-notify#282</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/atc0005/go-teams-notify/compare/v2.11.0-alpha.5...v2.12.0-alpha.1">https://github.com/atc0005/go-teams-notify/compare/v2.11.0-alpha.5...v2.12.0-alpha.1</a></p>
</blockquote>
</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.12.0] - 2024-08-16</h2>
<h3>Added</h3>
<ul>
<li>(<a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/291">GH-291</a>)
Expose <code>TeamsMessage</code> interface to support mocking</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f047a24ffb"><code>f047a24</code></a>
Merge pull request <a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/295">#295</a>
from atc0005/update-changelog-for-v2.12.0-release</li>
<li><a
href="74ee0ac512"><code>74ee0ac</code></a>
Update CHANGELOG for v2.12.0 release</li>
<li><a
href="adbaed0c6b"><code>adbaed0</code></a>
Merge pull request <a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/291">#291</a>
from atc0005/i285-expose-TeamsMessage-interface</li>
<li><a
href="8b7707c601"><code>8b7707c</code></a>
Expose <code>TeamsMessage</code> interface to support mocking</li>
<li>See full diff in <a
href="https://github.com/atc0005/go-teams-notify/compare/v2.11.0...v2.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/atc0005/go-teams-notify/v2&package-manager=go_modules&previous-version=2.11.0&new-version=2.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 09:25:03 -03:00
Carlos Alexandro Becker
c95bcdc1c6
chore(deps): update gocloud to v0.39.0 (#5091)
forcing `awssdk=v1` for now.

will probably need to remove that soon, holding it now only because of
https://github.com/google/go-cloud/issues/3472

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-18 16:58:28 -03:00
Carlos Alexandro Becker
94a8de5347
build: use go 1.23 (#5082)
update everything to go 1.23

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-18 16:08:55 -03:00
Carlos Alexandro Becker
28b30e2947
chore(deps): update bluesky/indigo (#5073)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-18 15:57:25 -03:00
dependabot[bot]
17a955458c
chore(deps): bump github.com/charmbracelet/keygen from 0.5.0 to 0.5.1 (#5084)
Bumps
[github.com/charmbracelet/keygen](https://github.com/charmbracelet/keygen)
from 0.5.0 to 0.5.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.5.1</h2>
<h2>Changelog</h2>
<h3>Other work</h3>
<ul>
<li>11fd3c7e032fc1ac9fa28d2444c3a3a884111091: build: dependabot config
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>ac4889661d14406ece73e713e384b4d7f93ef152: build: fix golangci-lint
config (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>66abd54ad630168d53f530d6e68598656e6bdc26: refactor: keygen: refactor
same expression (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/16">#16</a>)
(<a
href="https://github.com/orangekame3"><code>@​orangekame3</code></a>)</li>
<li>334fb4fe9fb3035360e421b305ba68e0834487fc: refactor: remove ioutil
package (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/15">#15</a>)
(<a
href="https://github.com/orangekame3"><code>@​orangekame3</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="11108ea758"><code>11108ea</code></a>
chore(deps): bump actions/checkout from 2 to 4 (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/19">#19</a>)</li>
<li><a
href="8c30dda898"><code>8c30dda</code></a>
chore(deps): bump golangci/golangci-lint-action from 2 to 6 (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/18">#18</a>)</li>
<li><a
href="030fd5343a"><code>030fd53</code></a>
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.26.0 (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/20">#20</a>)</li>
<li><a
href="ac4889661d"><code>ac48896</code></a>
build: fix golangci-lint config</li>
<li><a
href="66abd54ad6"><code>66abd54</code></a>
refactor: keygen: refactor same expression (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/16">#16</a>)</li>
<li><a
href="334fb4fe9f"><code>334fb4f</code></a>
refactor: remove ioutil package (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/15">#15</a>)</li>
<li><a
href="11fd3c7e03"><code>11fd3c7</code></a>
build: dependabot config</li>
<li>See full diff in <a
href="https://github.com/charmbracelet/keygen/compare/v0.5.0...v0.5.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/charmbracelet/keygen&package-manager=go_modules&previous-version=0.5.0&new-version=0.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 16:49:28 -03:00
dependabot[bot]
1f5b7ee814
chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (#5085)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack)
from 0.13.1 to 0.14.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.14.0</h2>
<h2>What's Changed</h2>
<p>v0.14.0 is now available. It contains <strong>no breaking
changes</strong> but does include several pieces of new functionality
and long-standing bug fixes.</p>
<h3>Enhancements</h3>
<ul>
<li>Added Support for receiving <code>metadata</code> when receiving a
<code>MessageEvent</code> over WebSocket by <a
href="https://github.com/rfratto"><code>@​rfratto</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1307">slack-go/slack#1307</a></li>
<li>Added a new field to expose file data when receiving a
<code>File</code> event from a Slack Connect Channel by <a
href="https://github.com/zFlabmonsta"><code>@​zFlabmonsta</code></a> in
<a
href="https://redirect.github.com/slack-go/slack/pull/1312">slack-go/slack#1312</a></li>
<li>Added support for the <code>slack_file</code> in the image block by
<a href="https://github.com/rhysm"><code>@​rhysm</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1311">slack-go/slack#1311</a></li>
<li>Added 35 missing Websocket event types by <a
href="https://github.com/Aryakoste"><code>@​Aryakoste</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1306">slack-go/slack#1306</a></li>
<li>Added support for parsing <code>AppRateLimited</code> events in the
<code>ParseEvent</code> function by <a
href="https://github.com/nemuvski"><code>@​nemuvski</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1308">slack-go/slack#1308</a></li>
<li>Added newly documented Channel Canvas properties to the
<code>conversations.info</code> Web API method by <a
href="https://github.com/ku"><code>@​ku</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1228">slack-go/slack#1228</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed an edge case when using <code>UpdateRemoteFileContext</code>
and <code>UpdateRemoteFile</code> and Image Previews would return an
<code>invalid_auth</code> error by <a
href="https://github.com/EkeMinusYou"><code>@​EkeMinusYou</code></a> in
<a
href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li>
</ul>
<h3>Chores / Code Cleanup</h3>
<ul>
<li>Replaced deprecated <code>ioutil</code> with <code>io</code> and
<code>os</code> packages by <a
href="https://github.com/nakamasato"><code>@​nakamasato</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1310">slack-go/slack#1310</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rfratto"><code>@​rfratto</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1307">slack-go/slack#1307</a></li>
<li><a
href="https://github.com/nakamasato"><code>@​nakamasato</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1310">slack-go/slack#1310</a></li>
<li><a href="https://github.com/rhysm"><code>@​rhysm</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1311">slack-go/slack#1311</a></li>
<li><a href="https://github.com/Aryakoste"><code>@​Aryakoste</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1306">slack-go/slack#1306</a></li>
<li><a href="https://github.com/nemuvski"><code>@​nemuvski</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1308">slack-go/slack#1308</a></li>
<li><a href="https://github.com/ku"><code>@​ku</code></a> made their
first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1228">slack-go/slack#1228</a></li>
<li><a
href="https://github.com/EkeMinusYou"><code>@​EkeMinusYou</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li>
<li><a
href="https://github.com/jjjjeeffff"><code>@​jjjjeeffff</code></a> was
instrumental in the successful resolution of <a
href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0">https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="242df4614e"><code>242df46</code></a>
fix: create multipart form when multipart request (<a
href="https://redirect.github.com/slack-go/slack/issues/1117">#1117</a>)</li>
<li><a
href="5345c06b76"><code>5345c06</code></a>
feat: Add Properties.Canvas to Channel (<a
href="https://redirect.github.com/slack-go/slack/issues/1228">#1228</a>)</li>
<li><a
href="50e7414b58"><code>50e7414</code></a>
feat: Add support for parsing AppRateLimited events (<a
href="https://redirect.github.com/slack-go/slack/issues/1308">#1308</a>)</li>
<li><a
href="e947079302"><code>e947079</code></a>
feat: Events api reconcilation (<a
href="https://redirect.github.com/slack-go/slack/issues/1306">#1306</a>)</li>
<li><a
href="99b3ebefe7"><code>99b3ebe</code></a>
Add slack_file to image block (<a
href="https://redirect.github.com/slack-go/slack/issues/1311">#1311</a>)</li>
<li><a
href="75103a9661"><code>75103a9</code></a>
add file access field to file struct for slackevents (<a
href="https://redirect.github.com/slack-go/slack/issues/1312">#1312</a>)</li>
<li><a
href="25fefc8d6f"><code>25fefc8</code></a>
chore: replace ioutil with io or os package (<a
href="https://redirect.github.com/slack-go/slack/issues/1310">#1310</a>)</li>
<li><a
href="b9d4317540"><code>b9d4317</code></a>
slackevents: support metadata in MessageEvent (<a
href="https://redirect.github.com/slack-go/slack/issues/1307">#1307</a>)</li>
<li>See full diff in <a
href="https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/slack-go/slack&package-manager=go_modules&previous-version=0.13.1&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 16:49:03 -03:00
Carlos Alexandro Becker
111121bbd9
chore(deps): update nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-14 22:56:53 -03:00
dependabot[bot]
32e676fbe8
chore(deps): bump github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0 (#5070)
Bumps [github.com/ory/dockertest/v3](https://github.com/ory/dockertest)
from 3.10.0 to 3.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ory/dockertest/releases">github.com/ory/dockertest/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.11.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.6
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/ory/dockertest/pull/435">ory/dockertest#435</a></li>
<li>chore(deps): bump github.com/Microsoft/go-winio from 0.6.0 to 0.6.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/ory/dockertest/pull/437">ory/dockertest#437</a></li>
<li>chore(deps): bump github.com/lib/pq from
0.0.0-20180327071824-d34b9ff171c2 to 1.10.8 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/438">ory/dockertest#438</a></li>
<li>chore(deps): bump github.com/docker/docker from 20.10.7+incompatible
to 20.10.24+incompatible by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/426">ory/dockertest#426</a></li>
<li>chore(deps): bump actions/checkout from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/427">ory/dockertest#427</a></li>
<li>chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/ory/dockertest/pull/450">ory/dockertest#450</a></li>
<li>chore(deps): bump github.com/containerd/continuity from 0.3.0 to
0.4.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/451">ory/dockertest#451</a></li>
<li>chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.3 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/ory/dockertest/pull/449">ory/dockertest#449</a></li>
<li>chore(deps): bump github.com/opencontainers/runc from 1.1.6 to 1.1.7
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/ory/dockertest/pull/442">ory/dockertest#442</a></li>
<li>chore(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/445">ory/dockertest#445</a></li>
<li>chore(deps): bump github.com/moby/term from
0.0.0-20201216013528-df9cb8a40635 to 0.5.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/446">ory/dockertest#446</a></li>
<li>chore(deps): bump github.com/docker/cli from 20.10.17+incompatible
to 24.0.1+incompatible by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/448">ory/dockertest#448</a></li>
<li>chore: bump dependencies and fix some lint by <a
href="https://github.com/alnr"><code>@​alnr</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/499">ory/dockertest#499</a></li>
<li>chore(deps): bump golang.org/x/sys from 0.19.0 to 0.21.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/501">ory/dockertest#501</a></li>
<li>chore(deps): bump actions/checkout from 2 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/475">ory/dockertest#475</a></li>
<li>feat: fall back to podman if available by <a
href="https://github.com/SoMuchForSubtlety"><code>@​SoMuchForSubtlety</code></a>
in <a
href="https://redirect.github.com/ory/dockertest/pull/452">ory/dockertest#452</a></li>
<li>test: refactor asserts by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/497">ory/dockertest#497</a></li>
<li>use defer instead of os.Exit(m.Run()) by <a
href="https://github.com/pmenglund"><code>@​pmenglund</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/493">ory/dockertest#493</a></li>
<li>docs: remove outdated dep install instruction by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/505">ory/dockertest#505</a></li>
<li>chore: remove direct dependency on gotest.tools/v3 by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/504">ory/dockertest#504</a></li>
<li>chore: replace deprecated ioutil.TempDir with os.MkdirTemp by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/506">ory/dockertest#506</a></li>
<li>chore(deps): bump github.com/opencontainers/runc from 1.1.12 to
1.1.13 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/509">ory/dockertest#509</a></li>
<li>move tests to dockertest_test package by <a
href="https://github.com/siraj-mx51"><code>@​siraj-mx51</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/490">ory/dockertest#490</a></li>
<li>chore(deps): bump github.com/opencontainers/image-spec from 1.0.2 to
1.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/510">ory/dockertest#510</a></li>
<li>chore(deps): bump actions/setup-node from 2.pre.beta to 4.0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/503">ory/dockertest#503</a></li>
<li>chore(deps): bump actions/setup-go from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/508">ory/dockertest#508</a></li>
<li>chore(deps): bump actions/stale from 4 to 9 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/507">ory/dockertest#507</a></li>
<li>feat: introduce cve scanners by <a
href="https://github.com/Demonsthere"><code>@​Demonsthere</code></a> in
<a
href="https://redirect.github.com/ory/dockertest/pull/500">ory/dockertest#500</a></li>
<li>chore: update docker to v27.1.1 by <a
href="https://github.com/adamwalach"><code>@​adamwalach</code></a> in <a
href="https://redirect.github.com/ory/dockertest/pull/522">ory/dockertest#522</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alnr"><code>@​alnr</code></a> made their
first contribution in <a
href="https://redirect.github.com/ory/dockertest/pull/499">ory/dockertest#499</a></li>
<li><a
href="https://github.com/SoMuchForSubtlety"><code>@​SoMuchForSubtlety</code></a>
made their first contribution in <a
href="https://redirect.github.com/ory/dockertest/pull/452">ory/dockertest#452</a></li>
<li><a
href="https://github.com/siraj-mx51"><code>@​siraj-mx51</code></a> made
their first contribution in <a
href="https://redirect.github.com/ory/dockertest/pull/490">ory/dockertest#490</a></li>
<li><a
href="https://github.com/Demonsthere"><code>@​Demonsthere</code></a>
made their first contribution in <a
href="https://redirect.github.com/ory/dockertest/pull/500">ory/dockertest#500</a></li>
<li><a
href="https://github.com/adamwalach"><code>@​adamwalach</code></a> made
their first contribution in <a
href="https://redirect.github.com/ory/dockertest/pull/522">ory/dockertest#522</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ory/dockertest/compare/v3.10.0...v3.11.0">https://github.com/ory/dockertest/compare/v3.10.0...v3.11.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6110e9a38f"><code>6110e9a</code></a>
chore: update docker to v27.1.1 (<a
href="https://redirect.github.com/ory/dockertest/issues/522">#522</a>)</li>
<li><a
href="d229e74b74"><code>d229e74</code></a>
feat: introduce cve scanners (<a
href="https://redirect.github.com/ory/dockertest/issues/500">#500</a>)</li>
<li><a
href="1b46b2915a"><code>1b46b29</code></a>
chore(deps): bump actions/stale from 4 to 9 (<a
href="https://redirect.github.com/ory/dockertest/issues/507">#507</a>)</li>
<li><a
href="44496a38aa"><code>44496a3</code></a>
chore(deps): bump actions/setup-go from 4 to 5 (<a
href="https://redirect.github.com/ory/dockertest/issues/508">#508</a>)</li>
<li><a
href="1aa8cd7bf8"><code>1aa8cd7</code></a>
chore(deps): bump actions/setup-node from 2.pre.beta to 4.0.2 (<a
href="https://redirect.github.com/ory/dockertest/issues/503">#503</a>)</li>
<li><a
href="0c91bda2b4"><code>0c91bda</code></a>
chore(deps): bump github.com/opencontainers/image-spec (<a
href="https://redirect.github.com/ory/dockertest/issues/510">#510</a>)</li>
<li><a
href="3328cf9343"><code>3328cf9</code></a>
move tests to dockertest_test package (<a
href="https://redirect.github.com/ory/dockertest/issues/490">#490</a>)</li>
<li><a
href="05f634764e"><code>05f6347</code></a>
chore(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.13
(<a
href="https://redirect.github.com/ory/dockertest/issues/509">#509</a>)</li>
<li><a
href="6539ccd9aa"><code>6539ccd</code></a>
chore: replace deprecated ioutil.TempDir with os.MkdirTemp (<a
href="https://redirect.github.com/ory/dockertest/issues/506">#506</a>)</li>
<li><a
href="84015fd57c"><code>84015fd</code></a>
chore: remove direct dependency on gotest.tools/v3 (<a
href="https://redirect.github.com/ory/dockertest/issues/504">#504</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ory/dockertest/compare/v3.10.0...v3.11.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ory/dockertest/v3&package-manager=go_modules&previous-version=3.10.0&new-version=3.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 09:31:51 -03:00
Carlos Alexandro Becker
f65ff027ae
chore(deps): update env and lipgloss (#5066)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-10 21:52:55 -03:00
Carlos Alexandro Becker
65195c06ec
sec(deps): update docker/docker and google/go-containerregistry (#5065)
CVE-2024-41110

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-09 23:42:51 -03:00
Carlos Alexandro Becker
47ff67b252
feat(deps): update ko and gocloud.dev (#5063)
cyclonedx and go.version-m were removed from latest ko version

https://github.com/ko-build/ko/pull/1333

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-09 19:51:02 -03:00
dependabot[bot]
0a6405b34d
chore(deps): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible (#5064)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from
26.1.4+incompatible to 26.1.5+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>v26.1.5</h2>
<h2>26.1.5</h2>
<h3>Security</h3>
<p>This release contains a fix for <a
href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41110">CVE-2024-41110</a>
/ <a
href="https://github.com/moby/moby/security/advisories/GHSA-v23v-6jw2-98fq">GHSA-v23v-6jw2-98fq</a>
that impacted setups using <a
href="https://docs.docker.com/engine/extend/plugins_authorization/">authorization
plugins (AuthZ)</a>
for access control. No other changes are included in this release, and
this
release is otherwise identical for users not using AuthZ plugins.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/moby/moby/compare/v26.1.4...v26.1.5">https://github.com/moby/moby/compare/v26.1.4...v26.1.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="411e817ddf"><code>411e817</code></a>
Merge commit from fork</li>
<li><a
href="9cc85eaef1"><code>9cc85ea</code></a>
If url includes scheme, urlPath will drop hostname, which would not
match the...</li>
<li><a
href="820cab90bc"><code>820cab9</code></a>
Authz plugin security fixes for 0-length content and path
validation</li>
<li><a
href="6bc49067a6"><code>6bc4906</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48123">#48123</a>
from vvoland/v26.1-48120</li>
<li><a
href="6fbdce4b94"><code>6fbdce4</code></a>
update to go1.21.12</li>
<li><a
href="f5334644ec"><code>f533464</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47986">#47986</a>
from vvoland/v26.1-47985</li>
<li><a
href="c1d4587d76"><code>c1d4587</code></a>
builder/mobyexporter: Add missing nil check</li>
<li><a
href="d6428049a5"><code>d642804</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47940">#47940</a>
from thaJeztah/26.1_backport_api_remove_container_c...</li>
<li><a
href="daba2462f5"><code>daba246</code></a>
docs: api: image inspect: remove Container and ContainerConfig</li>
<li>See full diff in <a
href="https://github.com/docker/docker/compare/v26.1.4...v26.1.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=26.1.4+incompatible&new-version=26.1.5+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/goreleaser/goreleaser/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 16:32:01 -03:00
dependabot[bot]
35f75cefab
chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 (#5060)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0
to 0.24.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3057be8f63"><code>3057be8</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="4653e48eb8"><code>4653e48</code></a>
gopls/internal/analysis: add skipped analysis simplify on generated
code</li>
<li><a
href="f855a53930"><code>f855a53</code></a>
gopls/internal/telemetry/cmd/stacks: use authentication token</li>
<li><a
href="3ffd605b1e"><code>3ffd605</code></a>
gopls/doc/features: fix prominent typo</li>
<li><a
href="a5df6ad55c"><code>a5df6ad</code></a>
go/analysis/passes/printf: report non-constant format, no args</li>
<li><a
href="c03e5c28b0"><code>c03e5c2</code></a>
go/packages: do not nullify Fset when NeedSyntax is set</li>
<li><a
href="6a6fd991e9"><code>6a6fd99</code></a>
go/ssa: substitute type parameterized aliases</li>
<li><a
href="f6a239054f"><code>f6a2390</code></a>
gopls/doc: delete commands.md</li>
<li><a
href="2154cbf88d"><code>2154cbf</code></a>
gopls/internal/golang: add &quot;Browse gopls features&quot; code
action</li>
<li><a
href="ead76ab5e9"><code>ead76ab</code></a>
go/analysis: Add modules to Pass</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.23.0...v0.24.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.23.0&new-version=0.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:38:04 -03:00
dependabot[bot]
282ae599d8
chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#5055)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.16.0 to
0.17.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b2bec85eb9"><code>b2bec85</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="ae0cf96bbc"><code>ae0cf96</code></a>
LICENSE: update per Google Legal</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.16.0...v0.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.16.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 10:15:40 -03:00
dependabot[bot]
e1f1843c01
chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#5052)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from
0.21.0 to 0.22.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6d8340f1c5"><code>6d8340f</code></a>
LICENSE: update per Google Legal</li>
<li>See full diff in <a
href="https://github.com/golang/oauth2/compare/v0.21.0...v0.22.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.21.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 16:17:45 -03:00
dependabot[bot]
b89d872ef6
chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.10.0 to 2.11.0 (#5049)
Bumps
[github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify)
from 2.10.0 to 2.11.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.11.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>New Features or Enhancements 🎉</h3>
<ul>
<li>Add initial support for Workflow connectors by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/275">atc0005/go-teams-notify#275</a></li>
</ul>
<h3>Bug Fixes 🐛</h3>
<ul>
<li>Remove inactive maligned linter by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/261">atc0005/go-teams-notify#261</a></li>
<li>Fix validation for <code>Action.Type</code> field by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/274">atc0005/go-teams-notify#274</a></li>
<li>Update CodeQL workflow to run on dev branch PRs by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/283">atc0005/go-teams-notify#283</a></li>
</ul>
<h3>Dependency Updates</h3>
<ul>
<li>Go Dependency: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/259">atc0005/go-teams-notify#259</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Documentation refresh for O365 &amp; Workflow connectors by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/272">atc0005/go-teams-notify#272</a></li>
<li>Update CHANGELOG for v2.11.0 release by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/286">atc0005/go-teams-notify#286</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/atc0005/go-teams-notify/compare/v2.10.0...v2.11.0">https://github.com/atc0005/go-teams-notify/compare/v2.10.0...v2.11.0</a></p>
<h2>v2.11.0-rc.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>New Features or Enhancements 🎉</h3>
<ul>
<li>Add initial support for Workflow connectors by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/275">atc0005/go-teams-notify#275</a></li>
</ul>
<h3>Bug Fixes 🐛</h3>
<ul>
<li>Remove inactive maligned linter by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/261">atc0005/go-teams-notify#261</a></li>
<li>Fix validation for <code>Action.Type</code> field by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/274">atc0005/go-teams-notify#274</a></li>
<li>Update CodeQL workflow to run on dev branch PRs by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/283">atc0005/go-teams-notify#283</a></li>
</ul>
<h3>Dependency Updates</h3>
<ul>
<li>Go Dependency: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/259">atc0005/go-teams-notify#259</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Documentation refresh for O365 &amp; Workflow connectors by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/272">atc0005/go-teams-notify#272</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/atc0005/go-teams-notify/compare/v2.10.0...v2.11.0-rc.1">https://github.com/atc0005/go-teams-notify/compare/v2.10.0...v2.11.0-rc.1</a></p>
<h2>v2.11.0-alpha.5</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Bug Fixes 🐛</h3>
<ul>
<li>Refactor regex for default Workflow URLs (redux) by <a
href="https://github.com/atc0005"><code>@​atc0005</code></a> in <a
href="https://redirect.github.com/atc0005/go-teams-notify/pull/280">atc0005/go-teams-notify#280</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/atc0005/go-teams-notify/compare/v2.11.0-alpha.4...v2.11.0-alpha.5">https://github.com/atc0005/go-teams-notify/compare/v2.11.0-alpha.4...v2.11.0-alpha.5</a></p>
<h2>v2.11.0-alpha.4</h2>
<!-- 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.11.0] - 2024-08-02</h2>
<h3>Added</h3>
<ul>
<li>(<a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/275">GH-275</a>)
Add initial support for Workflow connectors</li>
</ul>
<h3>Changed</h3>
<h4>Dependency Updates</h4>
<ul>
<li>(<a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/259">GH-259</a>)
Go Dependency: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0</li>
</ul>
<h4>Other</h4>
<ul>
<li>(<a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/272">GH-272</a>)
Documentation refresh for O365 &amp; Workflow connectors</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>(<a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/261">GH-261</a>)
Remove inactive maligned linter</li>
<li>(<a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/274">GH-274</a>)
Fix validation for <code>Action.Type</code> field</li>
<li>(<a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/283">GH-283</a>)
Update CodeQL workflow to run on dev branch PRs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="14d0f675d0"><code>14d0f67</code></a>
Merge pull request <a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/286">#286</a>
from atc0005/update-changelog-for-v2.11.0-release</li>
<li><a
href="e25e33674f"><code>e25e336</code></a>
Update CHANGELOG for v2.11.0 release</li>
<li><a
href="542a5591c3"><code>542a559</code></a>
Merge pull request <a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/283">#283</a>
from atc0005/i276-run-codeql-on-dev-branch-prs-also</li>
<li><a
href="e8a96fecc4"><code>e8a96fe</code></a>
Update CodeQL workflow to run on dev branch PRs</li>
<li><a
href="673653baa6"><code>673653b</code></a>
Merge pull request <a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/275">#275</a>
from atc0005/i262-add-support-for-workflow-connectors</li>
<li><a
href="7cdd311cb3"><code>7cdd311</code></a>
Refactor regex for default Workflow URLs</li>
<li><a
href="245024b2ca"><code>245024b</code></a>
Add initial support for Workflow connectors</li>
<li><a
href="56c6bcfa33"><code>56c6bcf</code></a>
Merge pull request <a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/274">#274</a>
from atc0005/i268-fix-action-showcard-validation</li>
<li><a
href="2b05ba8df4"><code>2b05ba8</code></a>
Fix validation for <code>Action.Type</code> field</li>
<li><a
href="c114fb5b16"><code>c114fb5</code></a>
Merge pull request <a
href="https://redirect.github.com/atc0005/go-teams-notify/issues/272">#272</a>
from atc0005/i262-doc-updates-for-workflow-connectors</li>
<li>Additional commits viewable in <a
href="https://github.com/atc0005/go-teams-notify/compare/v2.10.0...v2.11.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/atc0005/go-teams-notify/v2&package-manager=go_modules&previous-version=2.10.0&new-version=2.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 12:05:09 -03:00
dependabot[bot]
3aee244efe
chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 (#5048)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to
0.8.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="411f99ef12"><code>411f99e</code></a>
LICENSE: update per Google Legal</li>
<li>See full diff in <a
href="https://github.com/golang/sync/compare/v0.7.0...v0.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sync&package-manager=go_modules&previous-version=0.7.0&new-version=0.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 12:04:47 -03:00
dependabot[bot]
d96001c8d0
chore(deps): bump github.com/caarlos0/env/v11 from 11.1.0 to 11.2.0 (#5050)
Bumps [github.com/caarlos0/env/v11](https://github.com/caarlos0/env)
from 11.1.0 to 11.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/caarlos0/env/releases">github.com/caarlos0/env/v11's
releases</a>.</em></p>
<blockquote>
<h2>v11.2.0</h2>
<h2>Changelog</h2>
<h3>New Features</h3>
<ul>
<li>68793c0696699b75cad4f91badb0ada6685bf6c3: feat: mapping slice of
complex struct (<a
href="https://redirect.github.com/caarlos0/env/issues/312">#312</a>) (<a
href="https://github.com/Rancbar"><code>@​Rancbar</code></a>)</li>
</ul>
<h3>Documentation updates</h3>
<ul>
<li>33920afdec0ddeac41393d4214398d311a008754: docs: added a logo (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>0de93839a29573a65842d404746f270c434e522a: docs: update (<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="68793c0696"><code>68793c0</code></a>
feat: mapping slice of complex struct (<a
href="https://redirect.github.com/caarlos0/env/issues/312">#312</a>)</li>
<li><a
href="0de93839a2"><code>0de9383</code></a>
docs: update</li>
<li><a
href="33920afdec"><code>33920af</code></a>
docs: added a logo</li>
<li>See full diff in <a
href="https://github.com/caarlos0/env/compare/v11.1.0...v11.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/caarlos0/env/v11&package-manager=go_modules&previous-version=11.1.0&new-version=11.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 11:38:36 -03:00
dependabot[bot]
68dac47f92
chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible (#5040)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from
26.1.3+incompatible to 26.1.4+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>v26.1.4</h2>
<h2>26.1.4</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/issues?q=is%3Aclosed+milestone%3A26.1.4">docker/cli,
26.1.4 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A26.1.4">moby/moby,
26.1.4 milestone</a></li>
<li>Deprecated and removed features, see <a
href="https://github.com/docker/cli/blob/v26.1.4/docs/deprecated.md">Deprecated
Features</a>.</li>
<li>Changes to the Engine API, see <a
href="https://github.com/moby/moby/blob/v26.1.4/docs/api/version-history.md">API
version history</a>.</li>
</ul>
<h3>Security</h3>
<p>This release updates the Go runtime to 1.21.11 which contains
security fixes for:</p>
<ul>
<li><a
href="https://redirect.github.com/golang/go/issues/66869">CVE-2024-24789</a></li>
<li><a
href="https://redirect.github.com/golang/go/issues/67680">CVE-2024-24790</a></li>
<li>A symlink time of check to time of use race condition during
directory removal reported by Addison Crump (<a
href="https://github.com/addisoncrump"><code>@​addisoncrump</code></a>).</li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Fixed an issue where promoting a node immediately after another node
was demoted could cause the promotion to fail. <a
href="https://redirect.github.com/moby/moby/pull/47870">moby/moby#47870</a></li>
<li>Prevent the daemon log from being spammed with <code>superfluous
response.WriteHeader call ...</code> messages.. <a
href="https://redirect.github.com/moby/moby/pull/47843">moby/moby#47843</a></li>
<li>Don't show empty hints when plugins return an empty hook message. <a
href="https://redirect.github.com/docker/cli/pull/5083">docker/cli#5083</a></li>
<li>Added <code>ContextType: &quot;moby&quot;</code> to the context
list/inspect output to address a compatibility issue with Visual Studio
Container Tools. <a
href="https://redirect.github.com/docker/cli/pull/5095">docker/cli#5095</a></li>
<li>Fix a compatibility issue with Visual Studio Container Tools. <a
href="https://redirect.github.com/docker/cli/pull/5095">docker/cli#5095</a></li>
</ul>
<h3>Packaging updates</h3>
<ul>
<li>Update containerd (static binaries only) to <a
href="https://github.com/containerd/containerd/releases/tag/v1.7.17">v1.7.17</a>.
<a
href="https://redirect.github.com/moby/moby/pull/47841">moby/moby#47841</a></li>
<li><a
href="https://redirect.github.com/golang/go/issues/66869">CVE-2024-24789</a>,
<a
href="https://redirect.github.com/golang/go/issues/67680">CVE-2024-24790</a>:
Update Go runtime to 1.21.11. <a
href="https://redirect.github.com/moby/moby/pull/47904">moby/moby#47904</a></li>
<li>Update Compose to <a
href="https://github.com/docker/compose/releases/tag/v2.27.1">v2.27.1</a>.
<a
href="https://redirect.github.com/docker/docker-ce-packaging/pull/1022">docker/docker-ce-packages#1022</a></li>
<li>Update Buildx to <a
href="https://github.com/docker/buildx/releases/tag/v0.14.1">v0.14.1</a>.
<a
href="https://redirect.github.com/docker/docker-ce-packaging/pull/1021">docker/docker-ce-packages#1021</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="de5c9cf0b9"><code>de5c9cf</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47912">#47912</a>
from thaJeztah/26.1_backport_vendor_containerd_1.7.18</li>
<li><a
href="c62dcf8ab1"><code>c62dcf8</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47911">#47911</a>
from thaJeztah/26.1_backport_bump_containerd_binary...</li>
<li><a
href="17315a20ee"><code>17315a2</code></a>
vendor: github.com/containerd/containerd v1.7.18</li>
<li><a
href="cbd94183ab"><code>cbd9418</code></a>
update containerd binary to v1.7.18</li>
<li><a
href="fb9f72aeb6"><code>fb9f72a</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47904">#47904</a>
from thaJeztah/26.1_backport_bump_go1.21.11</li>
<li><a
href="3115daaa91"><code>3115daa</code></a>
update to go1.21.11</li>
<li><a
href="2861734174"><code>2861734</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47892">#47892</a>
from thaJeztah/26.1_backport_api_docs_network_confi...</li>
<li><a
href="9c95aea306"><code>9c95aea</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47893">#47893</a>
from thaJeztah/26.1_backport_bump_docker_py</li>
<li><a
href="3e09e197a7"><code>3e09e19</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47894">#47894</a>
from thaJeztah/26.1_backport_vendor_containerd_v1.7.17</li>
<li><a
href="65b679ac9c"><code>65b679a</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47889">#47889</a>
from thaJeztah/26.1_backport_platforms_err_handling</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v26.1.3...v26.1.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=26.1.3+incompatible&new-version=26.1.4+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/goreleaser/goreleaser/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 08:31:06 -03:00
Carlos Alexandro Becker
b16709859f
Revert "chore(deps): bump gocloud.dev from 0.37.0 to 0.38.0 (#5028)" (#5034)
This reverts commit de17e5e0f4.

It broke the build, as Ko is not up to date with otel (which seems to be
used by both gocloud and ko.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-29 11:13:23 -03:00
dependabot[bot]
9cbf1b3af2
chore(deps): bump code.gitea.io/sdk/gitea from 0.18.0 to 0.19.0 (#5033)
Bumps code.gitea.io/sdk/gitea from 0.18.0 to 0.19.0.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=code.gitea.io/sdk/gitea&package-manager=go_modules&previous-version=0.18.0&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 09:20:21 -03:00
dependabot[bot]
4a7c2ca1ad
chore(deps): bump github.com/aws/aws-sdk-go from 1.55.2 to 1.55.3 (#5027)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.55.2 to 1.55.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's
releases</a>.</em></p>
<blockquote>
<h1>Release v1.55.3 (2024-07-25)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/application-autoscaling</code>: Updates service
API</li>
<li><code>service/application-signals</code>: Updates service API and
documentation</li>
<li><code>service/bedrock-runtime</code>: Updates service API and
documentation</li>
<li><code>service/codecommit</code>: Updates service API and
documentation
<ul>
<li>CreateRepository API now throws OperationNotAllowedException when
the account has been restricted from creating a repository.</li>
</ul>
</li>
<li><code>service/datazone</code>: Updates service API and
documentation</li>
<li><code>service/ec2</code>: Updates service API and documentation
<ul>
<li>EC2 Fleet now supports using custom identifiers to reference Amazon
Machine Images (AMI) in launch requests that are configured to choose
from a diversified list of instance types.</li>
</ul>
</li>
<li><code>service/ecr</code>: Updates service API, documentation,
paginators, and examples
<ul>
<li>API and documentation updates for Amazon ECR, adding support for
creating, updating, describing and deleting ECR Repository Creation
Template.</li>
</ul>
</li>
<li><code>service/eks</code>: Updates service API and documentation</li>
<li><code>service/elasticloadbalancingv2</code>: Updates service API,
documentation, and examples</li>
<li><code>service/network-firewall</code>: Updates service API and
documentation</li>
<li><code>service/outposts</code>: Updates service API and
documentation</li>
<li><code>service/states</code>: Updates service API and documentation
<ul>
<li>This release adds support to customer managed KMS key encryption in
AWS Step Functions.</li>
</ul>
</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Remove broken integration test.
<ul>
<li>Remove integration test broken by cloudsearch service.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f5c0cf4254"><code>f5c0cf4</code></a>
Release v1.55.3 (2024-07-25) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5321">#5321</a>)</li>
<li><a
href="0eb09e61ca"><code>0eb09e6</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5320">#5320</a>
from aws/fix-cloudsearch</li>
<li><a
href="3800e5c7b5"><code>3800e5c</code></a>
remove integration test broken by cloudsearch service</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-go/compare/v1.55.2...v1.55.3">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/aws/aws-sdk-go | [< 1.53, > 1.52.0] |
| github.com/aws/aws-sdk-go | [< 1.54, > 1.53.0] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go&package-manager=go_modules&previous-version=1.55.2&new-version=1.55.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 12:42:56 -04:00
dependabot[bot]
de17e5e0f4
chore(deps): bump gocloud.dev from 0.37.0 to 0.38.0 (#5028)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.37.0 to
0.38.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.38.0</h2>
<p><strong>blob</strong></p>
<ul>
<li><strong>all</strong>: Fix panics if reader recreation fails after
Seek by <a href="https://github.com/vangent"><code>@​vangent</code></a>
in <a
href="https://redirect.github.com/google/go-cloud/pull/3425">google/go-cloud#3425</a></li>
<li><strong>all</strong>: Convert errors in <code>Open()</code> into
appropriate fs errors by <a
href="https://github.com/milescrabill"><code>@​milescrabill</code></a>
in <a
href="https://redirect.github.com/google/go-cloud/pull/3443">google/go-cloud#3443</a></li>
<li><strong>s3blob</strong>: Fix Copy to work with keys that need
escaping by <a
href="https://github.com/vangent"><code>@​vangent</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3403">google/go-cloud#3403</a></li>
<li><strong>azureblob</strong>: Do not panic if Content-Length and
Content-Range are missing by <a
href="https://github.com/chancez"><code>@​chancez</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3445">google/go-cloud#3445</a></li>
<li><strong>fileblob</strong>: Allow customization of the FileMode by <a
href="https://github.com/vangent"><code>@​vangent</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3426">google/go-cloud#3426</a></li>
</ul>
<p><strong>pubsub</strong></p>
<ul>
<li><strong>awssnssqs</strong>: Add support for setting FIFO message
metadata by <a
href="https://github.com/bartventer"><code>@​bartventer</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3435">google/go-cloud#3435</a></li>
<li><strong>kafkapubsub</strong>: Configuring key_name when OpenTopicURL
by <a href="https://github.com/ssetin"><code>@​ssetin</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3404">google/go-cloud#3404</a></li>
<li><strong>rabbitpubsub</strong>: Add query string set the qos prefetch
count by <a
href="https://github.com/peczenyj"><code>@​peczenyj</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3431">google/go-cloud#3431</a></li>
<li><strong>rabbitpubsub</strong>: Add query string to set the routing
key from metadata by <a
href="https://github.com/peczenyj"><code>@​peczenyj</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3433">google/go-cloud#3433</a></li>
<li><strong>rabbitpubsub</strong>: Wrap pubsub rabbitmq errors by <a
href="https://github.com/peczenyj"><code>@​peczenyj</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3437">google/go-cloud#3437</a></li>
</ul>
<p><strong>docstore</strong></p>
<ul>
<li><strong>all</strong>: Fix offset handling and extend test coverage
by <a href="https://github.com/bartventer"><code>@​bartventer</code></a>
in <a
href="https://redirect.github.com/google/go-cloud/pull/3409">google/go-cloud#3409</a></li>
<li><strong>awsdynamodb</strong>: Ensure Next returns EOF when no more
items by <a
href="https://github.com/bartventer"><code>@​bartventer</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3406">google/go-cloud#3406</a></li>
<li><strong>mongodocstore</strong>: Update Mongo dialer when
MONGO_SERVER_URL rotates by <a
href="https://github.com/concaf"><code>@​concaf</code></a> in <a
href="https://redirect.github.com/google/go-cloud/pull/3429">google/go-cloud#3429</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ssetin"><code>@​ssetin</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/go-cloud/pull/3404">google/go-cloud#3404</a></li>
<li><a href="https://github.com/concaf"><code>@​concaf</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/go-cloud/pull/3429">google/go-cloud#3429</a></li>
<li><a href="https://github.com/peczenyj"><code>@​peczenyj</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/go-cloud/pull/3431">google/go-cloud#3431</a></li>
<li><a href="https://github.com/chancez"><code>@​chancez</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/go-cloud/pull/3445">google/go-cloud#3445</a></li>
<li><a
href="https://github.com/milescrabill"><code>@​milescrabill</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/go-cloud/pull/3443">google/go-cloud#3443</a></li>
<li><a href="https://github.com/samlaf"><code>@​samlaf</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/go-cloud/pull/3450">google/go-cloud#3450</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/go-cloud/compare/v0.37.0...v0.38.0">https://github.com/google/go-cloud/compare/v0.37.0...v0.38.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="88d9ea8296"><code>88d9ea8</code></a>
all: prerelease (<a
href="https://redirect.github.com/google/go-cloud/issues/3453">#3453</a>)</li>
<li><a
href="fc42ff384c"><code>fc42ff3</code></a>
samples: Update guestbook/localdb/main.go to add docker platform flag
(<a
href="https://redirect.github.com/google/go-cloud/issues/3450">#3450</a>)</li>
<li><a
href="0a37d2f8da"><code>0a37d2f</code></a>
azure: update deps (<a
href="https://redirect.github.com/google/go-cloud/issues/3447">#3447</a>)</li>
<li><a
href="afdaba3b36"><code>afdaba3</code></a>
blob/fileblob: convert gocloud errors into appropriate fs errors (<a
href="https://redirect.github.com/google/go-cloud/issues/3443">#3443</a>)</li>
<li><a
href="e0142cfdad"><code>e0142cf</code></a>
blob/azureblob: Do not panic if Content-Length and Content-Range are
missing ...</li>
<li><a
href="ba58ec7970"><code>ba58ec7</code></a>
all: format all source code files with gofumpt and -extra option (<a
href="https://redirect.github.com/google/go-cloud/issues/3442">#3442</a>)</li>
<li><a
href="19db7d573f"><code>19db7d5</code></a>
all: fix test lint issues detecte by tenv and thelper linters (<a
href="https://redirect.github.com/google/go-cloud/issues/3441">#3441</a>)</li>
<li><a
href="e0e5901b22"><code>e0e5901</code></a>
pubsub/awssnssqs: Disable flaky test (<a
href="https://redirect.github.com/google/go-cloud/issues/3440">#3440</a>)</li>
<li><a
href="f93057ef8b"><code>f93057e</code></a>
pubsub/rabbitpubsub: wrap pubsub rabbitmq errors (<a
href="https://redirect.github.com/google/go-cloud/issues/3437">#3437</a>)</li>
<li><a
href="07f7aa0dc4"><code>07f7aa0</code></a>
docstore/all: update goldens (<a
href="https://redirect.github.com/google/go-cloud/issues/3439">#3439</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/go-cloud/compare/v0.37.0...v0.38.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| gocloud.dev | [>= 0.25.a, < 0.26] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gocloud.dev&package-manager=go_modules&previous-version=0.37.0&new-version=0.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 12:42:35 -04:00
dependabot[bot]
608bce4147
chore(deps): bump github.com/aws/aws-sdk-go from 1.55.1 to 1.55.2 (#5025)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.55.1 to 1.55.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's
releases</a>.</em></p>
<blockquote>
<h1>Release v1.55.2 (2024-07-24)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/cleanrooms</code>: Updates service API and
documentation</li>
<li><code>service/dynamodb</code>: Updates service API, documentation,
waiters, paginators, and examples
<ul>
<li>DynamoDB doc only update for July</li>
</ul>
</li>
<li><code>service/iotsitewise</code>: Updates service API and
documentation</li>
<li><code>service/mediapackagev2</code>: Updates service API</li>
<li><code>service/medical-imaging</code>: Updates service API and
documentation</li>
<li><code>service/pinpoint-sms-voice-v2</code>: Updates service API and
documentation</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Add missing bool error matching.
<ul>
<li>This enables waiters defined to match on presence/absence of
errors.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="37d771a11f"><code>37d771a</code></a>
Release v1.55.2 (2024-07-24) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5317">#5317</a>)</li>
<li><a
href="070dd382d4"><code>070dd38</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5316">#5316</a>
from aws/fix-waitermatchbool</li>
<li><a
href="d68c8e4bd8"><code>d68c8e4</code></a>
Update aws/request/waiter_test.go</li>
<li><a
href="888c4039ce"><code>888c403</code></a>
add missing any/none waiter error matching</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-go/compare/v1.55.1...v1.55.2">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/aws/aws-sdk-go | [< 1.53, > 1.52.0] |
| github.com/aws/aws-sdk-go | [< 1.54, > 1.53.0] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go&package-manager=go_modules&previous-version=1.55.1&new-version=1.55.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 09:18:05 -04:00
dependabot[bot]
9b239bcffe
chore(deps): bump github.com/aws/aws-sdk-go from 1.55.0 to 1.55.1 (#5021)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.55.0 to 1.55.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's
releases</a>.</em></p>
<blockquote>
<h1>Release v1.55.1 (2024-07-23)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/appsync</code>: Updates service API and
paginators</li>
<li><code>service/cleanrooms</code>: Updates service API, documentation,
and paginators</li>
<li><code>service/cleanroomsml</code>: Updates service API,
documentation, and waiters</li>
<li><code>service/connect</code>: Updates service API and
documentation</li>
<li><code>service/connect-contact-lens</code>: Updates service API and
documentation</li>
<li><code>service/datazone</code>: Updates service API and
documentation</li>
<li><code>service/entityresolution</code>: Updates service API and
documentation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="42cbf2a247"><code>42cbf2a</code></a>
Release v1.55.1 (2024-07-23) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5315">#5315</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-go/compare/v1.55.0...v1.55.1">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/aws/aws-sdk-go | [< 1.53, > 1.52.0] |
| github.com/aws/aws-sdk-go | [< 1.54, > 1.53.0] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go&package-manager=go_modules&previous-version=1.55.0&new-version=1.55.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 11:15:52 -04:00
dependabot[bot]
e909803a61
chore(deps): bump github.com/aws/aws-sdk-go from 1.54.18 to 1.55.0 (#5014)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.54.18 to 1.55.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's
releases</a>.</em></p>
<blockquote>
<h1>Release v1.55.0 (2024-07-22)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/datazone</code>: Updates service API, documentation,
and paginators</li>
<li><code>service/ivs</code>: Updates service API and documentation</li>
<li><code>service/redshift-serverless</code>: Updates service API and
documentation</li>
</ul>
<h3>SDK Features</h3>
<ul>
<li><code>service/mobile</code>: Remove Mobile
<ul>
<li>This change removes the Mobile service, which has been
deprecated.</li>
</ul>
</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Apply sensitive struct tag to lists/maps with sensitive members.
<ul>
<li>This change propagates existing sensitive protection to
lists/maps.</li>
</ul>
</li>
</ul>
<h1>Release v1.54.20 (2024-07-18)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/acm-pca</code>: Updates service waiters</li>
<li><code>service/connect</code>: Updates service API, documentation,
and paginators</li>
<li><code>service/ec2</code>: Updates service API and documentation
<ul>
<li>Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP
(BYOIP) for IP addresses registered with any Internet Registry. This
feature uses DNS TXT records to validate ownership of a public IP
address range.</li>
</ul>
</li>
<li><code>service/firehose</code>: Updates service API and documentation
<ul>
<li>This release 1) Add configurable buffering hints for Snowflake as
destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will
start reading data from MSK Cluster using offset associated with this
timestamp. 3) Gated public beta release to add Apache Iceberg tables as
destination.</li>
</ul>
</li>
<li><code>service/ivschat</code>: Updates service API, documentation,
and waiters</li>
<li><code>service/medialive</code>: Updates service API and
documentation
<ul>
<li>AWS Elemental MediaLive now supports the SRT protocol via the new
SRT Caller input type.</li>
</ul>
</li>
<li><code>service/rds</code>: Updates service API, documentation,
waiters, paginators, and examples
<ul>
<li>Updates Amazon RDS documentation to specify an eventual consistency
model for DescribePendingMaintenanceActions.</li>
</ul>
</li>
<li><code>service/sagemaker</code>: Updates service API
<ul>
<li>SageMaker Training supports R5, T3 and R5D instances family. And
SageMaker Processing supports G5 and R5D instances family.</li>
</ul>
</li>
<li><code>service/secretsmanager</code>: Updates service documentation
<ul>
<li>Doc only update for Secrets Manager</li>
</ul>
</li>
<li><code>service/taxsettings</code>: Updates service API</li>
<li><code>service/timestream-query</code>: Updates service API and
documentation</li>
<li><code>service/workspaces-thin-client</code>: Updates service API and
documentation</li>
</ul>
<h1>Release v1.54.19 (2024-07-12)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/acm-pca</code>: Updates service API, documentation,
waiters, and paginators</li>
<li><code>service/arc-zonal-shift</code>: Updates service API and
documentation</li>
<li><code>service/autoscaling</code>: Adds new service
<ul>
<li>Add v2 smoke tests and smithy smokeTests trait for SDK testing.</li>
</ul>
</li>
<li><code>service/codebuild</code>: Adds new service
<ul>
<li>Add v2 smoke tests and smithy smokeTests trait for SDK testing.</li>
</ul>
</li>
<li><code>service/dynamodb</code>: Updates service API, documentation,
waiters, paginators, and examples</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3c1fb65900"><code>3c1fb65</code></a>
Release v1.55.0 (2024-07-22) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5314">#5314</a>)</li>
<li><a
href="e65d388936"><code>e65d388</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5313">#5313</a>
from aws/fix-sensitivelistmap</li>
<li><a
href="4e433e17ad"><code>4e433e1</code></a>
fix sensitive missing on list/map</li>
<li><a
href="e8ff775f9a"><code>e8ff775</code></a>
remove deprecated mobile service (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5312">#5312</a>)</li>
<li><a
href="019bed03fa"><code>019bed0</code></a>
Release v1.54.20 (2024-07-18) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5311">#5311</a>)</li>
<li><a
href="943e6659c3"><code>943e665</code></a>
Release v1.54.19 (2024-07-12) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5309">#5309</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-go/compare/v1.54.18...v1.55.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/aws/aws-sdk-go | [< 1.53, > 1.52.0] |
| github.com/aws/aws-sdk-go | [< 1.54, > 1.53.0] |
| github.com/aws/aws-sdk-go | [< 1.55, > 1.54.0] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go&package-manager=go_modules&previous-version=1.54.18&new-version=1.55.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** Dependabot was ignoring updates to this dependency, but since
you've updated it yourself we've started tracking it for you again. 🤖

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 16:38:08 -04:00
dependabot[bot]
137855902e
chore(deps): bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 (#5002)
Bumps
[github.com/google/go-containerregistry](https://github.com/google/go-containerregistry)
from 0.20.0 to 0.20.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.20.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Create <code>remote.Push</code> by <a
href="https://github.com/mattmoor"><code>@​mattmoor</code></a> in <a
href="https://redirect.github.com/google/go-containerregistry/pull/1978">google/go-containerregistry#1978</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/go-containerregistry/compare/v0.20.0...v0.20.1">https://github.com/google/go-containerregistry/compare/v0.20.0...v0.20.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c3d1dcc932"><code>c3d1dcc</code></a>
Create <code>remote.Push</code> (<a
href="https://redirect.github.com/google/go-containerregistry/issues/1978">#1978</a>)</li>
<li>See full diff in <a
href="https://github.com/google/go-containerregistry/compare/v0.20.0...v0.20.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/go-containerregistry&package-manager=go_modules&previous-version=0.20.0&new-version=0.20.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 11:02:53 -03:00
dependabot[bot]
f5af23df6e
chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.13.1 (#5003)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack)
from 0.13.0 to 0.13.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.13.1</h2>
<h2>What's Changed</h2>
<p>v0.13.1 is now available. It contains <strong>no breaking
changes</strong> but does expose some new fields previously
unavailable.</p>
<h3>Enhancements</h3>
<ul>
<li>Added <code>UnfurlLinks</code> and <code>UnfurlMedia</code> to
<code>WebhookMessage</code> by <a
href="https://github.com/lheiskan"><code>@​lheiskan</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1208">slack-go/slack#1208</a></li>
<li>Added <code>isReadOnly</code> property to <code>Conversation</code>
struct by <a
href="https://github.com/GGonryun"><code>@​GGonryun</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1232">slack-go/slack#1232</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed <code>UploadFileV2</code> when using text content by <a
href="https://github.com/calebmckay"><code>@​calebmckay</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1291">slack-go/slack#1291</a></li>
<li>Made <code>Channel</code> optional on <code>UploadFileV2</code> by
<a href="https://github.com/0xdeafcafe"><code>@​0xdeafcafe</code></a> in
<a
href="https://redirect.github.com/slack-go/slack/pull/1293">slack-go/slack#1293</a></li>
</ul>
<h3>Chores / Code Cleanup</h3>
<ul>
<li>Replace a Loop with Slice by <a
href="https://github.com/testwill"><code>@​testwill</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1211">slack-go/slack#1211</a></li>
<li>Added Deprecation Notice for <code>files.upload</code> by <a
href="https://github.com/lorenzoaiello"><code>@​lorenzoaiello</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1300">slack-go/slack#1300</a></li>
<li>Added Go Test Coverage for 1.21 and 1.22 by <a
href="https://github.com/lorenzoaiello"><code>@​lorenzoaiello</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1298">slack-go/slack#1298</a></li>
</ul>
<h3>Documentation Updates</h3>
<ul>
<li>Updated Inline Docs and API References by <a
href="https://github.com/lorenzoaiello"><code>@​lorenzoaiello</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1299">slack-go/slack#1299</a></li>
<li>Added an example for <code>Pagination</code> by <a
href="https://github.com/adamrothman"><code>@​adamrothman</code></a> in
<a
href="https://redirect.github.com/slack-go/slack/pull/1201">slack-go/slack#1201</a></li>
<li>Added an example for <code>ConversationHistory</code> by <a
href="https://github.com/lorenzoaiello"><code>@​lorenzoaiello</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1302">slack-go/slack#1302</a></li>
<li>Added an example for <code>AddRemoteFile</code> and
<code>DeleteFile</code> by <a
href="https://github.com/lorenzoaiello"><code>@​lorenzoaiello</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1303">slack-go/slack#1303</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/calebmckay"><code>@​calebmckay</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1291">slack-go/slack#1291</a></li>
<li><a href="https://github.com/lheiskan"><code>@​lheiskan</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1208">slack-go/slack#1208</a></li>
<li><a href="https://github.com/GGonryun"><code>@​GGonryun</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1232">slack-go/slack#1232</a></li>
<li><a
href="https://github.com/0xdeafcafe"><code>@​0xdeafcafe</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1293">slack-go/slack#1293</a></li>
<li><a
href="https://github.com/lorenzoaiello"><code>@​lorenzoaiello</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1300">slack-go/slack#1300</a></li>
<li><a
href="https://github.com/adamrothman"><code>@​adamrothman</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1201">slack-go/slack#1201</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slack-go/slack/compare/v0.13.0...v0.13.1">https://github.com/slack-go/slack/compare/v0.13.0...v0.13.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1dfd1df1f0"><code>1dfd1df</code></a>
docs: Adding an example for ConversationHistory (<a
href="https://redirect.github.com/slack-go/slack/issues/1302">#1302</a>)</li>
<li><a
href="7ddfd02391"><code>7ddfd02</code></a>
docs: Adding an example for AddRemoteFile and DeleteFile (<a
href="https://redirect.github.com/slack-go/slack/issues/1303">#1303</a>)</li>
<li><a
href="ecfe504b60"><code>ecfe504</code></a>
docs: Add an example demonstrating correct usage of GetUsersPaginated
(<a
href="https://redirect.github.com/slack-go/slack/issues/1201">#1201</a>)</li>
<li><a
href="0a5c9e108b"><code>0a5c9e1</code></a>
docs: Updating Inline Docs and API References (<a
href="https://redirect.github.com/slack-go/slack/issues/1299">#1299</a>)</li>
<li><a
href="cab4284b74"><code>cab4284</code></a>
ci: Adding Go Test Coverage for 1.21 and 1.22 (<a
href="https://redirect.github.com/slack-go/slack/issues/1298">#1298</a>)</li>
<li><a
href="5094cdf2ae"><code>5094cdf</code></a>
chore: Adding Deprecation Notice for files.upload (<a
href="https://redirect.github.com/slack-go/slack/issues/1300">#1300</a>)</li>
<li><a
href="ef53c0c578"><code>ef53c0c</code></a>
chore: make channel optional on <code>UploadFileV2</code> (<a
href="https://redirect.github.com/slack-go/slack/issues/1293">#1293</a>)</li>
<li><a
href="bc70fad5e9"><code>bc70fad</code></a>
Add isReadOnly property to Conversation struct (<a
href="https://redirect.github.com/slack-go/slack/issues/1232">#1232</a>)</li>
<li><a
href="f7cac820fa"><code>f7cac82</code></a>
chore: slice replace loop (<a
href="https://redirect.github.com/slack-go/slack/issues/1211">#1211</a>)</li>
<li><a
href="006a6880bc"><code>006a688</code></a>
Merge pull request <a
href="https://redirect.github.com/slack-go/slack/issues/1208">#1208</a>
from lheiskan/issue-1207</li>
<li>Additional commits viewable in <a
href="https://github.com/slack-go/slack/compare/v0.13.0...v0.13.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/slack-go/slack&package-manager=go_modules&previous-version=0.13.0&new-version=0.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 11:02:41 -03:00
dependabot[bot]
3f902476fb
chore(deps): bump github.com/xanzy/go-gitlab from 0.106.0 to 0.107.0 (#5000)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab)
from 0.106.0 to 0.107.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="32b7839081"><code>32b7839</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1971">#1971</a>
from PatrickRice-KSC/add-support-for-default-branch-...</li>
<li><a
href="473bbdf7a0"><code>473bbdf</code></a>
Fix comments and pointers</li>
<li><a
href="69412a46b5"><code>69412a4</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1966">#1966</a>
from bearx3f/main</li>
<li><a
href="2ea42f2787"><code>2ea42f2</code></a>
small change as suggestion</li>
<li><a
href="7116698cfa"><code>7116698</code></a>
Add support to Groups APIs for DefaultBranchDefaults</li>
<li><a
href="ec404fa24d"><code>ec404fa</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1969">#1969</a>
from perrze/change-VariableType-type</li>
<li><a
href="7f1e0f7e20"><code>7f1e0f7</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1970">#1970</a>
from deepflame/feature/update-jira-integration</li>
<li><a
href="138b042615"><code>138b042</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1958">#1958</a>
from nanjingfm/feat/add-group-member-api</li>
<li><a
href="c22fdc7ab9"><code>c22fdc7</code></a>
feat: add inherited group member api</li>
<li><a
href="e43897f34d"><code>e43897f</code></a>
Add tests for authentication types</li>
<li>Additional commits viewable in <a
href="https://github.com/xanzy/go-gitlab/compare/v0.106.0...v0.107.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/xanzy/go-gitlab&package-manager=go_modules&previous-version=0.106.0&new-version=0.107.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 11:57:44 -03:00
dependabot[bot]
8089685984
chore(deps): bump github.com/charmbracelet/lipgloss from 0.12.0 to 0.12.1 (#4994)
Bumps
[github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss)
from 0.12.0 to 0.12.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/charmbracelet/lipgloss/releases">github.com/charmbracelet/lipgloss's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.1</h2>
<p>This release fixes a regression with regard to border calculations
introduced in Lip Gloss v0.11.1.</p>
<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="670898dc36"><code>670898d</code></a>
chore: retract v0.11.1</li>
<li><a
href="1b3672b319"><code>1b3672b</code></a>
chore: upgrade x/ansi to v0.1.4</li>
<li>See full diff in <a
href="https://github.com/charmbracelet/lipgloss/compare/v0.12.0...v0.12.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/charmbracelet/lipgloss&package-manager=go_modules&previous-version=0.12.0&new-version=0.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 09:47:27 -03:00
dependabot[bot]
530b251b5d
chore(deps): bump github.com/caarlos0/log from 0.4.5 to 0.4.6 (#4995)
Bumps [github.com/caarlos0/log](https://github.com/caarlos0/log) from
0.4.5 to 0.4.6.
<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.4.6</h2>
<h2>Changelog</h2>
<h3>Other work</h3>
<ul>
<li>06d70bcb12eea57ffa7971bc77e6c9f96824db3f: ci: update goreleaser conf
(<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="5a2932ab1d"><code>5a2932a</code></a>
chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to
0.12.0 (<a
href="https://redirect.github.com/caarlos0/log/issues/36">#36</a>)</li>
<li><a
href="3e89e5b88f"><code>3e89e5b</code></a>
chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (<a
href="https://redirect.github.com/caarlos0/log/issues/34">#34</a>)</li>
<li><a
href="06d70bcb12"><code>06d70bc</code></a>
ci: update goreleaser conf</li>
<li>See full diff in <a
href="https://github.com/caarlos0/log/compare/v0.4.5...v0.4.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/caarlos0/log&package-manager=go_modules&previous-version=0.4.5&new-version=0.4.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 09:37:45 -03:00
Carlos Alexandro Becker
2226cb5146
chore: go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-12 09:42:39 -03:00
dependabot[bot]
f080c26208
chore(deps): bump github.com/anchore/quill from 0.4.1 to 0.4.2 (#4988)
Bumps [github.com/anchore/quill](https://github.com/anchore/quill) from
0.4.1 to 0.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anchore/quill/releases">github.com/anchore/quill's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.2</h2>
<h1>Changelog</h1>
<h2><a href="https://github.com/anchore/quill/tree/v0.4.2">v0.4.2</a>
(2024-07-11)</h2>
<p><a
href="https://github.com/anchore/quill/compare/v0.4.1...v0.4.2">Full
Changelog</a></p>
<h3>Bug Fixes</h3>
<ul>
<li>fix: terminal no longer clobbered [[PR <a
href="https://redirect.github.com/anchore/quill/issues/142">#142</a>](https://redirect.github.com/anchore/quill/pull/142)]
[<a href="https://github.com/kzantow">kzantow</a>]</li>
<li>fix: notarization should not fail [[Issue <a
href="https://redirect.github.com/anchore/quill/issues/118">#118</a>](https://redirect.github.com/anchore/quill/issues/118)]
[[PR <a
href="https://redirect.github.com/anchore/quill/issues/119">#119</a>](https://redirect.github.com/anchore/quill/pull/119)]
[<a href="https://github.com/wagoodman">wagoodman</a>]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4639bd62b2"><code>4639bd6</code></a>
chore(deps): bump github.com/blacktop/go-macho from 1.1.223 to 1.1.225
(<a
href="https://redirect.github.com/anchore/quill/issues/455">#455</a>)</li>
<li><a
href="ca419a6186"><code>ca419a6</code></a>
chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a
href="https://redirect.github.com/anchore/quill/issues/449">#449</a>)</li>
<li><a
href="bf4af81696"><code>bf4af81</code></a>
chore(deps): bump github.com/charmbracelet/lipgloss (<a
href="https://redirect.github.com/anchore/quill/issues/454">#454</a>)</li>
<li><a
href="8b306166bb"><code>8b30616</code></a>
chore(deps): bump github.com/aws/aws-sdk-go from 1.54.12 to 1.54.18 (<a
href="https://redirect.github.com/anchore/quill/issues/456">#456</a>)</li>
<li><a
href="dd4e6c85c5"><code>dd4e6c8</code></a>
chore(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 (<a
href="https://redirect.github.com/anchore/quill/issues/453">#453</a>)</li>
<li><a
href="a755193721"><code>a755193</code></a>
chore(deps): bump github.com/blacktop/go-macho from 1.1.220 to 1.1.223
(<a
href="https://redirect.github.com/anchore/quill/issues/439">#439</a>)</li>
<li><a
href="bf64d8a2fd"><code>bf64d8a</code></a>
chore(deps): bump github.com/charmbracelet/bubbletea (<a
href="https://redirect.github.com/anchore/quill/issues/440">#440</a>)</li>
<li><a
href="196e96e918"><code>196e96e</code></a>
chore(deps): bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.12 (<a
href="https://redirect.github.com/anchore/quill/issues/446">#446</a>)</li>
<li><a
href="ff50f7a9dd"><code>ff50f7a</code></a>
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (<a
href="https://redirect.github.com/anchore/quill/issues/427">#427</a>)</li>
<li><a
href="092a1387f0"><code>092a138</code></a>
chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (<a
href="https://redirect.github.com/anchore/quill/issues/432">#432</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/anchore/quill/compare/v0.4.1...v0.4.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/anchore/quill&package-manager=go_modules&previous-version=0.4.1&new-version=0.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-12 09:41:38 -03:00
dependabot[bot]
81f4b6558e
chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-alpha.1 to 3.0.0-beta.1 (#4983)
Bumps
[github.com/distribution/distribution/v3](https://github.com/distribution/distribution)
from 3.0.0-alpha.1 to 3.0.0-beta.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/distribution/distribution/releases">github.com/distribution/distribution/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.0-beta.1</h2>
<p>Welcome to the <code>3.0.0-beta.1</code> release of registry!</p>
<p>This is the last major <strong>pre-release</strong> of registry.</p>
<p>See the changelog below for full list of changes.</p>
<h2>Deprecated</h2>
<ul>
<li>the default configuration path has changed to
<code>/etc/distribution/config.yml</code></li>
</ul>
<h2>Notable Changes</h2>
<ul>
<li>Support for sparse indexes enables selective mirroring of platform
images</li>
<li>Auth config now requires explicit declaration of token signing
algorithms if using an unsupported signing algorithm</li>
<li>Support for OpenTelemetry tracing has been added</li>
<li>Redis cache now supports clustering and custom TLS config</li>
<li>Caching proxy bug fixes and minor improvements</li>
<li>Garbage collection fixes and improvements</li>
<li>Documentation has received several updates</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>update: set User-Agent header in GCS storage driver by <a
href="https://github.com/milosgajdos"><code>@​milosgajdos</code></a> in
<a
href="https://redirect.github.com/distribution/distribution/pull/4203">distribution/distribution#4203</a></li>
<li>version: export getter functions by <a
href="https://github.com/corhere"><code>@​corhere</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4204">distribution/distribution#4204</a></li>
<li>feat: add GH issue template by <a
href="https://github.com/milosgajdos"><code>@​milosgajdos</code></a> in
<a
href="https://redirect.github.com/distribution/distribution/pull/4206">distribution/distribution#4206</a></li>
<li>fix: build status badge by <a
href="https://github.com/milosgajdos"><code>@​milosgajdos</code></a> in
<a
href="https://redirect.github.com/distribution/distribution/pull/4207">distribution/distribution#4207</a></li>
<li>docs: remove legacy kramdown options from link by <a
href="https://github.com/SKalt"><code>@​SKalt</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4209">distribution/distribution#4209</a></li>
<li>update: readme cleanup and fxes by <a
href="https://github.com/milosgajdos"><code>@​milosgajdos</code></a> in
<a
href="https://redirect.github.com/distribution/distribution/pull/4208">distribution/distribution#4208</a></li>
<li>feat: add PR labeler by <a
href="https://github.com/milosgajdos"><code>@​milosgajdos</code></a> in
<a
href="https://redirect.github.com/distribution/distribution/pull/4205">distribution/distribution#4205</a></li>
<li>fix: add missing skip in s3 driver test by <a
href="https://github.com/katexochen"><code>@​katexochen</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4219">distribution/distribution#4219</a></li>
<li>vendor: github.com/mitchellh/mapstructure v1.5.0 by <a
href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4222">distribution/distribution#4222</a></li>
<li>chore: dependabot to keep gha up to date by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4217">distribution/distribution#4217</a></li>
<li>build(deps): bump github/codeql-action from 1.0.26 to 3.22.12 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4225">distribution/distribution#4225</a></li>
<li>build(deps): bump actions/deploy-pages from 2 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4224">distribution/distribution#4224</a></li>
<li>build(deps): bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4226">distribution/distribution#4226</a></li>
<li>build(deps): bump actions/setup-go from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4228">distribution/distribution#4228</a></li>
<li>build(deps): bump actions/configure-pages from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4227">distribution/distribution#4227</a></li>
<li>chore: generate authors and update mailmap by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4215">distribution/distribution#4215</a></li>
<li>chore: use no-cache-filter for outdated stage by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4216">distribution/distribution#4216</a></li>
<li>build(deps): bump actions/upload-pages-artifact from 2 to 3 by <a
href="https://github.com/dvdksn"><code>@​dvdksn</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4234">distribution/distribution#4234</a></li>
<li>build(deps): bump docker/login-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4239">distribution/distribution#4239</a></li>
<li>build(deps): bump docker/metadata-action from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4240">distribution/distribution#4240</a></li>
<li>update to alpine 3.19 by <a
href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4210">distribution/distribution#4210</a></li>
<li>build(deps): bump docker/setup-buildx-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4230">distribution/distribution#4230</a></li>
<li>fix: load gcs credentials and client inside DriverConstructor by <a
href="https://github.com/katexochen"><code>@​katexochen</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4218">distribution/distribution#4218</a></li>
<li>build(deps): bump docker/bake-action from 2 to 4 by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4253">distribution/distribution#4253</a></li>
<li>build(deps): bump actions/upload-artifact from 3.0.0 to 4.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4254">distribution/distribution#4254</a></li>
<li>remove deprecated ReadSeekCloser interfaces by <a
href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4245">distribution/distribution#4245</a></li>
<li>vendor: github.com/gorilla/handlers v1.5.2 by <a
href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a
href="https://redirect.github.com/distribution/distribution/pull/4211">distribution/distribution#4211</a></li>
<li>fix: update Dockerfile version output by <a
href="https://github.com/milosgajdos"><code>@​milosgajdos</code></a> in
<a
href="https://redirect.github.com/distribution/distribution/pull/4212">distribution/distribution#4212</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c709432b91"><code>c709432</code></a>
Prep for v3-beta1 release (<a
href="https://redirect.github.com/distribution/distribution/issues/4399">#4399</a>)</li>
<li><a
href="c72db4109c"><code>c72db41</code></a>
Prep for v3-beta1 release</li>
<li><a
href="60da1934b6"><code>60da193</code></a>
Bump Go and golang linter (<a
href="https://redirect.github.com/distribution/distribution/issues/4389">#4389</a>)</li>
<li><a
href="948a39d358"><code>948a39d</code></a>
Update docs: JWKS credentials and AZ identity (<a
href="https://redirect.github.com/distribution/distribution/issues/4397">#4397</a>)</li>
<li><a
href="d3cc664fa2"><code>d3cc664</code></a>
Update docs: JWKS credentials and AZ identity</li>
<li><a
href="4dd0ac977e"><code>4dd0ac9</code></a>
feat: implement 'rewrite' storage middleware (<a
href="https://redirect.github.com/distribution/distribution/issues/4146">#4146</a>)</li>
<li><a
href="306f4ff71e"><code>306f4ff</code></a>
Replace custom Redis config struct with go-redis UniversalOptions (adds
senti...</li>
<li><a
href="558ace1391"><code>558ace1</code></a>
feat: implement 'rewrite' storage middleware</li>
<li><a
href="6d5911900a"><code>6d59119</code></a>
Update Redis configuration docs with TLS options</li>
<li><a
href="3a8499541a"><code>3a84995</code></a>
docs: disable base element override (<a
href="https://redirect.github.com/distribution/distribution/issues/4391">#4391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/distribution/distribution/compare/v3.0.0-alpha.1...v3.0.0-beta.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/distribution/distribution/v3&package-manager=go_modules&previous-version=3.0.0-alpha.1&new-version=3.0.0-beta.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 21:49:48 -03:00
Carlos Alexandro Becker
95b8d28fea
chore(deps): update lipgloss to v0.12.0
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-11 21:25:14 -03:00
dependabot[bot]
6548d4b74f
chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 (#4982)
Bumps
[github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss)
from 0.11.0 to 0.11.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/charmbracelet/lipgloss/releases">github.com/charmbracelet/lipgloss's
releases</a>.</em></p>
<blockquote>
<h2>v0.11.1</h2>
<p>A small patch release to fix text truncation in table cells <a
href="https://redirect.github.com/charmbracelet/lipgloss/issues/324">charmbracelet/lipgloss#324</a>.</p>
<h2>What's Changed</h2>
<ul>
<li>chore: remove deprecated Copy() calls by <a
href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a> in
<a
href="https://redirect.github.com/charmbracelet/lipgloss/pull/306">charmbracelet/lipgloss#306</a></li>
<li>feat: deprecate Style.ColorWhitespace by <a
href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a> in
<a
href="https://redirect.github.com/charmbracelet/lipgloss/pull/311">charmbracelet/lipgloss#311</a></li>
<li>feat: deprecate Style.ColorWhitespace by <a
href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a> in
<a
href="https://redirect.github.com/charmbracelet/lipgloss/pull/314">charmbracelet/lipgloss#314</a></li>
<li>fix: Deprecate UnsetBorderTopBackgroundColor in favor of
UnsetBorderTopBackground by <a
href="https://github.com/nervo"><code>@​nervo</code></a> in <a
href="https://redirect.github.com/charmbracelet/lipgloss/pull/315">charmbracelet/lipgloss#315</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/charmbracelet/lipgloss/compare/v0.11.0...v0.11.1">https://github.com/charmbracelet/lipgloss/compare/v0.11.0...v0.11.1</a></p>
<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 <a
href="https://charm.sh/discord">Discord</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e6edbaca76"><code>e6edbac</code></a>
chore: bump x/ansi to v0.1.3</li>
<li><a
href="5a82e41aea"><code>5a82e41</code></a>
chore: update CODEOWNERS</li>
<li><a
href="33b3263db7"><code>33b3263</code></a>
fix: Deprecate UnsetBorderTopBackgroundColor in favor of
UnsetBorderTopBackgr...</li>
<li><a
href="bbd02ab316"><code>bbd02ab</code></a>
chore(ci): also build examples (<a
href="https://redirect.github.com/charmbracelet/lipgloss/issues/310">#310</a>)</li>
<li><a
href="7838b4e195"><code>7838b4e</code></a>
feat: deprecate Style.ColorWhitespace</li>
<li><a
href="e54d9dd05a"><code>e54d9dd</code></a>
fix(tree): examples</li>
<li><a
href="878d31f064"><code>878d31f</code></a>
fix: sublist example, minor edits</li>
<li><a
href="6e07abb123"><code>6e07abb</code></a>
refactor: use lipgloss copy for example (<a
href="https://redirect.github.com/charmbracelet/lipgloss/issues/308">#308</a>)</li>
<li><a
href="70c908de3e"><code>70c908d</code></a>
chore: remove deprecated Copy() calls (<a
href="https://redirect.github.com/charmbracelet/lipgloss/issues/306">#306</a>)</li>
<li><a
href="1afeca0d80"><code>1afeca0</code></a>
Tree API Changes (<a
href="https://redirect.github.com/charmbracelet/lipgloss/issues/307">#307</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/charmbracelet/lipgloss/compare/v0.11.0...v0.11.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/charmbracelet/lipgloss&package-manager=go_modules&previous-version=0.11.0&new-version=0.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 11:27:39 -03:00
Carlos Alexandro Becker
aa57879f75
chore(deps): update go-github to v63 2024-07-11 00:34:41 -03:00
dependabot[bot]
c79137ceb2
chore(deps): bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 (#4978)
Bumps
[github.com/google/go-containerregistry](https://github.com/google/go-containerregistry)
from 0.19.2 to 0.20.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.20.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Referrer API must return correct Content-Type by <a
href="https://github.com/GregoireW"><code>@​GregoireW</code></a> in <a
href="https://redirect.github.com/google/go-containerregistry/pull/1968">google/go-containerregistry#1968</a></li>
<li>🚨 POTENTIALLY BREAKING: Restore blind-write to remote.Put by <a
href="https://github.com/jonjohnsonjr"><code>@​jonjohnsonjr</code></a>
in <a
href="https://redirect.github.com/google/go-containerregistry/pull/1970">google/go-containerregistry#1970</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/GregoireW"><code>@​GregoireW</code></a>
made their first contribution in <a
href="https://redirect.github.com/google/go-containerregistry/pull/1968">google/go-containerregistry#1968</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/go-containerregistry/compare/v0.19.2...v0.20.0">https://github.com/google/go-containerregistry/compare/v0.19.2...v0.20.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d36047ae38"><code>d36047a</code></a>
Restore blind-write to remote.Put (<a
href="https://redirect.github.com/google/go-containerregistry/issues/1970">#1970</a>)</li>
<li><a
href="9915a85d15"><code>9915a85</code></a>
Referrer API must return correct Content-Type (<a
href="https://redirect.github.com/google/go-containerregistry/issues/1968">#1968</a>)</li>
<li>See full diff in <a
href="https://github.com/google/go-containerregistry/compare/v0.19.2...v0.20.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/go-containerregistry&package-manager=go_modules&previous-version=0.19.2&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 09:20:33 -03:00
dependabot[bot]
5e0d5681dc
chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 (#4977)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.22.0
to 0.23.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="33be3ef892"><code>33be3ef</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="0e7ccc0478"><code>0e7ccc0</code></a>
gopls/internal/golang: provide version info for stdlib in pkgdoc</li>
<li><a
href="fcf5463260"><code>fcf5463</code></a>
gopls/internal/server: add counters to inform v0.17.0</li>
<li><a
href="70a59b2f22"><code>70a59b2</code></a>
gopls/doc: respond to Hana's review of CL 583316</li>
<li><a
href="799a47185d"><code>799a471</code></a>
gopls/doc: document all of gopls' features</li>
<li><a
href="2e239ad1ba"><code>2e239ad</code></a>
gopls/internal/golang: provide version info for stdlib fields</li>
<li><a
href="bc15dd8597"><code>bc15dd8</code></a>
gopls/internal/analysis/fillstruct: use package name (not path) in
UI</li>
<li><a
href="72edac2ff3"><code>72edac2</code></a>
internal/typeparams: fix crash in interface hover with empty type
set</li>
<li><a
href="c0ae6bbd24"><code>c0ae6bb</code></a>
gopls/internal/golang: splitlines: s/parameter/arguments/ in
CallExpr</li>
<li><a
href="5cc2d0b12c"><code>5cc2d0b</code></a>
gopls/internal/golang: splitlines: remove workaround for <a
href="https://redirect.github.com/golang/go/issues/68202">golang/go#68202</a></li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.22.0...v0.23.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.22.0&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 09:42:10 -03:00
dependabot[bot]
72fcfc6ea5
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.37.1 to 2.38.0 (#4976)
Bumps
[github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from
2.37.1 to 2.38.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.38.0</h2>
<h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li>2c264e3d6671c19768b05476396e550fa4efe040: fix: better handle files
owned by the fs (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/834">#834</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>250d102bdc1cc068df69605de75058d7517442ae: fix: rpm doesnt allow
dashes in prerelease (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/836">#836</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>d8bf0865ce3d71763ff38d674a84eaf1468e74af: fix: system fs paths on
windows (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/838">#838</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Dependency updates</h3>
<ul>
<li>441470e641ccf2de80c82cc7f6625267a830e30d: feat(deps): bump
github.com/klauspost/compress from 1.17.8 to 1.17.9 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/831">#831</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li>784fa6ca608192d378fbd9572acd49e77e9411e3: feat(deps): bump
github.com/spf13/cobra from 1.8.0 to 1.8.1 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/832">#832</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
</ul>
<h3>Build process updates</h3>
<ul>
<li>912091cb2b68c06fbc5659183590cd6824c41500: ci: update goreleaser
config (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Other work</h3>
<ul>
<li>745b0f59d9cbab3cb4d0a3373e7569bec4ca1bd9: --- (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/824">#824</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li>d33a9233bb7acf04621b78114114476196d79779: docs: clarify trailing
slash in dst (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>a3416c563b15a3b435df80f5e46f97bc8e4a6ee8: docs: update (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>893ce5ee6580e6d2b068310f03c718f2b5b4e581: docs: update (<a
href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
<li>ba2bebd36d2aadd8b18b9f325191872f259e3518: docs: update cmd docs (<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.37.1...v2.38.0">https://github.com/goreleaser/nfpm/compare/v2.37.1...v2.38.0</a></p>
<h2>Helping out</h2>
<p>This release is only possible thanks to <strong>all</strong> the
support of <strong>awesome people</strong>!</p>
<p>Want to be one of them?
You can <a href="https://goreleaser.com/sponsors/">sponsor</a> or <a
href="https://goreleaser.com/contributing">contribute with code</a>.</p>
<h2>Where to go next?</h2>
<ul>
<li>nFPM is a satellite project from GoReleaser. <a
href="https://goreleaser.com">Check it out</a>!</li>
<li>Find examples and commented usage of all options in our <a
href="https://nfpm.goreleaser.com/">website</a>.</li>
<li>Reach out on <a href="https://discord.gg/RGEBtg8vQ6">Discord</a> and
<a href="https://twitter.com/goreleaser">Twitter</a>!</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML
omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d33a9233bb"><code>d33a923</code></a>
docs: clarify trailing slash in dst</li>
<li><a
href="d8bf0865ce"><code>d8bf086</code></a>
fix: system fs paths on windows (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/838">#838</a>)</li>
<li><a
href="f7e93efc2c"><code>f7e93ef</code></a>
test: centos8 mirrorlist has been down for a long time (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/837">#837</a>)</li>
<li><a
href="250d102bdc"><code>250d102</code></a>
fix: rpm doesnt allow dashes in prerelease (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/836">#836</a>)</li>
<li><a
href="2c264e3d66"><code>2c264e3</code></a>
fix: better handle files owned by the fs (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/834">#834</a>)</li>
<li><a
href="41b334968e"><code>41b3349</code></a>
chore: cleanup</li>
<li><a
href="893ce5ee65"><code>893ce5e</code></a>
docs: update</li>
<li><a
href="a3416c563b"><code>a3416c5</code></a>
docs: update</li>
<li><a
href="784fa6ca60"><code>784fa6c</code></a>
feat(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/832">#832</a>)</li>
<li><a
href="441470e641"><code>441470e</code></a>
feat(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 (<a
href="https://redirect.github.com/goreleaser/nfpm/issues/831">#831</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/goreleaser/nfpm/compare/v2.37.1...v2.38.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/goreleaser/nfpm/v2 | [>= 2.24.a, < 2.25] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/goreleaser/nfpm/v2&package-manager=go_modules&previous-version=2.37.1&new-version=2.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 09:25:16 -03:00
dependabot[bot]
0690d2a409
chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#4975)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from
0.24.0 to 0.25.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9fadb0b165"><code>9fadb0b</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="a6a393ffd6"><code>a6a393f</code></a>
all: bump go.mod version and drop compatibility shims</li>
<li><a
href="1c7450041f"><code>1c74500</code></a>
ssh/test: make struct comment match struct name</li>
<li><a
href="d4e7c9cb6c"><code>d4e7c9c</code></a>
ssh: fail client auth immediately on receiving disconnect message</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.24.0...v0.25.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.24.0&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 09:24:56 -03:00
dependabot[bot]
9ee9a8f6cc
chore(deps): bump github.com/xanzy/go-gitlab from 0.105.0 to 0.106.0 (#4958)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab)
from 0.105.0 to 0.106.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7b43b961cf"><code>7b43b96</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1960">#1960</a>
from ebuildy/feat-jira-project-keys</li>
<li><a
href="583d09ec5d"><code>583d09e</code></a>
Format the code using gofumpt</li>
<li><a
href="0dbb6a6ac8"><code>0dbb6a6</code></a>
add deprecated notice</li>
<li><a
href="ff0683c1f3"><code>ff0683c</code></a>
Add jira project_keys field - fix <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1959">#1959</a></li>
<li><a
href="a62c545478"><code>a62c545</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1957">#1957</a>
from yecaowulei/main</li>
<li><a
href="6bc030a657"><code>6bc030a</code></a>
format code</li>
<li><a
href="b34cc11d9b"><code>b34cc11</code></a>
Add ExtendedTrailers to snippets struct</li>
<li><a
href="4e59847322"><code>4e59847</code></a>
Add Extended_trailers to snippets struct</li>
<li><a
href="c829cf5353"><code>c829cf5</code></a>
Merge pull request <a
href="https://redirect.github.com/xanzy/go-gitlab/issues/1951">#1951</a>
from PatrickRice-KSC/add-project-custom-webhook-header</li>
<li><a
href="baeefe70a6"><code>baeefe7</code></a>
Fix tests to account for pointers</li>
<li>Additional commits viewable in <a
href="https://github.com/xanzy/go-gitlab/compare/v0.105.0...v0.106.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/xanzy/go-gitlab&package-manager=go_modules&previous-version=0.105.0&new-version=0.106.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 10:20:32 -03:00