diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc21fae04..8dcc81660 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "actions/get-vault-secrets": "2.0.1", "actions/dockerhub-login": "2.0.0", "actions/send-slack-message": "3.0.2", - "actions/aws-auth": "1.0.4", + "actions/aws-auth": "1.0.5", "actions/login-to-gar": "1.0.3", "actions/login-to-gcs": "0.3.1", "actions/argo-lint": "1.1.1", diff --git a/actions/aws-auth/CHANGELOG.md b/actions/aws-auth/CHANGELOG.md index f0f576ae3..baf062e92 100644 --- a/actions/aws-auth/CHANGELOG.md +++ b/actions/aws-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/grafana/shared-workflows/compare/aws-auth/v1.0.4...aws-auth/v1.0.5) (2026-09-09) + + +### 📝 Documentation + +* generate action and workflow input/output tables ([#2276](https://github.com/grafana/shared-workflows/issues/2276)) ([ddcc1f8](https://github.com/grafana/shared-workflows/commit/ddcc1f84239514abefa7b02481bfcc24bd88c4ca)) + ## [1.0.4](https://github.com/grafana/shared-workflows/compare/aws-auth/v1.0.3...aws-auth/v1.0.4) (2026-06-10) diff --git a/actions/aws-auth/README.md b/actions/aws-auth/README.md index cce689df8..c8e9e990e 100644 --- a/actions/aws-auth/README.md +++ b/actions/aws-auth/README.md @@ -18,7 +18,7 @@ jobs: id-token: write steps: - id: aws-auth - uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.4 + uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.5 with: aws-region: "us-west-1" role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"