mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-06 23:06:54 +00:00
Prepare for v3.4.0 release (#584)
* Prepare for v3.4.0 release * update dist
This commit is contained in:
parent
d07b4dc505
commit
4c06c5ccf5
3 changed files with 18 additions and 9 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
|
@ -1,11 +1,14 @@
|
||||||
# To get started with Dependabot version updates, you'll need to specify which
|
|
||||||
# package ecosystems to update and where the package manifests are located.
|
|
||||||
# Please see the documentation for all configuration options:
|
# Please see the documentation for all configuration options:
|
||||||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "npm" # See documentation for possible values
|
- package-ecosystem: "npm"
|
||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
|
open-pull-requests-limit: 0 # only require security updates and exclude version updates
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
|
# For got, ignore all updates since it is now native ESM
|
||||||
|
# see https://github.com/hashicorp/vault-action/pull/457#issuecomment-1601445634
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "got"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,15 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 3.4.0 (June 13, 2025)
|
||||||
|
|
||||||
Bugs:
|
Bugs:
|
||||||
|
|
||||||
* replace all dot chars during normalization (https://github.com/hashicorp/vault-action/pull/580)
|
* replace all dot chars during normalization (https://github.com/hashicorp/vault-action/pull/580)
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
* Prevent possible DoS via polynomial regex (https://github.com/hashicorp/vault-action/pull/583)
|
||||||
|
|
||||||
## 3.3.0 (March 3, 2025)
|
## 3.3.0 (March 3, 2025)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
|
||||||
8
dist/index.js
vendored
8
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue