Skip to content

Commit 02b5bea

Browse files
chore(main): release get-vault-secrets 1.2.2
1 parent f626737 commit 02b5bea

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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.2.2",
44
"actions/dockerhub-login": "1.0.2",
55
"actions/send-slack-message": "2.0.3",
66
"actions/push-to-gar-docker": "0.5.1",

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+
## [1.2.2](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.2.1...get-vault-secrets/v1.2.2) (2025-07-23)
4+
5+
6+
### 🤖 Continuous Integration
7+
8+
* enhance, fix, run pre-commit ([#1033](https://github.com/grafana/shared-workflows/issues/1033)) ([9ffb9ce](https://github.com/grafana/shared-workflows/commit/9ffb9cec67a7712b4247e4ac37eb69946d802aed))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **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))
14+
315
## [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)
416

517

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.2.2
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.2.2
7373
with:
7474
# Secrets placed in the ci/common/<path> path in Vault
7575
common_secrets: |

0 commit comments

Comments
 (0)