Skip to content

Commit

Permalink
chore(main): release get-vault-secrets 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 6, 2025
1 parent 8aee27a commit 34fe284
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions/lint-pr-title": "1.1.1",
"actions/get-vault-secrets": "1.1.0",
"actions/get-vault-secrets": "1.1.1",
"actions/dockerhub-login": "1.0.1",
"actions/send-slack-message": "2.0.1",
"actions/push-to-gar-docker": "0.3.1",
Expand Down
8 changes: 8 additions & 0 deletions actions/get-vault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/grafana/shared-workflows/compare/get-vault-secrets-v1.1.0...get-vault-secrets-v1.1.1) (2025-03-06)


### 🔧 Miscellaneous Chores

* **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))
* **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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion actions/get-vault-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1
with:
# Secrets placed in the ci/common/<path> path in Vault
common_secrets: |
Expand Down

0 comments on commit 34fe284

Please sign in to comment.