Skip to content

Commit 2e3743a

Browse files
chore(main): release get-vault-secrets 2.0.1 (#2073)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69f2c01 commit 2e3743a

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"actions/lint-pr-title": "1.2.4",
3-
"actions/get-vault-secrets": "2.0.0",
3+
"actions/get-vault-secrets": "2.0.1",
44
"actions/dockerhub-login": "2.0.0",
55
"actions/send-slack-message": "3.0.2",
66
"actions/aws-auth": "1.0.4",

actions/get-vault-secrets/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v2.0.0...get-vault-secrets/v2.0.1) (2026-08-06)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **get-vault-secrets:** bound and retry the OIDC token request ([#2249](https://github.com/grafana/shared-workflows/issues/2249)) ([69f2c01](https://github.com/grafana/shared-workflows/commit/69f2c01cf9bfe3826caec182978372a8df2f37cb))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **deps:** update hashicorp/vault-action action to v4 ([#2045](https://github.com/grafana/shared-workflows/issues/2045)) ([753db01](https://github.com/grafana/shared-workflows/commit/753db0190710a686e3e5cf11175c50b175fb8661))
14+
315
## [2.0.0](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.3.2...get-vault-secrets/v2.0.0) (2026-06-08)
416

517

actions/get-vault-secrets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- id: get-secrets
33-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v2.0.0
33+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v2.0.1
3434
with:
3535
# Secrets placed in the ci/common/<path> path in Vault
3636
common_secrets: |

0 commit comments

Comments
 (0)