Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/aptible/supercronic from 0.2.2 to 0.2.24 #275

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2023

Bumps github.com/aptible/supercronic from 0.2.2 to 0.2.24.

Release notes

Sourced from github.com/aptible/supercronic's releases.

v0.2.24

What's Changed

Full Changelog: aptible/supercronic@v0.2.23...v0.2.24

Installation Instructions

supercronic-linux-amd64

Add the following stanza to your Dockerfile to install supercronic-linux-amd64.

You will need to install curl beforehand.

# Latest releases available at https://github.com/aptible/supercronic/releases
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.24/supercronic-linux-amd64 \
    SUPERCRONIC=supercronic-linux-amd64 \
    SUPERCRONIC_SHA1SUM=6817299e04457e5d6ec4809c72ee13a43e95ba41

RUN curl -fsSLO "$SUPERCRONIC_URL"
&& echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c -
&& chmod +x "$SUPERCRONIC"
&& mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}"
&& ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic

supercronic-linux-386

Add the following stanza to your Dockerfile to install supercronic-linux-386.

You will need to install curl beforehand.

# Latest releases available at https://github.com/aptible/supercronic/releases
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.24/supercronic-linux-386 \
    SUPERCRONIC=supercronic-linux-386 \
    SUPERCRONIC_SHA1SUM=f1e1317fee6ebf610252c6ea77d8e44af67c93d6

RUN curl -fsSLO "$SUPERCRONIC_URL"
&& echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c -
&& chmod +x "$SUPERCRONIC"
&& mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}"
&& ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic

supercronic-linux-arm

Add the following stanza to your Dockerfile to install supercronic-linux-arm.

You will need to install curl beforehand.

</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/aptible/supercronic](https://github.com/aptible/supercronic) from 0.2.2 to 0.2.24.
- [Release notes](https://github.com/aptible/supercronic/releases)
- [Commits](aptible/supercronic@v0.2.2...v0.2.24)

---
updated-dependencies:
- dependency-name: github.com/aptible/supercronic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 26, 2023 05:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 26, 2023
@ghost ghost enabled auto-merge April 26, 2023 08:36
@ghost
Copy link

ghost commented Apr 26, 2023

@dependabot rebase

@ghost ghost added this pull request to the merge queue Apr 26, 2023
Merged via the queue into main with commit 794b8bc Apr 26, 2023
@ghost ghost deleted the dependabot/go_modules/github.com/aptible/supercronic-0.2.24 branch April 26, 2023 08:58
fishkerez pushed a commit that referenced this pull request May 1, 2023
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[github.com/aptible/supercronic](https://github.com/aptible/supercronic)
from 0.2.2 to 0.2.24.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aptible/supercronic/releases">github.com/aptible/supercronic's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.24</h2>
<h1>What's Changed</h1>
<ul>
<li>fix(deps): update golang.org/x/sys by <a
href="https://github.com/neurosnap"><code>@​neurosnap</code></a> in <a
href="https://github.com/aptible/supercronic/pull/127">aptible/supercronic#127</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aptible/supercronic/compare/v0.2.23...v0.2.24">https://github.com/aptible/supercronic/compare/v0.2.23...v0.2.24</a></p>
<h1>Installation Instructions</h1>
<h2>supercronic-linux-amd64</h2>
<p>Add the following stanza to your Dockerfile to install
<code>supercronic-linux-amd64</code>.</p>
<p>You will need to install <code>curl</code> beforehand.</p>
<pre><code># Latest releases available at
https://github.com/aptible/supercronic/releases
ENV
SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.24/supercronic-linux-amd64
\
    SUPERCRONIC=supercronic-linux-amd64 \
    SUPERCRONIC_SHA1SUM=6817299e04457e5d6ec4809c72ee13a43e95ba41
<p>RUN curl -fsSLO &quot;$SUPERCRONIC_URL&quot; <br />
&amp;&amp; echo &quot;${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}&quot; |
sha1sum -c - <br />
&amp;&amp; chmod +x &quot;$SUPERCRONIC&quot; <br />
&amp;&amp; mv &quot;$SUPERCRONIC&quot;
&quot;/usr/local/bin/${SUPERCRONIC}&quot; <br />
&amp;&amp; ln -s &quot;/usr/local/bin/${SUPERCRONIC}&quot;
/usr/local/bin/supercronic
</code></pre></p>
<h2>supercronic-linux-386</h2>
<p>Add the following stanza to your Dockerfile to install
<code>supercronic-linux-386</code>.</p>
<p>You will need to install <code>curl</code> beforehand.</p>
<pre><code># Latest releases available at
https://github.com/aptible/supercronic/releases
ENV
SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.24/supercronic-linux-386
\
    SUPERCRONIC=supercronic-linux-386 \
    SUPERCRONIC_SHA1SUM=f1e1317fee6ebf610252c6ea77d8e44af67c93d6
<p>RUN curl -fsSLO &quot;$SUPERCRONIC_URL&quot; <br />
&amp;&amp; echo &quot;${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}&quot; |
sha1sum -c - <br />
&amp;&amp; chmod +x &quot;$SUPERCRONIC&quot; <br />
&amp;&amp; mv &quot;$SUPERCRONIC&quot;
&quot;/usr/local/bin/${SUPERCRONIC}&quot; <br />
&amp;&amp; ln -s &quot;/usr/local/bin/${SUPERCRONIC}&quot;
/usr/local/bin/supercronic
</code></pre></p>
<h2>supercronic-linux-arm</h2>
<p>Add the following stanza to your Dockerfile to install
<code>supercronic-linux-arm</code>.</p>
<p>You will need to install <code>curl</code> beforehand.</p>
<pre><code>&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aptible/supercronic/commit/d3f7883ee67edbff981c19f0a4c82485fea021b4"><code>d3f7883</code></a>
fix(deps): update golang.org/x/sys (<a
href="https://github.com/aptible/supercronic/issues/127">#127</a>)</li>
<li><a
href="https://github.com/aptible/supercronic/commit/10103b6a457fb250f773f0f2bfea3f2daa6b1b3e"><code>10103b6</code></a>
Bump to current Go version. (<a
href="https://github.com/aptible/supercronic/issues/125">#125</a>)</li>
<li><a
href="https://github.com/aptible/supercronic/commit/5bc29852b41a121748e9f931be09c903ca36db3f"><code>5bc2985</code></a>
Merge pull request <a
href="https://github.com/aptible/supercronic/issues/121">#121</a>
from joeclayallday/patch-1</li>
<li><a
href="https://github.com/aptible/supercronic/commit/47a6f9e653caf66c0fd9dc589b856a61c6f6078c"><code>47a6f9e</code></a>
Update README.md</li>
<li><a
href="https://github.com/aptible/supercronic/commit/c3b077eab30698b8be1e7e83ee1b1f01f0716a26"><code>c3b077e</code></a>
Update README.md</li>
<li><a
href="https://github.com/aptible/supercronic/commit/a8e50f316c91a93db4303b07532f7abbc25c5a35"><code>a8e50f3</code></a>
Update README.md</li>
<li><a
href="https://github.com/aptible/supercronic/commit/0322e2dd010ec2f491c47b43753c1798b2b51858"><code>0322e2d</code></a>
Update README.md</li>
<li><a
href="https://github.com/aptible/supercronic/commit/4ceac9bccfd9a4a163dea35e80f0df332a26ac86"><code>4ceac9b</code></a>
Update README.md</li>
<li><a
href="https://github.com/aptible/supercronic/commit/a073589d82d834989cfb05e47c11623378db4485"><code>a073589</code></a>
Create SECURITY.md</li>
<li>See full diff in <a
href="https://github.com/aptible/supercronic/compare/v0.2.2...v0.2.24">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aptible/supercronic&package-manager=go_modules&previous-version=0.2.2&new-version=0.2.24)](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>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants