1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/pipe
dependabot[bot] 2d5cb60771
feat(deps): bump github.com/charmbracelet/keygen from 0.3.0 to 0.4.1 (#3932)
Bumps
[github.com/charmbracelet/keygen](https://github.com/charmbracelet/keygen)
from 0.3.0 to 0.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/charmbracelet/keygen/releases">github.com/charmbracelet/keygen's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.1</h2>
<h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li>ba5b3746062cbc051702c188911f44c1e2b5c986: fix: don't trim key path
(<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
</ul>
<hr />
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML
omitted --></p>
<p>Thoughts? Questions? We love hearing from you. Feel free to reach out
on <a href="https://twitter.com/charmcli">Twitter</a>, <a
href="https://mastodon.technology/@charm">The Fediverse</a>, or on <a
href="https://charm.sh/chat">Discord</a>.</p>
<h2>v0.4.0</h2>
<h1>Breaking Change</h1>
<ul>
<li>Keygen no longer appends the key type to the file path.</li>
<li>Use functional options to specify key type, passphrase, and other
options.</li>
<li><code>PrivateKeyPEM</code> is now <code>RawPrivateKey</code></li>
<li><code>RawProtectedPrivateKey</code> returns the password protected
PEM encoded private key.</li>
<li><code>PublicKey</code> is now <code>RawAuthorizedKey</code>.</li>
<li><code>AuthorizedKey</code> returns the authorized key stripped out
of comments and options (the ssh pubic key only).</li>
<li><code>PrivateKey</code> now returns the underlying
<code>crypto.PrivateKey</code></li>
<li>Use <code>Signer</code> to get an <code>ssh.Signer</code> from your
key pair.</li>
</ul>
<h2>Changelog</h2>
<h3>New Features</h3>
<ul>
<li>ab32d1ae447e5d74a47dd64ec2e75d0a827ccc9b: feat(ci): add workflows
and goreleaser (<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
<li>6ed037835403e5da4a2aa10e5c8568ff4a3bad41: feat: add more tests (<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
<li>37c7434ac69d79048521a7e4bfa0f9dfbb0c1f23: feat: bump dependencies
(<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
<li>8d80e760657463eda55e2f0c773ed3fe3b3e3b08: feat: return ssh.Signer
(<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
<li>6c0cbbb70022377d611d25d98836e016b2c145a5: feat: specify ECDSA
elliptic curve (<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>30d86a9582001686d63de3f79e4e90a7b6a62a9e: fix: update x/crypto (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/8">#8</a>)
(<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Documentation updates</h3>
<ul>
<li>eef068dedc6af24e8eda0c99db3a03c988b46cff: docs: new readme footer
(<a href="https://github.com/muesli"><code>@​muesli</code></a>)</li>
<li>f7556041d69b45aef018df2269d29e6d018ae6cc: docs: update example in
readme (<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
</ul>
<h3>Other work</h3>
<ul>
<li>472a463d0e8df9e768b350d75ee57a8c9baf69d6: ref: change api to expose
ssh.PublicKey and authorizd_key (<a
href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
</ul>
<hr />
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML
omitted --></p>
<p>Thoughts? Questions? We love hearing from you. Feel free to reach out
on <a href="https://twitter.com/charmcli">Twitter</a>, <a
href="https://mastodon.technology/@charm">The Fediverse</a>, or on <a
href="https://charm.sh/chat">Discord</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ba5b374606"><code>ba5b374</code></a>
fix: don't trim key path</li>
<li><a
href="6ed0378354"><code>6ed0378</code></a>
feat: add more tests</li>
<li><a
href="6c0cbbb700"><code>6c0cbbb</code></a>
feat: specify ECDSA elliptic curve</li>
<li><a
href="8d80e76065"><code>8d80e76</code></a>
feat: return ssh.Signer</li>
<li><a
href="3dbbf0ca45"><code>3dbbf0c</code></a>
chore: go mod tidy</li>
<li><a
href="37c7434ac6"><code>37c7434</code></a>
feat: bump dependencies</li>
<li><a
href="472a463d0e"><code>472a463</code></a>
ref: change api to expose ssh.PublicKey and authorizd_key</li>
<li><a
href="30d86a9582"><code>30d86a9</code></a>
fix: update x/crypto (<a
href="https://redirect.github.com/charmbracelet/keygen/issues/8">#8</a>)</li>
<li><a
href="eef068dedc"><code>eef068d</code></a>
docs: new readme footer</li>
<li><a
href="f7556041d6"><code>f755604</code></a>
docs: update example in readme</li>
<li>Additional commits viewable in <a
href="https://github.com/charmbracelet/keygen/compare/v0.3.0...v0.4.1">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-04-23 14:21:33 -03:00
..
announce test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
archive fix: use git-archive under the hood (#3904) 2023-04-07 22:53:15 -03:00
artifactory test: improve file not found checkings (#3831) 2023-03-04 12:16:26 -03:00
aur feat(deps): bump github.com/charmbracelet/keygen from 0.3.0 to 0.4.1 (#3932) 2023-04-23 14:21:33 -03:00
before test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
blob feat: blobs.disable (#3884) 2023-03-23 08:59:04 -03:00
brew feat: allow to PR homebrew taps (#3903) 2023-04-06 22:58:06 -03:00
build fix: many linting issues 2023-03-19 22:17:18 -03:00
changelog feat: allow to PR homebrew taps (#3903) 2023-04-06 22:58:06 -03:00
checksums test: improve file not found checkings (#3831) 2023-03-04 12:16:26 -03:00
chocolatey fix: many linting issues 2023-03-19 22:17:18 -03:00
custompublishers test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
defaults test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
discord feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
dist test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
docker fix: improve docker error handling (#3942) 2023-04-13 13:56:56 -03:00
effectiveconfig test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
env feat: add force_token to config (#3936) 2023-04-23 13:53:45 -03:00
git refactor: remove unused function 2023-03-29 13:25:26 -03:00
gomod test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
ko feat(deps): bump github.com/google/ko from 0.12.0 to 0.13.0 (#3880) 2023-03-29 14:38:57 -03:00
krew feat: allow to pr krew plugin manifests (#3915) 2023-04-07 11:48:35 -03:00
linkedin feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
mastodon feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
mattermost feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
metadata fix: many linting issues 2023-03-19 22:17:18 -03:00
milestone test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
nfpm fix(nfpm): Add extension to produced artifacts (#3940) 2023-04-13 11:42:58 -03:00
opencollective feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
prebuild fix: template main with gomod.proxy (#2834) 2022-01-14 10:33:11 -03:00
project feat: infer package name from go.mod (#3827) 2023-03-03 09:50:02 -03:00
publish test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
reddit feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
release test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
sbom feat: add healthcheck cmd (#3826) 2023-03-03 09:50:15 -03:00
scoop feat: allow to pr scoop manifests (#3916) 2023-04-07 11:48:49 -03:00
semver test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
sign fix: improve gpg.program detection, add more tests 2023-03-29 13:23:23 -03:00
slack feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
smtp feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
snapcraft fix: many linting issues 2023-03-19 22:17:18 -03:00
snapshot test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
sourcearchive test: ensure utf-8 sources/archives filenames work properly (#3925) 2023-04-15 15:48:14 -03:00
teams feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
telegram feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
twitter feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
universalbinary refactor: pipe.Skipf 2023-03-22 23:49:48 -03:00
upload refactor: fix redundant net/http import (#3897) 2023-03-30 08:54:52 -03:00
webhook feat(deps): update caarlos0/env to v8 2023-04-07 01:50:09 +00:00
pipe_test.go
pipe.go refactor: pipe.Skipf 2023-03-22 23:49:48 -03:00