Skip to content

Commit 82a4e0e

Browse files
chore(main): release argo-lint 1.0.2
1 parent 0812cd0 commit 82a4e0e

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
@@ -8,7 +8,7 @@
88
"actions/build-push-to-dockerhub": "0.1.1",
99
"actions/login-to-gar": "0.4.0",
1010
"actions/login-to-gcs": "0.2.0",
11-
"actions/argo-lint": "1.0.1",
11+
"actions/argo-lint": "1.0.2",
1212
"actions/setup-conftest": "1.0.1",
1313
"actions/setup-argo": "1.0.1",
1414
"actions/generate-openapi-clients": "1.0.1",

actions/argo-lint/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/argo-lint-v1.0.1...argo-lint-v1.0.2) (2025-05-05)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ensure every action disables git credential persistence ([#821](https://github.com/grafana/shared-workflows/issues/821)) ([31ebf3f](https://github.com/grafana/shared-workflows/commit/31ebf3f8e5d0f8709e6ec4ef73b39dd2bd08f959))
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/argo-lint-v1.0.0...argo-lint-v1.0.1) (2025-01-29)
416

517

actions/argo-lint/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Shared workflow to lint Argo workflow files.
77
<!-- x-release-please-start-version -->
88

99
```
10-
uses: grafana/shared-workflows/actions/[email protected].1
10+
uses: grafana/shared-workflows/actions/[email protected].2
1111
with:
1212
path: /path/to/files # Paths to files for linting
1313

0 commit comments

Comments
 (0)