Skip to content

Commit 6a97ef2

Browse files
chore(main): release login-to-gcs 0.3.0 (#1106)
* chore(main): release login-to-gcs 0.3.0 * get ci moving --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ricky Whitaker <[email protected]>
1 parent 2d985e9 commit 6a97ef2

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"actions/aws-auth": "1.0.2",
88
"actions/build-push-to-dockerhub": "0.3.0",
99
"actions/login-to-gar": "1.0.0",
10-
"actions/login-to-gcs": "0.2.1",
10+
"actions/login-to-gcs": "0.3.0",
1111
"actions/argo-lint": "1.0.2",
1212
"actions/setup-conftest": "1.0.2",
1313
"actions/setup-argo": "1.0.2",

actions/login-to-gcs/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/grafana/shared-workflows/compare/login-to-gcs/v0.2.1...login-to-gcs/v0.3.0) (2025-10-03)
4+
5+
6+
### 🎉 Features
7+
8+
* wif authentication for google buckets ([#1254](https://github.com/grafana/shared-workflows/issues/1254)) ([bc6c0a6](https://github.com/grafana/shared-workflows/commit/bc6c0a6a58fbf19ad50267cf39e53c9ad4ce7430))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* remediate latest zizmor findings, fix supplying zizmor config ([#1101](https://github.com/grafana/shared-workflows/issues/1101)) ([712c599](https://github.com/grafana/shared-workflows/commit/712c59975bc0de22124b866153826f04023f18fd))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** update google-github-actions/auth action to v2.1.11 ([#1150](https://github.com/grafana/shared-workflows/issues/1150)) ([895722b](https://github.com/grafana/shared-workflows/commit/895722b12337ee97909efa8a78886ee69297ed50))
19+
* **deps:** update google-github-actions/auth action to v2.1.12 ([#1184](https://github.com/grafana/shared-workflows/issues/1184)) ([ee464c5](https://github.com/grafana/shared-workflows/commit/ee464c522eba7d1a22b82d27739f4bf789102900))
20+
* **deps:** update google-github-actions/auth action to v3 ([#1285](https://github.com/grafana/shared-workflows/issues/1285)) ([9f0b61a](https://github.com/grafana/shared-workflows/commit/9f0b61a459b2106ee915a3c482e493c7f659312f))
21+
322
## [0.2.1](https://github.com/grafana/shared-workflows/compare/login-to-gcs-v0.2.0...login-to-gcs/v0.2.1) (2025-06-04)
423

524

actions/login-to-gcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
id-token: write
2424
steps:
25-
- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.2.1
25+
- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.3.0
2626
id: login-to-gcs
2727
```
2828

0 commit comments

Comments
 (0)