fix(deps): update module src.techknowlogick.com/xormigrate to v1.6.0 #1627

Merged
konrad merged 2 commits from renovate/src.techknowlogick.com-xormigrate-1.x into main 2023-10-26 10:56:19 +00:00
Member

This PR contains the following updates:

Package Type Update Change
src.techknowlogick.com/xormigrate require minor v1.5.0 -> v1.6.0

Release Notes

techknowlogick/xormigrate (src.techknowlogick.com/xormigrate)

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/techknowlogick/xormigrate/compare/v1.5.0...v1.6.0


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.

🔕 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [src.techknowlogick.com/xormigrate](https://github.com/techknowlogick/xormigrate) | require | minor | `v1.5.0` -> `v1.6.0` | --- ### Release Notes <details> <summary>techknowlogick/xormigrate (src.techknowlogick.com/xormigrate)</summary> ### [`v1.6.0`](https://github.com/techknowlogick/xormigrate/releases/tag/v1.6.0) [Compare Source](https://github.com/techknowlogick/xormigrate/compare/v1.5.0...v1.6.0) #### What's Changed - Allow to skip long-running migration by [@&#8203;qwerty287](https://github.com/qwerty287) in https://github.com/techknowlogick/xormigrate/pull/54 - switch to actions by [@&#8203;techknowlogick](https://github.com/techknowlogick) in https://github.com/techknowlogick/xormigrate/pull/55 #### New Contributors - [@&#8203;qwerty287](https://github.com/qwerty287) made their first contribution in https://github.com/techknowlogick/xormigrate/pull/54 **Full Changelog**: https://github.com/techknowlogick/xormigrate/compare/v1.5.0...v1.6.0 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-10-26 07:02:20 +00:00
renovate added 1 commit 2023-10-26 07:02:22 +00:00
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing Details
787a1ca645
fix(deps): update module src.techknowlogick.com/xormigrate to v1.6.0
Author
Member

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child --user=0:0 -v "/tmp/renovate/repos/gitea/vikunja/api":"/tmp/renovate/repos/gitea/vikunja/api" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -e GOPATH -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -e CONTAINERBASE_CACHE_DIR -w "/tmp/renovate/repos/gitea/vikunja/api" ghcr.io/containerbase/sidecar:9.20.8 bash -l -c "install-tool golang 1.21.3 && go get -d -t ./..."
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child --user=0:0 -v "/tmp/renovate/repos/gitea/vikunja/api":"/tmp/renovate/repos/gitea/vikunja/api" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -e GOPATH -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -e CONTAINERBASE_CACHE_DIR -w "/tmp/renovate/repos/gitea/vikunja/api" ghcr.io/containerbase/sidecar:9.20.8 bash -l -c "install-tool golang 1.21.3 && go get -d -t ./..." go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'. ```
konrad added 1 commit 2023-10-26 10:15:35 +00:00
continuous-integration/drone/pr Build is passing Details
d983047b8c
chore(deps): update lockfile
konrad merged commit 70cec74239 into main 2023-10-26 10:56:19 +00:00
konrad deleted branch renovate/src.techknowlogick.com-xormigrate-1.x 2023-10-26 10:56:19 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1627
No description provided.