Skip to content

Commit

Permalink
chore(main): release get-vault-secrets 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
1 parent 2a9412a commit 76145d6
Show file tree
Hide file tree
Showing 3 changed files with 14 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.0",
"actions/get-vault-secrets": "1.0.1",
"actions/get-vault-secrets": "1.1.0",
"actions/dockerhub-login": "1.0.0",
"actions/send-slack-message": "2.0.0",
"actions/push-to-gar-docker": "0.1.0",
Expand Down
12 changes: 12 additions & 0 deletions actions/get-vault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/grafana/shared-workflows/compare/get-vault-secrets-v1.0.1...get-vault-secrets-v1.1.0) (2024-12-20)


### 🎉 Features

* **docs:** added EngHub doc links to corresponding actions readmes ([#635](https://github.com/grafana/shared-workflows/issues/635)) ([a7d04c1](https://github.com/grafana/shared-workflows/commit/a7d04c1e98496dbf07f8e44602933af07ba62f9f))


### 🔧 Miscellaneous Chores

* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53))

## [1.0.1](https://github.com/grafana/shared-workflows/compare/get-vault-secrets-v1.0.0...get-vault-secrets-v1.0.1) (2024-11-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/get-vault-secrets@get-vault-secrets-v1.0.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets-v1.1.0
with:
# Secrets placed in the ci/common/<path> path in Vault
common_secrets: |
Expand Down

0 comments on commit 76145d6

Please sign in to comment.