Skip to content

Commit 00646b3

Browse files
chore(main): release login-to-gar 1.0.0 (#1015)
* chore(main): release login-to-gar 1.0.0 * Retrigger stuck workflows --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dsotirakis <[email protected]>
1 parent fe29dde commit 00646b3

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-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.5.1",
77
"actions/aws-auth": "1.0.2",
88
"actions/build-push-to-dockerhub": "0.2.0",
9-
"actions/login-to-gar": "0.4.3",
9+
"actions/login-to-gar": "1.0.0",
1010
"actions/login-to-gcs": "0.2.1",
1111
"actions/argo-lint": "1.0.2",
1212
"actions/setup-conftest": "1.0.2",

actions/login-to-gar/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/grafana/shared-workflows/compare/login-to-gar/v0.4.3...login-to-gar/v1.0.0) (2025-06-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **login-to-gar:** Update configurations which specify `delete-credentials: false` to have `workspace-credentials: true` instead. If you don't have the option, you are not affected.
9+
* only allow direct workload identity federation in login-to-gar ([#1009](https://github.com/grafana/shared-workflows/issues/1009))
10+
11+
### 🎉 Features
12+
13+
* **login-to-gar:** store credentials in temporary location by default ([#1023](https://github.com/grafana/shared-workflows/issues/1023)) ([fe29dde](https://github.com/grafana/shared-workflows/commit/fe29dde24ab0697084e75883d351eca1c961e352))
14+
* only allow direct workload identity federation in login-to-gar ([#1009](https://github.com/grafana/shared-workflows/issues/1009)) ([0789629](https://github.com/grafana/shared-workflows/commit/078962963e9e785bbe565287f41f96c23ba03274))
15+
16+
17+
### 🐛 Bug Fixes
18+
19+
* **login-to-gar:** check if delete_credentials_file is set ([#1020](https://github.com/grafana/shared-workflows/issues/1020)) ([7803c2c](https://github.com/grafana/shared-workflows/commit/7803c2ce62f8d6d5da83cac0ae9af3d57b70a0ff))
20+
21+
22+
### 📝 Documentation
23+
24+
* add warning about using `checkout` action before `login-to-gar` ([#1012](https://github.com/grafana/shared-workflows/issues/1012)) ([cb40def](https://github.com/grafana/shared-workflows/commit/cb40def95f3c449ae8c7f23fa302c22bf9355fb5))
25+
26+
27+
### 🤖 Continuous Integration
28+
29+
* add section for gha-creds jsons and .gitignore ([#1021](https://github.com/grafana/shared-workflows/issues/1021)) ([f008500](https://github.com/grafana/shared-workflows/commit/f008500f574f01cf9fcc5054be2464d6f5d6dcec))
30+
331
## [0.4.3](https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.4.2...login-to-gar/v0.4.3) (2025-06-04)
432

533

actions/login-to-gar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
id-token: write
2121
steps:
22-
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar/v0.4.3
22+
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar/v1.0.0
2323
id: login-to-gar
2424
with:
2525
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev

0 commit comments

Comments
 (0)