Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/pressly/goose/v3](https://github.com/pressly/goose) from 3.13.4 to 3.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pressly/goose/releases">github.com/pressly/goose/v3's releases</a>.</em></p>
<blockquote>
<h2>v3.14.0</h2>
<ul>
<li>Filter registered Go migrations from the global map with corresponding .go files from the
filesystem.
<ul>
<li>The code previously assumed all .go migrations would be in the same folder, so this should not
be a breaking change.</li>
<li>See <a href="https://github.com/pressly/goose/issues/553">#553</a> for more details</li>
</ul>
</li>
<li>Improve output log message for applied up migrations. <a href="https://github.com/pressly/goose/issues/562">#562</a></li>
<li>Fix an issue where <code>AddMigrationNoTxContext</code> was registering the wrong source because it skipped
too many frames. <a href="https://github.com/pressly/goose/issues/572">#572</a></li>
<li>Improve binary version output when using go install.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pressly/goose/blob/master/CHANGELOG.md">github.com/pressly/goose/v3's changelog</a>.</em></p>
<blockquote>
<h2>[v3.14.0] - 2023-07-26</h2>
<ul>
<li>Filter registered Go migrations from the global map with corresponding .go files from the
filesystem.
<ul>
<li>The code previously assumed all .go migrations would be in the same folder, so this should not
be a breaking change.</li>
<li>See <a href="https://github.com/pressly/goose/issues/553">#553</a> for more details</li>
</ul>
</li>
<li>Improve output log message for applied up migrations. <a href="https://github.com/pressly/goose/issues/562">#562</a></li>
<li>Fix an issue where <code>AddMigrationNoTxContext</code> was registering the wrong source because it skipped
too many frames. <a href="https://github.com/pressly/goose/issues/572">#572</a></li>
<li>Improve binary version output when using go install.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pressly/goose/commit/da5f2bf25160154d094b5d072ffeee7fe1028dd5"><code>da5f2bf</code></a> Release v3.14.0</li>
<li><a href="https://github.com/pressly/goose/commit/9c73699c6590b91215b4dd22a5ba32221bb7929d"><code>9c73699</code></a> refactor: use debug BuildInfo for version if available</li>
<li><a href="https://github.com/pressly/goose/commit/0774ee6e6a8cb8749eb29173626f77587c555d7d"><code>0774ee6</code></a> build: use <code>groups</code> in dependabot config (<a href="https://github.com/pressly/goose/issues/573">#573</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/5c84746880c324bdd3d67e9732396204741a6797"><code>5c84746</code></a> fix: AddMigrationNoTxContext invalid filename (<a href="https://github.com/pressly/goose/issues/572">#572</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/ba964ebbb17b15fa99737a78b7dac8e3e256fbe1"><code>ba964eb</code></a> docs: update unreleased CHANGELOG.md</li>
<li><a href="https://github.com/pressly/goose/commit/6fa65a16e0a2e297f5fe315543145900e93faa75"><code>6fa65a1</code></a> build(deps): bump modernc.org/sqlite from 1.23.1 to 1.24.0 (<a href="https://github.com/pressly/goose/issues/566">#566</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/c6706ad68cdc7e06b921447ac75514eb75a657c7"><code>c6706ad</code></a> fix: add clearer success message when migrations are applied (<a href="https://github.com/pressly/goose/issues/562">#562</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/928f577129eefa0ee34c5719479b0ba4b0ed054e"><code>928f577</code></a> refactor: filter registered Go migrations by fs dirpath (<a href="https://github.com/pressly/goose/issues/553">#553</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/c9a67f620ff494ef5846c423a6d8726982bbba7c"><code>c9a67f6</code></a> fix: changelog reflect released changes; fix build moving forward</li>
<li>See full diff in <a href="https://github.com/pressly/goose/compare/v3.13.4...v3.14.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
argoyle
(Migrated from gitlab.com)
merged commit into main2023-07-27 08:36:17 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps github.com/pressly/goose/v3 from 3.13.4 to 3.14.0.
Release notes
Sourced from github.com/pressly/goose/v3's releases.
Changelog
Sourced from github.com/pressly/goose/v3's changelog.
Commits
da5f2bfRelease v3.14.09c73699refactor: use debug BuildInfo for version if available0774ee6build: usegroupsin dependabot config (#573)5c84746fix: AddMigrationNoTxContext invalid filename (#572)ba964ebdocs: update unreleased CHANGELOG.md6fa65a1build(deps): bump modernc.org/sqlite from 1.23.1 to 1.24.0 (#566)c6706adfix: add clearer success message when migrations are applied (#562)928f577refactor: filter registered Go migrations by fs dirpath (#553)c9a67f6fix: changelog reflect released changes; fix build moving forwardDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts