Skip to content

Commit 5d7e361

Browse files
chore(main): release get-vault-secrets 1.2.0 (#809)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c8cb17 commit 5d7e361

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-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.1.0",
3+
"actions/get-vault-secrets": "1.2.0",
44
"actions/dockerhub-login": "1.0.1",
55
"actions/send-slack-message": "2.0.1",
66
"actions/push-to-gar-docker": "0.4.0",

actions/get-vault-secrets/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### 🎉 Features
7+
8+
* expose exportenv in get-vault-secrets ([4ea1476](https://github.com/grafana/shared-workflows/commit/4ea1476b297f17f388a7d9003ae28216c05bdb59))
9+
* expose exportEnv in get-vault-secrets ([#903](https://github.com/grafana/shared-workflows/issues/903)) ([4ea1476](https://github.com/grafana/shared-workflows/commit/4ea1476b297f17f388a7d9003ae28216c05bdb59))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* **everything:** fix all things for zizmor ([af9b0c5](https://github.com/grafana/shared-workflows/commit/af9b0c52635d39023136fb9312a354f91d9b2bfd))
15+
* **get-vault-secrets:** add outputs for export_env false ([#931](https://github.com/grafana/shared-workflows/issues/931)) ([7580496](https://github.com/grafana/shared-workflows/commit/75804962c1ba608148988c1e2dc35fbb0ee21746))
16+
17+
18+
### 🔧 Miscellaneous Chores
19+
20+
* **deps:** update hashicorp/vault-action action to v3.3.0 ([#831](https://github.com/grafana/shared-workflows/issues/831)) ([98384a8](https://github.com/grafana/shared-workflows/commit/98384a8bf33e1bea6957186fa78b999da95dd657))
21+
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))
22+
323
## [1.1.0](https://github.com/grafana/shared-workflows/compare/get-vault-secrets-v1.0.1...get-vault-secrets-v1.1.0) (2025-01-28)
424

525

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

0 commit comments

Comments
 (0)