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

fix(deps): update module github.com/aptible/supercronic to v0.2.30 #1812

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aptible/supercronic v0.2.29 -> v0.2.30 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.30

Compare Source

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.30/supercronic-linux-amd64 \
    SUPERCRONIC=supercronic-linux-amd64 \
    SUPERCRONIC_SHA1SUM=9f27ad28c5c57cd133325b2a66bba69ba2235799

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.30/supercronic-linux-386 \
    SUPERCRONIC=supercronic-linux-386 \
    SUPERCRONIC_SHA1SUM=39dc60152d73bd07da08b8f553eded0204d2e33c

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.30/supercronic-linux-arm \
    SUPERCRONIC=supercronic-linux-arm \
    SUPERCRONIC_SHA1SUM=9375e13dab716bab9f325de4a9145b482145f5e7

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.30/supercronic-linux-arm64 \
    SUPERCRONIC=supercronic-linux-arm64 \
    SUPERCRONIC_SHA1SUM=d5e02aa760b3d434bc7b991777aa89ef4a503e49

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 - "after 8am on Monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Pull requests that update a dependency file label Jun 17, 2024
@renovate renovate bot requested a review from a team as a code owner June 17, 2024 18:31
@renovate renovate bot added the go Pull requests that update Go code label Jun 17, 2024
Copy link
Contributor Author

renovate bot commented Jun 17, 2024

ℹ Artifact update notice

File name: orchestrator/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/prometheus/client_golang v1.19.0 -> v1.19.1

@ramizpolic ramizpolic self-assigned this Jun 18, 2024
@ramizpolic
Copy link
Member

ramizpolic commented Jun 18, 2024

Requires bumping go version to 1.22.4 #1816

@renovate renovate bot force-pushed the renovate/git.luolix.top-aptible-supercronic-0.x branch from c7e64bc to 992f7b7 Compare June 21, 2024 11:27

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/git.luolix.top-aptible-supercronic-0.x branch from 992f7b7 to 0431a23 Compare June 24, 2024 15:52
Copy link

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1812-ae1bada46fc2d808c371109ce0cad933eda5a2e3
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1812-ae1bada46fc2d808c371109ce0cad933eda5a2e3
  • ghcr.io/openclarity/vmclarity-cr-discovery-server-dev:pr1812-ae1bada46fc2d808c371109ce0cad933eda5a2e3
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1812-ae1bada46fc2d808c371109ce0cad933eda5a2e3
  • ghcr.io/openclarity/vmclarity-plugin-kics-dev:pr1812-ae1bada46fc2d808c371109ce0cad933eda5a2e3
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1812-ae1bada46fc2d808c371109ce0cad933eda5a2e3
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1812-ae1bada46fc2d808c371109ce0cad933eda5a2e3

@ramizpolic ramizpolic added this pull request to the merge queue Jun 24, 2024
Merged via the queue into main with commit 9bb7ab9 Jun 24, 2024
42 checks passed
@ramizpolic ramizpolic deleted the renovate/git.luolix.top-aptible-supercronic-0.x branch June 24, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked 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

1 participant