camunda / camunda-dmn-js

Embeddable Camunda modeling distributions based on dmn-js
MIT License
6 stars 2 forks source link

chore: update hashicorp/vault-action action to v3 #99

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
hashicorp/vault-action action major v2.4.3 -> v3.0.0

Release Notes

hashicorp/vault-action (hashicorp/vault-action) ### [`v3.0.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v3.0.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.8.1...v3.0.0) ##### 3.0.0 (February 15, 2024) Improvements: - Bump node runtime from node16 to node20 [GH-528](https://togithub.com/hashicorp/vault-action/pull/528) ### [`v2.8.1`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.8.1) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.8.0...v2.8.1) ##### 2.8.1 (February 15, 2024) Bugs: - Revert [GH-509](https://togithub.com/hashicorp/vault-action/pull/509) which made a backwards incompatible bump of the node runtime from node16 to node20 [GH-527](https://togithub.com/hashicorp/vault-action/pull/527) ### [`v2.8.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.8.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.5...v2.8.0) ##### 2.8.0 (February 1, 2024) Features: - Add `ignoreNotFound` input (default: false) to prevent the action from failing when a secret does not exist [GH-518](https://togithub.com/hashicorp/vault-action/pull/518) Improvements: - bump jsrsasign from 10.8.6 to 11.0.0 [GH-513](https://togithub.com/hashicorp/vault-action/pull/513) - bump [@​actions/core](https://togithub.com/actions/core) from 1.10.0 to 1.10.1 [GH-489](https://togithub.com/hashicorp/vault-action/pull/489) - bump jest-when from 3.5.2 to 3.6.0 [GH-484](https://togithub.com/hashicorp/vault-action/pull/484) - bump jest from 29.5.0 to 29.7.0 [GH-490](https://togithub.com/hashicorp/vault-action/pull/490) - bump [@​vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1 to 0.38.1 [GH-503](https://togithub.com/hashicorp/vault-action/pull/503) ### [`v2.7.5`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.5) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.4...v2.7.5) ##### 2.7.5 (January 30, 2024) Improvements: - Bump node runtime from node16 to node20 [GH-509](https://togithub.com/hashicorp/vault-action/pull/509) - Bump got from 11.8.5 to 11.8.6 [GH-492](https://togithub.com/hashicorp/vault-action/pull/492) ### [`v2.7.4`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.4) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.3...v2.7.4) ##### 2.7.4 (October 26, 2023) Features: - Add ability to specify a wildcard for the key name to get all keys in the path [GH-488](https://togithub.com/hashicorp/vault-action/pull/488) ### [`v2.7.3`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.3) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.2...v2.7.3) ##### 2.7.3 (July 13, 2023) Bugs: - Revert to the handling of secrets in JSON format since v2.1.2 [GH-478](https://togithub.com/hashicorp/vault-action/pull/478) ### [`v2.7.2`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.2) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.1...v2.7.2) ##### 2.7.2 (July 6, 2023) Bugs: - Fix a regression that broke support for secrets in JSON format [GH-473](https://togithub.com/hashicorp/vault-action/pull/473) ### [`v2.7.1`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.1) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.7.0...v2.7.1) ##### 2.7.1 (July 3, 2023) Bugs: - Revert [GH-466](https://togithub.com/hashicorp/vault-action/pull/466) which caused a regression in secrets stored as JSON strings [GH-471](https://togithub.com/hashicorp/vault-action/pull/471) ### [`v2.7.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.7.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.6.0...v2.7.0) Bugs: - Fix a regression that broke support for secrets in JSON format [GH-466](https://togithub.com/hashicorp/vault-action/pull/466) Improvements: - Fix a warning about outputToken being an unexpected input [GH-461](https://togithub.com/hashicorp/vault-action/pull/461) ### [`v2.6.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.6.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.5.0...v2.6.0) ##### 2.6.0 (June 7, 2023) Features: - Add ability to set the `vault_token` output to contain the Vault token after authentication [GH-441](https://togithub.com/hashicorp/vault-action/pull/441) - Add support for userpass and ldap authentication methods [GH-440](https://togithub.com/hashicorp/vault-action/pull/440) - Define an output, `errorMessage`, for vault-action's error messages so subsequent steps can read the errors [GH-446](https://togithub.com/hashicorp/vault-action/pull/446) Bugs: - Handle undefined response in getSecrets error handler [GH-431](https://togithub.com/hashicorp/vault-action/pull/431) ### [`v2.5.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.5.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.4.3...v2.5.0) Features: - Adds ability to automatically decode secrets from base64, hex, and utf8 encodings. [GH-408](https://togithub.com/hashicorp/vault-action/pull/408) Improvements: - Improves error messages for Vault authentication failures [GH-409](https://togithub.com/hashicorp/vault-action/pull/409) - bump jest from 28.1.1 to 29.3.1 [GH-397](https://togithub.com/hashicorp/vault-action/pull/397) - bump [@​types/jest](https://togithub.com/types/jest) from 28.1.3 to 29.2.6 [GH-397](https://togithub.com/hashicorp/vault-action/pull/397), [GH-413](https://togithub.com/hashicorp/vault-action/pull/413) - bump jsrsasign from 10.5.27 to 10.6.1 [GH-401](https://togithub.com/hashicorp/vault-action/pull/401) - bump json5 from 2.2.1 to 2.2.3 [GH-404](https://togithub.com/hashicorp/vault-action/pull/404) - bump minimatch from 3.0.4 to 3.1.2 [GH-410](https://togithub.com/hashicorp/vault-action/pull/410)

Configuration

📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), 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.



This PR has been generated by Mend Renovate. View repository job log here.