guilhemmarchand / TA-jira-service-desk-simple-addon

Atlasian JIRA add-on for Splunk alert actions
11 stars 9 forks source link

Bump splunk add-on-ucc-framework for splunk cloud compatibility #183

Closed sanjay900 closed 4 months ago

sanjay900 commented 6 months ago

Closes #182

Splunk added a vetting rule that disallows json files in the static directory. Due to this, add-on-ucc-framework has moved static/openapi.json to a different directory.

Splunk also seems to have added a rule that fails if you have any .pyc files in the addon. Thats the reason why https://github.com/guilhemmarchand/TA-jira-service-desk-simple-addon/actions/runs/8141235116 failed.

With the updated add-on-ucc-framework and .pyc files added to the .uccignore i was able to successfully vet the addon.

Any version of add-on-ucc-framework from 5.34.0 onwards has the fix but we might as well update to the latest

sanjay900 commented 5 months ago

@guilhemmarchand Would you be able to look into this please? Its stopping us from being able to update the addon at a bunch of splunk cloud customers.

sanjay900 commented 5 months ago

@dglauche Have you got write access to this repo, and the ability to cut a new release?

This is breaking the ability to install the latest versions of this addon to splunk cloud.

guilhemmarchand commented 5 months ago

@sanjay900 @dglauche

My apologises - I could not have time to afford on the app lately - I will take these, verify, and will submit a new release today

sanjay900 commented 5 months ago

All good I understand, thanks for looking into it!

mgarren commented 4 months ago

Good morning, I just wanted to see if this release occurred? We're trying to update the app as well and it's still showing latest release sept 2023 and can't install past v2.0.15 in splunk cloud. Thank you!

guilhemmarchand commented 4 months ago

Will be addressed properly, *.pyc files to be removed during the automated build, requirements.txt isn't the issue and is being reviewed.

guilhemmarchand commented 4 months ago

@sanjay900 @dglauche

Release 2.0.18 has been published today and should pass Cloud vetting!

sanjay900 commented 4 months ago

Thanks for sorting that, now we just play the waiting game while we wait for it to pass vetting on splunkbase :)