Skip to content

Commit

Permalink
Merge #104
Browse files Browse the repository at this point in the history
104: chore(deps): bump hashicorp/vault-action from 2.3.1 to 2.4.0 r=dhess a=dependabot[bot]

Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.3.1 to 2.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hashicorp/vault-action/releases">hashicorp/vault-action's releases</a>.</em></p>
<blockquote>
<h2>v2.4.0</h2>
<p>Updated CHANGELOG</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hashicorp/vault-action/blob/master/CHANGELOG.md">hashicorp/vault-action's changelog</a>.</em></p>
<blockquote>
<h2>2.4.0 (October 21st, 2021)</h2>
<p>Features:</p>
<ul>
<li>GitHub provided JWT auth is now supported <a href="https://github-redirect.dependabot.com/hashicorp/vault-action/pull/257">GH-257</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/vault-action/commit/61dd38f4918626fea0c45016a508893e5c045210"><code>61dd38f</code></a> Update to v2.4.0 (<a href="https://github-redirect.dependabot.com/hashicorp/vault-action/issues/270">#270</a>)</li>
<li><a href="https://github.com/hashicorp/vault-action/commit/168f9696e8e1dc377627353ed497a702896c8e34"><code>168f969</code></a> changelog++</li>
<li><a href="https://github.com/hashicorp/vault-action/commit/c502100fbe1ec805216f39ec33600cce92438759"><code>c502100</code></a> feat(): add support for github provided jwt auth (<a href="https://github-redirect.dependabot.com/hashicorp/vault-action/issues/257">#257</a>)</li>
<li><a href="https://github.com/hashicorp/vault-action/commit/b8c90c7243e7864ffa5ad9f567ff282ce7d8952c"><code>b8c90c7</code></a> changelog++</li>
<li>See full diff in <a href="https://github.com/hashicorp/vault-action/compare/v2.3.1...v2.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/vault-action&package-manager=github_actions&previous-version=2.3.1&new-version=2.4.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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
hackworth-ltd-bors[bot] and dependabot[bot] authored Oct 26, 2021
2 parents f335f4c + 8472edc commit 4f0b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: Vault secrets
uses: hashicorp/vault-action@v2.3.1
uses: hashicorp/vault-action@v2.4.0
with:
url: https://vault.hackworth-corp.com
method: approle
Expand Down

0 comments on commit 4f0b076

Please sign in to comment.