Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Feb 4, 2022
1 parent acc097b commit 447ebb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.10] - 2022-02-05
### Added
- Workaround world-writable files issue, more details [here](https://github.com/splunk/addonfactory-ucc-base-ui/issues/89).

## [0.0.9] - 2022-02-04
### Added
- Splunk Appinspect API check. If both repository secrets `SPLUNKBASE_USER` and `SPLUNKBASE_PASSWORD` are specified, the workflow will run Splunk Appinspect API check as well, otherwise it will be skipped.
Expand Down Expand Up @@ -42,7 +46,8 @@ All notable changes to this project will be documented in this file.
### Added
- Initial version of [workflow-splunk-addon](https://github.com/artemrys/workflow-splunk-addon).

[Unreleased]: https://github.com/artemrys/workflow-splunk-addon/compare/v0.0.9...HEAD
[Unreleased]: https://github.com/artemrys/workflow-splunk-addon/compare/v0.0.10...HEAD
[0.0.10]: https://github.com/artemrys/workflow-splunk-addon/compare/v0.0.9...v0.0.10
[0.0.9]: https://github.com/artemrys/workflow-splunk-addon/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/artemrys/workflow-splunk-addon/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/artemrys/workflow-splunk-addon/compare/v0.0.6...v0.0.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
build:
uses: artemrys/workflow-splunk-addon/.github/workflows/reusable-build-release.yaml@v0.0.9
uses: artemrys/workflow-splunk-addon/.github/workflows/reusable-build-release.yaml@v0.0.19
```

### Inputs
Expand Down

0 comments on commit 447ebb8

Please sign in to comment.