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): bump github.com/golang-migrate/migrate/v4 from 4.15.1 to 4.15.2 #4234

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps github.com/golang-migrate/migrate/v4 from 4.15.1 to 4.15.2.

Release notes

Sourced from github.com/golang-migrate/migrate/v4's releases.

v4.15.2

Changes

Documentation

Database Drivers

Migration Sources

  • a2b0bda change github auth to use oauth token instead of basic. (by @​Greyeye )

Builds

  • 5aa1a03 Bump version of autorest/adal (by @​jcmuller )
  • 169d0fc Include 2 letter query param key in unit test (by @​suzaku )
  • 331a15d Update dktest from v0.3.9 to v0.3.10 to fix upstream security issues (by @​dhui )
  • c277388 Update dktest to v0.3.9 for upstream security vulnerability fixes (by @​dhui )
  • cf68462 Run gofmt on internal build dir (by @​dhui )
  • fc7f720 refactor: use sort.Slice (by @​suzaku )
  • 918e13a Upgrade containerd and image-spec for the vulnerabilities (#662) (by @​mopp )
  • 4f82413 len(k) is guaranteed to be greater than 1 in this case (by @​suzaku )

Thank you for your hard work and all your contributions!

Commits
  • 331a15d Update dktest from v0.3.9 to v0.3.10 to fix upstream security issues
  • cc5f8b7 Merge pull request #714 from eaze/josh/test-sqlserver-with-edge
  • 9d3babd Run SQL server tests on Azure SQL Edge
  • 57aead3 Merge pull request #659 from AndreasKl/add-with-connection-to-postgres
  • e1d604b Merge pull request #708 from taywrobel/cassandra-connect-timeout
  • 3dfae0d Merge branch 'master' into add-with-connection-to-postgres
  • 6e499cb Expose configuring cassandra connect timeout through query string
  • 0bc9734 Merge pull request #700 from Juneezee/test/t.TempDir
  • 34c9878 Merge branch 'master' into add-with-connection-to-postgres
  • 98d2f99 test: use T.TempDir to create temporary test directory
  • Additional commits viewable in compare view

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/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.15.1 to 4.15.2.
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)
- [Commits](golang-migrate/migrate@v4.15.1...v4.15.2)

---
updated-dependencies:
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 2, 2022 15:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #4234 (e18a77d) into master (22f2093) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4234      +/-   ##
==========================================
- Coverage   55.64%   55.61%   -0.04%     
==========================================
  Files         933      933              
  Lines       56251    56251              
==========================================
- Hits        31303    31283      -20     
- Misses      22461    22483      +22     
+ Partials     2487     2485       -2     
Impacted Files Coverage Δ
pkg/insights/components.go 58.33% <0.00%> (-25.01%) ⬇️
pkg/events/eventbus.go 85.18% <0.00%> (-7.41%) ⬇️
pkg/core/runtime/component/component.go 82.45% <0.00%> (-7.02%) ⬇️
pkg/core/tokens/default_signing_key.go 66.66% <0.00%> (-5.56%) ⬇️
pkg/xds/cache/once/cache.go 82.05% <0.00%> (-5.13%) ⬇️
pkg/xds/cache/once/once.go 95.00% <0.00%> (-5.00%) ⬇️
pkg/defaults/components.go 82.14% <0.00%> (-3.58%) ⬇️
pkg/insights/resyncer.go 71.60% <0.00%> (-2.47%) ⬇️
pkg/core/resources/manager/cache.go 85.71% <0.00%> (+2.59%) ⬆️
pkg/plugins/runtime/gateway/route/sorter.go 71.79% <0.00%> (+5.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 22f2093...e18a77d. Read the comment docs.

@lahabana lahabana merged commit 3656850 into master May 2, 2022
@lahabana lahabana deleted the dependabot/go_modules/github.com/golang-migrate/migrate/v4-4.15.2 branch May 2, 2022 16:28
parkanzky pushed a commit that referenced this pull request May 6, 2022
Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.15.1 to 4.15.2.
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)
- [Commits](golang-migrate/migrate@v4.15.1...v4.15.2)

---
updated-dependencies:
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Paul Parkanzky <[email protected]>
lukidzi pushed a commit that referenced this pull request May 11, 2022
Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.15.1 to 4.15.2.
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)
- [Commits](golang-migrate/migrate@v4.15.1...v4.15.2)

---
updated-dependencies:
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants