Skip to content

chore(main): release get-vault-secrets 1.3.0 #1036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0",
"actions/get-vault-secrets": "1.2.1",
"actions/get-vault-secrets": "1.3.0",
"actions/dockerhub-login": "1.0.2",
"actions/send-slack-message": "2.0.3",
"actions/push-to-gar-docker": "0.5.2",
Expand Down
18 changes: 18 additions & 0 deletions actions/get-vault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.2.1...get-vault-secrets/v1.3.0) (2025-08-14)


### 🎉 Features

* add helpful error handling for OIDC token failures ([#1171](https://github.com/grafana/shared-workflows/issues/1171)) ([6272233](https://github.com/grafana/shared-workflows/commit/62722333225a1fae03ae27a63d638f9bc2176edb))
* add support for ignoring missing secrets to get-vault-secrets action ([#1236](https://github.com/grafana/shared-workflows/issues/1236)) ([49ec8e2](https://github.com/grafana/shared-workflows/commit/49ec8e26626286f514faebe62b7eafcbe034fe30))


### 🤖 Continuous Integration

* enhance, fix, run pre-commit ([#1033](https://github.com/grafana/shared-workflows/issues/1033)) ([9ffb9ce](https://github.com/grafana/shared-workflows/commit/9ffb9cec67a7712b4247e4ac37eb69946d802aed))


### 🔧 Miscellaneous Chores

* **deps:** update hashicorp/vault-action action to v3.4.0 ([#1072](https://github.com/grafana/shared-workflows/issues/1072)) ([b1c5ce9](https://github.com/grafana/shared-workflows/commit/b1c5ce97ab9234836b62604ae52a90736f9a2f43))

## [1.2.1](https://github.com/grafana/shared-workflows/compare/get-vault-secrets-v1.2.0...get-vault-secrets/v1.2.1) (2025-06-04)


Expand Down
4 changes: 2 additions & 2 deletions actions/get-vault-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
with:
# Secrets placed in the ci/common/<path> path in Vault
common_secrets: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
with:
# Secrets placed in the ci/common/<path> path in Vault
common_secrets: |
Expand Down