File tree 3 files changed +23
-3
lines changed
actions/get-vault-secrets
3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"actions/lint-pr-title" : " 1.1.1" ,
3
- "actions/get-vault-secrets" : " 1.1 .0" ,
3
+ "actions/get-vault-secrets" : " 1.2 .0" ,
4
4
"actions/dockerhub-login" : " 1.0.1" ,
5
5
"actions/send-slack-message" : " 2.0.1" ,
6
6
"actions/push-to-gar-docker" : " 0.4.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## [ 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)
4
24
5
25
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- 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
32
32
with :
33
33
# Secrets placed in the ci/common/<path> path in Vault
34
34
common_secrets : |
69
69
70
70
steps:
71
71
- 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
73
73
with:
74
74
# Secrets placed in the ci/common/<path> path in Vault
75
75
common_secrets: |
You can’t perform that action at this time.
0 commit comments