Skip to content

Commit 9f37f65

Browse files
chore(main): release get-vault-secrets 1.2.1 (#973)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b1ea78 commit 9f37f65

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-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.1.1",
3-
"actions/get-vault-secrets": "1.2.0",
3+
"actions/get-vault-secrets": "1.2.1",
44
"actions/dockerhub-login": "1.0.1",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### 📝 Documentation
7+
8+
* **get-vault-secrets:** move permissions to job-level in example wor… ([#968](https://github.com/grafana/shared-workflows/issues/968)) ([b42327d](https://github.com/grafana/shared-workflows/commit/b42327db568c2c02b18bc53768aeb603de8c4a81))
9+
* **get-vault-secrets:** move permissions to job-level in example workflow in readme ([b42327d](https://github.com/grafana/shared-workflows/commit/b42327db568c2c02b18bc53768aeb603de8c4a81))
10+
* **get-vault-secrets:** update enghub link to point to new vault docs ([#992](https://github.com/grafana/shared-workflows/issues/992)) ([5e3deaf](https://github.com/grafana/shared-workflows/commit/5e3deaf6734ec48f298adadad5fb2d12a2139907))
11+
* update all readmes to replace hyphen with slash ([#1008](https://github.com/grafana/shared-workflows/issues/1008)) ([472df76](https://github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3))
12+
313
## [1.2.0](https://github.com/grafana/shared-workflows/compare/get-vault-secrets-v1.1.0...get-vault-secrets-v1.2.0) (2025-04-29)
414

515

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.0
31+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
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.0
72+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
7373
with:
7474
# Secrets placed in the ci/common/<path> path in Vault
7575
common_secrets: |

0 commit comments

Comments
 (0)