mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-14 03:51:24 +02:00
368b8cbdb3
760 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
dependabot[bot]
|
f061ae92ad
|
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#5309)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stretchr/testify/releases">github.com/stretchr/testify's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <h2>What's Changed</h2> <h3>Functional Changes</h3> <ul> <li>Add PanicAssertionFunc by <a href="https://github.com/fahimbagar"><code>@fahimbagar</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1337">stretchr/testify#1337</a></li> <li>assert: deprecate CompareType by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1566">stretchr/testify#1566</a></li> <li>assert: make YAML dependency pluggable via build tags by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1579">stretchr/testify#1579</a></li> <li>assert: new assertion NotElementsMatch by <a href="https://github.com/hendrywiranto"><code>@hendrywiranto</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1600">stretchr/testify#1600</a></li> <li>mock: in order mock calls by <a href="https://github.com/ReyOrtiz"><code>@ReyOrtiz</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1637">stretchr/testify#1637</a></li> <li>Add assertion for NotErrorAs by <a href="https://github.com/palsivertsen"><code>@palsivertsen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1129">stretchr/testify#1129</a></li> <li>Record Return Arguments of a Call by <a href="https://github.com/jayd3e"><code>@jayd3e</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1636">stretchr/testify#1636</a></li> <li>assert.EqualExportedValues: accepts everything by <a href="https://github.com/redachl"><code>@redachl</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1586">stretchr/testify#1586</a></li> </ul> <h3>Fixes</h3> <ul> <li>assert: make tHelper a type alias by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1562">stretchr/testify#1562</a></li> <li>Do not get argument again unnecessarily in Arguments.Error() by <a href="https://github.com/TomWright"><code>@TomWright</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/820">stretchr/testify#820</a></li> <li>Fix time.Time compare by <a href="https://github.com/myxo"><code>@myxo</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1582">stretchr/testify#1582</a></li> <li>assert.Regexp: handle []byte array properly by <a href="https://github.com/kevinburkesegment"><code>@kevinburkesegment</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1587">stretchr/testify#1587</a></li> <li>assert: collect.FailNow() should not panic by <a href="https://github.com/marshall-lee"><code>@marshall-lee</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1481">stretchr/testify#1481</a></li> <li>mock: simplify implementation of FunctionalOptions by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1571">stretchr/testify#1571</a></li> <li>mock: caller information for unexpected method call by <a href="https://github.com/spirin"><code>@spirin</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1644">stretchr/testify#1644</a></li> <li>suite: fix test failures by <a href="https://github.com/stevenh"><code>@stevenh</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1421">stretchr/testify#1421</a></li> <li>Fix issue <a href="https://redirect.github.com/stretchr/testify/issues/1662">#1662</a> (comparing infs should fail) by <a href="https://github.com/ybrustin"><code>@ybrustin</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1663">stretchr/testify#1663</a></li> <li>NotSame should fail if args are not pointers <a href="https://redirect.github.com/stretchr/testify/issues/1661">#1661</a> by <a href="https://github.com/sikehish"><code>@sikehish</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1664">stretchr/testify#1664</a></li> <li>Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by <a href="https://github.com/sikehish"><code>@sikehish</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1667">stretchr/testify#1667</a></li> <li>fix: compare functional option names for indirect calls by <a href="https://github.com/arjun-1"><code>@arjun-1</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1626">stretchr/testify#1626</a></li> </ul> <h3>Documantation, Build & CI</h3> <ul> <li>.gitignore: ignore "go test -c" binaries by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1565">stretchr/testify#1565</a></li> <li>mock: improve doc by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1570">stretchr/testify#1570</a></li> <li>mock: fix FunctionalOptions docs by <a href="https://github.com/snirye"><code>@snirye</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1433">stretchr/testify#1433</a></li> <li>README: link out to the excellent testifylint by <a href="https://github.com/brackendawson"><code>@brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1568">stretchr/testify#1568</a></li> <li>assert: fix typo in comment by <a href="https://github.com/JohnEndson"><code>@JohnEndson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1580">stretchr/testify#1580</a></li> <li>Correct the EventuallyWithT and EventuallyWithTf example by <a href="https://github.com/JonCrowther"><code>@JonCrowther</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1588">stretchr/testify#1588</a></li> <li>CI: bump softprops/action-gh-release from 1 to 2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1575">stretchr/testify#1575</a></li> <li>mock: document more alternatives to deprecated AnythingOfTypeArgument by <a href="https://github.com/dolmen"><code>@dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1569">stretchr/testify#1569</a></li> <li>assert: Correctly document EqualValues behavior by <a href="https://github.com/brackendawson"><code>@brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1593">stretchr/testify#1593</a></li> <li>fix: grammar in godoc by <a href="https://github.com/miparnisari"><code>@miparnisari</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1607">stretchr/testify#1607</a></li> <li>.github/workflows: Run tests for Go 1.22 by <a href="https://github.com/HaraldNordgren"><code>@HaraldNordgren</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1629">stretchr/testify#1629</a></li> <li>Document suite's lack of support for t.Parallel by <a href="https://github.com/brackendawson"><code>@brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1645">stretchr/testify#1645</a></li> <li>assert: fix typos in comments by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1650">stretchr/testify#1650</a></li> <li>mock: fix doc comment for NotBefore by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1651">stretchr/testify#1651</a></li> <li>Generate better comments for require package by <a href="https://github.com/Neokil"><code>@Neokil</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1610">stretchr/testify#1610</a></li> <li>README: replace Testify V2 notice with <a href="https://github.com/dolmen"><code>@dolmen</code></a>'s V2 manifesto by <a href="https://github.com/hendrywiranto"><code>@hendrywiranto</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1518">stretchr/testify#1518</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fahimbagar"><code>@fahimbagar</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/1337">stretchr/testify#1337</a></li> <li><a href="https://github.com/TomWright"><code>@TomWright</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/820">stretchr/testify#820</a></li> <li><a href="https://github.com/snirye"><code>@snirye</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/1433">stretchr/testify#1433</a></li> <li><a href="https://github.com/myxo"><code>@myxo</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/1582">stretchr/testify#1582</a></li> <li><a href="https://github.com/JohnEndson"><code>@JohnEndson</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/1580">stretchr/testify#1580</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
8d9c03be8e
|
chore(deps): bump github.com/caarlos0/go-version from 0.1.1 to 0.2.0 (#5310)
Bumps [github.com/caarlos0/go-version](https://github.com/caarlos0/go-version) from 0.1.1 to 0.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/caarlos0/go-version/releases">github.com/caarlos0/go-version's releases</a>.</em></p> <blockquote> <h2>v0.2.0</h2> <h2>Changelog</h2> <h3>New Features</h3> <ul> <li>bc0dc6d038900a6e0c25b2fefb84dedced9204ca: feat: update to go 1.22 (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> </ul> <h3>Other work</h3> <ul> <li>68f67f97991d5b8024f464cce86c4561bdd3b06d: build(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/caarlos0/go-version/issues/2">#2</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>f2ba55246796c75a3378f5a4429732a8a393e9ce: build(deps): bump actions/setup-go from 4 to 5 (<a href="https://redirect.github.com/caarlos0/go-version/issues/4">#4</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>becf07089c4c9c58e6d29413e7e19d49092b7f6d: build(deps): bump codecov/codecov-action from 3 to 4 (<a href="https://redirect.github.com/caarlos0/go-version/issues/5">#5</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>d59bfe81853e956457562bd333b3124803423cce: build(deps): bump codecov/codecov-action from 4 to 5 (<a href="https://redirect.github.com/caarlos0/go-version/issues/10">#10</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>e43b60c69486b087e6456d4f26ed208b8359c1d8: build(deps): bump golangci/golangci-lint-action from 3 to 4 (<a href="https://redirect.github.com/caarlos0/go-version/issues/6">#6</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>b66e204979ddc13507713e9a0b69045db2931ae9: build(deps): bump golangci/golangci-lint-action from 4 to 5 (<a href="https://redirect.github.com/caarlos0/go-version/issues/7">#7</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>c98ad40c36bbce1006bb6cc99d79ec71c28d0760: build(deps): bump golangci/golangci-lint-action from 5 to 6 (<a href="https://redirect.github.com/caarlos0/go-version/issues/8">#8</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>17e81bed15642ad51ee281d2a376b1fe2e867381: build(deps): bump goreleaser/goreleaser-action from 4 to 5 (<a href="https://redirect.github.com/caarlos0/go-version/issues/3">#3</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>dcf03e4ba9e64b2065809b1d5c3e7c34d55fa17e: build(deps): bump goreleaser/goreleaser-action from 5 to 6 (<a href="https://redirect.github.com/caarlos0/go-version/issues/9">#9</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li> <li>968384c41503390122c2f5976ad757d965dbb184: ci: update (<a href="https://github.com/caarlos0"><code>@caarlos0</code></a>)</li> <li>b3d7d9239c0e45d42f6cd6044b778077d76569ed: 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=" |
||
dependabot[bot]
|
47f9781864
|
chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#5299)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Masterminds/semver/releases">github.com/Masterminds/semver/v3's releases</a>.</em></p> <blockquote> <h2>v3.3.1</h2> <h2>What's Changed</h2> <ul> <li>Fix for allowing some version that were invalid by <a href="https://github.com/mattfarina"><code>@mattfarina</code></a> in <a href="https://redirect.github.com/Masterminds/semver/pull/253">Masterminds/semver#253</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1">https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Masterminds/semver/blob/master/CHANGELOG.md">github.com/Masterminds/semver/v3's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
c124eef95a
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 (#5296)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.113.0 to 0.114.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.114.0</h2> <h2>What's Changed</h2> <ul> <li>Add project setting ci_pipeline_variables_minimum_override_role by <a href="https://github.com/vindvaki"><code>@vindvaki</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2057">xanzy/go-gitlab#2057</a></li> <li>feat: implement 'allowed_email_domains_list' group attribute by <a href="https://github.com/jeremad"><code>@jeremad</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2059">xanzy/go-gitlab#2059</a></li> <li>Implement <code>externalK8sProxyUrl</code> field in Metadata API by <a href="https://github.com/timofurrer"><code>@timofurrer</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2062">xanzy/go-gitlab#2062</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vindvaki"><code>@vindvaki</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2057">xanzy/go-gitlab#2057</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xanzy/go-gitlab/compare/v0.113.0...v0.114.0">https://github.com/xanzy/go-gitlab/compare/v0.113.0...v0.114.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Oleksandr Redko
|
bae3bacc7d
|
refactor: use cmp.Or instead of ordered.First (#5295)
This PR replaces usages of [`ordered.First`](https://pkg.go.dev/github.com/charmbracelet/x/exp/ordered#First) with [`cmp.Or`](https://pkg.go.dev/cmp#Or). No need to use an external library when the same functionality is present in stdlib. You can compare implementations: [ordered.First](https://github.com/charmbracelet/x/blob/exp/ordered/v0.1.0/exp/ordered/ordered.go#L31) vs [cmp.Or](https://cs.opensource.google/go/go/+/refs/tags/go1.23.3:src/cmp/cmp.go;l=69). Additional reading https://blog.carlana.net/post/2024/golang-cmp-or-uses-and-history/ |
||
Carlos Alexandro Becker
|
cd1c5fb992
|
chore(deps): update nfpm to v2.41.1
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
2bf08f11a6
|
ci: run build/test workflow on windows too (#5263)
Maybe 3rd time is the charm! This makes the CI build run on windows too, and fix broken tests/featuers on Windows. Most of the changes are related to ignoring certain tests on windows, or making sure to use the right path separators. More work to do in the future, probably! #4293 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
3d62145962
|
chore(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 (#5264)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.26.0 to 0.27.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
e5862356a5
|
chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#5261)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.29.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
9256232d6a
|
chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (#5262)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from
0.23.0 to 0.24.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
dependabot[bot]
|
906a9ab7c4
|
chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-beta.1 to 3.0.0-rc.1 (#5260)
Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution) from 3.0.0-beta.1 to 3.0.0-rc.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-rc.1</h2> <p>Welcome to the <code>v3.0.0-rc.1</code> release of registry!</p> <p>This is the the first <strong>release candidate</strong> of registry!</p> <p>See the changelog below for full list of changes.</p> <h3>Deprecated</h3> <ul> <li><code>ManifestBuilder</code> interface <a href="https://redirect.github.com/distribution/distribution/pull/3886">3886</a></li> <li><code>Versioned</code> in favor of <code>oci.Versioned</code> <a href="https://redirect.github.com/distribution/distribution/pull/3887">3887</a></li> </ul> <h3>Notable Changes</h3> <ul> <li>Attempt HeadObject on Stat call first before failing over to List in S3 driver <a href="https://redirect.github.com/distribution/distribution/pull/4401">4401</a></li> <li>Use a consistent multipart chunk size in S3 driver <a href="https://redirect.github.com/distribution/distribution/pull/4424">4424</a></li> <li>Build artifacts and images for linux/riscv64 <a href="https://redirect.github.com/distribution/distribution/pull/4444">4444</a></li> <li>Fix token verification chain in auth <a href="https://redirect.github.com/distribution/distribution/pull/4415">4415</a></li> <li>Support custom exec-based credential helper in proxy mode <a href="https://redirect.github.com/distribution/distribution/pull/4438">distribution/distribution#4438</a></li> </ul> <h2>What's Changed</h2> <ul> <li>vendor: github.com/opencontainers/image-spec v1.1.0 by <a href="https://github.com/thaJeztah"><code>@thaJeztah</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/3889">distribution/distribution#3889</a></li> <li>Descriptor: do not implement Describable interface by <a href="https://github.com/thaJeztah"><code>@thaJeztah</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/3886">distribution/distribution#3886</a></li> <li>S3 driver: Attempt HeadObject on Stat first, fail over to List by <a href="https://github.com/milosgajdos"><code>@milosgajdos</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4401">distribution/distribution#4401</a></li> <li>manifest: slight cleanup of init / registration by <a href="https://github.com/thaJeztah"><code>@thaJeztah</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4403">distribution/distribution#4403</a></li> <li>ci:bump Go version by <a href="https://github.com/milosgajdos"><code>@milosgajdos</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4402">distribution/distribution#4402</a></li> <li>deprecate Versioned in favor of oci.Versioned by <a href="https://github.com/thaJeztah"><code>@thaJeztah</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/3887">distribution/distribution#3887</a></li> <li>fix logic for handling regionEndpoint by <a href="https://github.com/Ankurk99"><code>@Ankurk99</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4341">distribution/distribution#4341</a></li> <li>fix nil pointer in s3 list api by <a href="https://github.com/jkroepke"><code>@jkroepke</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4412">distribution/distribution#4412</a></li> <li>build(deps): bump softprops/action-gh-release from 1 to 2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4407">distribution/distribution#4407</a></li> <li>build(deps): bump docker/bake-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/4410">distribution/distribution#4410</a></li> <li>build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4416">distribution/distribution#4416</a></li> <li>chore: fix typos returned in some errors by <a href="https://github.com/milosgajdos"><code>@milosgajdos</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4414">distribution/distribution#4414</a></li> <li>auth: fix token verification chain by <a href="https://github.com/milosgajdos"><code>@milosgajdos</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4415">distribution/distribution#4415</a></li> <li>build(deps): bump github/codeql-action from 2.22.12 to 3.25.15 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4426">distribution/distribution#4426</a></li> <li>build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4422">distribution/distribution#4422</a></li> <li>build(deps): bump actions/configure-pages 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/4409">distribution/distribution#4409</a></li> <li>fix: skip removing layer's link file when '--dry-run' option specified by <a href="https://github.com/microyahoo"><code>@microyahoo</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4425">distribution/distribution#4425</a></li> <li>build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4428">distribution/distribution#4428</a></li> <li>Use <code>x.y.0</code> format for the go module version by <a href="https://github.com/ialidzhikov"><code>@ialidzhikov</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4423">distribution/distribution#4423</a></li> <li>build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4430">distribution/distribution#4430</a></li> <li>build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4431">distribution/distribution#4431</a></li> <li>build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4434">distribution/distribution#4434</a></li> <li>chore: fix typo in rewrite storage middleware init by <a href="https://github.com/milosgajdos"><code>@milosgajdos</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4435">distribution/distribution#4435</a></li> <li>build(deps): bump github/codeql-action from 3.26.2 to 3.26.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4441">distribution/distribution#4441</a></li> <li>Build artifacts and images for linux/riscv64 by <a href="https://github.com/macabu"><code>@macabu</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4444">distribution/distribution#4444</a></li> <li>build(deps): bump github/codeql-action from 3.26.3 to 3.26.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4446">distribution/distribution#4446</a></li> <li>chore: bump golangci-lint and fix govet issues by <a href="https://github.com/milosgajdos"><code>@milosgajdos</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4454">distribution/distribution#4454</a></li> <li>Remove deprecated version field by <a href="https://github.com/tiborrr"><code>@tiborrr</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4459">distribution/distribution#4459</a></li> <li>Add a note regarding redirects to pre-signed URLs by <a href="https://github.com/Felixoid"><code>@Felixoid</code></a> in <a href="https://redirect.github.com/distribution/distribution/pull/4466">distribution/distribution#4466</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
b7ddd735c3
|
chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (#5258)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.8.0 to
0.9.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
dependabot[bot]
|
9f042fa273
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.112.0 to 0.113.0 (#5252)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.112.0 to 0.113.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.113.0</h2> <h2>Breaking changes</h2> <ul> <li>Support ListOptions for ListMembershipsForBillableGroupMember by <a href="https://github.com/Iridias"><code>@Iridias</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2043">xanzy/go-gitlab#2043</a></li> <li>Make the (group)labels methods compatible with old and new API versions by <a href="https://github.com/svanharmelen"><code>@svanharmelen</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2049">xanzy/go-gitlab#2049</a></li> <li>Update all services to return the service on update by <a href="https://github.com/svanharmelen"><code>@svanharmelen</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2042">xanzy/go-gitlab#2042</a></li> </ul> <h2>What's Changed</h2> <ul> <li>Add username to AddGroupMemberOptions by <a href="https://github.com/xinau"><code>@xinau</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2047">xanzy/go-gitlab#2047</a></li> <li>Add TriggerTestGroupHook by <a href="https://github.com/smit-modi"><code>@smit-modi</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2046">xanzy/go-gitlab#2046</a></li> <li>API pipeline update metadata by <a href="https://github.com/alexpts"><code>@alexpts</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2051">xanzy/go-gitlab#2051</a></li> <li>Add Web URL to response when comparing in a repository by <a href="https://github.com/heidiberry"><code>@heidiberry</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2055">xanzy/go-gitlab#2055</a></li> <li>Add support for updating a project's GitLab Pages settings by <a href="https://github.com/heidiberry"><code>@heidiberry</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2053">xanzy/go-gitlab#2053</a></li> <li>Add expires_at field when creating project deploy keys by <a href="https://github.com/heidiberry"><code>@heidiberry</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2054">xanzy/go-gitlab#2054</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/xinau"><code>@xinau</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2047">xanzy/go-gitlab#2047</a></li> <li><a href="https://github.com/alexpts"><code>@alexpts</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2051">xanzy/go-gitlab#2051</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xanzy/go-gitlab/compare/v0.112.0...v0.113.0">https://github.com/xanzy/go-gitlab/compare/v0.112.0...v0.113.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
118b626d31
|
chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#5244)
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt)
from 4.5.0 to 4.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/golang-jwt/jwt/releases">github.com/golang-jwt/jwt/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.1</h2>
<h1>Security</h1>
<p>Unclear documentation of the error behavior in
<code>ParseWithClaims</code> in <= 4.5.0 could lead to situation
where users are potentially not checking errors in the way they should
be. Especially, if a token is both expired and invalid, the errors
returned by <code>ParseWithClaims</code> return both error codes. If
users only check for the <code>jwt.ErrTokenExpired </code> using
<code>error.Is</code>, they will ignore the embedded
<code>jwt.ErrTokenSignatureInvalid</code> and thus potentially accept
invalid tokens.</p>
<p>This issue was documented in <a
href="https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r">https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r</a>
and fixed in this release.</p>
<p>Note: <code>v5</code> was not affected by this issue. So upgrading to
this release version is also recommended.</p>
<h1>What's Changed</h1>
<ul>
<li>Back-ported error-handling logic in <code>ParseWithClaims</code>
from <code>v5</code> branch. This fixes <a
href="https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r">https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r</a>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1">https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
dependabot[bot]
|
c92ffb4298
|
chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#5237)
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.13.1 to 1.0.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>v1.0.0</h2> <h1>At last: v1.0.0</h1> <!-- raw HTML omitted --> <p>This is an honorary release indicating that Lip Gloss is now stable. Thank you, open source community, for all your love, support, contributions, and great style.</p> <p>Stay tuned for a v2 alpha!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
244bbf0afe
|
fix: quill dependency conflics
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
2d0d9d9066
|
chore(deps): update nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Oleksandr Redko
|
0f48a6dd40
|
refactor: use std maps,slices instead of golang.org/exp (#5221)
The PR refactors code by replacing usage of `golang.org/exp/slices`/`golang.org/exp/maps` package with the standard `slices`/`maps`. Additionally, replace the function `keys(someMap)` with `slices.Compact(maps.Keys(someMap))` Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
3f406df9a4
|
chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 0.13.1 (#5215)
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.13.0 to 0.13.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.13.1</h2> <h1>Table improvements, on stream</h1> <p><a href="https://github.com/bashbunni"><code>@bashbunni</code></a> went to town in this release and fixed a bunch of bugs, mostly around table. Best of all, she did most of it <a href="https://www.twitch.tv/bashbunni">on stream</a>.</p> <h2>Changelog</h2> <h3>Table</h3> <ul> <li>fix(table): use table height by <a href="https://github.com/Broderick-Westrope"><code>@Broderick-Westrope</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/358">charmbracelet/lipgloss#358</a></li> <li>fix(table): unset data rows without causing nil pointer err by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/372">charmbracelet/lipgloss#372</a></li> <li>fix(table): shared indices for first row of data and headers (StyleFunc bug) by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/377">charmbracelet/lipgloss#377</a></li> <li>fix(table): do not shrink table with offset by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/373">charmbracelet/lipgloss#373</a></li> <li>fix(table): include margins for cell width by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/401">charmbracelet/lipgloss#401</a></li> </ul> <h3>Other Stuff</h3> <ul> <li>fix(render): strip carriage returns from strings by <a href="https://github.com/bashbunni"><code>@bashbunni</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/386">charmbracelet/lipgloss#386</a></li> </ul> <h2>Bonus</h2> <ul> <li>docs(example): rainbow string by <a href="https://github.com/caarlos0"><code>@caarlos0</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/96">charmbracelet/lipgloss#96</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Broderick-Westrope"><code>@Broderick-Westrope</code></a> made their first contribution in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/358">charmbracelet/lipgloss#358</a></li> <li><a href="https://github.com/swrenn"><code>@swrenn</code></a> made their first contribution in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/364">charmbracelet/lipgloss#364</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/charmbracelet/lipgloss/compare/v0.13.0...v0.13.1">https://github.com/charmbracelet/lipgloss/compare/v0.13.0...v0.13.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 on <a href="https://charm.sh/chat">Discord</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
7d4671a1f2
|
chore(deps): bump github.com/mattn/go-mastodon from 0.0.8 to 0.0.9 (#5224)
Bumps [github.com/mattn/go-mastodon](https://github.com/mattn/go-mastodon) from 0.0.8 to 0.0.9. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
8ddb7b8508
|
chore(deps): bump github.com/google/ko from 0.16.0 to 0.17.1 (#5223)
Bumps [github.com/google/ko](https://github.com/google/ko) from 0.16.0 to 0.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ko/releases">github.com/google/ko's releases</a>.</em></p> <blockquote> <h2>v0.17.1</h2> <h2>What's Changed</h2> <ul> <li>Remove cycle in release process by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1435">ko-build/ko#1435</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ko-build/ko/compare/v0.17.0...v0.17.1">https://github.com/ko-build/ko/compare/v0.17.0...v0.17.1</a></p> <h2>v0.17.0</h2> <h2>What's Changed</h2> <ul> <li>allow setting annotations by <a href="https://github.com/seankhliao"><code>@seankhliao</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1426">ko-build/ko#1426</a></li> <li>Update recorder to lazy create file. by <a href="https://github.com/jeffmendoza"><code>@jeffmendoza</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1379">ko-build/ko#1379</a></li> <li>Change OCI Layout publisher to lazy create layout after build. by <a href="https://github.com/jeffmendoza"><code>@jeffmendoza</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1385">ko-build/ko#1385</a></li> <li>feat: add image user option by <a href="https://github.com/maxbrunet"><code>@maxbrunet</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1266">ko-build/ko#1266</a></li> </ul> <h4>Other changes</h4> <ul> <li>update k8s for kind e2e tests by <a href="https://github.com/cpanato"><code>@cpanato</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1352">ko-build/ko#1352</a></li> <li>Bump github.com/docker/docker from 26.1.4+incompatible to 27.2.1+incompatible by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1387">ko-build/ko#1387</a></li> <li>Bump golang.org/x/tools from 0.21.0 to 0.25.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1386">ko-build/ko#1386</a></li> <li>Bump reviewdog/action-misspell from 1.19.0 to 1.23.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1357">ko-build/ko#1357</a></li> <li>Bump github/codeql-action from 3.25.7 to 3.26.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1383">ko-build/ko#1383</a></li> <li>Bump imjasonh/setup-crane from 0.3 to 0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1335">ko-build/ko#1335</a></li> <li>Bump actions/checkout from 4.1.6 to 4.1.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1336">ko-build/ko#1336</a></li> <li>Bump github.com/google/go-containerregistry from 0.19.1 to 0.20.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1370">ko-build/ko#1370</a></li> <li>Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1341">ko-build/ko#1341</a></li> <li>Bump k8s.io/apimachinery from 0.30.1 to 0.31.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1374">ko-build/ko#1374</a></li> <li>Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1328">ko-build/ko#1328</a></li> <li>Bump ko-build/setup-ko from 0.6 to 0.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1392">ko-build/ko#1392</a></li> <li>Bump actions/setup-go from 5.0.1 to 5.0.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1390">ko-build/ko#1390</a></li> <li>Bump actions/setup-python from 5.1.0 to 5.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1388">ko-build/ko#1388</a></li> <li>Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1389">ko-build/ko#1389</a></li> <li>Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1391">ko-build/ko#1391</a></li> <li>docs: kamaji is a ko adopter by <a href="https://github.com/prometherion"><code>@prometherion</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1384">ko-build/ko#1384</a></li> <li>Bump sigs.k8s.io/kind from 0.23.0 to 0.24.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1394">ko-build/ko#1394</a></li> <li>build with go1.23 and general housekeeping by <a href="https://github.com/cpanato"><code>@cpanato</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1396">ko-build/ko#1396</a></li> <li>Bump actions/upload-artifact from 4.3.3 to 4.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1397">ko-build/ko#1397</a></li> <li>Bump github/codeql-action from 3.26.6 to 3.26.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1399">ko-build/ko#1399</a></li> <li>Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1393">ko-build/ko#1393</a></li> <li>Bump k8s.io/apimachinery from 0.31.0 to 0.31.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1398">ko-build/ko#1398</a></li> <li>Bump github.com/docker/docker from 27.2.1+incompatible to 27.3.0+incompatible by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1402">ko-build/ko#1402</a></li> <li>Bump github/codeql-action from 3.26.7 to 3.26.8 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1401">ko-build/ko#1401</a></li> <li>Bump github.com/docker/docker from 27.3.0+incompatible to 27.3.1+incompatible by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1404">ko-build/ko#1404</a></li> <li>Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1405">ko-build/ko#1405</a></li> <li>Bump github/codeql-action from 3.26.8 to 3.26.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1406">ko-build/ko#1406</a></li> <li>Bump actions/checkout from 4.1.7 to 4.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1408">ko-build/ko#1408</a></li> <li>Bump github/codeql-action from 3.26.9 to 3.26.10 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1410">ko-build/ko#1410</a></li> <li>Bump golang/govulncheck-action from 1.0.3 to 1.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1411">ko-build/ko#1411</a></li> <li>Bump github/codeql-action from 3.26.10 to 3.26.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1414">ko-build/ko#1414</a></li> <li>Bump github.com/sigstore/cosign/v2 from 2.4.0 to 2.4.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ko-build/ko/pull/1412">ko-build/ko#1412</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
5d62156ed1
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.111.0 to 0.112.0 (#5202)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.111.0 to 0.112.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.112.0</h2> <h2>Breaking changes:</h2> <ul> <li>Fix the branch protection defaults by <a href="https://github.com/svanharmelen"><code>@svanharmelen</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2036">xanzy/go-gitlab#2036</a> This ☝🏻 fixes a bug in the settings API (see <a href="https://redirect.github.com/xanzy/go-gitlab/issues/2033">#2033</a>) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for the <code>DefaultBranchProtectionDefaults</code> field in the <code>Group</code> struct.</li> </ul> <h2>What's Changed</h2> <ul> <li>Add alert status to project hooks by <a href="https://github.com/dany74q"><code>@dany74q</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2034">xanzy/go-gitlab#2034</a></li> <li>missing protected_branches#deploy_key_id by <a href="https://github.com/seyguai"><code>@seyguai</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2035">xanzy/go-gitlab#2035</a></li> <li>Add missing created at to project struct by <a href="https://github.com/wind0r"><code>@wind0r</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2037">xanzy/go-gitlab#2037</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dany74q"><code>@dany74q</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2034">xanzy/go-gitlab#2034</a></li> <li><a href="https://github.com/seyguai"><code>@seyguai</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2035">xanzy/go-gitlab#2035</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xanzy/go-gitlab/compare/v0.111.0...v0.112.0">https://github.com/xanzy/go-gitlab/compare/v0.111.0...v0.112.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
f946a9c1f7
|
chore(deps): bump github.com/slack-go/slack from 0.14.0 to 0.15.0 (#5201)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.14.0 to 0.15.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.15.0</h2> <blockquote> <p>[!WARNING]<br /> This release includes a breaking change since the last release.</p> </blockquote> <h2>What's Changed</h2> <p>v0.15.0 is now available. It <strong>does contain minor breaking changes</strong> to two Block Kit elements along with a lot of new functionality.</p> <h3>Breaking Changes</h3> <p><strong>Block Kit - Rich Text Section Date Element</strong></p> <p>If you are using the <code>RichTextSectionDateElement</code> block kit element, there is a new field <code>Format</code> which is now required. It previously did not exist, but was marked as required in the <a href="https://api.slack.com/reference/block-kit/blocks#date-element-type">Block Kit Documentation</a>. Similarly, the function <code>NewRichTextSectionDateElement</code> function signature has been updated to require the new parameter. While this <em>may not</em> have previously worked, the non-backwards compatible signature change prompts it to be identified as breaking change.</p> <p><strong>Block Kit - Rich Text input Block Element</strong></p> <p>If you are using the <code>RichTextInputBlockElement</code> block kit element, the <code>InitialValue</code> field type has been changed from <code>string</code> to <code>*RichTextBlock</code> to provide a more strongly typed experience. If you were previously passing a pre-formatted JSON object you will need to update your input to use the <code>RichTextBlock</code> struct instead.</p> <h3>Enhancements</h3> <ul> <li>Added support for publishing a message to a specific thread by <a href="https://github.com/Nikolo"><code>@Nikolo</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1309">slack-go/slack#1309</a></li> <li>Added support for unicode parameter in emoji type of rich text blocks by <a href="https://github.com/YutoKashiwagi"><code>@YutoKashiwagi</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1319">slack-go/slack#1319</a></li> <li>Added endpoints for <code>calls.*</code> apis and <code>Type: call</code> in blockkit by <a href="https://github.com/winston-stripe"><code>@winston-stripe</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1190">slack-go/slack#1190</a></li> <li>Added Convenience Methods to Block Elements by <a href="https://github.com/obed-sj"><code>@obed-sj</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1279">slack-go/slack#1279</a></li> <li>Added functions.completeError and functions.completeSuccess by <a href="https://github.com/gideonw"><code>@gideonw</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1328">slack-go/slack#1328</a></li> <li>Added support for external_limited option of inviteShared by <a href="https://github.com/bamo"><code>@bamo</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1330">slack-go/slack#1330</a></li> <li>Added support for Canvas API methods by <a href="https://github.com/jarospisak-unity"><code>@jarospisak-unity</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1334">slack-go/slack#1334</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Added required <code>format</code> field to rich text date blocks by <a href="https://github.com/luke-josh"><code>@luke-josh</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1317">slack-go/slack#1317</a></li> <li>Updated RichTextInputBlockElement InitialValue data type by <a href="https://github.com/Manjish"><code>@Manjish</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1320">slack-go/slack#1320</a></li> </ul> <h3>Chores</h3> <ul> <li>Added go v1.23 to test matrix (test.yml) by <a href="https://github.com/nemuvski"><code>@nemuvski</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1315">slack-go/slack#1315</a></li> <li>Bumped GitHub Actions to Latest Versions by <a href="https://github.com/shogo82148"><code>@shogo82148</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1314">slack-go/slack#1314</a></li> <li>Updated deprecated comment for UploadFile and UploadFileContext by <a href="https://github.com/shogo82148"><code>@shogo82148</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1316">slack-go/slack#1316</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/shogo82148"><code>@shogo82148</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1314">slack-go/slack#1314</a></li> <li><a href="https://github.com/Nikolo"><code>@Nikolo</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1309">slack-go/slack#1309</a></li> <li><a href="https://github.com/luke-josh"><code>@luke-josh</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1317">slack-go/slack#1317</a></li> <li><a href="https://github.com/Manjish"><code>@Manjish</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1320">slack-go/slack#1320</a></li> <li><a href="https://github.com/YutoKashiwagi"><code>@YutoKashiwagi</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1319">slack-go/slack#1319</a></li> <li><a href="https://github.com/obed-sj"><code>@obed-sj</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1279">slack-go/slack#1279</a></li> <li><a href="https://github.com/gideonw"><code>@gideonw</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1328">slack-go/slack#1328</a></li> <li><a href="https://github.com/bamo"><code>@bamo</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1330">slack-go/slack#1330</a></li> <li><a href="https://github.com/jarospisak-unity"><code>@jarospisak-unity</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1334">slack-go/slack#1334</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.14.0...v0.15.0">https://github.com/slack-go/slack/compare/v0.14.0...v0.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
883c155a68
|
chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 (#5197)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.10 to 1.17.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.17.11</h2> <h2>What's Changed</h2> <ul> <li>zstd: Fix extra CRC written with multiple Close calls by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1017">klauspost/compress#1017</a></li> <li>s2: Don't use stack for index tables by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1014">klauspost/compress#1014</a></li> <li>gzhttp: No content-type on no body response code by <a href="https://github.com/juliens"><code>@juliens</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1011">klauspost/compress#1011</a></li> <li>gzhttp: Do not set the content-type when response has no body by <a href="https://github.com/kevinpollet"><code>@kevinpollet</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1013">klauspost/compress#1013</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/juliens"><code>@juliens</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1011">klauspost/compress#1011</a></li> <li><a href="https://github.com/kevinpollet"><code>@kevinpollet</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1013">klauspost/compress#1013</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.10...v1.17.11">https://github.com/klauspost/compress/compare/v1.17.10...v1.17.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
c4900fb1e6
|
chore(deps): bump gocloud.dev from 0.39.0 to 0.40.0 (#5194) | ||
dependabot[bot]
|
ce90955872
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.110.0 to 0.111.0 (#5195)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.110.0 to 0.111.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.111.0</h2> <h2>What's Changed</h2> <ul> <li>Add event_name field to the audit events. by <a href="https://github.com/lstout"><code>@lstout</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2024">xanzy/go-gitlab#2024</a></li> <li>Add Description field in Environments API by <a href="https://github.com/timofurrer"><code>@timofurrer</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2025">xanzy/go-gitlab#2025</a></li> <li>Add 'default_branch' attribute by <a href="https://github.com/jgangemi"><code>@jgangemi</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2030">xanzy/go-gitlab#2030</a></li> <li>Add support for Harbor Integration by <a href="https://github.com/houstonj1"><code>@houstonj1</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2027">xanzy/go-gitlab#2027</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jgangemi"><code>@jgangemi</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2030">xanzy/go-gitlab#2030</a></li> <li><a href="https://github.com/houstonj1"><code>@houstonj1</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2027">xanzy/go-gitlab#2027</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xanzy/go-gitlab/compare/v0.110.0...v0.111.0">https://github.com/xanzy/go-gitlab/compare/v0.110.0...v0.111.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
a2257ee415
|
chore(deps): update go-github to v66
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
daf917fee5
|
chore(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 (#5182)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.25.0 to 0.26.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
adfe828c88
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.109.0 to 0.110.0 (#5181)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.109.0 to 0.110.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.110.0</h2> <h2>Breaking Changes</h2> <ul> <li>New options when calling DeleteProject by <a href="https://github.com/heidiberry"><code>@heidiberry</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2010">xanzy/go-gitlab#2010</a></li> </ul> <h2>What's Changed</h2> <ul> <li>Support Kubernetes-related Environments API fields by <a href="https://github.com/timofurrer"><code>@timofurrer</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2013">xanzy/go-gitlab#2013</a></li> <li>add MergeStatus filed to struct MergeEvent by <a href="https://github.com/cestlive"><code>@cestlive</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2016">xanzy/go-gitlab#2016</a></li> <li>Add ListServiceAccounts function to list all service accounts by <a href="https://github.com/Atoms"><code>@Atoms</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2012">xanzy/go-gitlab#2012</a></li> <li>Add support for the Redmine Integration by <a href="https://github.com/heidiberry"><code>@heidiberry</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2007">xanzy/go-gitlab#2007</a></li> <li>feat(runners): add maintenance_note on put/get runner details by <a href="https://github.com/jaredallard"><code>@jaredallard</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2017">xanzy/go-gitlab#2017</a></li> <li>feat: add deployment approval config attribute by <a href="https://github.com/loozhengyuan"><code>@loozhengyuan</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2022">xanzy/go-gitlab#2022</a></li> <li>feat: add new pages api endpoint by <a href="https://github.com/nickshine"><code>@nickshine</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2019">xanzy/go-gitlab#2019</a></li> <li>Support API endpoint: List memberships for a billable member of a group by <a href="https://github.com/Iridias"><code>@Iridias</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2021">xanzy/go-gitlab#2021</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cestlive"><code>@cestlive</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2016">xanzy/go-gitlab#2016</a></li> <li><a href="https://github.com/Atoms"><code>@Atoms</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2012">xanzy/go-gitlab#2012</a></li> <li><a href="https://github.com/jaredallard"><code>@jaredallard</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2017">xanzy/go-gitlab#2017</a></li> <li><a href="https://github.com/loozhengyuan"><code>@loozhengyuan</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2022">xanzy/go-gitlab#2022</a></li> <li><a href="https://github.com/Iridias"><code>@Iridias</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2021">xanzy/go-gitlab#2021</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xanzy/go-gitlab/compare/v0.109.0...v0.110.0">https://github.com/xanzy/go-gitlab/compare/v0.109.0...v0.110.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
0949389662
|
chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#5180)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
d23f2c7681
|
chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 (#5179)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.18.0 to 0.19.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
86fe795084
|
chore(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (#5152)
Bumps [go.uber.org/automaxprocs](https://github.com/uber-go/automaxprocs) from 1.5.3 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber-go/automaxprocs/releases">go.uber.org/automaxprocs's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <ul> <li>Add RoundQuotaFunc option that allows configuration of rounding behavior for floating point CPU quota.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber-go/automaxprocs/blob/master/CHANGELOG.md">go.uber.org/automaxprocs's changelog</a>.</em></p> <blockquote> <h2>v1.6.0 (2024-07-24)</h2> <ul> <li>Add RoundQuotaFunc option that allows configuration of rounding behavior for floating point CPU quota.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
dde4f8f5ac
|
chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (#5151)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.9 to 1.17.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.17.10</h2> <h2>What's Changed</h2> <ul> <li>gzhttp: Add TransportAlwaysDecompress option. by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/978">klauspost/compress#978</a></li> <li>s2: Add EncodeBuffer buffer recycling callback by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/982">klauspost/compress#982</a></li> <li>zstd: Improve memory usage on small streaming encodes by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1007">klauspost/compress#1007</a></li> <li>gzhttp: Add supported decompress request body by <a href="https://github.com/mirecl"><code>@mirecl</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1002">klauspost/compress#1002</a></li> <li>flate: read data written with partial flush by <a href="https://github.com/vajexal"><code>@vajexal</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/996">klauspost/compress#996</a></li> <li>ci: Upgrade Go & other by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1008">klauspost/compress#1008</a></li> <li>docs: Small typofix in comment by <a href="https://github.com/Jille"><code>@Jille</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/976">klauspost/compress#976</a></li> <li>build(deps): bump the github-actions group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/979">klauspost/compress#979</a></li> <li>docs: Fix URL typo when installing builddict by <a href="https://github.com/Wikidepia"><code>@Wikidepia</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/980">klauspost/compress#980</a></li> <li>build(deps): bump the github-actions group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/985">klauspost/compress#985</a></li> <li>Fix typos by <a href="https://github.com/deining"><code>@deining</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/986">klauspost/compress#986</a></li> <li>build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/997">klauspost/compress#997</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Wikidepia"><code>@Wikidepia</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/980">klauspost/compress#980</a></li> <li><a href="https://github.com/deining"><code>@deining</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/986">klauspost/compress#986</a></li> <li><a href="https://github.com/vajexal"><code>@vajexal</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/996">klauspost/compress#996</a></li> <li><a href="https://github.com/mirecl"><code>@mirecl</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1002">klauspost/compress#1002</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10">https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
527485c58f
|
chore(deps): update go-github to v65
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
0c5e4fd336
|
chore(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0 (#5129)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.24.0 to 0.25.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
5495b670ae
|
chore(deps): update nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
4200454d4e
|
chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.12.0 to 2.13.0 (#5124)
Bumps [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify) from 2.12.0 to 2.13.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.13.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>New Features or Enhancements 🎉</h3> <ul> <li>Add MSTeams CodeBlock element by <a href="https://github.com/MichaelUrman"><code>@MichaelUrman</code></a> in <a href="https://redirect.github.com/atc0005/go-teams-notify/pull/293">atc0005/go-teams-notify#293</a></li> <li>Update documentation for CodeBlock element by <a href="https://github.com/atc0005"><code>@atc0005</code></a> in <a href="https://redirect.github.com/atc0005/go-teams-notify/pull/298">atc0005/go-teams-notify#298</a></li> </ul> <h3>Other Changes</h3> <ul> <li>Update CHANGELOG for v2.13.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/300">atc0005/go-teams-notify#300</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MichaelUrman"><code>@MichaelUrman</code></a> made their first contribution in <a href="https://redirect.github.com/atc0005/go-teams-notify/pull/293">atc0005/go-teams-notify#293</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/atc0005/go-teams-notify/compare/v2.12.0...v2.13.0">https://github.com/atc0005/go-teams-notify/compare/v2.12.0...v2.13.0</a></p> <h2>v2.13.0-rc.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>New Features or Enhancements 🎉</h3> <ul> <li>Add MSTeams CodeBlock element by <a href="https://github.com/MichaelUrman"><code>@MichaelUrman</code></a> in <a href="https://redirect.github.com/atc0005/go-teams-notify/pull/293">atc0005/go-teams-notify#293</a></li> <li>Update documentation for CodeBlock element by <a href="https://github.com/atc0005"><code>@atc0005</code></a> in <a href="https://redirect.github.com/atc0005/go-teams-notify/pull/298">atc0005/go-teams-notify#298</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MichaelUrman"><code>@MichaelUrman</code></a> made their first contribution in <a href="https://redirect.github.com/atc0005/go-teams-notify/pull/293">atc0005/go-teams-notify#293</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/atc0005/go-teams-notify/compare/v2.12.0...v2.13.0-rc.1">https://github.com/atc0005/go-teams-notify/compare/v2.12.0...v2.13.0-rc.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.13.0] - 2024-09-08</h2> <h3>Added</h3> <ul> <li>(<a href="https://redirect.github.com/atc0005/go-teams-notify/issues/293">GH-293</a>) Add MSTeams CodeBlock element <ul> <li>credit: <a href="https://github.com/MichaelUrman"><code>@MichaelUrman</code></a></li> </ul> </li> <li>(<a href="https://redirect.github.com/atc0005/go-teams-notify/issues/298">GH-298</a>) Update documentation for CodeBlock element</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
87d16953f7
|
chore(deps): bump github.com/xanzy/go-gitlab from 0.108.0 to 0.109.0 (#5125)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.108.0 to 0.109.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.109.0</h2> <h2>Breaking Changes</h2> <ul> <li>Extend support for groups service accounts by <a href="https://github.com/mXtone"><code>@mXtone</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2005">xanzy/go-gitlab#2005</a></li> </ul> <h2>What's Changed</h2> <ul> <li>Add endpoint to lists invited groups of a project by <a href="https://github.com/habnux"><code>@habnux</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2000">xanzy/go-gitlab#2000</a></li> <li>Update jira integration pt2 by <a href="https://github.com/deepflame"><code>@deepflame</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/1999">xanzy/go-gitlab#1999</a></li> <li>chore: add ReportType to ProjectApprovalRule by <a href="https://github.com/mdevilliers"><code>@mdevilliers</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2001">xanzy/go-gitlab#2001</a></li> <li>Bug: Needs to be a list of ProjectGroup by <a href="https://github.com/habnux"><code>@habnux</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2003">xanzy/go-gitlab#2003</a></li> <li>Fix an issue with omitempty on default_branch_protection_defaults by <a href="https://github.com/RicePatrick"><code>@RicePatrick</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2004">xanzy/go-gitlab#2004</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/habnux"><code>@habnux</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2000">xanzy/go-gitlab#2000</a></li> <li><a href="https://github.com/mXtone"><code>@mXtone</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2005">xanzy/go-gitlab#2005</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xanzy/go-gitlab/compare/v0.108.0...v0.109.0">https://github.com/xanzy/go-gitlab/compare/v0.108.0...v0.109.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
2d3b737d03
|
chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#5117) | ||
dependabot[bot]
|
ae5ca2c022
|
chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#5121) | ||
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> |
||
Carlos Alexandro Becker
|
5a10792f7e
|
chore(deps): update go-github
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
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 >= and <= 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=" |
||
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=" |
||
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 "github.com/charmbracelet/lipgloss/tree" </code></pre> <p>Define a new tree.</p> <pre lang="go"><code>t := tree.Root("."). Child("A", "B", "C") </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("."). Child("Item 1"). Child( tree.Root("Item 2"). Child("Item 2.1"). Child("Item 2.2"). Child("Item 2.3"), ). Child( tree.Root("Item 3"). Child("Item 3.1"). Child("Item 3.2"), ) </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=" |
||
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=" |
||
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=" |
||
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> |
||
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> |
||
Carlos Alexandro Becker
|
28b30e2947
|
chore(deps): update bluesky/indigo (#5073)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |