Skip to content

Commit fc258c5

Browse files
chore(main): release aws-auth 1.0.2
1 parent 0982dbf commit fc258c5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
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.1",
66
"actions/push-to-gar-docker": "0.3.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.2.2",
1010
"actions/login-to-gcs": "0.2.0",

actions/aws-auth/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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-02-28)
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+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **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))
14+
315
## [1.0.1](https://github.com/grafana/shared-workflows/compare/aws-auth-v1.0.0...aws-auth-v1.0.1) (2025-01-29)
416

517

actions/aws-auth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- id: aws-auth
23-
uses: grafana/shared-workflows/actions/[email protected].1
23+
uses: grafana/shared-workflows/actions/[email protected].2
2424
with:
2525
aws-region: "us-west-1"
2626
role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"

0 commit comments

Comments
 (0)