Skip to content

Commit

Permalink
chore(deps): Bump hoverkraft-tech/compose-action from 1.5.1 to 2.0.0 (#…
Browse files Browse the repository at this point in the history
…413)

Bumps
[hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action)
from 1.5.1 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hoverkraft-tech/compose-action/releases">hoverkraft-tech/compose-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h2>BREAKING CHANGES</h2>
<ul>
<li>Migrate action to Node.js 20</li>
<li><code>compose-file</code> validation: at least one compose file MUST
exist (default one is <code>docker-compose.yml</code>), every given
compose files MUST exist</li>
</ul>
<h2>Changelog</h2>
<h3>Features</h3>
<ul>
<li>Migrate to Node.js 20 and TypeScript. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/56">#56</a>)</li>
<li>Make docker-compose cwd aware. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/61">#61</a>)</li>
<li>Add logs debug on post. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/63">#63</a>)</li>
<li>Log docker-compose version. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/66">#66</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Ensure given docker-compose file(s) are valid and at least one is
provided. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/65">#65</a>)</li>
</ul>
<h3>Documentation Updates</h3>
<ul>
<li>Multiple updates to actions and workflows documentation. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/51">#51</a>,
<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/52">#52</a>,
<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/53">#53</a>,
<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/59">#59</a>,
<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/62">#62</a>,
<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/64">#64</a>)</li>
</ul>
<h3>Dependency Updates</h3>
<ul>
<li>Bumped the <code>github-actions-dependencies</code> group with 3
updates. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/46">#46</a>,
<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/57">#57</a>)</li>
<li>Bumped <code>docker-compose</code> from 0.24.1 to 0.24.7. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/48">#48</a>)</li>
<li>Bumped the <code>actions-dependencies</code> group with 1 update.
(<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/58">#58</a>)</li>
<li>Bumped the <code>npm-dev-dependencies</code> group with 1 update.
(<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/67">#67</a>)</li>
</ul>
<h3>Continuous Integration</h3>
<ul>
<li>Upgrade GitHub Actions. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/60">#60</a>)</li>
<li>Added <code>--abort-on-container-exit</code> option in tests. (<a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/18">#18</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/dependabot"><code>@​dependabot</code></a> made
their first contribution in <a
href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/46">hoverkraft-tech/compose-action#46</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.0.0">https://github.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/802a148945af6399a338c7906c267331b39a71af"><code>802a148</code></a>
chore(deps-dev): bump the npm-dev-dependencies group with 1 update</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/78f44f26f9eaf089ebb0671bb6c8216dc8235c11"><code>78f44f2</code></a>
test: --abort-on-container-exit option</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/2bd57c29bd08e15357e29ad91b1d1b4dd2381be1"><code>2bd57c2</code></a>
fix: ensure given docker-compose file(s) are valid and at least one is
provided</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/8d12e916efa9c7beacddd68048917ec225c170bf"><code>8d12e91</code></a>
feat: log docker-compose version</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/99447ae4bd1c49fbfd4b67185aa1356b6d5235a9"><code>99447ae</code></a>
docs: update actions and workflows documentation</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/bc90ff6758fb86e4e67164e57bc87873f786cf44"><code>bc90ff6</code></a>
feat: add logs debug on post</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/a48c80beab6523b082f33307a278dff9aa34b042"><code>a48c80b</code></a>
docs: update actions and workflows documentation</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/9e48869ba4fd2fff83a91163d2a6991dd6975dd4"><code>9e48869</code></a>
feat: make docker-compose cwd aware</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/43a233a413bd302477c5f3eb8cc77c84eb5b38f8"><code>43a233a</code></a>
ci: fix workflow permissions</li>
<li><a
href="https://github.com/hoverkraft-tech/compose-action/commit/43ee4ae89731d81feda2fb508ba6f6d282d385db"><code>43ee4ae</code></a>
ci: upgrade github actions</li>
<li>Additional commits viewable in <a
href="https://github.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hoverkraft-tech/compose-action&package-manager=github_actions&previous-version=1.5.1&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samir Talwar <[email protected]>
  • Loading branch information
dependabot[bot] and SamirTalwar authored Apr 9, 2024
1 parent 4f845f8 commit 8faf87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "configuration=$(jq -c --arg package '${{ matrix.package }}' '.[$package]' .github/test-configuration.json)" >> "$GITHUB_OUTPUT"
- name: start dependencies
uses: hoverkraft-tech/compose-action@v1.5.1
uses: hoverkraft-tech/compose-action@v2.0.0
with:
compose-file: "./docker-compose.yaml"
down-flags: "--volumes"
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
save-if: false

- name: start dependencies
uses: hoverkraft-tech/compose-action@v1.5.1
uses: hoverkraft-tech/compose-action@v2.0.0
with:
compose-file: "./docker-compose.yaml"
down-flags: "--volumes"
Expand Down

0 comments on commit 8faf87e

Please sign in to comment.