Skip to content

Commit 5b2dd19

Browse files
chore(main): release get-vault-secrets 1.3.0
1 parent 185000d commit 5b2dd19

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.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.0",
3-
"actions/get-vault-secrets": "1.2.1",
3+
"actions/get-vault-secrets": "1.3.0",
44
"actions/dockerhub-login": "1.0.2",
55
"actions/send-slack-message": "2.0.3",
66
"actions/push-to-gar-docker": "0.5.2",

actions/get-vault-secrets/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.2.1...get-vault-secrets/v1.3.0) (2025-08-13)
4+
5+
6+
### 🎉 Features
7+
8+
* add helpful error handling for OIDC token failures ([#1171](https://github.com/grafana/shared-workflows/issues/1171)) ([6272233](https://github.com/grafana/shared-workflows/commit/62722333225a1fae03ae27a63d638f9bc2176edb))
9+
10+
11+
### 🤖 Continuous Integration
12+
13+
* enhance, fix, run pre-commit ([#1033](https://github.com/grafana/shared-workflows/issues/1033)) ([9ffb9ce](https://github.com/grafana/shared-workflows/commit/9ffb9cec67a7712b4247e4ac37eb69946d802aed))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** update hashicorp/vault-action action to v3.4.0 ([#1072](https://github.com/grafana/shared-workflows/issues/1072)) ([b1c5ce9](https://github.com/grafana/shared-workflows/commit/b1c5ce97ab9234836b62604ae52a90736f9a2f43))
19+
320
## [1.2.1](https://github.com/grafana/shared-workflows/compare/get-vault-secrets-v1.2.0...get-vault-secrets/v1.2.1) (2025-06-04)
421

522

actions/get-vault-secrets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- id: get-secrets
31-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
31+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
3232
with:
3333
# Secrets placed in the ci/common/<path> path in Vault
3434
common_secrets: |
@@ -69,7 +69,7 @@ jobs:
6969
7070
steps:
7171
- id: get-secrets
72-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
72+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
7373
with:
7474
# Secrets placed in the ci/common/<path> path in Vault
7575
common_secrets: |

0 commit comments

Comments
 (0)