diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b2d20a5c..51b3e8397 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "actions/dockerhub-login": "1.0.0", "actions/send-slack-message": "2.0.0", "actions/push-to-gar-docker": "0.1.0", - "actions/aws-auth": "1.0.0", + "actions/aws-auth": "1.0.1", "actions/build-push-to-dockerhub": "0.1.0", "actions/login-to-gar": "0.1.0", "actions/login-to-gcs": "0.1.0", diff --git a/actions/aws-auth/CHANGELOG.md b/actions/aws-auth/CHANGELOG.md index d93213b6e..5433ac1bb 100644 --- a/actions/aws-auth/CHANGELOG.md +++ b/actions/aws-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/grafana/shared-workflows/compare/aws-auth-v1.0.0...aws-auth-v1.0.1) (2025-01-10) + + +### 🔧 Miscellaneous Chores + +* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53)) + ## 1.0.0 (2024-11-27) diff --git a/actions/aws-auth/README.md b/actions/aws-auth/README.md index b3ac6cc35..583de0c38 100644 --- a/actions/aws-auth/README.md +++ b/actions/aws-auth/README.md @@ -20,7 +20,7 @@ jobs: steps: - id: aws-auth - uses: grafana/shared-workflows/actions/aws-auth@argo-lint-v1.0.0 + uses: grafana/shared-workflows/actions/aws-auth@argo-lint-v1.0.1 with: aws-region: "us-west-1" role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"