Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…build-push-to-dockerhub
  • Loading branch information
dsotirakis authored Jan 29, 2025
2 parents bc8714e + 0e0599b commit c69aec6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"actions/dockerhub-login": "1.0.1",
"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.1",
"actions/login-to-gar": "0.1.0",
"actions/login-to-gar": "0.1.1",
"actions/login-to-gcs": "0.2.0",
"actions/argo-lint": "1.0.0",
"actions/setup-conftest": "1.0.1",
Expand Down
7 changes: 7 additions & 0 deletions actions/aws-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-29)


### 🔧 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)


Expand Down
2 changes: 1 addition & 1 deletion actions/aws-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- id: aws-auth
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1
with:
aws-region: "us-west-1"
role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"
Expand Down
7 changes: 7 additions & 0 deletions actions/login-to-gar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/grafana/shared-workflows/compare/login-to-gar-v0.1.0...login-to-gar-v0.1.1) (2025-01-29)


### 🔧 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))

## 0.1.0 (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion actions/login-to-gar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: grafana/shared-workflows/actions/[email protected].0
- uses: grafana/shared-workflows/actions/[email protected].1
id: login-to-gar
with:
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev
Expand Down

0 comments on commit c69aec6

Please sign in to comment.