You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Changes in the PR:
---
- Update in AppInspect CLI action version Ref:
#394
- Added conditions skip tests, build, app-inspect and publish if the
changes in PR are only related to documentation Ref:
#389
- Changes in the runbok for appinspect update Ref:
#395
- Run appinspect api job for release/ branches in build-test-release
pipeline Ref:
#376
- Bumps the k8s-manifests-branch version from v3.3.2 to v3.4.1 Ref:
#393
- k8s-manifests-branch changes references
- Fix for the issue with the scripted input where the tests were failing
with invalid HEC token error. Ref:
splunk/ta-automation-k8s-manifests#120
- Added support for the new unified modinput tests framework in upgrade
tests. Ref:
splunk/ta-automation-k8s-manifests#118
- This PR fixes deployments for TAs using vendor products. It's required
change to succesfully run ucc modinput tests ref:
splunk/ta-automation-k8s-manifests#123
- Enabled JMX authentication in Tomcat Docker by adding jmxremote.access
and jmxremote.password files. Updated CATALINA_OPTS to support
authentication for automation purposes. ref:
splunk/ta-automation-k8s-manifests#124
### Checklist
- [ ] `README.md` has been updated or is not required
- [ ] push trigger tests
- [ ] manual release test
- [ ] automated releases test
- [ ] pull request trigger tests
- [ ] schedule trigger tests
- [ ] workflow errors/warnings reviewed and addressed
### Testing done
FDR:
https://github.com/splunk/splunk-add-on-for-crowdstrike-fdr/actions/runs/15320727045
---------
Co-authored-by: mgrandys-splunk <153620320+mgrandys-splunk@users.noreply.github.com>
Co-authored-by: dvarasani-crest <151819886+dvarasani-crest@users.noreply.github.com>
Co-authored-by: Dmytro Kvashnin <dkvashnin@splunk.com>
Co-authored-by: kdoroszko-splunk <kdoroszko@splunk.com>
Co-authored-by: mkolasinski-splunk <mkolasinski@splunk.com>
Co-authored-by: mkolasinski-splunk <105011638+mkolasinski-splunk@users.noreply.github.com>
Co-authored-by: Dmytro Kvashnin <139753462+dkvashninsplunk@users.noreply.github.com>
Co-authored-by: harshilgajera-crest <69803385+harshilgajera-crest@users.noreply.github.com>
Copy file name to clipboardExpand all lines: runbooks/update_appinspect_cli_action.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,8 @@ Once Splunk AppInspect team releases AppInspect CLI - we need to make sure that
22
22
23
23
- create a PR in this repository with a new version of the action ([example PR](https://github.com/splunk/addonfactory-workflow-addon-release/pull/247))
24
24
- make sure that PR is towards `main` branch
25
+
- make sure the title of the PR follows the format: "fix: update AppInspect CLI action to v.X.Y"
25
26
- make sure that the pipeline is green
26
-
- determine which version of `appinspect-cli-action` needs to be released based on the PR
27
-
- if it is a bug fix or dependecnies update - "fix" in the title of the PR
28
-
- if it is a feature release - "feat" in the title of the PR
29
27
- attach a link to a test run of reusable workflow
0 commit comments