feat: release v5.5#498
Merged
Merged
Conversation
### Description Update the GSSA image version to 1.2 to replace the deprecated Claude 3.6. The new GSSA image now uses Claude 4.6 by defualt. ### Checklist - [ ] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releases test - [x] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done https://github.com/splunk/splunk-add-on-for-salesforce/actions/runs/25112929634/job/73592285875?pr=853
### Description (PR description goes here) ### 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 (for each selected checkbox, the corresponding test results link should be listed here) --------- Co-authored-by: mkolasinski-splunk <105011638+mkolasinski-splunk@users.noreply.github.com>
### Description (PR description goes here) ### Checklist - [x] `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 test:https://github.com/splunk/splunk-add-on-for-amazon-web-services/actions/runs/23533908635
### Description Migrate GitHub Actions workflows from using a Personal Access Token (GH_TOKEN_ADMIN) to GitHub App authentication via actions/create-github-app-token@v3. GitHub App tokens are scoped, short-lived, and auditable, providing better security and traceability compared to long-lived Personal Access Tokens. ### 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 https://github.com/splunk/splunk-add-on-for-salesforce/actions/runs/24390045573
### Description (PR description goes here) ### 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 (for each selected checkbox, the corresponding test results link should be listed here) --------- Co-authored-by: mkolasinski-splunk <105011638+mkolasinski-splunk@users.noreply.github.com> Co-authored-by: Dariusz Karas <dkaras@splunk.com> Co-authored-by: Dariusz Karas <78362586+dkaras-splunk@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Release
v5.5.0fromdeveloptomain.Changelog
Features
Bug Fixes / Security
GH_TOKEN_ADMINPAT usage to GitHub App authentication withactions/create-github-app-token@v3. Callers now provideGH_APP_CLIENT_IDandGH_APP_PRIVATE_KEY, and generated app tokens are used for checkout, dependency fetches, GS Scorecard, semantic-release, and custom release publishing. (fix: Migrate GitHub Actions from PAT to GitHub App authentication #484)Release
feat:and includes the unreleasedfeat:commit from feat: adding support spl2 integration tests #480, so semantic-release should calculate a minor release from the currentv5.4.5line tov5.5.0when merged tomain.Pre-merge notes
DIRTY.mainfixes from the v5.4.x line:ubuntu:16.04removed fromscripted-inputs-os-list;v4.2.Checklist
README.mdhas been updated or is not requiredTesting done