Skip to content

Commit ef793cf

Browse files
chore(main): release argo-lint 1.0.2 (#808)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d4f529 commit ef793cf

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
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.3",
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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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-06-04)
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+
### 📝 Documentation
12+
13+
* update all readmes to replace hyphen with slash ([#1008](https://github.com/grafana/shared-workflows/issues/1008)) ([472df76](https://github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **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))
19+
320
## [1.0.1](https://github.com/grafana/shared-workflows/compare/argo-lint-v1.0.0...argo-lint-v1.0.1) (2025-01-29)
421

522

actions/argo-lint/README.md

Lines changed: 1 addition & 1 deletion
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/argo-lint@argo-lint/v1.0.1
10+
uses: grafana/shared-workflows/actions/argo-lint@argo-lint/v1.0.2
1111
with:
1212
path: /path/to/files # Paths to files for linting
1313

0 commit comments

Comments
 (0)