Skip to content

Commit 954bcbd

Browse files
chore(main): release aws-auth 1.0.2 (#733)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8657dfb commit 954bcbd

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"actions/dockerhub-login": "1.0.1",
55
"actions/send-slack-message": "2.0.3",
66
"actions/push-to-gar-docker": "0.5.1",
7-
"actions/aws-auth": "1.0.1",
7+
"actions/aws-auth": "1.0.2",
88
"actions/build-push-to-dockerhub": "0.1.1",
99
"actions/login-to-gar": "0.4.3",
1010
"actions/login-to-gcs": "0.2.0",

actions/aws-auth/CHANGELOG.md

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

3+
## [1.0.2](https://github.com/grafana/shared-workflows/compare/aws-auth-v1.0.1...aws-auth/v1.0.2) (2025-06-04)
4+
5+
6+
### 📝 Documentation
7+
8+
* fix wrong aws-auth reference in readme ([#731](https://github.com/grafana/shared-workflows/issues/731)) ([c0ae660](https://github.com/grafana/shared-workflows/commit/c0ae660365599f4f1a8550c941e08d4a6de268e5))
9+
* **multiple-actions:** move permissions to job level in workflow examples ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
10+
* **multiple-actions:** move permissions to job level in workflows ([#969](https://github.com/grafana/shared-workflows/issues/969)) ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
11+
* update all readmes to replace hyphen with slash ([#1008](https://github.com/grafana/shared-workflows/issues/1008)) ([472df76](https://github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3))
12+
13+
14+
### 🔧 Miscellaneous Chores
15+
16+
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))
17+
318
## [1.0.1](https://github.com/grafana/shared-workflows/compare/aws-auth-v1.0.0...aws-auth-v1.0.1) (2025-01-29)
419

520

actions/aws-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
steps:
2020
- id: aws-auth
21-
uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.1
21+
uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.2
2222
with:
2323
aws-region: "us-west-1"
2424
role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"

0 commit comments

Comments
 (0)