Skip to content

Commit d0bc078

Browse files
chore(master): release update-artifacts-file 1.0.1 (#77)
* chore(master): release update-artifacts-file 1.0.1 * Update README.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: michalby24 <55047068+michalby24@users.noreply.github.com>
1 parent f5aa3f0 commit d0bc078

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
@@ -5,7 +5,7 @@
55
"actions/eslint": "1.0.1",
66
"actions/push-docker": "1.0.0",
77
"actions/artifactory-login": "1.0.0",
8-
"actions/update-artifacts-file": "1.0.0",
8+
"actions/update-artifacts-file": "1.0.1",
99
"actions/build-docker": "1.0.0",
1010
"actions/openapi-lint": "1.0.0",
1111
"actions/init-npm": "1.0.0"

actions/update-artifacts-file/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.0.1](https://github.com/MapColonies/shared-workflows/compare/update-artifacts-file-v1.0.0...update-artifacts-file-v1.0.1) (2025-07-03)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **update-artifacts-file:** artifacts.json will change in the remote helm-charts repo ([#75](https://github.com/MapColonies/shared-workflows/issues/75)) ([f5aa3f0](https://github.com/MapColonies/shared-workflows/commit/f5aa3f08e3499a75a924ab19af85d8edb82a5861))
9+
310
## 1.0.0 (2025-04-22)
411

512

actions/update-artifacts-file/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This GitHub Action builds and publishes a Helm chart to a specified registry and
3232

3333
```yaml
3434
- name: Update artifacts.json
35-
uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.0.0
35+
uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.0.1
3636
with:
3737
domain: infra
3838
artifact_name: "sftpgo"

0 commit comments

Comments
 (0)