Skip to content

Commit 974c330

Browse files
chore(main): release login-to-gar 0.4.0 (#922)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71ec5a1 commit 974c330

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"actions/push-to-gar-docker": "0.4.0",
77
"actions/aws-auth": "1.0.1",
88
"actions/build-push-to-dockerhub": "0.1.1",
9-
"actions/login-to-gar": "0.3.0",
9+
"actions/login-to-gar": "0.4.0",
1010
"actions/login-to-gcs": "0.2.0",
1111
"actions/argo-lint": "1.0.1",
1212
"actions/setup-conftest": "1.0.1",

actions/login-to-gar/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.3.0...login-to-gar-v0.4.0) (2025-04-30)
4+
5+
6+
### 🎉 Features
7+
8+
* use `docker-credential-gcr` instead of `auth_token` for `login-to-gar` action ([#921](https://github.com/grafana/shared-workflows/issues/921)) ([cac9a09](https://github.com/grafana/shared-workflows/commit/cac9a09f00dfb7c7743500f1986d8faebca72f9f))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **everything:** fix all things for zizmor ([af9b0c5](https://github.com/grafana/shared-workflows/commit/af9b0c52635d39023136fb9312a354f91d9b2bfd))
14+
* make default `delete_credentials_file` value false ([#950](https://github.com/grafana/shared-workflows/issues/950)) ([71ec5a1](https://github.com/grafana/shared-workflows/commit/71ec5a1861019932272c4ec12a8d7903049797c5))
15+
16+
17+
### 🤖 Continuous Integration
18+
19+
* remove gcp credentials after composite action finishes ([#925](https://github.com/grafana/shared-workflows/issues/925)) ([62f8dda](https://github.com/grafana/shared-workflows/commit/62f8ddaa78b23147b22ba6a38df2b97963dab4b3))
20+
21+
22+
### 🔧 Miscellaneous Chores
23+
24+
* **deps:** update google-github-actions/auth action to v2.1.10 ([#926](https://github.com/grafana/shared-workflows/issues/926)) ([fa48192](https://github.com/grafana/shared-workflows/commit/fa48192dac470ae356b3f7007229f3ac28c48a25))
25+
* **deps:** update google-github-actions/auth action to v2.1.9 ([#924](https://github.com/grafana/shared-workflows/issues/924)) ([2774f26](https://github.com/grafana/shared-workflows/commit/2774f26e2321f825e20c85e424a1c6fa8298d820))
26+
327
## [0.3.0](https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.2.2...login-to-gar-v0.3.0) (2025-04-23)
428

529

actions/login-to-gar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.3.0
24+
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.4.0
2525
id: login-to-gar
2626
with:
2727
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev

0 commit comments

Comments
 (0)