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

chore(deps): update module github.com/aptible/supercronic to v0.2.29 #48

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aptible/supercronic v0.2.28 -> v0.2.29 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aptible/supercronic (github.com/aptible/supercronic)

v0.2.29

Compare Source

What's Changed

New Contributors

Full Changelog: aptible/supercronic@v0.2.28...v0.2.29

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.29/supercronic-linux-amd64 \
    SUPERCRONIC=supercronic-linux-amd64 \
    SUPERCRONIC_SHA1SUM=cd48d45c4b10f3f0bfdd3a57d054cd05ac96812b

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.29/supercronic-linux-386 \
    SUPERCRONIC=supercronic-linux-386 \
    SUPERCRONIC_SHA1SUM=3436985298ce241d7d9477eb9eab164b582717a8

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.

### Latest releases available at https://github.com/aptible/supercronic/releases
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-arm \
    SUPERCRONIC=supercronic-linux-arm \
    SUPERCRONIC_SHA1SUM=75e065bf0909f920b06d5bd797c0e6b31e68b112

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-arm64

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

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.29/supercronic-linux-arm64 \
    SUPERCRONIC=supercronic-linux-arm64 \
    SUPERCRONIC_SHA1SUM=512f6736450c56555e01b363144c3c9d23abed4c

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner July 21, 2023 18:43
@renovate renovate bot enabled auto-merge (rebase) July 21, 2023 18:43
@renovate renovate bot force-pushed the renovate/github.com-aptible-supercronic-0.x branch 3 times, most recently from 1af230b to 76f642b Compare October 10, 2023 22:59
@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@924908c). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage        ?   82.23%           
=======================================
  Files           ?        7           
  Lines           ?      259           
  Branches        ?        0           
=======================================
  Hits            ?      213           
  Misses          ?       33           
  Partials        ?       13           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot changed the title chore(deps): update module github.com/aptible/supercronic to v0.2.26 chore(deps): update module github.com/aptible/supercronic to v0.2.27 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-aptible-supercronic-0.x branch from 76f642b to 95e2c7a Compare October 18, 2023 17:02
@renovate renovate bot changed the title chore(deps): update module github.com/aptible/supercronic to v0.2.27 chore(deps): update module github.com/aptible/supercronic to v0.2.28 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-aptible-supercronic-0.x branch from 95e2c7a to 1f61314 Compare November 27, 2023 16:18
@renovate renovate bot force-pushed the renovate/github.com-aptible-supercronic-0.x branch from 1f61314 to f9ef492 Compare December 11, 2023 11:28
@renovate renovate bot changed the title chore(deps): update module github.com/aptible/supercronic to v0.2.28 chore(deps): update module github.com/aptible/supercronic to v0.2.28 - autoclosed Dec 12, 2023
@renovate renovate bot closed this Dec 12, 2023
auto-merge was automatically disabled December 12, 2023 10:52

Pull request was closed

@renovate renovate bot deleted the renovate/github.com-aptible-supercronic-0.x branch December 12, 2023 10:52
@renovate renovate bot restored the renovate/github.com-aptible-supercronic-0.x branch December 16, 2023 01:17
@renovate renovate bot changed the title chore(deps): update module github.com/aptible/supercronic to v0.2.28 - autoclosed chore(deps): update module github.com/aptible/supercronic to v0.2.28 Dec 16, 2023
@renovate renovate bot reopened this Dec 16, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-aptible-supercronic-0.x branch from f9ef492 to e3f780c Compare December 16, 2023 01:17
@renovate renovate bot changed the title chore(deps): update module github.com/aptible/supercronic to v0.2.28 chore(deps): update module github.com/aptible/supercronic to v0.2.29 Dec 16, 2023
@Thibaut-gauvin Thibaut-gauvin merged commit d3e09e0 into main Mar 14, 2024
3 checks passed
@Thibaut-gauvin Thibaut-gauvin deleted the renovate/github.com-aptible-supercronic-0.x branch March 14, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants