Skip to content

Conversation

jdoss
Copy link
Contributor

@jdoss jdoss commented Nov 18, 2024

This adds support for signing RPM and Deb packages and uploading them to GCP Artifact Registry. It also changes the RPM and Deb file name format to use the ConventionalFileName macro in GoReleaser.

@jdoss jdoss requested review from dopey and tashian November 18, 2024 17:36
@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Nov 18, 2024
@hslatman hslatman added this to the v0.28.1 milestone Nov 19, 2024
@hslatman
Copy link
Member

  • If it works, do KMS plugin too
  • Announce in release notes, docs

dopey
dopey previously approved these changes Nov 19, 2024
@jdoss jdoss merged commit f88a136 into master Nov 19, 2024
13 checks passed
@jdoss jdoss deleted the jdoss/repos branch November 19, 2024 21:01
liujed pushed a commit to liujed/caddy-dns01proxy that referenced this pull request Jun 7, 2025
Bumps
[github.com/smallstep/certificates](https://github.com/smallstep/certificates)
from 0.26.1 to 0.28.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/smallstep/certificates/releases">github.com/smallstep/certificates's
releases</a>.</em></p>
<blockquote>
<h2>Step CA v0.28.3 (25-03-18)</h2>
<h2>Official Release Artifacts</h2>
<h4>Linux</h4>
<ul>
<li>📦 <a
href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.3/step-ca_linux_0.28.3_amd64.tar.gz">step-ca_linux_0.28.3_amd64.tar.gz</a></li>
<li>📦 <a
href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.3/step-ca_0.28.3-1_amd64.deb">step-ca_0.28.3-1_amd64.deb</a></li>
<li>📦 <a
href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.3/step-ca-0.28.3-1.x86_64.rpm">step-ca-0.28.3-1.x86_64.rpm</a></li>
<li>📦 <a
href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.3/step-ca_0.28.3-1_arm64.deb">step-ca_0.28.3-1_arm64.deb</a></li>
<li>📦 <a
href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.3/step-ca-0.28.3-1.aarch64.rpm">step-ca-0.28.3-1.aarch64.rpm</a></li>
</ul>
<h4>OSX Darwin</h4>
<ul>
<li>📦 <a
href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.3/step-ca_darwin_0.28.3_amd64.tar.gz">step-ca_darwin_0.28.3_amd64.tar.gz</a></li>
<li>📦 <a
href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.3/step-ca_darwin_0.28.3_arm64.tar.gz">step-ca_darwin_0.28.3_arm64.tar.gz</a></li>
</ul>
<h4>Windows</h4>
<ul>
<li>📦 <a
href="https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.28.3/step-ca_windows_0.28.3_amd64.zip">step-ca_windows_0.28.3_amd64.zip</a></li>
</ul>
<p>For more builds across platforms and architectures, see the
<code>Assets</code> section below.
And for packaged versions (Docker, k8s, Homebrew), see our <a
href="https://smallstep.com/docs/step-ca/installation">installation
docs</a>.</p>
<p>Don't see the artifact you need? Open an issue <a
href="https://github.com/smallstep/certificates/issues/new/choose">here</a>.</p>
<h2>Signatures and Checksums</h2>
<p><code>step-ca</code> uses <a
href="https://github.com/sigstore/cosign">sigstore/cosign</a> for
signing and verifying release artifacts.</p>
<p>Below is an example using <code>cosign</code> to verify a release
artifact:</p>
<pre><code>cosign verify-blob \
  --certificate step-ca_darwin_0.28.3_amd64.tar.gz.sig.pem \
  --signature step-ca_darwin_0.28.3_amd64.tar.gz.sig \
--certificate-identity-regexp
&quot;https://github\.com/smallstep/workflows/.*&quot; \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
  step-ca_darwin_0.28.3_amd64.tar.gz
</code></pre>
<p>The <code>checksums.txt</code> file (in the <code>Assets</code>
section below) contains a checksum for every artifact in the
release.</p>
<h2>Changelog</h2>
<ul>
<li>0cf1c5688708ec4a910c007d7f151c617b722268 empty commit</li>
<li>78745ba9ff05d489f4bb95789f163217818adf26 empty commit (<a
href="https://redirect.github.com/smallstep/certificates/issues/2216">#2216</a>)</li>
</ul>
<h2>Thanks!</h2>
<p>Those were the changes on v0.28.3!</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/smallstep/certificates/blob/master/CHANGELOG.md">github.com/smallstep/certificates's
changelog</a>.</em></p>
<blockquote>
<h2>[0.28.3] - 2025-03-17</h2>
<ul>
<li>dependabot updates</li>
</ul>
<h2>[0.28.2] - 2025-02-20</h2>
<h3>Added</h3>
<ul>
<li><code>smallstep/certificates#2113</code></li>
<li><code>smallstep/certificates#2114</code></li>
<li><code>smallstep/certificates#2124</code></li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>smallstep/certificates#2098</code><a
href="https://redirect.github.com/smallstep/certificates/issues/2103">smallstep/certificates#2103</a>,
<a
href="https://redirect.github.com/smallstep/certificates/issues/2104">smallstep/certificates#2104</a>)
<ul>
<li>For example, replacing http.DefaultTransport clone in provisioner
webhook business logic.</li>
</ul>
</li>
</ul>
<h2>[0.28.1] - 2024-11-19</h2>
<h3>Added</h3>
<ul>
<li><code>smallstep/certificates#2065</code></li>
<li><code>smallstep/certificates#2066</code><a
href="https://redirect.github.com/smallstep/certificates/issues/2069">smallstep/certificates#2069</a>)</li>
<li><code>smallstep/certificates#2076</code></li>
<li><code>smallstep/certificates#2077</code></li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>smallstep/certificates#2076</code></li>
</ul>
<h2>[0.28.0] - 2024-10-29</h2>
<h3>Added</h3>
<ul>
<li><code>smallstep/certificates#2045</code></li>
</ul>
<h3>Changed</h3>
<ul>
<li>For IID provisioners with disableCustomSANs set to true, validate
that the
requested DNS names are a subset of the allowed DNS names (based on the
IID token),
<code>smallstep/certificates#2044</code></li>
</ul>
<h2>[0.27.5] - 2024-10-17</h2>
<h3>Added</h3>
<ul>
<li><code>smallstep/certificates#2002</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/smallstep/certificates/commit/0cf1c5688708ec4a910c007d7f151c617b722268"><code>0cf1c56</code></a>
empty commit</li>
<li><a
href="https://github.com/smallstep/certificates/commit/78745ba9ff05d489f4bb95789f163217818adf26"><code>78745ba</code></a>
empty commit (<a
href="https://redirect.github.com/smallstep/certificates/issues/2216">#2216</a>)</li>
<li><a
href="https://github.com/smallstep/certificates/commit/dfdb7795b41a19772acb0cd9856ddb93a0391f77"><code>dfdb779</code></a>
Changelog for v0.28.3 (<a
href="https://redirect.github.com/smallstep/certificates/issues/2215">#2215</a>)</li>
<li><a
href="https://github.com/smallstep/certificates/commit/d17e2c586d61ff5ae402930478d872ab7b8489a8"><code>d17e2c5</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/certificates/issues/2214">#2214</a>
from smallstep/dependabot/go_modules/github.com/ccov...</li>
<li><a
href="https://github.com/smallstep/certificates/commit/4865fdb85c262db33eab462f7aef5a4f66cd9d18"><code>4865fdb</code></a>
Bump github.com/ccoveille/go-safecast from 1.5.0 to 1.6.0</li>
<li><a
href="https://github.com/smallstep/certificates/commit/ac9048d6b1bc95cf92b47019ac42509e6d9ddfdb"><code>ac9048d</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/certificates/issues/2212">#2212</a>
from smallstep/dependabot/go_modules/cloud.google.co...</li>
<li><a
href="https://github.com/smallstep/certificates/commit/450a35037bb21f9af9d0b508b7af831ff66a2e09"><code>450a350</code></a>
Bump cloud.google.com/go/security from 1.18.3 to 1.18.4</li>
<li><a
href="https://github.com/smallstep/certificates/commit/7afff07965487b4dd2e7cbea0674039db9e8e533"><code>7afff07</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/certificates/issues/2213">#2213</a>
from smallstep/dependabot/go_modules/github.com/core...</li>
<li><a
href="https://github.com/smallstep/certificates/commit/fa6fd96636eea8efd062fd36a24f0d8e93addb88"><code>fa6fd96</code></a>
Merge pull request <a
href="https://redirect.github.com/smallstep/certificates/issues/2210">#2210</a>
from smallstep/dependabot/go_modules/cloud.google.co...</li>
<li><a
href="https://github.com/smallstep/certificates/commit/67aadedf2f3251c4410ae42971c0cd3d9404d67b"><code>67aaded</code></a>
Bump github.com/coreos/go-oidc/v3 from 3.12.0 to 3.13.0</li>
<li>Additional commits viewable in <a
href="https://github.com/smallstep/certificates/compare/v0.26.1...v0.28.3">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs triage Waiting for discussion / prioritization by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants