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 all non-major dependencies #74

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action digest b4ffde6 -> 692973e
actions/setup-go action digest 0c52d54 -> 0a12ed9
alpine final minor 3.19 -> 3.20 age adoption passing confidence
codecov/codecov-action action digest 8450866 -> e28ff12
github.com/go-vela/sdk-go require minor v0.23.3 -> v0.24.0 age adoption passing confidence
github.com/go-vela/types require minor v0.23.3 -> v0.24.0 age adoption passing confidence
github.com/urfave/cli/v2 require patch v2.27.1 -> v2.27.2 age adoption passing confidence
github/codeql-action action digest df5a14d -> 2d79040
reviewdog/action-golangci-lint action digest 00311c2 -> 7708105

Release Notes

go-vela/sdk-go (github.com/go-vela/sdk-go)

v0.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-vela/sdk-go@v0.23.2...v0.24.0

go-vela/types (github.com/go-vela/types)

v0.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-vela/types@v0.23.3...v0.24.0

urfave/cli (github.com/urfave/cli/v2)

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 17, 2024 14:21
@renovate renovate bot added the dependencies Indicates a change to dependencies label Apr 17, 2024
@renovate renovate bot changed the title chore(deps): update github/codeql-action digest to c7f9125 chore(deps): update all non-major dependencies Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 67373d6 to bb66f08 Compare April 27, 2024 15:13
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 1c97da3 to a5380bb Compare May 2, 2024 16:03
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 046f517 to b2ec6f2 Compare May 14, 2024 16:43
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from e120dcc to 6a9f217 Compare May 22, 2024 21:04
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 247fe5c to 3902c5a Compare June 4, 2024 23:45
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: 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):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.22.5
github.com/cpuguy83/go-md2man/v2 v2.0.2 -> v2.0.4
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 -> v0.0.0-20240312152122-5f08fbb34913

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 1c7c050 to 3da8f43 Compare June 15, 2024 15:01
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 3c68c5e to 1bf1a03 Compare June 24, 2024 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 1bf1a03 to cbd69da Compare June 28, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 182a450 to e194e57 Compare July 12, 2024 10:45
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from e194e57 to 7f01894 Compare July 18, 2024 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 7f01894 to ef49dc2 Compare July 19, 2024 17:42
Copy link
Contributor Author

renovate bot commented Jul 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (aad5ba3) to head (1d3dc71).

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##           main     #74    +/-   ##
=====================================
  Coverage      0   0.00%            
=====================================
  Files         0       9     +9     
  Lines         0     292   +292     
=====================================
- Misses        0     292   +292     
Files Coverage Δ
cmd/vela-build-summary/build.go 0.00% <0.00%> (ø)
cmd/vela-build-summary/table.go 0.00% <0.00%> (ø)

... and 7 files with indirect coverage changes

Copy link
Member

@wass3rw3rk wass3rw3rk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noted a couple of minor things that we should address, can be separate PR though, hence just a comment.

@@ -13,10 +13,10 @@ jobs:

steps:
- name: clone
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use exact version in comments like we do on core repos: https://github.com/go-vela/server/blob/9bb4acca095dc88f92c48dd45f9bdd587740115b/.github/workflows/build.yml#L16 (for all the actions)

@@ -4,7 +4,7 @@
## docker build --no-cache --target certs -t vela-build-summary:certs . ##
################################################################################

FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as certs
FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as certs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

include minor version in docker image reference.. example alpine:3.20.1@...

@timhuynh94 timhuynh94 merged commit 8eb77ee into main Jul 23, 2024
10 of 12 checks passed
@timhuynh94 timhuynh94 deleted the renovate/all-minor-patch-digest-pin branch July 23, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants