mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
2793f365ab
6058 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Carlos Alexandro Becker
|
e0a21a1f5d
|
fix(nfpm): bad filename for 386
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
1455d462f1
|
test(nfpm): goppc64, goriscv64, etc | ||
Carlos Alexandro Becker
|
f65c757073
|
fix(nfpm): wrong filename for arm64
refs #5186 closes #5238 |
||
Carlos Alexandro Becker
|
3cf2556a26
|
ci: auto-merge dependabot PRs | ||
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=" |
||
Oleksandr Redko
|
12155a336b
|
refactor: remove empty lines, fix //nolint (#5235)
The PR formats code by removing redundant empty lines and fixes `//nolint` directives. Additionally, this PR adds two more rules to the `revive` configuration: `empty-lines` and `comment-spacings`. Removing unnecessary empty lines helps to keep the codebase clean and concise. This issue is identified by the `revive.empty-lines` rule. In the `//nolint` directive, there must be no spaces between `:` and the linter name: `//nolint:gosec`. See ["Nolint Directive"](https://golangci-lint.run/usage/false-positives/#nolint-directive). This issue is identified by the `revive.comment-spacings` rule. Note that it's not possible to add just a few additional rules to the `revive.enable` list. We need to specify all: default rules plus additional rules. See the detailed explanation [here](https://github.com/prometheus/prometheus/pull/13068). |
||
Oleksandr Redko
|
b269cc9229
|
feat: use context for HTTP request in discord (#5232)
The PR adds using `context.Context` in the `POST` request. Context is a request scoped paradigm according to [the doc](https://pkg.go.dev/context). The PR adds `API` field into the `Config` for utilizing it in tests. |
||
Oleksandr Redko
|
57365c1630
|
refactor: rename archive.Copying to archive.Copy (#5233)
This PR renames `Copying` functions in the `archive` package to `Copy` because it is a more common method name. |
||
dependabot[bot]
|
7e48917d1a
|
chore(deps): bump anchore/sbom-action from 0.17.5 to 0.17.6 (#5231)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.5 to 0.17.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's releases</a>.</em></p> <blockquote> <h2>v0.17.6</h2> <h2>Changes in v0.17.6</h2> <ul> <li>chore(deps): update Syft to v1.15.0 (<a href="https://redirect.github.com/anchore/sbom-action/issues/505">#505</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> <li>chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a href="https://redirect.github.com/anchore/sbom-action/issues/504">#504</a>) [<a href="https://github.com/dependabot">dependabot</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
f92937b2a9
|
chore(deps): bump dagger/dagger-for-github from 6.13.0 to 6.14.0 (#5228)
Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 6.13.0 to 6.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dagger/dagger-for-github/releases">dagger/dagger-for-github's releases</a>.</em></p> <blockquote> <h2>v6.14.0</h2> <h2>What's Changed</h2> <ul> <li>feat: allow specifying nightly builds by <a href="https://github.com/jedevc"><code>@jedevc</code></a> in <a href="https://redirect.github.com/dagger/dagger-for-github/pull/151">dagger/dagger-for-github#151</a></li> <li>chore: bump default dagger version to v0.13.6 by <a href="https://github.com/jedevc"><code>@jedevc</code></a> in <a href="https://redirect.github.com/dagger/dagger-for-github/pull/154">dagger/dagger-for-github#154</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dagger/dagger-for-github/compare/v6.13.0...v6.14.0">https://github.com/dagger/dagger-for-github/compare/v6.13.0...v6.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Maxime Brunet
|
d722aac36b
|
feat(ko): support annotations and user (#5227)
Add support for the newly added annotations and user options in [ko v0.17.0](https://github.com/ko-build/ko/releases/tag/v0.17.0) |
||
Carlos Alexandro Becker
|
ca5ad8c5ed
|
docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
244bbf0afe
|
fix: quill dependency conflics
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
d7b2554312
|
test(ko): fix chainguard/static labels
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
636a14721b
|
docs: update schema
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]
|
542e5a0723
|
chore(deps): bump actions/cache from 4.1.1 to 4.1.2 (#5217)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <h2>What's Changed</h2> <ul> <li>Add Bun example by <a href="https://github.com/idleberg"><code>@idleberg</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1456">actions/cache#1456</a></li> <li>Revise <code>isGhes</code> logic by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1474">actions/cache#1474</a></li> <li>Bump braces from 3.0.2 to 3.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1475">actions/cache#1475</a></li> <li>Add dependabot.yml to enable automatic dependency upgrades by <a href="https://github.com/Link"><code>@Link</code></a>- in <a href="https://redirect.github.com/actions/cache/pull/1476">actions/cache#1476</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1478">actions/cache#1478</a></li> <li>Bump actions/stale from 3 to 9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1479">actions/cache#1479</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1483">actions/cache#1483</a></li> <li>Bump actions/setup-node from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/cache/pull/1481">actions/cache#1481</a></li> <li>Prepare <code>4.1.2</code> release by <a href="https://github.com/Link"><code>@Link</code></a>- in <a href="https://redirect.github.com/actions/cache/pull/1477">actions/cache#1477</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/idleberg"><code>@idleberg</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1456">actions/cache#1456</a></li> <li><a href="https://github.com/jww3"><code>@jww3</code></a> made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1474">actions/cache#1474</a></li> <li><a href="https://github.com/Link"><code>@Link</code></a>- made their first contribution in <a href="https://redirect.github.com/actions/cache/pull/1476">actions/cache#1476</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/cache/compare/v4...v4.1.2">https://github.com/actions/cache/compare/v4...v4.1.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p> <blockquote> <h1>Releases</h1> <h3>4.1.2</h3> <ul> <li>Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - <a href="https://redirect.github.com/actions/cache/pull/1474">#1474</a></li> <li>Security fix: Bump braces from 3.0.2 to 3.0.3 - <a href="https://redirect.github.com/actions/cache/pull/1475">#1475</a></li> </ul> <h3>4.1.1</h3> <ul> <li>Restore original behavior of <code>cache-hit</code> output - <a href="https://redirect.github.com/actions/cache/pull/1467">#1467</a></li> </ul> <h3>4.1.0</h3> <ul> <li>Ensure <code>cache-hit</code> output is set when a cache is missed - <a href="https://redirect.github.com/actions/cache/pull/1404">#1404</a></li> <li>Deprecate <code>save-always</code> input - <a href="https://redirect.github.com/actions/cache/pull/1452">#1452</a></li> </ul> <h3>4.0.2</h3> <ul> <li>Fixed restore <code>fail-on-cache-miss</code> not working.</li> </ul> <h3>4.0.1</h3> <ul> <li>Updated <code>isGhes</code> check</li> </ul> <h3>4.0.0</h3> <ul> <li>Updated minimum runner version support from node 12 -> node 20</li> </ul> <h3>3.3.3</h3> <ul> <li>Updates <code>@actions/cache</code> to v3.2.3 to fix accidental mutated path arguments to <code>getCacheVersion</code> <a href="https://redirect.github.com/actions/toolkit/pull/1378">actions/toolkit#1378</a></li> <li>Additional audit fixes of npm package(s)</li> </ul> <h3>3.3.2</h3> <ul> <li>Fixes bug with Azure SDK causing blob downloads to get stuck.</li> </ul> <h3>3.3.1</h3> <ul> <li>Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.</li> </ul> <h3>3.3.0</h3> <ul> <li>Added option to lookup cache without downloading it.</li> </ul> <h3>3.2.6</h3> <ul> <li>Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.</li> </ul> <h3>3.2.5</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
e52b71ed44
|
chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#5216)
[//]: # (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/codeql-action](https://github.com/github/codeql-action) from 3.26.13 to 3.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v3.27.0</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <p>Note that the only difference between <code>v2</code> and <code>v3</code> of the CodeQL Action is the node version they support, with <code>v3</code> running on node 20 while we continue to release <code>v2</code> to support running on node 16. For example <code>3.22.11</code> was the first <code>v3</code> release and is functionally identical to <code>2.22.11</code>. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.</p> <h2>3.27.0 - 22 Oct 2024</h2> <ul> <li>Bump the minimum CodeQL bundle version to 2.14.6. <a href="https://redirect.github.com/github/codeql-action/pull/2549">#2549</a></li> <li>Fix an issue where the <code>upload-sarif</code> Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the <code>upload-sarif</code> Action. <a href="https://redirect.github.com/github/codeql-action/pull/2557">#2557</a></li> <li>Update default CodeQL bundle version to 2.19.2. <a href="https://redirect.github.com/github/codeql-action/pull/2552">#2552</a></li> </ul> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.27.0/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <p>Note that the only difference between <code>v2</code> and <code>v3</code> of the CodeQL Action is the node version they support, with <code>v3</code> running on node 20 while we continue to release <code>v2</code> to support running on node 16. For example <code>3.22.11</code> was the first <code>v3</code> release and is functionally identical to <code>2.22.11</code>. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>3.27.0 - 22 Oct 2024</h2> <ul> <li>Bump the minimum CodeQL bundle version to 2.14.6. <a href="https://redirect.github.com/github/codeql-action/pull/2549">#2549</a></li> <li>Fix an issue where the <code>upload-sarif</code> Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the <code>upload-sarif</code> Action. <a href="https://redirect.github.com/github/codeql-action/pull/2557">#2557</a></li> <li>Update default CodeQL bundle version to 2.19.2. <a href="https://redirect.github.com/github/codeql-action/pull/2552">#2552</a></li> </ul> <h2>3.26.13 - 14 Oct 2024</h2> <p>No user facing changes.</p> <h2>3.26.12 - 07 Oct 2024</h2> <ul> <li> <p><em>Upcoming breaking change</em>: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. <a href="https://redirect.github.com/github/codeql-action/pull/2520">#2520</a></p> <ul> <li> <p>If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.</p> </li> <li> <p>Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace <code>github/codeql-action/*@v3</code> by <code>github/codeql-action/*@v3.26.11</code> and <code>github/codeql-action/*@v2</code> by <code>github/codeql-action/*@v2.26.11</code> in your code scanning workflow to ensure you continue using this version of the CodeQL Action.</p> </li> </ul> </li> </ul> <h2>3.26.11 - 03 Oct 2024</h2> <ul> <li> <p><em>Upcoming breaking change</em>: Add support for using <code>actions/download-artifact@v4</code> to programmatically consume CodeQL Action debug artifacts.</p> <p>Starting November 30, 2024, GitHub.com customers will <a href="https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/">no longer be able to use <code>actions/download-artifact@v3</code></a>. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set the <code>CODEQL_ACTION_ARTIFACT_V4_UPGRADE</code> environment variable to <code>true</code> and bump <code>actions/download-artifact@v3</code> to <code>actions/download-artifact@v4</code> in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped to <code>actions/download-artifact@v3</code> to <code>actions/download-artifact@v4</code> will begin failing then.</p> <p>This change is currently unavailable for GitHub Enterprise Server customers, as <code>actions/upload-artifact@v4</code> and <code>actions/download-artifact@v4</code> are not yet compatible with GHES.</p> </li> <li> <p>Update default CodeQL bundle version to 2.19.1. <a href="https://redirect.github.com/github/codeql-action/pull/2519">#2519</a></p> </li> </ul> <h2>3.26.10 - 30 Sep 2024</h2> <ul> <li>We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with <a href="http://facebook.github.io/zstd/">Zstandard</a>. Our aim is to improve the performance of setting up CodeQL. <a href="https://redirect.github.com/github/codeql-action/pull/2502">#2502</a></li> </ul> <h2>3.26.9 - 24 Sep 2024</h2> <p>No user facing changes.</p> <h2>3.26.8 - 19 Sep 2024</h2> <ul> <li>Update default CodeQL bundle version to 2.19.0. <a href="https://redirect.github.com/github/codeql-action/pull/2483">#2483</a></li> </ul> <h2>3.26.7 - 13 Sep 2024</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
562ca2eff8
|
chore(deps): bump anchore/sbom-action from 0.17.3 to 0.17.5 (#5214)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.3 to 0.17.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's releases</a>.</em></p> <blockquote> <h2>v0.17.5</h2> <h2>Changes in v0.17.5</h2> <ul> <li>chore(deps): update Syft to v1.14.2 (<a href="https://redirect.github.com/anchore/sbom-action/issues/503">#503</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> </ul> <h2>v0.17.4</h2> <h2>Changes in v0.17.4</h2> <ul> <li>chore(deps): update Syft to v1.14.1 (<a href="https://redirect.github.com/anchore/sbom-action/issues/502">#502</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
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]
|
96609bd7d8
|
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#5219)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>What's Changed</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> <li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li> </ul> <h2>v4.1.4</h2> <ul> <li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li> <li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li> <li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li> </ul> <h2>v4.1.3</h2> <ul> <li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li> <li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li> <li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li> </ul> <h2>v4.1.2</h2> <ul> <li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho"><code>@dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li> </ul> <h2>v4.1.1</h2> <ul> <li>Correct link to GitHub Docs by <a href="https://github.com/peterbe"><code>@peterbe</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li> <li>Link to release page from what's new section by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li> </ul> <h2>v4.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add support for partial checkout filters</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Oleksandr Redko
|
869ef71e66
|
fix: typo in testctx.WithConfig parameter (#5220)
The PR corrects a typo in the parameter of the `testctxt.WithCommit` function. |
||
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]
|
8856062d9e
|
chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (#5222)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-go/releases">actions/setup-go's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h2>What's Changed</h2> <ul> <li>Add workflow file for publishing releases to immutable action package by <a href="https://github.com/Jcambass"><code>@Jcambass</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/500">actions/setup-go#500</a></li> <li>Upgrade IA Publish by <a href="https://github.com/Jcambass"><code>@Jcambass</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/502">actions/setup-go#502</a></li> <li>Add architecture to cache key by <a href="https://github.com/Zxilly"><code>@Zxilly</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/493">actions/setup-go#493</a> This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.</li> <li>Enhance workflows and Upgrade micromatch Dependency by <a href="https://github.com/priyagupta108"><code>@priyagupta108</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/510">actions/setup-go#510</a></li> </ul> <p><strong>Bug Fixes</strong></p> <ul> <li>Revise <code>isGhes</code> logic by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/511">actions/setup-go#511</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Zxilly"><code>@Zxilly</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-go/pull/493">actions/setup-go#493</a></li> <li><a href="https://github.com/Jcambass"><code>@Jcambass</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-go/pull/500">actions/setup-go#500</a></li> <li><a href="https://github.com/jww3"><code>@jww3</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-go/pull/511">actions/setup-go#511</a></li> <li><a href="https://github.com/priyagupta108"><code>@priyagupta108</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-go/pull/510">actions/setup-go#510</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-go/compare/v5...v5.1.0">https://github.com/actions/setup-go/compare/v5...v5.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Meng Zhuo
|
6a84e40115
|
ci: release to riscv64 (#5196) | ||
Carlos Alexandro Becker
|
248c7fcb5f
|
docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
724d4ae90d
|
refactor: improve buildtarget.List (#5208)
honestly dunno why we were checking string prefixes there... --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
66db8c0857
|
fix: build 386 | ||
Carlos Alexandro Becker
|
24c6060050
|
fix: standardize .Ext to always have the preceding . (#5207)
historically this is kind of a mess, some places set the prefixed ext (e.g. `.exe`) others don't (e.g. `msi`) this standardize it to have the preceding `.` also makes `ByExt` works with or without it so it doesn't break anyone's config. Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
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]
|
0f87e6f9f7
|
chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (#5203)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.26.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <p>Note that the only difference between <code>v2</code> and <code>v3</code> of the CodeQL Action is the node version they support, with <code>v3</code> running on node 20 while we continue to release <code>v2</code> to support running on node 16. For example <code>3.22.11</code> was the first <code>v3</code> release and is functionally identical to <code>2.22.11</code>. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>3.26.13 - 14 Oct 2024</h2> <p>No user facing changes.</p> <h2>3.26.12 - 07 Oct 2024</h2> <ul> <li> <p><em>Upcoming breaking change</em>: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. <a href="https://redirect.github.com/github/codeql-action/pull/2520">#2520</a></p> <ul> <li> <p>If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.</p> </li> <li> <p>Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace <code>github/codeql-action/*@v3</code> by <code>github/codeql-action/*@v3.26.11</code> and <code>github/codeql-action/*@v2</code> by <code>github/codeql-action/*@v2.26.11</code> in your code scanning workflow to ensure you continue using this version of the CodeQL Action.</p> </li> </ul> </li> </ul> <h2>3.26.11 - 03 Oct 2024</h2> <ul> <li> <p><em>Upcoming breaking change</em>: Add support for using <code>actions/download-artifact@v4</code> to programmatically consume CodeQL Action debug artifacts.</p> <p>Starting November 30, 2024, GitHub.com customers will <a href="https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/">no longer be able to use <code>actions/download-artifact@v3</code></a>. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set the <code>CODEQL_ACTION_ARTIFACT_V4_UPGRADE</code> environment variable to <code>true</code> and bump <code>actions/download-artifact@v3</code> to <code>actions/download-artifact@v4</code> in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped to <code>actions/download-artifact@v3</code> to <code>actions/download-artifact@v4</code> will begin failing then.</p> <p>This change is currently unavailable for GitHub Enterprise Server customers, as <code>actions/upload-artifact@v4</code> and <code>actions/download-artifact@v4</code> are not yet compatible with GHES.</p> </li> <li> <p>Update default CodeQL bundle version to 2.19.1. <a href="https://redirect.github.com/github/codeql-action/pull/2519">#2519</a></p> </li> </ul> <h2>3.26.10 - 30 Sep 2024</h2> <ul> <li>We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with <a href="http://facebook.github.io/zstd/">Zstandard</a>. Our aim is to improve the performance of setting up CodeQL. <a href="https://redirect.github.com/github/codeql-action/pull/2502">#2502</a></li> </ul> <h2>3.26.9 - 24 Sep 2024</h2> <p>No user facing changes.</p> <h2>3.26.8 - 19 Sep 2024</h2> <ul> <li>Update default CodeQL bundle version to 2.19.0. <a href="https://redirect.github.com/github/codeql-action/pull/2483">#2483</a></li> </ul> <h2>3.26.7 - 13 Sep 2024</h2> <ul> <li>Update default CodeQL bundle version to 2.18.4. <a href="https://redirect.github.com/github/codeql-action/pull/2471">#2471</a></li> </ul> <h2>3.26.6 - 29 Aug 2024</h2> <ul> <li>Update default CodeQL bundle version to 2.18.3. <a href="https://redirect.github.com/github/codeql-action/pull/2449">#2449</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
91525f763c
|
fix: tmpl always copy before modifying (#5200)
this is just to prevent some gotchas when using `templ` internally. |
||
Carlos Alexandro Becker
|
7f50679c4b
|
docs: update | ||
Carlos Alexandro Becker
|
2b73005369
|
test: do not fail if not rel | ||
Carlos Alexandro Becker
|
d933d8b316
|
fix: first class build targets | ||
Carlos Alexandro Becker
|
a93f40b8cf
|
docs: fix | ||
Carlos Alexandro Becker
|
4b91ae3589
|
docs: update | ||
Carlos Alexandro Becker
|
d3ce82ff9f
|
fix: tmpl .386 -> .I386
Template key can't start with a number. Refs #5186 |
||
Carlos Alexandro Becker
|
205b346215
|
chore(docs): update schema
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
d583861e06
|
feat(build): add GO386, GOMIPS64, GORISCV64, and GOPPC64 support (#5186)
continuing the work of #5153 closes #5153 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> Co-authored-by: 世界 <i@sekai.icu> |
||
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]
|
617ad4a4ae
|
chore(deps): bump anchore/scan-action from 4 to 5 (#5198)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anchore/scan-action/releases">anchore/scan-action's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>New in scan-action v5.0.0</h2> <ul> <li>chore(deps): update Grype to v0.82.0 (<a href="https://redirect.github.com/anchore/scan-action/issues/383">#383</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> </ul> <h2>🚀 Features</h2> <ul> <li>feat: short-lived grype-db cache (<a href="https://redirect.github.com/anchore/scan-action/issues/348">#348</a>) [<a href="https://github.com/kzantow">kzantow</a>] Note: with this release grype is no longer installed on <code>$PATH</code>. We suspect the changes here could break a number of users of the action who have learned to expect Grype be installed on <code>$PATH</code>.</li> </ul> <h2>v4.1.2</h2> <h2>New in scan-action v4.1.2</h2> <ul> <li>Update Grype to v0.80.0 (<a href="https://redirect.github.com/anchore/scan-action/issues/358">#358</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> </ul> <h2>v4.1.1</h2> <h2>New in scan-action v4.1.1</h2> <ul> <li>chore(deps): update Grype to v0.79.6 (<a href="https://redirect.github.com/anchore/scan-action/issues/352">#352</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> <li>Document grype-version parameter (<a href="https://redirect.github.com/anchore/scan-action/issues/319">#319</a>) [<a href="https://github.com/vprivat-ads">vprivat-ads</a>]</li> </ul> <h2>v4.1.0</h2> <h2>New in scan-action v4.1.0</h2> <ul> <li>chore(deps): update Grype to v0.79.3 (<a href="https://redirect.github.com/anchore/scan-action/issues/341">#341</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
70ae5bb236
|
chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.3 (#5199)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.2 to 0.17.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's releases</a>.</em></p> <blockquote> <h2>v0.17.3</h2> <h2>Changes in v0.17.3</h2> <ul> <li>chore(deps): update Syft to v1.14.0 (<a href="https://redirect.github.com/anchore/sbom-action/issues/498">#498</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> </ul> </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) | ||
Carlos Alexandro Becker
|
efd9edc51c
|
fix(gitlab): improve artifact upload retry (#5185)
this makes it more similar to github's implementation. should fix #5177 |
||
dependabot[bot]
|
8843f09b21
|
chore(deps): bump dagger/dagger-for-github from 6.12.0 to 6.13.0 (#5193)
Bumps
[dagger/dagger-for-github](https://github.com/dagger/dagger-for-github)
from 6.12.0 to 6.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dagger/dagger-for-github/releases">dagger/dagger-for-github's
releases</a>.</em></p>
<blockquote>
<h2>v6.13.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: bump default version to v0.13.5 by <a
href="https://github.com/sipsma"><code>@sipsma</code></a> in <a
href="https://redirect.github.com/dagger/dagger-for-github/pull/152">dagger/dagger-for-github#152</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dagger/dagger-for-github/compare/v6...v6.13.0">https://github.com/dagger/dagger-for-github/compare/v6...v6.13.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
||
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=" |