Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PIE-1089) release_prep #19

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: ghcr.io/coreymbe/splunk-appinspect:v2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set Version ID
id: version-tag
Expand All @@ -21,7 +21,7 @@ jobs:
run: slim package TA-puppet-alert-orchestrator

- name: Upload App Build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TA-puppet-alert-orchestrator-${{ steps.version-tag.outputs.version }}
path: TA-puppet-alert-orchestrator-*.tar.gz
8 changes: 4 additions & 4 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: ghcr.io/coreymbe/splunk-appinspect:v2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install JQ
run: apt update && apt install -y jq
Expand All @@ -33,18 +33,18 @@ jobs:
- name: AppInspect Errors
if: ${{ steps.appinspect-errors.outputs.error_count > 0 }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: core.setFailed('AppInspect contains errors!')

- name: AppInspect Failures
if: ${{ steps.appinspect-failures.outputs.fail_count > 0 }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: core.setFailed('AppInspect contains failures!')

- name: Upload AppInspect Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: AppInspect_TA-puppet-alert-orchestrator
path: appinspect_result.json
2 changes: 1 addition & 1 deletion TA-puppet-alert-orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This add-on is intended to be used alongside the [Puppet Report Viewer](https://

## Configuration

After installing and configuring both the `splunk_hec` Puppet module and the Puppet Report Viewer app for Splunk; follow the steps below to configure the [Puppet Alert Orchestrator add-on for Splunk](https://splunkbase.splunk.com/app/4928/):
After installing and configuring both the `splunk_hec` Puppet module and the Puppet Report Viewer app for Splunk; follow the steps below to configure the [Puppet Alert Orchestrator add-on for Splunk](https://github.com/puppetlabs/TA-puppet-alert-orchestrator):

### Configuration Tabs

Expand Down
2 changes: 1 addition & 1 deletion TA-puppet-alert-orchestrator/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": [
{
"name": "Puppet, Inc.",
"email": "team-pie@puppet.com",
"email": "team-pie@perforce.com",
"company": "Puppet by Perforce"
}
],
Expand Down
Loading