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 deps (patch) #603

Merged
merged 2 commits into from
Apr 28, 2022
Merged

fix(deps): update deps (patch) #603

merged 2 commits into from
Apr 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis/v8 require patch v8.11.4 -> v8.11.5
github.com/golang-jwt/jwt/v4 require patch v4.4.0 -> v4.4.1
github.com/google/go-cmp require patch v0.5.7 -> v0.5.8
github.com/hashicorp/go-retryablehttp require patch v0.7.0 -> v0.7.1
github.com/spf13/afero require patch v1.8.1 -> v1.8.2
gorm.io/driver/postgres require patch v1.3.1 -> v1.3.5
gorm.io/driver/sqlite require patch v1.3.1 -> v1.3.2
gorm.io/gorm require patch v1.23.1 -> v1.23.5
k8s.io/apimachinery require patch v0.23.4 -> v0.23.6

Release Notes

go-redis/redis

v8.11.5

Compare Source

Please refer to CHANGELOG.md for details

golang-jwt/jwt

v4.4.1

Compare Source

What's Changed

Note, this release contains a Go module retraction for a prior release v4.4.0:

retract (
    v4.4.0 // Contains a backwards incompatible change to the Claims interface.
)

Full Changelog: golang-jwt/jwt@v4.4.0...v4.4.1

google/go-cmp

v0.5.8

Compare Source

Reporter changes:

  • (#​293) Fix printing of types in reporter output for interface and pointer types
  • (#​294) Use string formatting for slice of bytes in more circumstances

Dependency changes:

  • (#​292) Update minimum supported version to go1.13 and remove xerrors dependency
hashicorp/go-retryablehttp

v0.7.1

Compare Source

spf13/afero

v1.8.2

Compare Source

go-gorm/postgres

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

go-gorm/sqlite

v1.3.2

Compare Source

go-gorm/gorm

v1.23.5

Compare Source

v1.23.4

Compare Source

v1.23.3

Compare Source

v1.23.2

Compare Source

kubernetes/apimachinery

v0.23.6

Compare Source

v0.23.5

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot requested a review from a team as a code owner March 1, 2022 10:19
@renovate renovate bot added the dependencies Indicates a change to dependencies label Mar 1, 2022
@renovate renovate bot force-pushed the renovate/deps-(patch) branch 3 times, most recently from 54fa1a5 to 0c50f7f Compare March 3, 2022 20:12
@renovate renovate bot changed the title fix(deps): update module gorm.io/gorm to v1.23.2 fix(deps): update deps (patch) Mar 3, 2022
@renovate renovate bot force-pushed the renovate/deps-(patch) branch 3 times, most recently from bd36bbd to 75e3790 Compare March 4, 2022 19:27
Copy link
Contributor

@jbrockopp jbrockopp left a comment

Choose a reason for hiding this comment

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

Tests are failing so we don't want to accept this right now:

https://github.com/go-vela/server/runs/5517595361?check_suite_focus=true

@renovate renovate bot force-pushed the renovate/deps-(patch) branch 10 times, most recently from 68337cd to 2bc0f99 Compare April 1, 2022 19:15
@renovate renovate bot force-pushed the renovate/deps-(patch) branch 4 times, most recently from b9915d3 to beb6fea Compare April 5, 2022 19:53
@wass3r
Copy link
Collaborator

wass3r commented Apr 6, 2022

i imagine some of the problems stem from go-gorm/gorm#5101 though i haven't looked too closely yet.

@renovate renovate bot force-pushed the renovate/deps-(patch) branch 5 times, most recently from a80fdae to 5e42122 Compare April 8, 2022 20:47
@renovate renovate bot force-pushed the renovate/deps-(patch) branch 11 times, most recently from 0b86732 to bd41452 Compare April 22, 2022 19:29
@renovate renovate bot force-pushed the renovate/deps-(patch) branch 8 times, most recently from bf1b6a1 to 0b47b14 Compare April 26, 2022 23:32
@codecov
Copy link

codecov bot commented Apr 28, 2022

Codecov Report

Merging #603 (1af0c05) into master (e8907bf) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #603      +/-   ##
==========================================
- Coverage   55.47%   55.47%   -0.01%     
==========================================
  Files         195      195              
  Lines       15741    15740       -1     
==========================================
- Hits         8733     8732       -1     
  Misses       6644     6644              
  Partials      364      364              
Impacted Files Coverage Δ
compiler/native/compile.go 61.65% <100.00%> (-0.10%) ⬇️

@wass3r
Copy link
Collaborator

wass3r commented Apr 28, 2022

fixed up the tests. short summary:

  • some places we didn't set UpdatedAt/CreatedAt like we do in most tests
  • some minor changes in the translated queries that Gorm returns
  • retryablehttp added a NewRequestWithContext method - used that to fix the timeout test

Copy link
Contributor

@jbrockopp jbrockopp left a comment

Choose a reason for hiding this comment

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

LGTM

@wass3r wass3r merged commit 35867ec into master Apr 28, 2022
@wass3r wass3r deleted the renovate/deps-(patch) branch April 28, 2022 14:04
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.

4 participants