Skip to content

Commit 4c06c5c

Browse files
authored
Prepare for v3.4.0 release (#584)
* Prepare for v3.4.0 release * update dist
1 parent d07b4dc commit 4c06c5c

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
31
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates
53

64
version: 2
75
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
6+
- package-ecosystem: "npm"
97
directory: "/" # Location of package manifests
8+
open-pull-requests-limit: 0 # only require security updates and exclude version updates
109
schedule:
11-
interval: "daily"
10+
interval: "weekly"
11+
# For got, ignore all updates since it is now native ESM
12+
# see https://github.com/hashicorp/vault-action/pull/457#issuecomment-1601445634
13+
ignore:
14+
- dependency-name: "got"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
## Unreleased
22

3+
## 3.4.0 (June 13, 2025)
4+
35
Bugs:
46

57
* replace all dot chars during normalization (https://github.com/hashicorp/vault-action/pull/580)
68

9+
Improvements:
10+
11+
* Prevent possible DoS via polynomial regex (https://github.com/hashicorp/vault-action/pull/583)
12+
713
## 3.3.0 (March 3, 2025)
814

915
Features:

0 commit comments

Comments
 (0)