mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
5a74601559
5177 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
actions-user
|
dbf8e39c67 | chore: docs auto-update | ||
Carlos Alexandro Becker
|
62cc45aa50
|
feat: templates in upx.enabled (#4269)
refs https://github.com/orgs/goreleaser/discussions/4268 |
||
Carlos Alexandro Becker
|
983cc3755d
|
feat(docker): retry push if 503 (#4265)
refs https://github.com/orgs/goreleaser/discussions/4263 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
f13be62424
|
chore(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#4266)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's releases</a>.</em></p> <blockquote> <h2>v2.10.0</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.7.1 to 0.10.0 by <a href="https://github.com/crazy-max"><code>@crazy-max</code></a> in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/258">docker/setup-buildx-action#258</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 in <a href="https://redirect.github.com/docker/setup-buildx-action/pull/253">docker/setup-buildx-action#253</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0">https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
ec0df9ecd5
|
fix: failing when pull_request.base is empty (#4261)
if the base branch is empty, it'll try to fetch the default branch, which would fail if base repo name/owner are also empty. the default behavior when base owner/name are missing is to using head's, so I changed it do that before trying to get the default branch, which should fix the issue. |
||
actions-user
|
94a65fcda1 | chore: docs auto-update | ||
Carlos Alexandro Becker
|
ecdbf5877c
|
feat: git.ignore_tags (#4255)
Allows to ignore tags that match the given regex expressions. |
||
dependabot[bot]
|
51c19d4d39
|
chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#4262)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. <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>v3.6.0</h2> <h2>What's Changed</h2> <ul> <li>Mark test scripts with Bash'isms to be run via Bash by <a href="https://github.com/dscho"><code>@dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li> <li>Add option to fetch tags even if fetch-depth > 0 by <a href="https://github.com/RobertWieczoreck"><code>@RobertWieczoreck</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li>Release 3.6.0 by <a href="https://github.com/luketomlinson"><code>@luketomlinson</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RobertWieczoreck"><code>@RobertWieczoreck</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li><a href="https://github.com/luketomlinson"><code>@luketomlinson</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</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>v3.6.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth > 0</a></li> </ul> <h2>v3.5.3</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li> </ul> <h2>v3.5.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li> </ul> <h2>v3.5.1</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix slow checkout on Windows</a></li> </ul> <h2>v3.5.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add new public key for known_hosts</a></li> </ul> <h2>v3.4.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade codeql actions to v2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade dependencies</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade <code>@actions/io</code></a></li> </ul> <h2>v3.3.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1045">Implement branch list using callbacks from exec function</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add in explicit reference to private checkout options</a></li> <li>[Fix comment typos (that got added in <a href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li> </ul> <h2>v3.2.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/942">Add GitHub Action to perform release</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix status badge</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1002">Replace datadog/squid with ubuntu/squid Docker image</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap pipeline commands for submoduleForeach in quotes</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1029">Update <code>@actions/io</code> to 1.1.2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading version to 3.2.0</a></li> </ul> <h2>v3.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/939">Use <code>@actions/core</code> <code>saveState</code> and <code>getState</code></a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/922">Add <code>github-server-url</code> input</a></li> </ul> <h2>v3.0.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/770">Add input <code>set-safe-directory</code></a></li> </ul> <h2>v3.0.1</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/762">Fixed an issue where checkout failed to run in container jobs due to the new git setting <code>safe.directory</code></a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/744">Bumped various npm package versions</a></li> </ul> <h2>v3.0.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
c91c4b7cd8
|
feat: improve template error handling (#4256)
- wrap the multiple errors in an internal error with cleaner messaging - improve testlib.RequireTemplateError and several tests |
||
Carlos Alexandro Becker
|
53bcbe951a
|
feat(deps): update go-github to v54 (#4251)
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> <!-- If applied, this commit will... --> ... <!-- Why is this change being made? --> ... <!-- # Provide links to any relevant tickets, URLs or other resources --> ... Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
76f2b81bb5
|
docs: update changelog.md
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
0852883072
|
feat(deps): bump github.com/charmbracelet/lipgloss from 0.7.1 to 0.8.0 (#4260) | ||
dependabot[bot]
|
139bf1e761
|
feat(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 (#4257)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/uuid/releases">github.com/google/uuid's releases</a>.</em></p> <blockquote> <h2>v1.3.1</h2> <h2><a href="https://github.com/google/uuid/compare/v1.3.0...v1.3.1">1.3.1</a> (2023-08-18)</h2> <h3>Bug Fixes</h3> <ul> <li>Use .EqualFold() to parse urn prefixed UUIDs (<a href="https://redirect.github.com/google/uuid/issues/118">#118</a>) (<a href=" |
||
pg2000
|
0f70e2a297
|
feat(dependencies): upgrade cosign (#4254)
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> <!-- If applied, this commit will... --> Bump cosign to version 2.1.1 ... <!-- Why is this change being made? --> To use latest and greates features of cosign <!-- # Provide links to any relevant tickets, URLs or other resources --> ... |
||
Carlos Alexandro Becker
|
da380cc9a7
|
fix: improve check/load config logs
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
d9b8e0f7f7
|
feat(deps): bump github.com/jarcoal/httpmock from 1.3.0 to 1.3.1 (#4253)
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.3.0 to 1.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jarcoal/httpmock/releases">github.com/jarcoal/httpmock's releases</a>.</em></p> <blockquote> <h2>v1.3.1</h2> <p>Fix:</p> <ul> <li><a href="https://pkg.go.dev/github.com/jarcoal/httpmock#BodyContainsBytes">BodyContainsBytes</a> & <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#BodyContainsString">BodyContainsString</a> used with <a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Matcher.And">And</a>/<a href="https://pkg.go.dev/github.com/jarcoal/httpmock#Matcher.Or">Or</a> by <a href="https://github.com/maxatome"><code>@maxatome</code></a> in <a href="https://redirect.github.com/jarcoal/httpmock/issues/146">#146</a> thanks to <a href="https://github.com/Moon1706"><code>@Moon1706</code></a> for the report → <a href="https://redirect.github.com/jarcoal/httpmock/issues/145">#145</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
ddbb7c8f6f
|
fix: improve example config used in init
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
0d9d32a82a
|
Merge remote-tracking branch 'origin/main' | ||
actions-user
|
5ea03f3d67 | chore: docs auto-update | ||
Carlos Alexandro Becker
|
f0d0cac469
|
feat: update to go 1.21 (#4244)
update to go 1.21 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
42b8362e45
|
Merge remote-tracking branch 'origin/main' | ||
Carlos Alexandro Becker
|
cb093219c1
|
fix: snapshot should run before before hooks (#4250)
Otherwise .Version will be wrong. closes #4247 |
||
Carlos Alexandro Becker
|
ceb4e52d12
|
fix: snapshot should run before before hooks
Otherwise .Version will be wrong. closes #4247 |
||
dependabot[bot]
|
ced7a0ab82
|
chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#4249)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint-action/releases">golangci/golangci-lint-action's releases</a>.</em></p> <blockquote> <h2>v3.7.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Changes</h3> <ul> <li>feat: working-directory with only-new-issues by <a href="https://github.com/CfirTsabari"><code>@CfirTsabari</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/795">golangci/golangci-lint-action#795</a></li> </ul> <h3>Documentation</h3> <ul> <li>docs: improve <code>How to use</code> section in README.md by <a href="https://github.com/tungbq"><code>@tungbq</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/780">golangci/golangci-lint-action#780</a></li> </ul> <h3>Dependencies</h3> <ul> <li>build(deps): bump <code>@types/node</code> from 20.2.5 to 20.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/771">golangci/golangci-lint-action#771</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.59.8 to 5.59.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/772">golangci/golangci-lint-action#772</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 5.59.8 to 5.59.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/773">golangci/golangci-lint-action#773</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.59.9 to 5.59.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/776">golangci/golangci-lint-action#776</a></li> <li>build(deps-dev): bump eslint from 8.42.0 to 8.43.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/775">golangci/golangci-lint-action#775</a></li> <li>build(deps): bump <code>@types/node</code> from 20.3.0 to 20.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/777">golangci/golangci-lint-action#777</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 5.59.9 to 5.59.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/778">golangci/golangci-lint-action#778</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 5.59.11 to 5.60.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/782">golangci/golangci-lint-action#782</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.59.11 to 5.60.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/783">golangci/golangci-lint-action#783</a></li> <li>build(deps): bump <code>@types/node</code> from 20.3.1 to 20.3.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/784">golangci/golangci-lint-action#784</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.60.0 to 5.60.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/785">golangci/golangci-lint-action#785</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 5.60.0 to 5.60.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/786">golangci/golangci-lint-action#786</a></li> <li>build(deps-dev): bump typescript from 5.1.3 to 5.1.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/787">golangci/golangci-lint-action#787</a></li> <li>build(deps-dev): bump eslint from 8.43.0 to 8.44.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/788">golangci/golangci-lint-action#788</a></li> <li>build(deps): bump tough-cookie and <code>@azure/ms-rest-js</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/790">golangci/golangci-lint-action#790</a></li> <li>build(deps): bump <code>@types/node</code> from 20.3.3 to 20.4.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/791">golangci/golangci-lint-action#791</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.60.1 to 5.61.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/792">golangci/golangci-lint-action#792</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 5.60.1 to 5.61.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/793">golangci/golangci-lint-action#793</a></li> <li>build(deps): bump semver from 6.3.0 to 6.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/796">golangci/golangci-lint-action#796</a></li> <li>build(deps-dev): bump prettier from 2.8.8 to 3.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/794">golangci/golangci-lint-action#794</a></li> <li>build(deps): bump <code>@types/node</code> from 20.4.1 to 20.4.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/798">golangci/golangci-lint-action#798</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.61.0 to 5.62.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/799">golangci/golangci-lint-action#799</a></li> <li>build(deps-dev): bump eslint from 8.44.0 to 8.45.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/801">golangci/golangci-lint-action#801</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 5.61.0 to 6.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/800">golangci/golangci-lint-action#800</a></li> <li>build(deps): bump <code>@types/node</code> from 20.4.2 to 20.4.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/803">golangci/golangci-lint-action#803</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.0.0 to 6.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/804">golangci/golangci-lint-action#804</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.0.0 to 6.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/805">golangci/golangci-lint-action#805</a></li> <li>build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/808">golangci/golangci-lint-action#808</a></li> <li>build(deps): bump <code>@types/node</code> from 20.4.4 to 20.4.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/809">golangci/golangci-lint-action#809</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.1.0 to 6.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/810">golangci/golangci-lint-action#810</a></li> <li>build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/811">golangci/golangci-lint-action#811</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.1.0 to 6.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/812">golangci/golangci-lint-action#812</a></li> <li>build(deps): bump <code>@types/node</code> from 20.4.5 to 20.4.8 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/815">golangci/golangci-lint-action#815</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.2.0 to 6.2.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/816">golangci/golangci-lint-action#816</a></li> <li>build(deps-dev): bump prettier from 3.0.0 to 3.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/817">golangci/golangci-lint-action#817</a></li> <li>build(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/818">golangci/golangci-lint-action#818</a></li> <li>build(deps): bump <code>@actions/http-client</code> from 2.1.0 to 2.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/819">golangci/golangci-lint-action#819</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/parser</code> from 6.2.0 to 6.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/821">golangci/golangci-lint-action#821</a></li> <li>build(deps-dev): bump eslint from 8.45.0 to 8.47.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/823">golangci/golangci-lint-action#823</a></li> <li>build(deps): bump <code>@types/node</code> from 20.4.8 to 20.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/824">golangci/golangci-lint-action#824</a></li> <li>build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 6.2.1 to 6.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/822">golangci/golangci-lint-action#822</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
actions-user
|
4526c5b681 | chore: docs releases json auto-update | ||
actions-user
|
56c9d09a1b | chore: docs releases json auto-update | ||
dependabot[bot]
|
4e66a543ca
|
feat(deps): bump golang from 1.20.7-alpine to 1.21.0-alpine (#4240)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps golang from 1.20.7-alpine to 1.21.0-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.20.7-alpine&new-version=1.21.0-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
86568cb76c
|
chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0 (#4241)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.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>v4.1.0</h2> <h2>What's Changed</h2> <p>In scope of this release, slow installation on Windows was fixed by <a href="https://github.com/dsame"><code>@dsame</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/393">actions/setup-go#393</a> and OS version was added to <code>primaryKey</code> for Ubuntu runners to avoid conflicts (<a href="https://redirect.github.com/actions/setup-go/pull/383">actions/setup-go#383</a>)</p> <p>This release also includes the following changes:</p> <ul> <li>Remove implicit dependencies by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/378">actions/setup-go#378</a></li> <li>Update action.yml by <a href="https://github.com/mkelly"><code>@mkelly</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/379">actions/setup-go#379</a></li> <li>Added a description that go-version should be specified as a string type by <a href="https://github.com/n3xem"><code>@n3xem</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/367">actions/setup-go#367</a></li> <li>Add note about YAML parsing versions by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/382">actions/setup-go#382</a></li> <li>Automatic update of configuration files from 05/23/2023 by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/377">actions/setup-go#377</a></li> <li>Bump tough-cookie and <code>@azure/ms-rest-js</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/392">actions/setup-go#392</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/397">actions/setup-go#397</a></li> <li>Bump semver from 6.3.0 to 6.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/396">actions/setup-go#396</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mkelly"><code>@mkelly</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-go/pull/379">actions/setup-go#379</a></li> <li><a href="https://github.com/n3xem"><code>@n3xem</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-go/pull/367">actions/setup-go#367</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-go/compare/v4...v4.1.0">https://github.com/actions/setup-go/compare/v4...v4.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
07df59850c
|
build: add a nightly task | ||
Carlos Alexandro Becker
|
8337eb3d48
|
chore: update schema | ||
Carlos Alexandro Becker
|
0f018f3f58
|
build: fix release name when nightly | ||
Carlos Alexandro Becker
|
08e307ea8d
|
Revert "fix: skip defaults for skipped pipes (#4210)"
This reverts commit
|
||
Carlos Alexandro Becker
|
dccd68c126
|
fix: skip defaults for skipped pipes (#4210)
closes #4208 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
c06ba3a94f
|
feat: publishers.disable (#4239)
allows to disable a specific custom publisher based on a template, akin to other pipes. Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
acfc1b2274
|
docs: update schema
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
dependabot[bot]
|
5bf89f21eb
|
feat(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0 (#4237)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.1 to 0.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.12.0</h2> <p>This release contains a major rewrite of the way gopls computes and stores package information, with the goal of reducing memory usage and allowing gopls to scale to larger repositories. This change can also significantly reduce startup time when workspaces are reopened, as gopls now uses a file-based cache to persist data across sessions. With these optimizations, gopls is finally able to <a href="https://go.dev/issues/48738">fully analyze dependencies</a> using the <a href="https://pkg.go.dev/golang.org/x/tools/go/analysis">golang.org/x/tools/go/analysis</a> framework, resulting in improved accuracy for analysis diagnostics.</p> <p>You can install this release with <code>go install</code>:</p> <pre><code>go install golang.org/x/tools/gopls@v0.12.0 </code></pre> <h1>Support changes</h1> <p>As gopls matures, we're trying to simplify its configuration so that gopls Just Works in more scenarios, and so that we have fewer configuration combinations to test. This means that we will be gradually deprecating settings that affect the core behavior of gopls.</p> <h2>Removed experimental configuration options</h2> <p>As announced in the <a href="https://github.com/golang/tools/releases/tag/gopls%2Fv0.10.0">v0.10.0 release notes</a>, this release removes support for the <code>experimentalWorkspaceModule</code> and <code>experimentalWatchedFileDelay</code> settings. The <code>experimentalPackageCacheKey</code> setting is also removed, as it is irrelevant in the new design.</p> <p>The <code>experimentalWorkspaceModule</code> setting in particular may still be in use by some users. This setting has been superseded by built-in support for multi-module workspaces in the <code>go</code> command, via <a href="https://go.dev/doc/tutorial/workspaces">Go workspaces</a>. To get the equivalent behavior in gopls@v0.12.0, please create a <code>go.work</code> file in your workspace using all desired modules. To use all modules in your workspace, run:</p> <pre><code>go work use -r . </code></pre> <h2>Dropped support for Go 1.13-1.15, deprecated support for Go 1.16-1.17</h2> <p>As announced in the <a href="https://github.com/golang/tools/releases/tag/gopls%2Fv0.10.0">v0.10.0 release notes</a>, this release drops support for Go 1.13-1.15, and in fact does not build with these Go versions.</p> <p>Additionally, <code>gopls@v0.12.x</code> will be the final sequence of versions supporting Go 1.16-1.17, and therefore displays a deprecation notice when used with these Go versions.</p> <h2>Supported operating systems</h2> <p>Given that our users are almost entirely on Linux, Windows, or Darwin, we are discussing narrowing our support to focus on those operating systems, in <a href="https://redirect.github.com/golang/go/issues/59981">golang/go#59981</a>.</p> <h1>Performance improvements</h1> <p>The banner feature of this release is an internal redesign that significantly improves the way gopls scales in larger codebases. Performance, particularly memory usage, has <a href="https://redirect.github.com/golang/go/issues/36943">long</a> <a href="https://redirect.github.com/golang/go/issues/37790">been</a> <a href="https://redirect.github.com/golang/go/issues/43968">a</a> <a href="https://redirect.github.com/golang/go/issues/44981">pain</a> <a href="https://redirect.github.com/golang/go/issues/45363">point</a> <a href="https://redirect.github.com/golang/go/issues/45457">for</a> <a href="https://redirect.github.com/golang/go/issues/46897">our</a> <a href="https://redirect.github.com/golang/go/issues/47855">users</a>.</p> <h2>Reduced memory usage</h2> <p>Previous releases of gopls held typed syntax trees for all packages, in memory, all the time. With this release, these large data structures are ephemeral: as soon as they are constructed, an index of information derived from them is saved persistently to a file-based cache, and the data structures are recycled. The index for each package includes the locations of declaring and referring identifiers; the set of exported declarations and their types; the method sets of each interface; and any diagnostics and facts (see below) produced during analysis. The index holds all the information needed to serve global-scope LSP queries such as “references”, “implementations”, and so on.</p> <p>Moving package information to a file-based cache greatly reduces the amount of RAM gopls uses, by almost an order of magnitude in larger projects. The table below shows the reductions in steady-state memory usage for three open-source Go repositories.</p> <table> <thead> <tr> <th>Project</th> <th>Packages</th> <th>In-use bytes v0.11.0</th> <th>v0.12.0</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td>gopls</td> <td>405</td> <td>497MB</td> <td>232MB</td> <td>-53%</td> </tr> <tr> <td>kubernetes</td> <td>3137</td> <td>3090MB</td> <td>832MB</td> <td>-73%</td> </tr> <tr> <td>google-cloud-go + submods</td> <td>7657</td> <td>5039MB</td> <td>863MB</td> <td>-83%</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
a1fc286931
|
feat(deps): bump golang from 7efb78d to b255d93 (#4238)
Bumps golang from `7efb78d` to `b255d93`. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.20.7-alpine&new-version=1.20.7-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
dependabot[bot]
|
4e731ed23f
|
feat(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#4233)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.10.0 to 0.11.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
1d189e7a59
|
feat(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#4235)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.12.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
b76c3ddb1f
|
feat(deps): bump github.com/xanzy/go-gitlab from 0.89.0 to 0.90.0 (#4232)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.89.0 to 0.90.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
1cf6390eb1
|
feat(deps): bump github.com/disgoorg/disgo from 0.16.7 to 0.16.8 (#4234)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.16.7 to 0.16.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/disgoorg/disgo/releases">github.com/disgoorg/disgo's releases</a>.</em></p> <blockquote> <h2>v0.16.8 - Media Channels</h2> <h2>What's Changed</h2> <ul> <li>Add Media Channels by <a href="https://github.com/mlnrDev"><code>@mlnrDev</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/285">disgoorg/disgo#285</a></li> <li>Add avatar decorations by <a href="https://github.com/mlnrDev"><code>@mlnrDev</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/217">disgoorg/disgo#217</a></li> <li>Add onboarding updates by <a href="https://github.com/mlnrDev"><code>@mlnrDev</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/267">disgoorg/disgo#267</a></li> <li>Add <code>RoleFlags</code> by <a href="https://github.com/mlnrDev"><code>@mlnrDev</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/287">disgoorg/disgo#287</a></li> <li>Add <code>AttachmentFlags</code> by <a href="https://github.com/mlnrDev"><code>@mlnrDev</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/288">disgoorg/disgo#288</a></li> <li>Add <code>MessageAuthorID</code> to reaction add events by <a href="https://github.com/mlnrDev"><code>@mlnrDev</code></a> in <a href=" |
||
dependabot[bot]
|
07c1440b62
|
feat(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 (#4236)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.11.0 to 0.12.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
e7ceead889
|
test: fix
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
Carlos Alexandro Becker
|
03622ab59c
|
chore: schema update | ||
Carlos Alexandro Becker
|
bbe2ee7bfb
|
refactor: properly annotate deprecated options
Removed unused, deprecated stuff. |
||
dependabot[bot]
|
b242ed0fb7
|
feat(deps): bump github.com/google/go-containerregistry from 0.15.2 to 0.16.1 (#4229)
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.15.2 to 0.16.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-containerregistry/releases">github.com/google/go-containerregistry's releases</a>.</em></p> <blockquote> <h2>v0.16.1</h2> <p>Release is broken due to goreleaser error, 0.16.1 has the fix</p> <h2>What's Changed</h2> <ul> <li>bump deps using ./hack/bump-deps.sh by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1702">google/go-containerregistry#1702</a></li> <li>Allow crane to export schema 1 images by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1704">google/go-containerregistry#1704</a></li> <li>fixed a goroutine leak by <a href="https://github.com/ktarplee"><code>@ktarplee</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1705">google/go-containerregistry#1705</a></li> <li>retry HTTP 522 errors by default by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1707">google/go-containerregistry#1707</a></li> <li>Limit size of manifest by <a href="https://github.com/AdamKorcz"><code>@AdamKorcz</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1711">google/go-containerregistry#1711</a></li> <li>Add crane auth token by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1709">google/go-containerregistry#1709</a></li> <li>Bump codecov/codecov-action from 3.1.3 to 3.1.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1710">google/go-containerregistry#1710</a></li> <li>Pass scopes through crane auth token by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1713">google/go-containerregistry#1713</a></li> <li>fix: add bounds checking to addendum layer mutations to prevent panic by <a href="https://github.com/aaron-prindle"><code>@aaron-prindle</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1715">google/go-containerregistry#1715</a></li> <li>Surface better error messages in crane index by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1722">google/go-containerregistry#1722</a></li> <li>crane: add missing name option in crane index commands by <a href="https://github.com/HubertZhang"><code>@HubertZhang</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1723">google/go-containerregistry#1723</a></li> <li>crane: Respect cmd.OutOrStdout by <a href="https://github.com/kyleconroy"><code>@kyleconroy</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1728">google/go-containerregistry#1728</a></li> <li>Make ErrSchema1 checkable via errors.Is() by <a href="https://github.com/Laitr0n"><code>@Laitr0n</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1721">google/go-containerregistry#1721</a></li> <li>Don't load into daemon if the image already exists by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1724">google/go-containerregistry#1724</a></li> <li>add --blobs-to-disk to 'crane registry serve' by <a href="https://github.com/imjasonh"><code>@imjasonh</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1731">google/go-containerregistry#1731</a></li> <li>Correct crane registry help text by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1732">google/go-containerregistry#1732</a></li> <li>Allow concurrent blob Sets, use RWMutex by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1733">google/go-containerregistry#1733</a></li> <li>Use RWLock, limit scope of locking, write digest first by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1734">google/go-containerregistry#1734</a></li> <li>Let the filesystem handle atomicity by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1735">google/go-containerregistry#1735</a></li> <li>Don't try cross-origin mounting against dockerhub by <a href="https://github.com/jonjohnsonjr"><code>@jonjohnsonjr</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1743">google/go-containerregistry#1743</a></li> <li>Drop localhost to support crane registry serve in a container by <a href="https://github.com/mattmoor"><code>@mattmoor</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1746">google/go-containerregistry#1746</a></li> <li>Return OCI Index content-type for referrers response by <a href="https://github.com/jdolitsky"><code>@jdolitsky</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/1762">google/go-containerregistry#1762</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/AdamKorcz"><code>@AdamKorcz</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/1711">google/go-containerregistry#1711</a></li> <li><a href="https://github.com/HubertZhang"><code>@HubertZhang</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/1723">google/go-containerregistry#1723</a></li> <li><a href="https://github.com/kyleconroy"><code>@kyleconroy</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/1728">google/go-containerregistry#1728</a></li> <li><a href="https://github.com/Laitr0n"><code>@Laitr0n</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/1721">google/go-containerregistry#1721</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/go-containerregistry/compare/v0.15.2...v0.16.1">https://github.com/google/go-containerregistry/compare/v0.15.2...v0.16.1</a></p> <h3>Container Images</h3> <p><a href="https://gcr.io/go-containerregistry/crane:v0.16.1">https://gcr.io/go-containerregistry/crane:v0.16.1</a> <a href="https://gcr.io/go-containerregistry/gcrane:v0.16.1">https://gcr.io/go-containerregistry/gcrane:v0.16.1</a></p> <p>For example:</p> <pre><code>docker pull gcr.io/go-containerregistry/crane:v0.16.1 docker pull gcr.io/go-containerregistry/gcrane:v0.16.1 </code></pre> <h2>v0.16.0</h2> <p>Release is broken due to goreleaser error, 0.16.1 has the fix</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Carlos Alexandro Becker
|
9e5d6458b3
|
build: improve archive name_template | ||
Carlos Alexandro Becker
|
635b051ad5
|
docs: fix migration example | ||
Boshi Lian
|
65544aeec0
|
fix: docker respects builds binary file paths (#4218)
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> `docker` packaging does not honor the path structure defined in builds/binary it copies all binaries to temp docker build folder this PR fixes the behavior and make it same as `archive` for example ``` builds: - id: xxx binary: plugins/xxx ``` before: ``` /tmp/goreleaserdocker2210262014/xxx ``` after: ``` /tmp/goreleaserdocker2210262014/plugins/xxx ``` <!-- If applied, this commit will... --> <!-- Why is this change being made? --> <!-- # Provide links to any relevant tickets, URLs or other resources --> |
||
Carlos Alexandro Becker
|
d0a86edd90
|
feat(snapcraft): allow to disable (#4228)
allows to disable a snapcraft configuration based on a template, e.g. if snapshot, nightly, etc |