Skip to content

Commit cf0b0ff

Browse files
chore(main): release get-vault-secrets 1.3.1
1 parent cbb74e4 commit cf0b0ff

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-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.3.0",
3+
"actions/get-vault-secrets": "1.3.1",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.3.0...get-vault-secrets/v1.3.1) (2025-09-18)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/github-script action to v7.1.0 ([#1306](https://github.com/grafana/shared-workflows/issues/1306)) ([31b0c57](https://github.com/grafana/shared-workflows/commit/31b0c573abbbd9b56060318f7327ae8bb3ec041e))
9+
* **deps:** update actions/github-script action to v8 ([#1307](https://github.com/grafana/shared-workflows/issues/1307)) ([078c4a8](https://github.com/grafana/shared-workflows/commit/078c4a8af09e06d646077550f9e0f68171d5881e))
10+
311
## [1.3.0](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.2.1...get-vault-secrets/v1.3.0) (2025-08-19)
412

513

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

0 commit comments

Comments
 (0)