Skip to content

Commit be3fd17

Browse files
chore(master): release helm-lint 1.1.0 (#93)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d812d3 commit be3fd17

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "6.0.0",
3-
"actions/helm-lint": "1.0.0",
3+
"actions/helm-lint": "1.1.0",
44
"actions/update-artifacts-file": "1.1.1",
55
"actions/init-npm": "1.0.0"
66
}

actions/helm-lint/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/MapColonies/shared-workflows/compare/helm-lint-v1.0.0...helm-lint-v1.1.0) (2025-09-28)
4+
5+
6+
### 🎉 Features
7+
8+
* remove unnecessary actions ([#90](https://github.com/MapColonies/shared-workflows/issues/90)) ([4d812d3](https://github.com/MapColonies/shared-workflows/commit/4d812d3c8667fffa57b12d69ef7271d17c79f9f4))
9+
310
## 1.0.0 (2025-04-22)
411

512

actions/helm-lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It detects which charts have changed and only tests those.
2323

2424
```yaml
2525
- name: Lint and Test Charts
26-
uses: MapColonies/shared-workflows/actions/helm-lint@helm-lint-v1.0.0
26+
uses: MapColonies/shared-workflows/actions/helm-lint@helm-lint-v1.1.0
2727
with:
2828
chartPaths: infra/monitoring,infra/sftpgo
2929
```

0 commit comments

Comments
 (0)